2023-10-16T20:28:45.566 INFO:root:teuthology version: 0.0.1.dev197+g8cdab07 2023-10-16T20:28:45.567 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi --archive /home/teuthworker/archive/dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi/7430133 --owner scheduled_dparmar@teuthology --description orch:cephadm:smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} -- /home/teuthworker/archive/dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi/7430133/orig.config.yaml 2023-10-16T20:28:45.601 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-16T20:28:45.676 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi/7430133 branch: main description: orch:cephadm:smoke-roleless/{0-distro/rhel_8.6_container_tools_rhel8 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7430133' 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: smithi026.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi089.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:rhel8 --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:45.677 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:45.678 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_bcf5b23faa7fe51d364c0e949f01773ae6822e01/qa/tasks 2023-10-16T20:28:45.678 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-16T20:28:45.680 INFO:teuthology.task.internal:Checking packages... 2023-10-16T20:28:45.707 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'bcf5b23faa7fe51d364c0e949f01773ae6822e01' 2023-10-16T20:28:45.707 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-16T20:28:45.708 INFO:teuthology.packaging:ref: None 2023-10-16T20:28:45.709 INFO:teuthology.packaging:tag: None 2023-10-16T20:28:45.709 INFO:teuthology.packaging:branch: main 2023-10-16T20:28:45.710 INFO:teuthology.packaging:sha1: bcf5b23faa7fe51d364c0e949f01773ae6822e01 2023-10-16T20:28:45.710 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:45.945 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6734.g4a426ea8 2023-10-16T20:28:45.946 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-16T20:28:45.952 INFO:teuthology.task.internal:no buildpackages task found 2023-10-16T20:28:45.953 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-16T20:28:45.961 INFO:teuthology.task.internal:Saving configuration 2023-10-16T20:28:45.975 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-16T20:28:45.983 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-16T20:28:46.008 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi026.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi/7430133', '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.798228', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-16T20:28:46.033 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi089.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-16_20:12:41-orch:cephadm:smoke-roleless-main-distro-default-smithi/7430133', '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.796588', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-16T20:28:46.033 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-16T20:28:46.041 INFO:teuthology.task.internal:roles: ubuntu@smithi026.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-16T20:28:46.042 INFO:teuthology.task.internal:roles: ubuntu@smithi089.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-16T20:28:46.042 INFO:teuthology.run_tasks:Running task console_log... 2023-10-16T20:28:46.126 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f482f20dc10>, signals=[15]) 2023-10-16T20:28:46.127 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-16T20:28:46.138 INFO:teuthology.task.internal:Opening connections... 2023-10-16T20:28:46.138 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T20:28:46.140 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T20:28:46.210 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi089.front.sepia.ceph.com 2023-10-16T20:28:46.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T20:28:46.277 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-16T20:28:46.284 DEBUG:teuthology.orchestra.run.smithi026:> uname -m 2023-10-16T20:28:46.305 INFO:teuthology.orchestra.run.smithi026.stdout:x86_64 2023-10-16T20:28:46.306 DEBUG:teuthology.orchestra.run.smithi026:> cat /etc/os-release 2023-10-16T20:28:46.366 INFO:teuthology.orchestra.run.smithi026.stdout:NAME="Red Hat Enterprise Linux" 2023-10-16T20:28:46.366 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION="8.6 (Ootpa)" 2023-10-16T20:28:46.367 INFO:teuthology.orchestra.run.smithi026.stdout:ID="rhel" 2023-10-16T20:28:46.367 INFO:teuthology.orchestra.run.smithi026.stdout:ID_LIKE="fedora" 2023-10-16T20:28:46.367 INFO:teuthology.orchestra.run.smithi026.stdout:VERSION_ID="8.6" 2023-10-16T20:28:46.367 INFO:teuthology.orchestra.run.smithi026.stdout:PLATFORM_ID="platform:el8" 2023-10-16T20:28:46.368 INFO:teuthology.orchestra.run.smithi026.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-16T20:28:46.368 INFO:teuthology.orchestra.run.smithi026.stdout:ANSI_COLOR="0;31" 2023-10-16T20:28:46.368 INFO:teuthology.orchestra.run.smithi026.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-16T20:28:46.369 INFO:teuthology.orchestra.run.smithi026.stdout:HOME_URL="https://www.redhat.com/" 2023-10-16T20:28:46.369 INFO:teuthology.orchestra.run.smithi026.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-16T20:28:46.369 INFO:teuthology.orchestra.run.smithi026.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-16T20:28:46.370 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:28:46.370 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-16T20:28:46.370 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-16T20:28:46.371 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-16T20:28:46.371 INFO:teuthology.orchestra.run.smithi026.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-16T20:28:46.372 INFO:teuthology.lock.ops:Updating smithi026.front.sepia.ceph.com on lock server 2023-10-16T20:28:46.395 DEBUG:teuthology.orchestra.run.smithi089:> uname -m 2023-10-16T20:28:46.416 INFO:teuthology.orchestra.run.smithi089.stdout:x86_64 2023-10-16T20:28:46.417 DEBUG:teuthology.orchestra.run.smithi089:> cat /etc/os-release 2023-10-16T20:28:46.473 INFO:teuthology.orchestra.run.smithi089.stdout:NAME="Red Hat Enterprise Linux" 2023-10-16T20:28:46.474 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION="8.6 (Ootpa)" 2023-10-16T20:28:46.474 INFO:teuthology.orchestra.run.smithi089.stdout:ID="rhel" 2023-10-16T20:28:46.474 INFO:teuthology.orchestra.run.smithi089.stdout:ID_LIKE="fedora" 2023-10-16T20:28:46.474 INFO:teuthology.orchestra.run.smithi089.stdout:VERSION_ID="8.6" 2023-10-16T20:28:46.475 INFO:teuthology.orchestra.run.smithi089.stdout:PLATFORM_ID="platform:el8" 2023-10-16T20:28:46.475 INFO:teuthology.orchestra.run.smithi089.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-16T20:28:46.475 INFO:teuthology.orchestra.run.smithi089.stdout:ANSI_COLOR="0;31" 2023-10-16T20:28:46.475 INFO:teuthology.orchestra.run.smithi089.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-16T20:28:46.475 INFO:teuthology.orchestra.run.smithi089.stdout:HOME_URL="https://www.redhat.com/" 2023-10-16T20:28:46.476 INFO:teuthology.orchestra.run.smithi089.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-16T20:28:46.476 INFO:teuthology.orchestra.run.smithi089.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-16T20:28:46.476 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:28:46.476 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-16T20:28:46.476 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-16T20:28:46.477 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-16T20:28:46.477 INFO:teuthology.orchestra.run.smithi089.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-16T20:28:46.477 INFO:teuthology.lock.ops:Updating smithi089.front.sepia.ceph.com on lock server 2023-10-16T20:28:46.504 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-16T20:28:46.514 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-16T20:28:46.554 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-16T20:28:46.554 DEBUG:teuthology.orchestra.run.smithi026:> test '!' -e /home/ubuntu/cephtest 2023-10-16T20:28:46.557 DEBUG:teuthology.orchestra.run.smithi089:> test '!' -e /home/ubuntu/cephtest 2023-10-16T20:28:46.576 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-16T20:28:46.584 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-16T20:28:46.584 DEBUG:teuthology.orchestra.run.smithi026:> test -z $(ls -A /var/lib/ceph) 2023-10-16T20:28:46.617 DEBUG:teuthology.orchestra.run.smithi089:> test -z $(ls -A /var/lib/ceph) 2023-10-16T20:28:46.647 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-16T20:28:46.698 INFO:teuthology.run_tasks:Running task kernel... 2023-10-16T20:28:46.713 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-16T20:28:46.714 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-16T20:28:46.715 DEBUG:teuthology.orchestra.run.smithi026:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-16T20:28:46.715 DEBUG:teuthology.orchestra.run.smithi089:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-16T20:28:46.734 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T20:28:46.735 DEBUG:teuthology.orchestra.run.smithi089:> uname -r 2023-10-16T20:28:46.736 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T20:28:46.736 DEBUG:teuthology.orchestra.run.smithi026:> uname -r 2023-10-16T20:28:46.794 INFO:teuthology.orchestra.run.smithi089.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:46.795 INFO:teuthology.task.kernel:Running kernel on smithi089: 4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:46.795 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum install -y kernel 2023-10-16T20:28:46.797 INFO:teuthology.orchestra.run.smithi026.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:46.797 INFO:teuthology.task.kernel:Running kernel on smithi026: 4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:46.797 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum install -y kernel 2023-10-16T20:28:48.044 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:48.045 INFO:teuthology.orchestra.run.smithi026.stdout:Unable to read consumer identity 2023-10-16T20:28:48.061 INFO:teuthology.orchestra.run.smithi089.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:48.061 INFO:teuthology.orchestra.run.smithi089.stdout:Unable to read consumer identity 2023-10-16T20:28:49.658 INFO:teuthology.orchestra.run.smithi026.stdout:Copr repo for python3-asyncssh owned by ceph 12 kB/s | 3.5 kB 00:00 2023-10-16T20:28:49.659 INFO:teuthology.orchestra.run.smithi089.stdout:Copr repo for python3-asyncssh owned by ceph 11 kB/s | 3.5 kB 00:00 2023-10-16T20:28:51.392 INFO:teuthology.orchestra.run.smithi026.stdout:Extra Packages for Enterprise Linux 9.3 MB/s | 16 MB 00:01 2023-10-16T20:28:51.410 INFO:teuthology.orchestra.run.smithi089.stdout:Extra Packages for Enterprise Linux 9.2 MB/s | 16 MB 00:01 2023-10-16T20:28:54.868 INFO:teuthology.orchestra.run.smithi089.stdout:lab-extras 434 kB/s | 24 kB 00:00 2023-10-16T20:28:55.100 INFO:teuthology.orchestra.run.smithi026.stdout:lab-extras 470 kB/s | 24 kB 00:00 2023-10-16T20:28:55.612 INFO:teuthology.orchestra.run.smithi089.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-16T20:28:55.661 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2023-10-16T20:28:55.662 INFO:teuthology.orchestra.run.smithi089.stdout:Nothing to do. 2023-10-16T20:28:55.662 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2023-10-16T20:28:55.794 DEBUG:teuthology.orchestra.run.smithi089:> echo no | sudo yum reinstall kernel || true 2023-10-16T20:28:55.861 INFO:teuthology.orchestra.run.smithi026.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-16T20:28:55.918 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2023-10-16T20:28:55.919 INFO:teuthology.orchestra.run.smithi026.stdout:Nothing to do. 2023-10-16T20:28:55.919 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2023-10-16T20:28:56.046 DEBUG:teuthology.orchestra.run.smithi026:> echo no | sudo yum reinstall kernel || true 2023-10-16T20:28:56.124 INFO:teuthology.orchestra.run.smithi089.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:56.124 INFO:teuthology.orchestra.run.smithi089.stdout:Unable to read consumer identity 2023-10-16T20:28:56.391 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:00:02 ago on Mon 16 Oct 2023 08:28:54 PM UTC. 2023-10-16T20:28:56.432 INFO:teuthology.orchestra.run.smithi089.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-16T20:28:56.436 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:56.436 INFO:teuthology.orchestra.run.smithi026.stdout:Unable to read consumer identity 2023-10-16T20:28:56.468 INFO:teuthology.orchestra.run.smithi089.stderr:Error: No packages marked for reinstall. 2023-10-16T20:28:56.514 DEBUG:teuthology.orchestra.run.smithi089:> sudo yum reinstall -y kernel || true 2023-10-16T20:28:56.708 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:01 ago on Mon 16 Oct 2023 08:28:55 PM UTC. 2023-10-16T20:28:56.751 INFO:teuthology.orchestra.run.smithi026.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-16T20:28:56.787 INFO:teuthology.orchestra.run.smithi026.stderr:Error: No packages marked for reinstall. 2023-10-16T20:28:56.835 DEBUG:teuthology.orchestra.run.smithi026:> sudo yum reinstall -y kernel || true 2023-10-16T20:28:56.842 INFO:teuthology.orchestra.run.smithi089.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:56.842 INFO:teuthology.orchestra.run.smithi089.stdout:Unable to read consumer identity 2023-10-16T20:28:57.098 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:00:03 ago on Mon 16 Oct 2023 08:28:54 PM UTC. 2023-10-16T20:28:57.138 INFO:teuthology.orchestra.run.smithi089.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-16T20:28:57.157 INFO:teuthology.orchestra.run.smithi089.stderr:Error: No packages marked for reinstall. 2023-10-16T20:28:57.185 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2023-10-16T20:28:57.185 INFO:teuthology.orchestra.run.smithi026.stdout:Unable to read consumer identity 2023-10-16T20:28:57.201 DEBUG:teuthology.orchestra.run.smithi089:> rpm -q kernel | sort -rV | head -n 1 2023-10-16T20:28:57.280 INFO:teuthology.orchestra.run.smithi089.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:57.280 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:57.281 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-16T20:28:57.281 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-16T20:28:57.281 DEBUG:teuthology.orchestra.run.smithi089:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-16T20:28:57.322 INFO:teuthology.orchestra.run.smithi089.stdout:ttyS1 2023-10-16T20:28:57.334 DEBUG:teuthology.parallel:result is None 2023-10-16T20:28:57.454 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:00:02 ago on Mon 16 Oct 2023 08:28:55 PM UTC. 2023-10-16T20:28:57.497 INFO:teuthology.orchestra.run.smithi026.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-16T20:28:57.518 INFO:teuthology.orchestra.run.smithi026.stderr:Error: No packages marked for reinstall. 2023-10-16T20:28:57.565 DEBUG:teuthology.orchestra.run.smithi026:> rpm -q kernel | sort -rV | head -n 1 2023-10-16T20:28:57.649 INFO:teuthology.orchestra.run.smithi026.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:57.649 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-16T20:28:57.650 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-16T20:28:57.650 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-16T20:28:57.650 DEBUG:teuthology.orchestra.run.smithi026:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-16T20:28:57.684 INFO:teuthology.orchestra.run.smithi026.stdout:ttyS1 2023-10-16T20:28:57.697 DEBUG:teuthology.parallel:result is None 2023-10-16T20:28:57.697 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-16T20:28:57.705 INFO:teuthology.task.internal:Creating test directory... 2023-10-16T20:28:57.705 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-16T20:28:57.740 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-16T20:28:57.759 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-16T20:28:57.768 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-16T20:28:57.777 INFO:teuthology.task.internal:Creating archive directory... 2023-10-16T20:28:57.777 DEBUG:teuthology.orchestra.run.smithi026:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-16T20:28:57.797 DEBUG:teuthology.orchestra.run.smithi089:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-16T20:28:57.822 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-16T20:28:57.831 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-16T20:28:57.831 DEBUG:teuthology.orchestra.run.smithi026:> 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:57.855 DEBUG:teuthology.orchestra.run.smithi089:> 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:57.899 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T20:28:57.902 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T20:28:57.910 INFO:teuthology.orchestra.run.smithi026.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T20:28:57.913 INFO:teuthology.orchestra.run.smithi089.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-16T20:28:57.915 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-16T20:28:57.923 INFO:teuthology.task.internal:Configuring sudo... 2023-10-16T20:28:57.923 DEBUG:teuthology.orchestra.run.smithi026:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-16T20:28:57.926 DEBUG:teuthology.orchestra.run.smithi089:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-16T20:28:57.953 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-16T20:28:57.963 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-16T20:28:57.963 DEBUG:teuthology.orchestra.run.smithi026:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-16T20:28:57.994 DEBUG:teuthology.orchestra.run.smithi089:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-16T20:28:58.013 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T20:28:58.090 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T20:28:58.143 DEBUG:teuthology.orchestra.run.smithi026:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T20:28:58.225 DEBUG:teuthology.orchestra.run.smithi026:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T20:28:58.270 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:28:58.271 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-16T20:28:58.355 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T20:28:58.401 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-16T20:28:58.464 DEBUG:teuthology.orchestra.run.smithi089:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T20:28:58.511 DEBUG:teuthology.orchestra.run.smithi089:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-16T20:28:58.554 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-10-16T20:28:58.554 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-16T20:28:58.626 DEBUG:teuthology.orchestra.run.smithi026:> sudo service rsyslog restart 2023-10-16T20:28:58.629 DEBUG:teuthology.orchestra.run.smithi089:> sudo service rsyslog restart 2023-10-16T20:28:58.678 INFO:teuthology.orchestra.run.smithi026.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-16T20:28:58.723 INFO:teuthology.orchestra.run.smithi089.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-16T20:28:59.066 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-16T20:28:59.074 INFO:teuthology.task.internal:Starting timer... 2023-10-16T20:28:59.075 INFO:teuthology.run_tasks:Running task pcp... 2023-10-16T20:28:59.089 INFO:teuthology.run_tasks:Running task selinux... 2023-10-16T20:28:59.099 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-16T20:28:59.100 DEBUG:teuthology.orchestra.run.smithi026:> sudo service auditd rotate 2023-10-16T20:28:59.159 INFO:teuthology.orchestra.run.smithi026.stdout:Rotating logs: 2023-10-16T20:28:59.161 DEBUG:teuthology.orchestra.run.smithi089:> sudo service auditd rotate 2023-10-16T20:28:59.220 INFO:teuthology.orchestra.run.smithi089.stdout:Rotating logs: 2023-10-16T20:28:59.222 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-16T20:28:59.223 DEBUG:teuthology.orchestra.run.smithi026:> /usr/sbin/getenforce 2023-10-16T20:28:59.246 INFO:teuthology.orchestra.run.smithi026.stdout:Permissive 2023-10-16T20:28:59.247 DEBUG:teuthology.orchestra.run.smithi089:> /usr/sbin/getenforce 2023-10-16T20:28:59.270 INFO:teuthology.orchestra.run.smithi089.stdout:Permissive 2023-10-16T20:28:59.271 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi026.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi089.front.sepia.ceph.com': 'permissive'} 2023-10-16T20:28:59.271 DEBUG:teuthology.orchestra.run.smithi026:> 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:59.314 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T20:28:59.315 DEBUG:teuthology.orchestra.run.smithi089:> 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:59.342 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-16T20:28:59.343 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-16T20:28:59.343 DEBUG:teuthology.orchestra.run.smithi026:> sudo /usr/sbin/setenforce permissive 2023-10-16T20:28:59.399 DEBUG:teuthology.orchestra.run.smithi089:> sudo /usr/sbin/setenforce permissive 2023-10-16T20:28:59.426 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-16T20:28:59.436 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:59.437 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-16T20:28:59.457 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:59.458 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi026.front.sepia.ceph.com,smithi089.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-16T20:38:01.422 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi026.front.sepia.ceph.com'), Remote(name='ubuntu@smithi089.front.sepia.ceph.com')] 2023-10-16T20:38:01.423 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T20:38:01.424 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi026.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T20:38:01.495 DEBUG:teuthology.orchestra.run.smithi026:> true 2023-10-16T20:38:01.567 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi026.front.sepia.ceph.com' 2023-10-16T20:38:01.568 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi089.front.sepia.ceph.com' 2023-10-16T20:38:01.568 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi089.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-16T20:38:01.637 DEBUG:teuthology.orchestra.run.smithi089:> true 2023-10-16T20:38:01.706 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi089.front.sepia.ceph.com' 2023-10-16T20:38:01.706 INFO:teuthology.run_tasks:Running task clock... 2023-10-16T20:38:01.717 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-16T20:38:01.717 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-16T20:38:01.718 DEBUG:teuthology.orchestra.run.smithi026:> 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:38:01.721 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-16T20:38:01.721 DEBUG:teuthology.orchestra.run.smithi089:> 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:38:01.754 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-16T20:38:01.770 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-16T20:38:01.780 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-16T20:38:01.795 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-16T20:38:01.846 INFO:teuthology.orchestra.run.smithi026.stderr:sudo: ntpd: command not found 2023-10-16T20:38:01.859 INFO:teuthology.orchestra.run.smithi026.stdout:506 Cannot talk to daemon 2023-10-16T20:38:01.867 INFO:teuthology.orchestra.run.smithi089.stderr:sudo: ntpd: command not found 2023-10-16T20:38:01.875 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-16T20:38:01.880 INFO:teuthology.orchestra.run.smithi089.stdout:506 Cannot talk to daemon 2023-10-16T20:38:01.890 INFO:teuthology.orchestra.run.smithi026.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-16T20:38:01.895 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-16T20:38:01.909 INFO:teuthology.orchestra.run.smithi089.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-16T20:38:01.979 INFO:teuthology.orchestra.run.smithi026.stderr:bash: ntpq: command not found 2023-10-16T20:38:01.980 INFO:teuthology.orchestra.run.smithi089.stderr:bash: ntpq: command not found 2023-10-16T20:38:01.984 INFO:teuthology.orchestra.run.smithi026.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-16T20:38:01.984 INFO:teuthology.orchestra.run.smithi026.stdout:=============================================================================== 2023-10-16T20:38:01.984 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:38:01.984 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:38:01.985 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:38:01.985 INFO:teuthology.orchestra.run.smithi026.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:38:01.986 INFO:teuthology.orchestra.run.smithi089.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-16T20:38:01.986 INFO:teuthology.orchestra.run.smithi089.stdout:=============================================================================== 2023-10-16T20:38:01.986 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:38:01.987 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:38:01.987 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:38:01.987 INFO:teuthology.orchestra.run.smithi089.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-16T20:38:01.987 INFO:teuthology.run_tasks:Running task pexec... 2023-10-16T20:38:01.996 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-16T20:38:01.997 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T20:38:01.997 DEBUG:teuthology.orchestra.run.smithi026:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-16T20:38:01.997 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi089.front.sepia.ceph.com 2023-10-16T20:38:01.998 DEBUG:teuthology.orchestra.run.smithi089:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-16T20:38:02.400 INFO:teuthology.orchestra.run.smithi089.stdout:Updating Subscription Management repositories. 2023-10-16T20:38:02.419 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2023-10-16T20:38:03.343 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:34 ago on Mon 16 Oct 2023 08:36:28 PM UTC. 2023-10-16T20:38:03.410 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:28 ago on Mon 16 Oct 2023 08:36:34 PM UTC. 2023-10-16T20:38:05.069 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2023-10-16T20:38:05.070 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2023-10-16T20:38:05.070 INFO:teuthology.orchestra.run.smithi089.stdout: Package Architecture Version Repository Size 2023-10-16T20:38:05.070 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2023-10-16T20:38:05.070 INFO:teuthology.orchestra.run.smithi089.stdout:Resetting modules: 2023-10-16T20:38:05.071 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools 2023-10-16T20:38:05.071 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:38:05.071 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2023-10-16T20:38:05.071 INFO:teuthology.orchestra.run.smithi089.stdout:================================================================================ 2023-10-16T20:38:05.071 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:38:05.416 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2023-10-16T20:38:05.417 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T20:38:05.418 INFO:teuthology.orchestra.run.smithi026.stdout: Package Architecture Version Repository Size 2023-10-16T20:38:05.418 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T20:38:05.418 INFO:teuthology.orchestra.run.smithi026.stdout:Resetting modules: 2023-10-16T20:38:05.418 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools 2023-10-16T20:38:05.419 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:38:05.419 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2023-10-16T20:38:05.419 INFO:teuthology.orchestra.run.smithi026.stdout:================================================================================ 2023-10-16T20:38:05.419 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:38:06.026 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:37 ago on Mon 16 Oct 2023 08:36:28 PM UTC. 2023-10-16T20:38:06.416 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:31 ago on Mon 16 Oct 2023 08:36:34 PM UTC. 2023-10-16T20:38:08.354 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2023-10-16T20:38:08.841 INFO:teuthology.orchestra.run.smithi089.stdout:Updating Subscription Management repositories. 2023-10-16T20:38:08.957 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2023-10-16T20:38:09.437 INFO:teuthology.orchestra.run.smithi026.stdout:Updating Subscription Management repositories. 2023-10-16T20:38:09.667 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:41 ago on Mon 16 Oct 2023 08:36:28 PM UTC. 2023-10-16T20:38:10.329 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:35 ago on Mon 16 Oct 2023 08:36:34 PM UTC. 2023-10-16T20:38:11.399 INFO:teuthology.orchestra.run.smithi089.stdout:Dependencies resolved. 2023-10-16T20:38:11.491 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================================================ 2023-10-16T20:38:11.492 INFO:teuthology.orchestra.run.smithi089.stdout: Package Arch Version Repository Size 2023-10-16T20:38:11.492 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================================================ 2023-10-16T20:38:11.492 INFO:teuthology.orchestra.run.smithi089.stdout:Installing group/module packages: 2023-10-16T20:38:11.493 INFO:teuthology.orchestra.run.smithi089.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-10-16T20:38:11.493 INFO:teuthology.orchestra.run.smithi089.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-10-16T20:38:11.493 INFO:teuthology.orchestra.run.smithi089.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-10-16T20:38:11.493 INFO:teuthology.orchestra.run.smithi089.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-10-16T20:38:11.494 INFO:teuthology.orchestra.run.smithi089.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-10-16T20:38:11.494 INFO:teuthology.orchestra.run.smithi089.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-16T20:38:11.494 INFO:teuthology.orchestra.run.smithi089.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-10-16T20:38:11.494 INFO:teuthology.orchestra.run.smithi089.stdout:Installing dependencies: 2023-10-16T20:38:11.494 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-10-16T20:38:11.495 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-10-16T20:38:11.495 INFO:teuthology.orchestra.run.smithi089.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-16T20:38:11.495 INFO:teuthology.orchestra.run.smithi089.stdout:Installing module profiles: 2023-10-16T20:38:11.495 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools/common 2023-10-16T20:38:11.495 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:38:11.496 INFO:teuthology.orchestra.run.smithi089.stdout:Enabling module streams: 2023-10-16T20:38:11.496 INFO:teuthology.orchestra.run.smithi089.stdout: container-tools rhel8 2023-10-16T20:38:11.496 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:38:11.496 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction Summary 2023-10-16T20:38:11.496 INFO:teuthology.orchestra.run.smithi089.stdout:============================================================================================================ 2023-10-16T20:38:11.497 INFO:teuthology.orchestra.run.smithi089.stdout:Install 10 Packages 2023-10-16T20:38:11.497 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:38:11.498 INFO:teuthology.orchestra.run.smithi089.stdout:Total download size: 18 M 2023-10-16T20:38:11.498 INFO:teuthology.orchestra.run.smithi089.stdout:Installed size: 65 M 2023-10-16T20:38:11.498 INFO:teuthology.orchestra.run.smithi089.stdout:Downloading Packages: 2023-10-16T20:38:11.604 INFO:teuthology.orchestra.run.smithi089.stdout:(1/10): python3-pyxdg-0.25-16.el8.noarch.rpm 852 kB/s | 94 kB 00:00 2023-10-16T20:38:11.637 INFO:teuthology.orchestra.run.smithi089.stdout:(2/10): python3-pytoml-0.1.14-5.git7dea353.el8. 174 kB/s | 25 kB 00:00 2023-10-16T20:38:11.661 INFO:teuthology.orchestra.run.smithi089.stdout:(3/10): yajl-2.1.0-10.el8.x86_64.rpm 243 kB/s | 41 kB 00:00 2023-10-16T20:38:11.687 INFO:teuthology.orchestra.run.smithi089.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 597 kB/s | 49 kB 00:00 2023-10-16T20:38:11.720 INFO:teuthology.orchestra.run.smithi089.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.1 MB/s | 524 kB 00:00 2023-10-16T20:38:11.746 INFO:teuthology.orchestra.run.smithi089.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-10-16T20:38:11.771 INFO:teuthology.orchestra.run.smithi089.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.1 MB/s | 213 kB 00:00 2023-10-16T20:38:11.863 INFO:teuthology.orchestra.run.smithi089.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 24 MB/s | 2.2 MB 00:00 2023-10-16T20:38:11.980 INFO:teuthology.orchestra.run.smithi089.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 30 MB/s | 7.0 MB 00:00 2023-10-16T20:38:12.072 INFO:teuthology.orchestra.run.smithi089.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-10-16T20:38:12.073 INFO:teuthology.orchestra.run.smithi089.stdout:-------------------------------------------------------------------------------- 2023-10-16T20:38:12.073 INFO:teuthology.orchestra.run.smithi089.stdout:Total 31 MB/s | 18 MB 00:00 2023-10-16T20:38:12.271 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction check 2023-10-16T20:38:12.290 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction check succeeded. 2023-10-16T20:38:12.290 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction test 2023-10-16T20:38:12.322 INFO:teuthology.orchestra.run.smithi026.stdout:Dependencies resolved. 2023-10-16T20:38:12.422 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================================================ 2023-10-16T20:38:12.423 INFO:teuthology.orchestra.run.smithi026.stdout: Package Arch Version Repository Size 2023-10-16T20:38:12.423 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================================================ 2023-10-16T20:38:12.423 INFO:teuthology.orchestra.run.smithi026.stdout:Installing group/module packages: 2023-10-16T20:38:12.423 INFO:teuthology.orchestra.run.smithi026.stdout: buildah x86_64 1:1.26.2-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 8.0 M 2023-10-16T20:38:12.423 INFO:teuthology.orchestra.run.smithi026.stdout: cockpit-podman noarch 49.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 524 k 2023-10-16T20:38:12.424 INFO:teuthology.orchestra.run.smithi026.stdout: crun x86_64 1.5-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 213 k 2023-10-16T20:38:12.424 INFO:teuthology.orchestra.run.smithi026.stdout: python3-podman noarch 4.0.1-1.module+el8.6.0+16837+85b82211 rhel-8-for-x86_64-appstream-rpms 149 k 2023-10-16T20:38:12.424 INFO:teuthology.orchestra.run.smithi026.stdout: skopeo x86_64 2:1.9.1-1.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 7.0 M 2023-10-16T20:38:12.424 INFO:teuthology.orchestra.run.smithi026.stdout: toolbox x86_64 0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-16T20:38:12.424 INFO:teuthology.orchestra.run.smithi026.stdout: udica noarch 0.2.6-4.module+el8.6.0+16771+28dfca77 rhel-8-for-x86_64-appstream-rpms 49 k 2023-10-16T20:38:12.425 INFO:teuthology.orchestra.run.smithi026.stdout:Installing dependencies: 2023-10-16T20:38:12.425 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 rhel-8-for-x86_64-appstream-rpms 25 k 2023-10-16T20:38:12.425 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyxdg noarch 0.25-16.el8 rhel-8-for-x86_64-appstream-rpms 94 k 2023-10-16T20:38:12.425 INFO:teuthology.orchestra.run.smithi026.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-16T20:38:12.425 INFO:teuthology.orchestra.run.smithi026.stdout:Installing module profiles: 2023-10-16T20:38:12.426 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools/common 2023-10-16T20:38:12.426 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:38:12.426 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling module streams: 2023-10-16T20:38:12.426 INFO:teuthology.orchestra.run.smithi026.stdout: container-tools rhel8 2023-10-16T20:38:12.426 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:38:12.427 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction Summary 2023-10-16T20:38:12.427 INFO:teuthology.orchestra.run.smithi026.stdout:============================================================================================================ 2023-10-16T20:38:12.427 INFO:teuthology.orchestra.run.smithi026.stdout:Install 10 Packages 2023-10-16T20:38:12.427 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:38:12.428 INFO:teuthology.orchestra.run.smithi026.stdout:Total download size: 18 M 2023-10-16T20:38:12.428 INFO:teuthology.orchestra.run.smithi026.stdout:Installed size: 65 M 2023-10-16T20:38:12.428 INFO:teuthology.orchestra.run.smithi026.stdout:Downloading Packages: 2023-10-16T20:38:12.472 INFO:teuthology.orchestra.run.smithi089.stdout:Transaction test succeeded. 2023-10-16T20:38:12.476 INFO:teuthology.orchestra.run.smithi089.stdout:Running transaction 2023-10-16T20:38:12.481 INFO:teuthology.orchestra.run.smithi026.stdout:(1/10): python3-pytoml-0.1.14-5.git7dea353.el8. 447 kB/s | 25 kB 00:00 2023-10-16T20:38:12.498 INFO:teuthology.orchestra.run.smithi026.stdout:(2/10): yajl-2.1.0-10.el8.x86_64.rpm 562 kB/s | 41 kB 00:00 2023-10-16T20:38:12.523 INFO:teuthology.orchestra.run.smithi026.stdout:(3/10): python3-pyxdg-0.25-16.el8.noarch.rpm 959 kB/s | 94 kB 00:00 2023-10-16T20:38:12.540 INFO:teuthology.orchestra.run.smithi026.stdout:(4/10): udica-0.2.6-4.module+el8.6.0+16771+28df 842 kB/s | 49 kB 00:00 2023-10-16T20:38:12.574 INFO:teuthology.orchestra.run.smithi026.stdout:(5/10): cockpit-podman-49.1-1.module+el8.6.0+16 6.8 MB/s | 524 kB 00:00 2023-10-16T20:38:12.598 INFO:teuthology.orchestra.run.smithi026.stdout:(6/10): python3-podman-4.0.1-1.module+el8.6.0+1 2.5 MB/s | 149 kB 00:00 2023-10-16T20:38:12.624 INFO:teuthology.orchestra.run.smithi026.stdout:(7/10): crun-1.5-1.module+el8.6.0+16771+28dfca7 4.2 MB/s | 213 kB 00:00 2023-10-16T20:38:12.716 INFO:teuthology.orchestra.run.smithi026.stdout:(8/10): toolbox-0.0.99.3-0.6.module+el8.6.0+167 24 MB/s | 2.2 MB 00:00 2023-10-16T20:38:12.833 INFO:teuthology.orchestra.run.smithi026.stdout:(9/10): skopeo-1.9.1-1.module+el8.6.0+16771+28d 30 MB/s | 7.0 MB 00:00 2023-10-16T20:38:12.941 INFO:teuthology.orchestra.run.smithi026.stdout:(10/10): buildah-1.26.2-1.module+el8.6.0+16771+ 19 MB/s | 8.0 MB 00:00 2023-10-16T20:38:12.943 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2023-10-16T20:38:12.943 INFO:teuthology.orchestra.run.smithi026.stdout:Total 35 MB/s | 18 MB 00:00 2023-10-16T20:38:12.998 INFO:teuthology.orchestra.run.smithi089.stdout: Preparing : 1/1 2023-10-16T20:38:13.150 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction check 2023-10-16T20:38:13.170 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction check succeeded. 2023-10-16T20:38:13.170 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction test 2023-10-16T20:38:13.223 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-10-16T20:38:13.366 INFO:teuthology.orchestra.run.smithi026.stdout:Transaction test succeeded. 2023-10-16T20:38:13.370 INFO:teuthology.orchestra.run.smithi026.stdout:Running transaction 2023-10-16T20:38:13.443 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-16T20:38:13.639 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-10-16T20:38:13.862 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-10-16T20:38:13.900 INFO:teuthology.orchestra.run.smithi026.stdout: Preparing : 1/1 2023-10-16T20:38:14.074 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 1/10 2023-10-16T20:38:14.238 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-10-16T20:38:14.249 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-16T20:38:14.420 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 3/10 2023-10-16T20:38:14.629 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 4/10 2023-10-16T20:38:14.980 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 5/10 2023-10-16T20:38:15.009 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-10-16T20:38:15.779 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 6/10 2023-10-16T20:38:15.972 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-10-16T20:38:16.225 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-10-16T20:38:16.425 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-10-16T20:38:16.652 INFO:teuthology.orchestra.run.smithi089.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-16T20:38:16.702 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 7/10 2023-10-16T20:38:16.899 INFO:teuthology.orchestra.run.smithi089.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-16T20:38:16.899 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-10-16T20:38:16.900 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-16T20:38:16.900 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-10-16T20:38:16.900 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-10-16T20:38:16.900 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-10-16T20:38:16.900 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-10-16T20:38:16.901 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-10-16T20:38:16.901 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-10-16T20:38:16.901 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-10-16T20:38:16.933 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 8/10 2023-10-16T20:38:17.080 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 9/10 2023-10-16T20:38:17.248 INFO:teuthology.orchestra.run.smithi026.stdout: Installing : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-16T20:38:17.523 INFO:teuthology.orchestra.run.smithi026.stdout: Running scriptlet: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 10/10 2023-10-16T20:38:17.523 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 1/10 2023-10-16T20:38:17.524 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 2/10 2023-10-16T20:38:17.524 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 3/10 2023-10-16T20:38:17.524 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 4/10 2023-10-16T20:38:17.524 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca7 5/10 2023-10-16T20:38:17.525 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x 6/10 2023-10-16T20:38:17.525 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : python3-podman-4.0.1-1.module+el8.6.0+16837+85b822 7/10 2023-10-16T20:38:17.525 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 8/10 2023-10-16T20:38:17.525 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86 9/10 2023-10-16T20:38:18.071 INFO:teuthology.orchestra.run.smithi089.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-10-16T20:38:18.071 INFO:teuthology.orchestra.run.smithi089.stdout:Last metadata expiration check: 0:01:49 ago on Mon 16 Oct 2023 08:36:28 PM UTC. 2023-10-16T20:38:18.666 INFO:teuthology.orchestra.run.smithi026.stdout: Verifying : toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77 10/10 2023-10-16T20:38:18.667 INFO:teuthology.orchestra.run.smithi026.stdout:Last metadata expiration check: 0:01:44 ago on Mon 16 Oct 2023 08:36:34 PM UTC. 2023-10-16T20:38:20.623 INFO:teuthology.orchestra.run.smithi089.stdout:Installed products updated. 2023-10-16T20:38:20.816 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:38:20.816 INFO:teuthology.orchestra.run.smithi089.stdout:Installed: 2023-10-16T20:38:20.817 INFO:teuthology.orchestra.run.smithi089.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-16T20:38:20.817 INFO:teuthology.orchestra.run.smithi089.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-10-16T20:38:20.817 INFO:teuthology.orchestra.run.smithi089.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-16T20:38:20.817 INFO:teuthology.orchestra.run.smithi089.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-10-16T20:38:20.817 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-16T20:38:20.818 INFO:teuthology.orchestra.run.smithi089.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-16T20:38:20.818 INFO:teuthology.orchestra.run.smithi089.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-16T20:38:20.818 INFO:teuthology.orchestra.run.smithi089.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-10-16T20:38:20.818 INFO:teuthology.orchestra.run.smithi089.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-10-16T20:38:20.818 INFO:teuthology.orchestra.run.smithi089.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-16T20:38:20.819 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:38:20.819 INFO:teuthology.orchestra.run.smithi089.stdout:Complete! 2023-10-16T20:38:20.949 DEBUG:teuthology.parallel:result is None 2023-10-16T20:38:21.321 INFO:teuthology.orchestra.run.smithi026.stdout:Installed products updated. 2023-10-16T20:38:21.535 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:38:21.536 INFO:teuthology.orchestra.run.smithi026.stdout:Installed: 2023-10-16T20:38:21.536 INFO:teuthology.orchestra.run.smithi026.stdout: buildah-1:1.26.2-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-16T20:38:21.536 INFO:teuthology.orchestra.run.smithi026.stdout: cockpit-podman-49.1-1.module+el8.6.0+16771+28dfca77.noarch 2023-10-16T20:38:21.536 INFO:teuthology.orchestra.run.smithi026.stdout: crun-1.5-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-16T20:38:21.537 INFO:teuthology.orchestra.run.smithi026.stdout: python3-podman-4.0.1-1.module+el8.6.0+16837+85b82211.noarch 2023-10-16T20:38:21.537 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2023-10-16T20:38:21.537 INFO:teuthology.orchestra.run.smithi026.stdout: python3-pyxdg-0.25-16.el8.noarch 2023-10-16T20:38:21.537 INFO:teuthology.orchestra.run.smithi026.stdout: skopeo-2:1.9.1-1.module+el8.6.0+16771+28dfca77.x86_64 2023-10-16T20:38:21.537 INFO:teuthology.orchestra.run.smithi026.stdout: toolbox-0.0.99.3-0.6.module+el8.6.0+16771+28dfca77.x86_64 2023-10-16T20:38:21.537 INFO:teuthology.orchestra.run.smithi026.stdout: udica-0.2.6-4.module+el8.6.0+16771+28dfca77.noarch 2023-10-16T20:38:21.538 INFO:teuthology.orchestra.run.smithi026.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-16T20:38:21.538 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:38:21.538 INFO:teuthology.orchestra.run.smithi026.stdout:Complete! 2023-10-16T20:38:21.679 DEBUG:teuthology.parallel:result is None 2023-10-16T20:38:21.680 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-16T20:38:21.690 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-16T20:38:21.691 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:38:21.691 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:38:21.708 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:21.709 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_1 2023-10-16T20:38:21.766 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-16T20:38:21.766 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:21.766 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 393340 Links: 1 2023-10-16T20:38:21.766 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:21.767 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:21.767 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 20:38:00.464331663 +0000 2023-10-16T20:38:21.767 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 20:37:33.346728752 +0000 2023-10-16T20:38:21.767 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 20:37:33.346728752 +0000 2023-10-16T20:38:21.767 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T20:38:21.768 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-16T20:38:21.832 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T20:38:21.833 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T20:38:21.833 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 9.214e-05 s, 5.6 MB/s 2023-10-16T20:38:21.834 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-16T20:38:21.892 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_2 2023-10-16T20:38:21.950 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-16T20:38:21.950 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:21.950 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 388799 Links: 1 2023-10-16T20:38:21.950 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:21.951 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:21.951 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 20:38:00.464331663 +0000 2023-10-16T20:38:21.951 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 20:37:33.851721357 +0000 2023-10-16T20:38:21.951 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 20:37:33.851721357 +0000 2023-10-16T20:38:21.951 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T20:38:21.952 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-16T20:38:22.015 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T20:38:22.015 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T20:38:22.016 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 9.4542e-05 s, 5.4 MB/s 2023-10-16T20:38:22.017 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-16T20:38:22.074 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_3 2023-10-16T20:38:22.131 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-16T20:38:22.132 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:22.132 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 393530 Links: 1 2023-10-16T20:38:22.132 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:22.132 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:22.133 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 20:38:00.464331663 +0000 2023-10-16T20:38:22.133 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 20:37:34.372713728 +0000 2023-10-16T20:38:22.133 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 20:37:34.372713728 +0000 2023-10-16T20:38:22.133 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T20:38:22.133 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-16T20:38:22.196 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T20:38:22.197 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T20:38:22.197 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000100322 s, 5.1 MB/s 2023-10-16T20:38:22.198 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-16T20:38:22.256 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/vg_nvme/lv_4 2023-10-16T20:38:22.314 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-16T20:38:22.314 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:22.314 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 384950 Links: 1 2023-10-16T20:38:22.314 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:22.315 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:22.315 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 20:38:00.464331663 +0000 2023-10-16T20:38:22.315 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 20:37:34.878706318 +0000 2023-10-16T20:38:22.315 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 20:37:34.878706318 +0000 2023-10-16T20:38:22.315 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T20:38:22.315 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-16T20:38:22.378 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T20:38:22.379 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T20:38:22.379 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000101699 s, 5.0 MB/s 2023-10-16T20:38:22.380 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-16T20:38:22.438 DEBUG:teuthology.orchestra.run.smithi026:> 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:22.572 INFO:teuthology.orchestra.run.smithi026.stdout:loop 2023-10-16T20:38:22.574 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_1... 2023-10-16T20:38:22.574 DEBUG:teuthology.orchestra.run.smithi026:> 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:22.610 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-10-16T20:38:22.647 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_11 2023-10-16T20:38:22.694 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_2... 2023-10-16T20:38:22.694 DEBUG:teuthology.orchestra.run.smithi026:> 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:22.772 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-10-16T20:38:22.809 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_21 2023-10-16T20:38:22.849 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_3... 2023-10-16T20:38:22.849 DEBUG:teuthology.orchestra.run.smithi026:> 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:22.926 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-10-16T20:38:22.962 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_31 2023-10-16T20:38:23.002 INFO:tasks.nvme_loop:Connecting nvme_loop smithi026:/dev/vg_nvme/lv_4... 2023-10-16T20:38:23.003 DEBUG:teuthology.orchestra.run.smithi026:> 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:23.079 INFO:teuthology.orchestra.run.smithi026.stdout:1 2023-10-16T20:38:23.116 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/vg_nvme/lv_41 2023-10-16T20:38:23.157 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:38:23.157 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:38:23.215 DEBUG:teuthology.orchestra.run.smithi026:> sudo nvme list 2023-10-16T20:38:23.281 INFO:teuthology.orchestra.run.smithi026.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-16T20:38:23.281 INFO:teuthology.orchestra.run.smithi026.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-16T20:38:23.281 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme0n1 PHMB74760020480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2023-10-16T20:38:23.281 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme1n1 45eda0c7f0f14ca2ddc5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:23.282 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme2n1 954aac6491768bf3d825 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:23.282 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme3n1 feee78c644bed48fe44e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:23.282 INFO:teuthology.orchestra.run.smithi026.stdout:/dev/nvme4n1 b1d9ce007df50d3c7458 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:23.283 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-16T20:38:23.283 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:38:23.284 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/scratch_devs 2023-10-16T20:38:23.350 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-10-16T20:38:23.351 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:38:23.371 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:23.372 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_1 2023-10-16T20:38:23.431 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-16T20:38:23.431 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:23.431 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 390010 Links: 1 2023-10-16T20:38:23.431 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:23.431 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:23.432 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-10-16 20:38:00.410770789 +0000 2023-10-16T20:38:23.432 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-10-16 20:37:24.687586780 +0000 2023-10-16T20:38:23.432 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-10-16 20:37:24.687586780 +0000 2023-10-16T20:38:23.432 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-10-16T20:38:23.432 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-16T20:38:23.500 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-10-16T20:38:23.500 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-10-16T20:38:23.501 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000245586 s, 2.1 MB/s 2023-10-16T20:38:23.501 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-16T20:38:23.561 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_2 2023-10-16T20:38:23.621 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-16T20:38:23.621 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:23.621 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 394284 Links: 1 2023-10-16T20:38:23.621 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:23.622 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:23.622 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-10-16 20:38:00.410770789 +0000 2023-10-16T20:38:23.622 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-10-16 20:37:25.205574948 +0000 2023-10-16T20:38:23.622 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-10-16 20:37:25.205574948 +0000 2023-10-16T20:38:23.622 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-10-16T20:38:23.623 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-16T20:38:23.688 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-10-16T20:38:23.688 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-10-16T20:38:23.689 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000218694 s, 2.3 MB/s 2023-10-16T20:38:23.690 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-16T20:38:23.749 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_3 2023-10-16T20:38:23.807 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-16T20:38:23.807 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:23.807 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 392664 Links: 1 2023-10-16T20:38:23.808 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:23.808 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:23.808 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-10-16 20:38:00.410770789 +0000 2023-10-16T20:38:23.808 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-10-16 20:37:25.725563070 +0000 2023-10-16T20:38:23.808 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-10-16 20:37:25.725563070 +0000 2023-10-16T20:38:23.809 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-10-16T20:38:23.809 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-16T20:38:23.873 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-10-16T20:38:23.874 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-10-16T20:38:23.874 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000217653 s, 2.4 MB/s 2023-10-16T20:38:23.875 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-16T20:38:23.934 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/vg_nvme/lv_4 2023-10-16T20:38:23.992 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-16T20:38:23.992 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-16T20:38:23.992 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 395355 Links: 1 2023-10-16T20:38:23.992 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-16T20:38:23.993 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:device_t:s0 2023-10-16T20:38:23.993 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-10-16 20:38:00.410770789 +0000 2023-10-16T20:38:23.993 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-10-16 20:37:26.211551969 +0000 2023-10-16T20:38:23.993 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-10-16 20:37:26.211551969 +0000 2023-10-16T20:38:23.993 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-10-16T20:38:23.994 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-16T20:38:24.059 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-10-16T20:38:24.059 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-10-16T20:38:24.059 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000190621 s, 2.7 MB/s 2023-10-16T20:38:24.060 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-16T20:38:24.119 DEBUG:teuthology.orchestra.run.smithi089:> 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:24.256 INFO:teuthology.orchestra.run.smithi089.stdout:loop 2023-10-16T20:38:24.258 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_1... 2023-10-16T20:38:24.258 DEBUG:teuthology.orchestra.run.smithi089:> 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:24.293 INFO:teuthology.orchestra.run.smithi089.stdout:1 2023-10-16T20:38:24.328 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_11 2023-10-16T20:38:24.376 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_2... 2023-10-16T20:38:24.377 DEBUG:teuthology.orchestra.run.smithi089:> 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:24.452 INFO:teuthology.orchestra.run.smithi089.stdout:1 2023-10-16T20:38:24.487 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_21 2023-10-16T20:38:24.526 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_3... 2023-10-16T20:38:24.526 DEBUG:teuthology.orchestra.run.smithi089:> 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:24.601 INFO:teuthology.orchestra.run.smithi089.stdout:1 2023-10-16T20:38:24.637 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_31 2023-10-16T20:38:24.676 INFO:tasks.nvme_loop:Connecting nvme_loop smithi089:/dev/vg_nvme/lv_4... 2023-10-16T20:38:24.677 DEBUG:teuthology.orchestra.run.smithi089:> 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:24.751 INFO:teuthology.orchestra.run.smithi089.stdout:1 2023-10-16T20:38:24.786 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/vg_nvme/lv_41 2023-10-16T20:38:24.825 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-10-16T20:38:24.826 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:38:24.887 DEBUG:teuthology.orchestra.run.smithi089:> sudo nvme list 2023-10-16T20:38:24.952 INFO:teuthology.orchestra.run.smithi089.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-16T20:38:24.952 INFO:teuthology.orchestra.run.smithi089.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-16T20:38:24.952 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme0n1 PHFT62040126400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-16T20:38:24.953 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme1n1 bc7627ebc52cf8f419b1 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:24.953 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme2n1 dce6aa5e7c870e15d9a9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:24.953 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme3n1 8f2ae8e797c327b2884f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:24.953 INFO:teuthology.orchestra.run.smithi089.stdout:/dev/nvme4n1 6efd42475c47246818f4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-16T20:38:24.954 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-16T20:38:24.954 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-10-16T20:38:24.955 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/scratch_devs 2023-10-16T20:38:25.020 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-16T20:38:25.101 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:25.102 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 2023-10-16T20:38:25.102 INFO:tasks.cephadm:Cluster fsid is f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:38:25.103 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-16T20:38:25.103 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-16T20:38:25.103 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi026': '172.21.15.26', 'mon.smithi089': '172.21.15.89'} 2023-10-16T20:38:25.104 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-16T20:38:25.104 DEBUG:teuthology.orchestra.run.smithi026:> sudo hostname $(hostname -s) 2023-10-16T20:38:25.138 DEBUG:teuthology.orchestra.run.smithi089:> sudo hostname $(hostname -s) 2023-10-16T20:38:25.165 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-16T20:38:25.166 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:25.303 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:25.525 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:25.526 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:25.526 DEBUG:teuthology.orchestra.run.smithi026:> 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:26.262 INFO:teuthology.orchestra.run.smithi026.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 16 20:38 /home/ubuntu/cephtest/cephadm 2023-10-16T20:38:26.262 DEBUG:teuthology.orchestra.run.smithi089:> 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:26.764 INFO:teuthology.orchestra.run.smithi089.stdout:-rw-rw-r--. 1 ubuntu ubuntu 789665 Oct 16 20:38 /home/ubuntu/cephtest/cephadm 2023-10-16T20:38:26.764 DEBUG:teuthology.orchestra.run.smithi026:> 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:26.786 DEBUG:teuthology.orchestra.run.smithi089:> 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:26.815 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 on all hosts... 2023-10-16T20:38:26.816 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 pull 2023-10-16T20:38:26.828 DEBUG:teuthology.orchestra.run.smithi089:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 pull 2023-10-16T20:38:28.724 INFO:teuthology.orchestra.run.smithi026.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T20:38:28.944 INFO:teuthology.orchestra.run.smithi089.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T20:38:56.103 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2023-10-16T20:38:56.103 INFO:teuthology.orchestra.run.smithi026.stdout: "ceph_version": "ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev)", 2023-10-16T20:38:56.103 INFO:teuthology.orchestra.run.smithi026.stdout: "image_id": "432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59", 2023-10-16T20:38:56.103 INFO:teuthology.orchestra.run.smithi026.stdout: "repo_digests": [ 2023-10-16T20:38:56.104 INFO:teuthology.orchestra.run.smithi026.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef988dbe662e953665f325a6da944894d13eba6e20b2f00e780151e248101ff1" 2023-10-16T20:38:56.104 INFO:teuthology.orchestra.run.smithi026.stdout: ] 2023-10-16T20:38:56.104 INFO:teuthology.orchestra.run.smithi026.stdout:} 2023-10-16T20:39:03.049 INFO:teuthology.orchestra.run.smithi089.stdout:{ 2023-10-16T20:39:03.049 INFO:teuthology.orchestra.run.smithi089.stdout: "ceph_version": "ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev)", 2023-10-16T20:39:03.050 INFO:teuthology.orchestra.run.smithi089.stdout: "image_id": "432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59", 2023-10-16T20:39:03.050 INFO:teuthology.orchestra.run.smithi089.stdout: "repo_digests": [ 2023-10-16T20:39:03.050 INFO:teuthology.orchestra.run.smithi089.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef988dbe662e953665f325a6da944894d13eba6e20b2f00e780151e248101ff1" 2023-10-16T20:39:03.050 INFO:teuthology.orchestra.run.smithi089.stdout: ] 2023-10-16T20:39:03.051 INFO:teuthology.orchestra.run.smithi089.stdout:} 2023-10-16T20:39:03.070 DEBUG:teuthology.orchestra.run.smithi026:> sudo mkdir -p /etc/ceph 2023-10-16T20:39:03.109 DEBUG:teuthology.orchestra.run.smithi089:> sudo mkdir -p /etc/ceph 2023-10-16T20:39:03.139 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 777 /etc/ceph 2023-10-16T20:39:03.180 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 777 /etc/ceph 2023-10-16T20:39:03.207 INFO:tasks.cephadm:Writing seed config... 2023-10-16T20:39:03.209 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-16T20:39:03.209 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-16T20:39:03.210 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-16T20:39:03.210 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-16T20:39:03.210 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-16T20:39:03.211 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-16T20:39:03.211 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-16T20:39:03.211 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-16T20:39:03.212 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:39:03.212 DEBUG:teuthology.orchestra.run.smithi026:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-16T20:39:03.239 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 = f448a1d4-6c63-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:03.240 DEBUG:teuthology.orchestra.run.smithi026:mon.smithi026> sudo journalctl -f -n 0 -u ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@mon.smithi026.service 2023-10-16T20:39:03.282 INFO:tasks.cephadm:Bootstrapping... 2023-10-16T20:39:03.283 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 -v bootstrap --fsid f448a1d4-6c63-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.26 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-16T20:39:03.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:-- Logs begin at Mon 2023-10-16 20:27:16 UTC. -- 2023-10-16T20:39:03.462 INFO:teuthology.orchestra.run.smithi026.stdout:-------------------------------------------------------------------------------- 2023-10-16T20:39:03.462 INFO:teuthology.orchestra.run.smithi026.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01', '-v', 'bootstrap', '--fsid', 'f448a1d4-6c63-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.26', '--skip-admin-label'] 2023-10-16T20:39:03.621 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 4.1.1 2023-10-16T20:39:03.621 INFO:teuthology.orchestra.run.smithi026.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-16T20:39:03.622 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying podman|docker is present... 2023-10-16T20:39:03.768 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 4.1.1 2023-10-16T20:39:03.768 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying lvm2 is present... 2023-10-16T20:39:03.768 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying time synchronization is in place... 2023-10-16T20:39:03.775 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-16T20:39:03.775 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-16T20:39:03.781 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-16T20:39:03.781 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T20:39:03.787 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout enabled 2023-10-16T20:39:03.793 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout active 2023-10-16T20:39:03.793 INFO:teuthology.orchestra.run.smithi026.stdout:Unit chronyd.service is enabled and running 2023-10-16T20:39:03.793 INFO:teuthology.orchestra.run.smithi026.stdout:Repeating the final host check... 2023-10-16T20:39:03.938 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 4.1.1 2023-10-16T20:39:03.938 INFO:teuthology.orchestra.run.smithi026.stdout:podman (/bin/podman) version 4.1.1 is present 2023-10-16T20:39:03.938 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl is present 2023-10-16T20:39:03.939 INFO:teuthology.orchestra.run.smithi026.stdout:lvcreate is present 2023-10-16T20:39:03.944 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-16T20:39:03.944 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-16T20:39:03.950 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-16T20:39:03.950 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T20:39:03.955 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout enabled 2023-10-16T20:39:03.962 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout active 2023-10-16T20:39:03.962 INFO:teuthology.orchestra.run.smithi026.stdout:Unit chronyd.service is enabled and running 2023-10-16T20:39:03.962 INFO:teuthology.orchestra.run.smithi026.stdout:Host looks OK 2023-10-16T20:39:03.962 INFO:teuthology.orchestra.run.smithi026.stdout:Cluster fsid: f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:39:03.963 INFO:teuthology.orchestra.run.smithi026.stdout:Acquiring lock 140256848946680 on /run/cephadm/f448a1d4-6c63-11ee-8db6-212e2dc638e7.lock 2023-10-16T20:39:03.963 INFO:teuthology.orchestra.run.smithi026.stdout:Lock 140256848946680 acquired on /run/cephadm/f448a1d4-6c63-11ee-8db6-212e2dc638e7.lock 2023-10-16T20:39:03.964 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying IP 172.21.15.26 port 3300 ... 2023-10-16T20:39:03.964 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying IP 172.21.15.26 port 6789 ... 2023-10-16T20:39:03.964 INFO:teuthology.orchestra.run.smithi026.stdout:Base mon IP(s) is [172.21.15.26:3300, 172.21.15.26:6789], mon addrv is [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2023-10-16T20:39:03.966 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-10-16T20:39:03.967 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.26 metric 100 2023-10-16T20:39:03.969 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-16T20:39:03.969 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2023-10-16T20:39:03.970 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2023-10-16T20:39:03.972 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-16T20:39:03.972 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-16T20:39:03.972 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-16T20:39:03.973 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2023-10-16T20:39:03.973 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:cac0/64 scope link 2023-10-16T20:39:03.973 INFO:teuthology.orchestra.run.smithi026.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-16T20:39:03.974 INFO:teuthology.orchestra.run.smithi026.stdout:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2023-10-16T20:39:03.974 INFO:teuthology.orchestra.run.smithi026.stdout:Mon IP `172.21.15.26` is in CIDR network `172.21.0.0/20` 2023-10-16T20:39:03.974 INFO:teuthology.orchestra.run.smithi026.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-16T20:39:03.974 INFO:teuthology.orchestra.run.smithi026.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-16T20:39:03.975 INFO:teuthology.orchestra.run.smithi026.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T20:39:04.325 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stdout 432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59 2023-10-16T20:39:04.326 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01... 2023-10-16T20:39:04.326 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Getting image source signatures 2023-10-16T20:39:04.326 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying blob sha256:25f8560b6973af9a3daf955d9b9e6da1ff2fb3e3d3744dd7eb4b11eccba8549a 2023-10-16T20:39:04.326 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying blob sha256:8ed15414cb45b8b895a21f106743ceee45272cee0d9e7e5b1f49bd1e877e4a11 2023-10-16T20:39:04.327 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Copying config sha256:432d8aed36d3609eeadafdeeba9979e8cec8d08251e9a7ced60ef7a963958c59 2023-10-16T20:39:04.327 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-16T20:39:04.327 INFO:teuthology.orchestra.run.smithi026.stdout:/bin/podman: stderr Storing signatures 2023-10-16T20:39:06.484 INFO:teuthology.orchestra.run.smithi026.stdout:ceph: stdout ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev) 2023-10-16T20:39:06.485 INFO:teuthology.orchestra.run.smithi026.stdout:Ceph version: ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev) 2023-10-16T20:39:06.485 INFO:teuthology.orchestra.run.smithi026.stdout:Extracting ceph user uid/gid from container image... 2023-10-16T20:39:08.043 INFO:teuthology.orchestra.run.smithi026.stdout:stat: stdout 167 167 2023-10-16T20:39:08.043 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial keys... 2023-10-16T20:39:08.905 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQBsny1ll6rDGxAA2ADPbR/CGkk923fcBgVNXQ== 2023-10-16T20:39:09.560 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQBtny1lvQhtEBAAMZ/SZ0sC67Nn96NqP5w/jA== 2023-10-16T20:39:10.215 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph-authtool: stdout AQBtny1lVOelNRAA4Z2JSyx5WhH12vDqSwFmkw== 2023-10-16T20:39:10.216 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial monmap... 2023-10-16T20:39:10.866 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-16T20:39:10.866 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-16T20:39:10.867 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:39:10.867 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-16T20:39:10.867 INFO:teuthology.orchestra.run.smithi026.stdout:monmaptool for smithi026 [v2:172.21.15.26:3300,v1:172.21.15.26:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-16T20:39:10.867 INFO:teuthology.orchestra.run.smithi026.stdout:setting min_mon_release = pacific 2023-10-16T20:39:10.867 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: set fsid to f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:39:10.868 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-16T20:39:10.868 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:39:10.868 INFO:teuthology.orchestra.run.smithi026.stdout:Creating mon... 2023-10-16T20:39:11.623 INFO:teuthology.orchestra.run.smithi026.stdout:create mon.smithi026 on 2023-10-16T20:39:11.840 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-16T20:39:11.967 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7.target. 2023-10-16T20:39:11.967 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7.target. 2023-10-16T20:39:12.154 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@mon.smithi026 2023-10-16T20:39:12.155 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@mon.smithi026.service: Unit ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@mon.smithi026.service not loaded. 2023-10-16T20:39:12.246 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7.target.wants/ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@mon.smithi026.service → /etc/systemd/system/ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@.service. 2023-10-16T20:39:12.541 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:12 smithi026 systemd[1]: Starting Ceph mon.smithi026 for f448a1d4-6c63-11ee-8db6-212e2dc638e7... 2023-10-16T20:39:12.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:12 smithi026 podman[92588]: 2023-10-16T20:39:12.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:12 smithi026 bash[92588]: 773ad2629cfb4a9c66b5f8dc8925559b83827600f3ef00377ee223dd0d24bd15 2023-10-16T20:39:12.854 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T20:39:12.854 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2023-10-16T20:39:12.861 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T20:39:12.861 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T20:39:12.861 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2023-10-16T20:39:12.862 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to enable service . firewalld.service is not available 2023-10-16T20:39:12.862 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mon to start... 2023-10-16T20:39:12.863 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mon... 2023-10-16T20:39:13.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:12 smithi026 ceph-mon[92628]: mkfs f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:39:13.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:12 smithi026 ceph-mon[92628]: mon.smithi026 is new leader, mons smithi026 in quorum (ranks 0) 2023-10-16T20:39:13.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:12 smithi026 systemd[1]: Started Ceph mon.smithi026 for f448a1d4-6c63-11ee-8db6-212e2dc638e7. 2023-10-16T20:39:14.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:13 smithi026 ceph-mon[92628]: mon.smithi026 is new leader, mons smithi026 in quorum (ranks 0) 2023-10-16T20:39:14.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:13 smithi026 ceph-mon[92628]: monmap e1: 1 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} removed_ranks: {} 2023-10-16T20:39:14.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:13 smithi026 ceph-mon[92628]: fsmap 2023-10-16T20:39:14.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:13 smithi026 ceph-mon[92628]: osdmap e1: 0 total, 0 up, 0 in 2023-10-16T20:39:14.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:13 smithi026 ceph-mon[92628]: mgrmap e1: no daemons active 2023-10-16T20:39:14.312 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout cluster: 2023-10-16T20:39:14.312 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout id: f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:39:14.312 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-16T20:39:14.312 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:14.313 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout services: 2023-10-16T20:39:14.313 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi026 (age 1.13746s) 2023-10-16T20:39:14.314 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-16T20:39:14.314 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-16T20:39:14.314 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:14.315 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout data: 2023-10-16T20:39:14.315 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-16T20:39:14.315 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-16T20:39:14.316 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-16T20:39:14.316 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout pgs: 2023-10-16T20:39:14.316 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:14.316 INFO:teuthology.orchestra.run.smithi026.stdout:mon is available 2023-10-16T20:39:14.317 INFO:teuthology.orchestra.run.smithi026.stdout:Assimilating anything we can from ceph.conf... 2023-10-16T20:39:15.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:14 smithi026 ceph-mon[92628]: from='client.? 172.21.15.26:0/3424269813' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-16T20:39:15.153 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:15.154 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [global] 2023-10-16T20:39:15.154 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout fsid = f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:39:15.155 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.26:3300,v1:172.21.15.26:6789] 2023-10-16T20:39:15.155 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-16T20:39:15.155 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-16T20:39:15.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-16T20:39:15.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-16T20:39:15.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:15.156 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-16T20:39:15.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-16T20:39:15.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:15.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [osd] 2023-10-16T20:39:15.157 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-16T20:39:15.158 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-16T20:39:15.158 INFO:teuthology.orchestra.run.smithi026.stdout:Generating new minimal ceph.conf... 2023-10-16T20:39:16.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:15 smithi026 ceph-mon[92628]: from='client.? 172.21.15.26:0/2939431171' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-16T20:39:16.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:15 smithi026 ceph-mon[92628]: from='client.? 172.21.15.26:0/2939431171' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-16T20:39:16.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:15 smithi026 ceph-mon[92628]: from='client.? 172.21.15.26:0/3381798618' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:39:16.095 INFO:teuthology.orchestra.run.smithi026.stdout:Restarting the monitor... 2023-10-16T20:39:16.437 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:16 smithi026 systemd[1]: Stopping Ceph mon.smithi026 for f448a1d4-6c63-11ee-8db6-212e2dc638e7... 2023-10-16T20:39:16.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:16 smithi026 ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7-mon-smithi026[92604]: 2023-10-16T20:39:16.433+0000 7fe1ac2ef700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi026 -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:16.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:16 smithi026 ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7-mon-smithi026[92604]: 2023-10-16T20:39:16.433+0000 7fe1ac2ef700 -1 mon.smithi026@0(leader) e1 *** Got Signal Terminated *** 2023-10-16T20:39:17.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:16 smithi026 bash[92963]: ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7-mon-smithi026 2023-10-16T20:39:17.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 systemd[1]: ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@mon.smithi026.service: Succeeded. 2023-10-16T20:39:17.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 systemd[1]: Stopped Ceph mon.smithi026 for f448a1d4-6c63-11ee-8db6-212e2dc638e7. 2023-10-16T20:39:17.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 systemd[1]: Starting Ceph mon.smithi026 for f448a1d4-6c63-11ee-8db6-212e2dc638e7... 2023-10-16T20:39:17.562 INFO:teuthology.orchestra.run.smithi026.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-16T20:39:17.759 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 podman[93086]: 2023-10-16T20:39:17.759 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 bash[93086]: 3f9fa5b0e8e57f239fea1dc843141ddff5bcd4da09e75d4d6acb0396bcf9e816 2023-10-16T20:39:17.759 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: set uid:gid to 167:167 (ceph:ceph) 2023-10-16T20:39:17.759 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: ceph version 18.0.0-6722-gbcf5b23f (bcf5b23faa7fe51d364c0e949f01773ae6822e01) reef (dev), process ceph-mon, pid 7 2023-10-16T20:39:17.760 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: pidfile_write: ignore empty --pid-file 2023-10-16T20:39:17.760 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: load: jerasure load: lrc 2023-10-16T20:39:17.760 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: RocksDB version: 7.9.2 2023-10-16T20:39:17.760 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Git sha 0 2023-10-16T20:39:17.760 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Compile date 2023-10-13 16:26:16 2023-10-16T20:39:17.761 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: DB SUMMARY 2023-10-16T20:39:17.761 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: DB Session ID: A76FEF464JSDGE4JS98H 2023-10-16T20:39:17.761 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: CURRENT file: CURRENT 2023-10-16T20:39:17.761 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: IDENTITY file: IDENTITY 2023-10-16T20:39:17.761 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-16T20:39:17.762 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi026/store.db dir, Total Num: 1, files: 000008.sst 2023-10-16T20:39:17.762 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi026/store.db: 000009.log size: 83744 ; 2023-10-16T20:39:17.762 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.error_if_exists: 0 2023-10-16T20:39:17.762 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.create_if_missing: 0 2023-10-16T20:39:17.762 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.paranoid_checks: 1 2023-10-16T20:39:17.763 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-16T20:39:17.763 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-16T20:39:17.763 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-16T20:39:17.763 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.env: 0x55596388fda0 2023-10-16T20:39:17.763 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.fs: PosixFileSystem 2023-10-16T20:39:17.764 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.info_log: 0x5559645034c0 2023-10-16T20:39:17.764 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_file_opening_threads: 16 2023-10-16T20:39:17.764 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.statistics: (nil) 2023-10-16T20:39:17.764 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.use_fsync: 0 2023-10-16T20:39:17.764 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_log_file_size: 0 2023-10-16T20:39:17.765 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-16T20:39:17.765 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-16T20:39:17.765 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.keep_log_file_num: 1000 2023-10-16T20:39:17.765 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.recycle_log_file_num: 0 2023-10-16T20:39:17.765 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.allow_fallocate: 1 2023-10-16T20:39:17.766 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.allow_mmap_reads: 0 2023-10-16T20:39:17.766 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.allow_mmap_writes: 0 2023-10-16T20:39:17.766 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.use_direct_reads: 0 2023-10-16T20:39:17.766 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-16T20:39:17.766 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.create_missing_column_families: 0 2023-10-16T20:39:17.766 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.db_log_dir: 2023-10-16T20:39:17.767 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.wal_dir: 2023-10-16T20:39:17.767 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-16T20:39:17.767 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-16T20:39:17.767 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-16T20:39:17.767 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-16T20:39:17.768 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-16T20:39:17.768 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-16T20:39:17.768 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.advise_random_on_open: 1 2023-10-16T20:39:17.768 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.db_write_buffer_size: 0 2023-10-16T20:39:17.768 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.write_buffer_manager: 0x5559644bb360 2023-10-16T20:39:17.769 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-16T20:39:17.769 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-16T20:39:17.769 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-16T20:39:17.769 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.rate_limiter: (nil) 2023-10-16T20:39:17.769 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-16T20:39:17.769 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.wal_recovery_mode: 2 2023-10-16T20:39:17.770 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.enable_thread_tracking: 0 2023-10-16T20:39:17.770 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.enable_pipelined_write: 0 2023-10-16T20:39:17.770 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.unordered_write: 0 2023-10-16T20:39:17.770 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-16T20:39:17.771 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-16T20:39:17.771 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-16T20:39:17.771 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-16T20:39:17.771 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.row_cache: None 2023-10-16T20:39:17.771 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.wal_filter: None 2023-10-16T20:39:17.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-16T20:39:17.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.allow_ingest_behind: 0 2023-10-16T20:39:17.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.two_write_queues: 0 2023-10-16T20:39:17.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.manual_wal_flush: 0 2023-10-16T20:39:17.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.wal_compression: 0 2023-10-16T20:39:17.772 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.atomic_flush: 0 2023-10-16T20:39:17.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-16T20:39:17.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-16T20:39:17.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-16T20:39:17.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.log_readahead_size: 0 2023-10-16T20:39:17.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-16T20:39:17.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.best_efforts_recovery: 0 2023-10-16T20:39:17.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-16T20:39:17.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-16T20:39:17.774 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.allow_data_in_errors: 0 2023-10-16T20:39:17.775 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.db_host_id: __hostname__ 2023-10-16T20:39:17.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-16T20:39:17.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_background_jobs: 2 2023-10-16T20:39:17.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_background_compactions: -1 2023-10-16T20:39:17.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_subcompactions: 1 2023-10-16T20:39:17.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-16T20:39:17.777 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-16T20:39:17.777 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-16T20:39:17.777 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_total_wal_size: 0 2023-10-16T20:39:17.777 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-16T20:39:17.777 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-16T20:39:17.778 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-16T20:39:17.778 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-16T20:39:17.778 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_open_files: -1 2023-10-16T20:39:17.778 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bytes_per_sync: 0 2023-10-16T20:39:17.778 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-16T20:39:17.779 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-16T20:39:17.779 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_readahead_size: 0 2023-10-16T20:39:17.779 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_background_flushes: -1 2023-10-16T20:39:17.779 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Compression algorithms supported: 2023-10-16T20:39:17.779 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-16T20:39:17.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: kZSTD supported: 0 2023-10-16T20:39:17.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: kXpressCompression supported: 0 2023-10-16T20:39:17.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: kLZ4HCCompression supported: 1 2023-10-16T20:39:17.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: kZlibCompression supported: 1 2023-10-16T20:39:17.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: kSnappyCompression supported: 1 2023-10-16T20:39:17.781 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: kLZ4Compression supported: 1 2023-10-16T20:39:17.781 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: kBZip2Compression supported: 0 2023-10-16T20:39:17.781 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-16T20:39:17.781 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-16T20:39:17.781 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi026/store.db/MANIFEST-000010 2023-10-16T20:39:17.782 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-16T20:39:17.782 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-16T20:39:17.782 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.merge_operator: 2023-10-16T20:39:17.782 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_filter: None 2023-10-16T20:39:17.782 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_filter_factory: None 2023-10-16T20:39:17.783 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.sst_partitioner_factory: None 2023-10-16T20:39:17.783 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-16T20:39:17.783 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-16T20:39:17.783 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5559645035c0) 2023-10-16T20:39:17.783 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: cache_index_and_filter_blocks: 1 2023-10-16T20:39:17.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-16T20:39:17.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-16T20:39:17.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: pin_top_level_index_and_filter: 1 2023-10-16T20:39:17.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: index_type: 0 2023-10-16T20:39:17.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: data_block_index_type: 0 2023-10-16T20:39:17.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: index_shortening: 1 2023-10-16T20:39:17.785 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-16T20:39:17.785 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: checksum: 4 2023-10-16T20:39:17.785 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: no_block_cache: 0 2023-10-16T20:39:17.785 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: block_cache: 0x5559645591f0 2023-10-16T20:39:17.785 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: block_cache_name: BinnedLRUCache 2023-10-16T20:39:17.786 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: block_cache_options: 2023-10-16T20:39:17.786 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: capacity : 536870912 2023-10-16T20:39:17.786 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: num_shard_bits : 4 2023-10-16T20:39:17.786 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: strict_capacity_limit : 0 2023-10-16T20:39:17.786 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: high_pri_pool_ratio: 0.000 2023-10-16T20:39:17.787 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: block_cache_compressed: (nil) 2023-10-16T20:39:17.787 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: persistent_cache: (nil) 2023-10-16T20:39:17.787 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: block_size: 4096 2023-10-16T20:39:17.787 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: block_size_deviation: 10 2023-10-16T20:39:17.787 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: block_restart_interval: 16 2023-10-16T20:39:17.788 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: index_block_restart_interval: 1 2023-10-16T20:39:17.788 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: metadata_block_size: 4096 2023-10-16T20:39:17.788 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: partition_filters: 0 2023-10-16T20:39:17.788 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: use_delta_encoding: 1 2023-10-16T20:39:17.788 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: filter_policy: bloomfilter 2023-10-16T20:39:17.789 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: whole_key_filtering: 1 2023-10-16T20:39:17.789 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: verify_compression: 0 2023-10-16T20:39:17.789 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: read_amp_bytes_per_bit: 0 2023-10-16T20:39:17.789 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: format_version: 5 2023-10-16T20:39:17.789 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: enable_index_compression: 1 2023-10-16T20:39:17.789 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: block_align: 0 2023-10-16T20:39:17.790 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: max_auto_readahead_size: 262144 2023-10-16T20:39:17.790 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: prepopulate_block_cache: 0 2023-10-16T20:39:17.790 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: initial_auto_readahead_size: 8192 2023-10-16T20:39:17.790 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: num_file_reads_for_auto_readahead: 2 2023-10-16T20:39:17.790 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.write_buffer_size: 33554432 2023-10-16T20:39:17.791 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_write_buffer_number: 2 2023-10-16T20:39:17.791 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compression: NoCompression 2023-10-16T20:39:17.791 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bottommost_compression: Disabled 2023-10-16T20:39:17.791 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.prefix_extractor: nullptr 2023-10-16T20:39:17.791 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-16T20:39:17.792 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.num_levels: 7 2023-10-16T20:39:17.792 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-16T20:39:17.792 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-16T20:39:17.792 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-16T20:39:17.792 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-16T20:39:17.792 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-16T20:39:17.793 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-16T20:39:17.793 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-16T20:39:17.793 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-16T20:39:17.793 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-16T20:39:17.793 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-16T20:39:17.794 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-16T20:39:17.794 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-16T20:39:17.794 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-16T20:39:17.794 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compression_opts.level: 32767 2023-10-16T20:39:17.794 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compression_opts.strategy: 0 2023-10-16T20:39:17.795 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-16T20:39:17.795 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-16T20:39:17.795 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-16T20:39:17.795 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-16T20:39:17.795 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compression_opts.enabled: false 2023-10-16T20:39:17.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-16T20:39:17.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-16T20:39:17.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-16T20:39:17.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-16T20:39:17.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.target_file_size_base: 67108864 2023-10-16T20:39:17.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-16T20:39:17.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-16T20:39:17.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-16T20:39:17.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-16T20:39:17.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-16T20:39:17.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-16T20:39:17.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-16T20:39:17.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-16T20:39:17.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-16T20:39:17.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-16T20:39:17.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-16T20:39:17.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-16T20:39:17.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-16T20:39:17.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-16T20:39:17.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.arena_block_size: 1048576 2023-10-16T20:39:17.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-16T20:39:17.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-16T20:39:17.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.disable_auto_compactions: 0 2023-10-16T20:39:17.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-16T20:39:17.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-16T20:39:17.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-16T20:39:17.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-16T20:39:17.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-16T20:39:17.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-16T20:39:17.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-16T20:39:17.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-16T20:39:17.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-16T20:39:17.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-16T20:39:17.802 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.table_properties_collectors: 2023-10-16T20:39:17.802 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.inplace_update_support: 0 2023-10-16T20:39:17.802 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-16T20:39:17.802 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-16T20:39:17.802 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-16T20:39:17.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-16T20:39:17.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.bloom_locality: 0 2023-10-16T20:39:17.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.max_successive_merges: 0 2023-10-16T20:39:17.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-16T20:39:17.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.paranoid_file_checks: 0 2023-10-16T20:39:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.force_consistency_checks: 1 2023-10-16T20:39:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.report_bg_io_stats: 0 2023-10-16T20:39:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.ttl: 2592000 2023-10-16T20:39:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-16T20:39:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-16T20:39:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-16T20:39:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.enable_blob_files: false 2023-10-16T20:39:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.min_blob_size: 0 2023-10-16T20:39:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.blob_file_size: 268435456 2023-10-16T20:39:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-16T20:39:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-16T20:39:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-16T20:39:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-16T20:39:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-16T20:39:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.blob_file_starting_level: 0 2023-10-16T20:39:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-16T20:39:17.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi026/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:17.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-16T20:39:17.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 859f93ed-dfe5-4086-98b0-596ec8be5334 2023-10-16T20:39:17.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488757500685, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-16T20:39:17.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-16T20:39:17.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488757501561, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 80516, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 248, "table_properties": {"data_size": 78699, "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": 73119, "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": 1697488757, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "859f93ed-dfe5-4086-98b0-596ec8be5334", "db_session_id": "A76FEF464JSDGE4JS98H", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-16T20:39:17.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488757501632, "job": 1, "event": "recovery_finished"} 2023-10-16T20:39:17.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-16T20:39:17.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi026/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-16T20:39:17.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5559645f6000 2023-10-16T20:39:17.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: DB pointer 0x5559645e2000 2023-10-16T20:39:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-16T20:39:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-16T20:39:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: ** DB Stats ** 2023-10-16T20:39:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T20:39:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.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:17.810 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T20:39:17.810 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T20:39:17.810 INFO:journalctl@ceph.mon.smithi026.smithi026.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:17.810 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T20:39:17.810 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T20:39:17.810 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: 2023-10-16T20:39:17.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: ** Compaction Stats [default] ** 2023-10-16T20:39:17.811 INFO:journalctl@ceph.mon.smithi026.smithi026.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:17.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-16T20:39:17.811 INFO:journalctl@ceph.mon.smithi026.smithi026.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 140.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:39:17.811 INFO:journalctl@ceph.mon.smithi026.smithi026.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 140.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:39:17.812 INFO:journalctl@ceph.mon.smithi026.smithi026.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 140.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:39:17.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: 2023-10-16T20:39:17.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: ** Compaction Stats [default] ** 2023-10-16T20:39:17.812 INFO:journalctl@ceph.mon.smithi026.smithi026.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:17.812 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-16T20:39:17.813 INFO:journalctl@ceph.mon.smithi026.smithi026.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 140.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-16T20:39:17.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: 2023-10-16T20:39:17.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-16T20:39:17.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: 2023-10-16T20:39:17.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T20:39:17.813 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-16T20:39:17.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-16T20:39:17.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-16T20:39:17.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-16T20:39:17.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-16T20:39:17.814 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: Cumulative compaction: 0.00 GB write, 25.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T20:39:17.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: Interval compaction: 0.00 GB write, 25.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T20:39:17.815 INFO:journalctl@ceph.mon.smithi026.smithi026.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:17.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: Block cache BinnedLRUCache@0x5559645591f0#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:17.815 INFO:journalctl@ceph.mon.smithi026.smithi026.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:17.815 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: 2023-10-16T20:39:17.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-16T20:39:17.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: starting mon.smithi026 rank 0 at public addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] at bind addrs [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi026 fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:39:17.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: mon.smithi026@-1(???) e1 preinit fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:39:17.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: mon.smithi026@-1(???).mds e1 new map 2023-10-16T20:39:17.816 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: mon.smithi026@-1(???).mds e1 print_map 2023-10-16T20:39:17.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: e1 2023-10-16T20:39:17.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-16T20:39:17.817 INFO:journalctl@ceph.mon.smithi026.smithi026.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:17.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: legacy client fscid: -1 2023-10-16T20:39:17.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: 2023-10-16T20:39:17.817 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout: No filesystems configured 2023-10-16T20:39:17.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: mon.smithi026@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-16T20:39:17.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: mon.smithi026@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:39:17.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: mon.smithi026@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:39:17.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: mon.smithi026@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:39:17.818 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: mon.smithi026@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-16T20:39:17.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta expand map: {default=false} 2023-10-16T20:39:17.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta from 'false' to 'false' 2023-10-16T20:39:17.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta expanded map: {default=false} 2023-10-16T20:39:17.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta expand map: {default=info} 2023-10-16T20:39:17.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta from 'info' to 'info' 2023-10-16T20:39:17.819 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta expanded map: {default=info} 2023-10-16T20:39:17.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta expand map: {default=daemon} 2023-10-16T20:39:17.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-16T20:39:17.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta expanded map: {default=daemon} 2023-10-16T20:39:17.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta expand map: {default=debug} 2023-10-16T20:39:17.820 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta from 'debug' to 'debug' 2023-10-16T20:39:17.821 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: expand_channel_meta expanded map: {default=debug} 2023-10-16T20:39:17.821 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 systemd[1]: Started Ceph mon.smithi026 for f448a1d4-6c63-11ee-8db6-212e2dc638e7. 2023-10-16T20:39:17.821 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: mon.smithi026 is new leader, mons smithi026 in quorum (ranks 0) 2023-10-16T20:39:17.821 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: monmap e1: 1 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0]} removed_ranks: {} 2023-10-16T20:39:17.821 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: fsmap 2023-10-16T20:39:17.822 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: osdmap e1: 0 total, 0 up, 0 in 2023-10-16T20:39:17.822 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:17 smithi026 ceph-mon[93126]: mgrmap e1: no daemons active 2023-10-16T20:39:18.608 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-16T20:39:18.813 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-16T20:39:18.813 INFO:teuthology.orchestra.run.smithi026.stdout:Creating mgr... 2023-10-16T20:39:18.814 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-16T20:39:18.814 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-16T20:39:18.814 INFO:teuthology.orchestra.run.smithi026.stdout:Verifying port 0.0.0.0:8443 ... 2023-10-16T20:39:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:19 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1439396709' entity='client.admin' 2023-10-16T20:39:19.731 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@mgr.smithi026.ftthsp 2023-10-16T20:39:19.731 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Failed to reset failed state of unit ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@mgr.smithi026.ftthsp.service: Unit ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@mgr.smithi026.ftthsp.service not loaded. 2023-10-16T20:39:19.828 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7.target.wants/ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@mgr.smithi026.ftthsp.service → /etc/systemd/system/ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@.service. 2023-10-16T20:39:22.042 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T20:39:22.042 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2023-10-16T20:39:22.051 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T20:39:22.052 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T20:39:22.052 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2023-10-16T20:39:22.052 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to enable service . firewalld.service is not available 2023-10-16T20:39:22.062 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T20:39:22.062 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2023-10-16T20:39:22.071 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T20:39:22.071 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T20:39:22.071 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2023-10-16T20:39:22.071 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-10-16T20:39:22.072 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr to start... 2023-10-16T20:39:22.072 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr... 2023-10-16T20:39:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:24 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2403472270' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T20:39:27.429 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:27.429 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:39:27.429 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "f448a1d4-6c63-11ee-8db6-212e2dc638e7", 2023-10-16T20:39:27.430 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2023-10-16T20:39:27.430 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-16T20:39:27.430 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-16T20:39:27.430 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-16T20:39:27.430 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:27.431 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-16T20:39:27.431 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-16T20:39:27.431 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2023-10-16T20:39:27.431 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:27.432 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-16T20:39:27.432 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "smithi026" 2023-10-16T20:39:27.432 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:27.432 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2023-10-16T20:39:27.432 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-16T20:39:27.432 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:27.433 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-16T20:39:27.433 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-16T20:39:27.433 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:27.434 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-16T20:39:27.434 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:27.434 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-16T20:39:27.435 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-16T20:39:27.435 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-16T20:39:27.435 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-16T20:39:27.439 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-16T20:39:27.439 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-16T20:39:27.439 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:27.439 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-16T20:39:27.439 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-16T20:39:27.440 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-16T20:39:27.440 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-16T20:39:27.440 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-16T20:39:27.440 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-16T20:39:27.440 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-16T20:39:27.441 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-16T20:39:27.441 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-16T20:39:27.441 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:27.441 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-16T20:39:27.441 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:27.442 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-16T20:39:27.442 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-16T20:39:27.442 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:27.442 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-16T20:39:27.442 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-16T20:39:27.443 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-16T20:39:27.443 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-16T20:39:27.443 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-16T20:39:27.443 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-16T20:39:27.443 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2023-10-16T20:39:27.444 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:27.444 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:27.444 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:27.444 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-16T20:39:27.444 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:27.445 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2023-10-16T20:39:12.797041+0000", 2023-10-16T20:39:27.445 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:27.445 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:27.445 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-16T20:39:27.446 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:39:27.446 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (1/15)... 2023-10-16T20:39:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: Activating manager daemon smithi026.ftthsp 2023-10-16T20:39:30.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: mgrmap e2: smithi026.ftthsp(active, starting, since 0.00292966s) 2023-10-16T20:39:30.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: from='mgr.14100 172.21.15.26:0/4236707031' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T20:39:30.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: from='mgr.14100 172.21.15.26:0/4236707031' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T20:39:30.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: from='mgr.14100 172.21.15.26:0/4236707031' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T20:39:30.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: from='mgr.14100 172.21.15.26:0/4236707031' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-16T20:39:30.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: from='mgr.14100 172.21.15.26:0/4236707031' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr metadata", "who": "smithi026.ftthsp", "id": "smithi026.ftthsp"}]: dispatch 2023-10-16T20:39:30.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: Manager daemon smithi026.ftthsp is now available 2023-10-16T20:39:30.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3136471166' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T20:39:30.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: from='mgr.14100 172.21.15.26:0/4236707031' entity='mgr.smithi026.ftthsp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.ftthsp/mirror_snapshot_schedule"}]: dispatch 2023-10-16T20:39:30.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: from='mgr.14100 172.21.15.26:0/4236707031' entity='mgr.smithi026.ftthsp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.ftthsp/trash_purge_schedule"}]: dispatch 2023-10-16T20:39:30.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: from='mgr.14100 172.21.15.26:0/4236707031' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:30.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: from='mgr.14100 172.21.15.26:0/4236707031' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:30.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:30 smithi026 ceph-mon[93126]: from='mgr.14100 172.21.15.26:0/4236707031' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:30.379 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:30.380 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:39:30.380 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "f448a1d4-6c63-11ee-8db6-212e2dc638e7", 2023-10-16T20:39:30.380 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2023-10-16T20:39:30.380 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-16T20:39:30.381 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-16T20:39:30.381 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-16T20:39:30.381 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:30.381 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-16T20:39:30.381 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-16T20:39:30.382 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2023-10-16T20:39:30.382 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:30.382 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-16T20:39:30.382 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "smithi026" 2023-10-16T20:39:30.382 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:30.383 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 12, 2023-10-16T20:39:30.383 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-16T20:39:30.383 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:30.383 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-16T20:39:30.383 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-16T20:39:30.384 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:30.384 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-16T20:39:30.384 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:30.384 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-16T20:39:30.384 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-16T20:39:30.385 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-16T20:39:30.389 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-16T20:39:30.389 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-16T20:39:30.389 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-16T20:39:30.390 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:30.390 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-16T20:39:30.390 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-16T20:39:30.390 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-16T20:39:30.390 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-16T20:39:30.390 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-16T20:39:30.391 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-16T20:39:30.391 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-16T20:39:30.391 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-16T20:39:30.391 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-16T20:39:30.391 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:30.392 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-16T20:39:30.392 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:30.392 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-16T20:39:30.392 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-16T20:39:30.392 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:30.393 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-16T20:39:30.393 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-16T20:39:30.393 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-16T20:39:30.393 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-16T20:39:30.393 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-16T20:39:30.393 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-16T20:39:30.394 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2023-10-16T20:39:30.394 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:30.394 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:30.394 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:30.394 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-16T20:39:30.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:30.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2023-10-16T20:39:12.797041+0000", 2023-10-16T20:39:30.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:30.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:30.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-16T20:39:30.395 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:39:30.396 INFO:teuthology.orchestra.run.smithi026.stdout:mgr not available, waiting (2/15)... 2023-10-16T20:39:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:32 smithi026 ceph-mon[93126]: mgrmap e3: smithi026.ftthsp(active, since 1.00784s) 2023-10-16T20:39:33.732 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:33.732 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:39:33.732 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsid": "f448a1d4-6c63-11ee-8db6-212e2dc638e7", 2023-10-16T20:39:33.732 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "health": { 2023-10-16T20:39:33.732 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-16T20:39:33.733 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-16T20:39:33.733 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-16T20:39:33.733 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:33.733 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-16T20:39:33.733 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-16T20:39:33.734 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 0 2023-10-16T20:39:33.734 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:33.734 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-16T20:39:33.734 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "smithi026" 2023-10-16T20:39:33.734 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:33.735 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "quorum_age": 15, 2023-10-16T20:39:33.735 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-16T20:39:33.735 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:33.735 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-16T20:39:33.735 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-16T20:39:33.736 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:33.736 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-16T20:39:33.736 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:33.736 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-16T20:39:33.736 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-16T20:39:33.736 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-16T20:39:33.737 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-16T20:39:33.738 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-16T20:39:33.738 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-16T20:39:33.738 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:33.739 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-16T20:39:33.739 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-16T20:39:33.739 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-16T20:39:33.739 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-16T20:39:33.739 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-16T20:39:33.739 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-16T20:39:33.740 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-16T20:39:33.740 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-16T20:39:33.740 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-16T20:39:33.740 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:33.740 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-16T20:39:33.741 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:33.741 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-16T20:39:33.741 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-16T20:39:33.741 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:33.741 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-16T20:39:33.742 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-16T20:39:33.742 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-16T20:39:33.742 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-16T20:39:33.742 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-16T20:39:33.742 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-16T20:39:33.743 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "restful" 2023-10-16T20:39:33.743 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ], 2023-10-16T20:39:33.743 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:33.743 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:33.743 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-16T20:39:33.744 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-16T20:39:33.744 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "modified": "2023-10-16T20:39:12.797041+0000", 2023-10-16T20:39:33.744 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-16T20:39:33.744 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout }, 2023-10-16T20:39:33.744 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-16T20:39:33.744 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:39:33.745 INFO:teuthology.orchestra.run.smithi026.stdout:mgr is available 2023-10-16T20:39:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:34 smithi026 ceph-mon[93126]: mgrmap e4: smithi026.ftthsp(active, since 3s) 2023-10-16T20:39:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:34 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2087513320' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-16T20:39:34.878 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:35.265 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [global] 2023-10-16T20:39:35.266 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout fsid = f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:39:35.266 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-16T20:39:35.266 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-16T20:39:35.267 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-16T20:39:35.267 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-16T20:39:35.267 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:35.268 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-16T20:39:35.268 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-16T20:39:35.269 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 2023-10-16T20:39:35.270 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout [osd] 2023-10-16T20:39:35.270 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-16T20:39:35.270 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-16T20:39:35.270 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling cephadm module... 2023-10-16T20:39:35.271 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:35 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2509051367' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-16T20:39:36.297 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:36 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1551052285' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-16T20:39:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:37 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1551052285' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-16T20:39:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:37 smithi026 ceph-mon[93126]: mgrmap e5: smithi026.ftthsp(active, since 6s) 2023-10-16T20:39:37.761 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:39:37.762 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-16T20:39:37.762 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-16T20:39:37.762 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "active_name": "smithi026.ftthsp", 2023-10-16T20:39:37.762 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-16T20:39:37.762 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:39:37.763 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for the mgr to restart... 2023-10-16T20:39:37.763 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr epoch 5... 2023-10-16T20:39:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:38 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3159783853' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-16T20:39:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: Active manager daemon smithi026.ftthsp restarted 2023-10-16T20:39:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: Activating manager daemon smithi026.ftthsp 2023-10-16T20:39:44.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: osdmap e2: 0 total, 0 up, 0 in 2023-10-16T20:39:44.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: mgrmap e6: smithi026.ftthsp(active, starting, since 0.003569s) 2023-10-16T20:39:44.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-16T20:39:44.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr metadata", "who": "smithi026.ftthsp", "id": "smithi026.ftthsp"}]: dispatch 2023-10-16T20:39:44.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T20:39:44.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T20:39:44.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T20:39:44.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: Manager daemon smithi026.ftthsp is now available 2023-10-16T20:39:44.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:44.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:44.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:39:44.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:44 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:39:45.518 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:39:45.518 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-16T20:39:45.518 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-16T20:39:45.519 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:39:45.519 INFO:teuthology.orchestra.run.smithi026.stdout:mgr epoch 5 is available 2023-10-16T20:39:45.519 INFO:teuthology.orchestra.run.smithi026.stdout:Setting orchestrator backend to cephadm... 2023-10-16T20:39:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: Found migration_current of "None". Setting to last migration. 2023-10-16T20:39:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:39:45.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.ftthsp/mirror_snapshot_schedule"}]: dispatch 2023-10-16T20:39:45.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.ftthsp/trash_purge_schedule"}]: dispatch 2023-10-16T20:39:45.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:45.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:45.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: [16/Oct/2023:20:39:44] ENGINE Bus STARTING 2023-10-16T20:39:45.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: [16/Oct/2023:20:39:44] ENGINE Serving on https://172.21.15.26:7150 2023-10-16T20:39:45.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: [16/Oct/2023:20:39:45] ENGINE Serving on http://172.21.15.26:8765 2023-10-16T20:39:45.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: [16/Oct/2023:20:39:45] ENGINE Bus STARTED 2023-10-16T20:39:45.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:39:45.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:45 smithi026 ceph-mon[93126]: mgrmap e7: smithi026.ftthsp(active, since 1.00595s) 2023-10-16T20:39:46.513 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:46 smithi026 ceph-mon[93126]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-16T20:39:46.514 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:46 smithi026 ceph-mon[93126]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-16T20:39:47.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:47 smithi026 ceph-mon[93126]: mgrmap e8: smithi026.ftthsp(active, since 2s) 2023-10-16T20:39:47.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:47 smithi026 ceph-mon[93126]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:39:47.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:47 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:47.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:47 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:39:48.003 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-16T20:39:48.003 INFO:teuthology.orchestra.run.smithi026.stdout:Generating ssh key... 2023-10-16T20:39:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:48 smithi026 ceph-mon[93126]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:39:49.688 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:49 smithi026 ceph-mon[93126]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:39:49.688 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:49 smithi026 ceph-mon[93126]: Generating ssh key... 2023-10-16T20:39:49.688 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:49 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:49.689 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:49 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:50.885 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIj0PuoyzhgNbb/H0ZdFVLefTzw6/L3hh5xnnvfMD9SuKw2u1dAEvMNUhDvszw5K6PZkz0wZHMI3eDsUpOPQNAOIl4clqx/SbsHOM8AUw9x9UshZkh1PRmlkhm+FYGx1o3XzwurHbguPCuvJgg64GabXLa0CPpaq4AMI6dl0GBl7o9Jp0onV3SxHpdE8u51cmPRiBTbbbGdQpdtwj3mISX85kTQlpMZMxrfb0QtadBGlGcTvMF7Zod9j162naNSsFc1/iwacTq3TBmMEy9gfyOAunf9HHbFYgnlOMhXgyWnTS8IKaIsu7TtpI3Ep9k7foxFXgSHPl0QpHfrkRuLukVA6WQ5RjTNRZmKYnFULZr+nhk9Pk7Ca71aXRZvr+OHUAPdq6scZCAzmWcWMD2FtzF9vpnbX1kCGA7MsJU/+gl6m18f2BrE1OGeH80xxkXQzRKFk654uXL8E3avIyLsCqydzAJtdM7bctxAg6TQ/7uhNcidlfrEz8hn0o5Gxek+G8= ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:39:50.885 INFO:teuthology.orchestra.run.smithi026.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-16T20:39:50.885 INFO:teuthology.orchestra.run.smithi026.stdout:Adding key to root@localhost authorized_keys... 2023-10-16T20:39:50.887 INFO:teuthology.orchestra.run.smithi026.stdout:Adding host smithi026... 2023-10-16T20:39:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:51 smithi026 ceph-mon[93126]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:39:52.260 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:52 smithi026 ceph-mon[93126]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi026", "addr": "172.21.15.26", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:39:53.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:53 smithi026 ceph-mon[93126]: Deploying cephadm binary to smithi026 2023-10-16T20:39:54.934 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Added host 'smithi026' with addr '172.21.15.26' 2023-10-16T20:39:54.935 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying mon service with default placement... 2023-10-16T20:39:55.926 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:55 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:55.927 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:55 smithi026 ceph-mon[93126]: Added host smithi026 2023-10-16T20:39:55.927 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:55 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:39:56.276 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-16T20:39:56.277 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying mgr service with default placement... 2023-10-16T20:39:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:56 smithi026 ceph-mon[93126]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:39:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:56 smithi026 ceph-mon[93126]: Saving service mon spec with placement count:5 2023-10-16T20:39:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:56 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:57.621 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-16T20:39:57.621 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying crash service with default placement... 2023-10-16T20:39:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:57 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:57 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:57 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:58 smithi026 ceph-mon[93126]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:39:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:58 smithi026 ceph-mon[93126]: Saving service mgr spec with placement count:2 2023-10-16T20:39:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:58 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:39:59.367 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-10-16T20:39:59.368 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying ceph-exporter service with default placement... 2023-10-16T20:40:00.294 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:59 smithi026 ceph-mon[93126]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:00.294 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:59 smithi026 ceph-mon[93126]: Saving service crash spec with placement * 2023-10-16T20:40:00.294 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:39:59 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:00.607 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-10-16T20:40:00.608 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying prometheus service with default placement... 2023-10-16T20:40:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:01 smithi026 ceph-mon[93126]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:01 smithi026 ceph-mon[93126]: Saving service ceph-exporter spec with placement * 2023-10-16T20:40:01.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:01 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:01.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:01 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:01.947 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-10-16T20:40:01.947 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying grafana service with default placement... 2023-10-16T20:40:02.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:02 smithi026 ceph-mon[93126]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:02.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:02 smithi026 ceph-mon[93126]: Saving service prometheus spec with placement count:1 2023-10-16T20:40:02.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:02 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:03.355 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-10-16T20:40:03.355 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying node-exporter service with default placement... 2023-10-16T20:40:04.271 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:03 smithi026 ceph-mon[93126]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:04.271 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:03 smithi026 ceph-mon[93126]: Saving service grafana spec with placement count:1 2023-10-16T20:40:04.271 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:03 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:04.598 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-10-16T20:40:04.598 INFO:teuthology.orchestra.run.smithi026.stdout:Deploying alertmanager service with default placement... 2023-10-16T20:40:05.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:05 smithi026 ceph-mon[93126]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:05.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:05 smithi026 ceph-mon[93126]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:05.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:05 smithi026 ceph-mon[93126]: Saving service node-exporter spec with placement * 2023-10-16T20:40:05.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:05 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:05.740 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-10-16T20:40:06.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:06 smithi026 ceph-mon[93126]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:06.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:06 smithi026 ceph-mon[93126]: Saving service alertmanager spec with placement count:1 2023-10-16T20:40:06.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:06 smithi026 ceph-mon[93126]: from='mgr.14118 172.21.15.26:0/2787157948' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:08.025 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling the dashboard module... 2023-10-16T20:40:08.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:07 smithi026 ceph-mon[93126]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:08.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:07 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3586015424' entity='client.admin' 2023-10-16T20:40:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:08 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3929923756' entity='client.admin' 2023-10-16T20:40:10.009 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:09 smithi026 ceph-mon[93126]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:10.009 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:09 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2957513931' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-16T20:40:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:10 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2957513931' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-16T20:40:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:10 smithi026 ceph-mon[93126]: mgrmap e9: smithi026.ftthsp(active, since 25s) 2023-10-16T20:40:11.414 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:40:11.414 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-16T20:40:11.414 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-16T20:40:11.415 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "active_name": "smithi026.ftthsp", 2023-10-16T20:40:11.415 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-16T20:40:11.415 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:40:11.415 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for the mgr to restart... 2023-10-16T20:40:11.415 INFO:teuthology.orchestra.run.smithi026.stdout:Waiting for mgr epoch 9... 2023-10-16T20:40:11.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:11 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2228751781' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-16T20:40:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: Active manager daemon smithi026.ftthsp restarted 2023-10-16T20:40:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: Activating manager daemon smithi026.ftthsp 2023-10-16T20:40:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: osdmap e3: 0 total, 0 up, 0 in 2023-10-16T20:40:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: mgrmap e10: smithi026.ftthsp(active, starting, since 0.00362271s) 2023-10-16T20:40:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-16T20:40:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr metadata", "who": "smithi026.ftthsp", "id": "smithi026.ftthsp"}]: dispatch 2023-10-16T20:40:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T20:40:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T20:40:18.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T20:40:18.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: Manager daemon smithi026.ftthsp is now available 2023-10-16T20:40:18.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:40:18.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:40:18.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.ftthsp/mirror_snapshot_schedule"}]: dispatch 2023-10-16T20:40:18.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:18 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.ftthsp/trash_purge_schedule"}]: dispatch 2023-10-16T20:40:19.279 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout { 2023-10-16T20:40:19.280 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-16T20:40:19.280 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-16T20:40:19.280 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout } 2023-10-16T20:40:19.280 INFO:teuthology.orchestra.run.smithi026.stdout:mgr epoch 9 is available 2023-10-16T20:40:19.280 INFO:teuthology.orchestra.run.smithi026.stdout:Generating a dashboard self-signed certificate... 2023-10-16T20:40:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:19 smithi026 ceph-mon[93126]: [16/Oct/2023:20:40:18] ENGINE Bus STARTING 2023-10-16T20:40:19.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:19 smithi026 ceph-mon[93126]: mgrmap e11: smithi026.ftthsp(active, since 1.00598s) 2023-10-16T20:40:20.771 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-16T20:40:20.772 INFO:teuthology.orchestra.run.smithi026.stdout:Creating initial admin user... 2023-10-16T20:40:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:20 smithi026 ceph-mon[93126]: [16/Oct/2023:20:40:18] ENGINE Serving on https://172.21.15.26:7150 2023-10-16T20:40:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:20 smithi026 ceph-mon[93126]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-16T20:40:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:20 smithi026 ceph-mon[93126]: [16/Oct/2023:20:40:18] ENGINE Serving on http://172.21.15.26:8765 2023-10-16T20:40:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:20 smithi026 ceph-mon[93126]: [16/Oct/2023:20:40:18] ENGINE Bus STARTED 2023-10-16T20:40:20.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:20 smithi026 ceph-mon[93126]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-16T20:40:20.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:20 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:20.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:20 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:20.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:20 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:21 smithi026 ceph-mon[93126]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:21 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:21.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:21 smithi026 ceph-mon[93126]: mgrmap e12: smithi026.ftthsp(active, since 2s) 2023-10-16T20:40:22.415 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$Ru3jvwt.mxKDsW2kdDJYz.x/sNSnRZ0DOo2Snb1tQeoJPnSSqN2n.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697488821, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-16T20:40:22.415 INFO:teuthology.orchestra.run.smithi026.stdout:Fetching dashboard port number... 2023-10-16T20:40:22.639 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:22 smithi026 ceph-mon[93126]: from='client.14176 -' 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:22.640 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:22 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:23.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:23 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/100016409' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-16T20:40:23.558 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stdout 8443 2023-10-16T20:40:23.568 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-16T20:40:23.568 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout disabled 2023-10-16T20:40:23.576 INFO:teuthology.orchestra.run.smithi026.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-16T20:40:23.576 INFO:teuthology.orchestra.run.smithi026.stdout:systemctl: stdout inactive 2023-10-16T20:40:23.576 INFO:teuthology.orchestra.run.smithi026.stdout:firewalld.service is not enabled 2023-10-16T20:40:23.576 INFO:teuthology.orchestra.run.smithi026.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-16T20:40:23.577 INFO:teuthology.orchestra.run.smithi026.stdout:Ceph Dashboard is now available at: 2023-10-16T20:40:23.577 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:40:23.578 INFO:teuthology.orchestra.run.smithi026.stdout: URL: https://smithi026.front.sepia.ceph.com:8443/ 2023-10-16T20:40:23.578 INFO:teuthology.orchestra.run.smithi026.stdout: User: admin 2023-10-16T20:40:23.578 INFO:teuthology.orchestra.run.smithi026.stdout: Password: z7sbh518dz 2023-10-16T20:40:23.578 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:40:23.579 INFO:teuthology.orchestra.run.smithi026.stdout:Saving cluster configuration to /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config directory 2023-10-16T20:40:23.579 INFO:teuthology.orchestra.run.smithi026.stdout:Enabling autotune for osd_memory_target 2023-10-16T20:40:25.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:25 smithi026 ceph-mon[93126]: mgrmap e13: smithi026.ftthsp(active, since 6s) 2023-10-16T20:40:26.063 INFO:teuthology.orchestra.run.smithi026.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-16T20:40:26.064 INFO:teuthology.orchestra.run.smithi026.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-16T20:40:26.064 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:40:26.064 INFO:teuthology.orchestra.run.smithi026.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-16T20:40:26.064 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:40:26.064 INFO:teuthology.orchestra.run.smithi026.stdout:Or, if you are only running a single cluster on this host: 2023-10-16T20:40:26.065 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:40:26.065 INFO:teuthology.orchestra.run.smithi026.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-16T20:40:26.065 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:40:26.065 INFO:teuthology.orchestra.run.smithi026.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-16T20:40:26.065 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:40:26.065 INFO:teuthology.orchestra.run.smithi026.stdout: ceph telemetry on 2023-10-16T20:40:26.066 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:40:26.066 INFO:teuthology.orchestra.run.smithi026.stdout:For more information see: 2023-10-16T20:40:26.066 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:40:26.066 INFO:teuthology.orchestra.run.smithi026.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-16T20:40:26.066 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:40:26.067 INFO:teuthology.orchestra.run.smithi026.stdout:Bootstrap complete. 2023-10-16T20:40:26.103 INFO:tasks.cephadm:Fetching config... 2023-10-16T20:40:26.104 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:40:26.104 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-16T20:40:26.123 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-16T20:40:26.123 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:40:26.124 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-16T20:40:26.183 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-16T20:40:26.183 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:40:26.184 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/keyring of=/dev/stdout 2023-10-16T20:40:26.253 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-16T20:40:26.253 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:40:26.254 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-16T20:40:26.311 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-16T20:40:26.312 DEBUG:teuthology.orchestra.run.smithi026:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIj0PuoyzhgNbb/H0ZdFVLefTzw6/L3hh5xnnvfMD9SuKw2u1dAEvMNUhDvszw5K6PZkz0wZHMI3eDsUpOPQNAOIl4clqx/SbsHOM8AUw9x9UshZkh1PRmlkhm+FYGx1o3XzwurHbguPCuvJgg64GabXLa0CPpaq4AMI6dl0GBl7o9Jp0onV3SxHpdE8u51cmPRiBTbbbGdQpdtwj3mISX85kTQlpMZMxrfb0QtadBGlGcTvMF7Zod9j162naNSsFc1/iwacTq3TBmMEy9gfyOAunf9HHbFYgnlOMhXgyWnTS8IKaIsu7TtpI3Ep9k7foxFXgSHPl0QpHfrkRuLukVA6WQ5RjTNRZmKYnFULZr+nhk9Pk7Ca71aXRZvr+OHUAPdq6scZCAzmWcWMD2FtzF9vpnbX1kCGA7MsJU/+gl6m18f2BrE1OGeH80xxkXQzRKFk654uXL8E3avIyLsCqydzAJtdM7bctxAg6TQ/7uhNcidlfrEz8hn0o5Gxek+G8= ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-16T20:40:26.392 INFO:teuthology.orchestra.run.smithi026.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIj0PuoyzhgNbb/H0ZdFVLefTzw6/L3hh5xnnvfMD9SuKw2u1dAEvMNUhDvszw5K6PZkz0wZHMI3eDsUpOPQNAOIl4clqx/SbsHOM8AUw9x9UshZkh1PRmlkhm+FYGx1o3XzwurHbguPCuvJgg64GabXLa0CPpaq4AMI6dl0GBl7o9Jp0onV3SxHpdE8u51cmPRiBTbbbGdQpdtwj3mISX85kTQlpMZMxrfb0QtadBGlGcTvMF7Zod9j162naNSsFc1/iwacTq3TBmMEy9gfyOAunf9HHbFYgnlOMhXgyWnTS8IKaIsu7TtpI3Ep9k7foxFXgSHPl0QpHfrkRuLukVA6WQ5RjTNRZmKYnFULZr+nhk9Pk7Ca71aXRZvr+OHUAPdq6scZCAzmWcWMD2FtzF9vpnbX1kCGA7MsJU/+gl6m18f2BrE1OGeH80xxkXQzRKFk654uXL8E3avIyLsCqydzAJtdM7bctxAg6TQ/7uhNcidlfrEz8hn0o5Gxek+G8= ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:40:26.405 DEBUG:teuthology.orchestra.run.smithi089:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIj0PuoyzhgNbb/H0ZdFVLefTzw6/L3hh5xnnvfMD9SuKw2u1dAEvMNUhDvszw5K6PZkz0wZHMI3eDsUpOPQNAOIl4clqx/SbsHOM8AUw9x9UshZkh1PRmlkhm+FYGx1o3XzwurHbguPCuvJgg64GabXLa0CPpaq4AMI6dl0GBl7o9Jp0onV3SxHpdE8u51cmPRiBTbbbGdQpdtwj3mISX85kTQlpMZMxrfb0QtadBGlGcTvMF7Zod9j162naNSsFc1/iwacTq3TBmMEy9gfyOAunf9HHbFYgnlOMhXgyWnTS8IKaIsu7TtpI3Ep9k7foxFXgSHPl0QpHfrkRuLukVA6WQ5RjTNRZmKYnFULZr+nhk9Pk7Ca71aXRZvr+OHUAPdq6scZCAzmWcWMD2FtzF9vpnbX1kCGA7MsJU/+gl6m18f2BrE1OGeH80xxkXQzRKFk654uXL8E3avIyLsCqydzAJtdM7bctxAg6TQ/7uhNcidlfrEz8hn0o5Gxek+G8= ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-16T20:40:26.452 INFO:teuthology.orchestra.run.smithi089.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDIj0PuoyzhgNbb/H0ZdFVLefTzw6/L3hh5xnnvfMD9SuKw2u1dAEvMNUhDvszw5K6PZkz0wZHMI3eDsUpOPQNAOIl4clqx/SbsHOM8AUw9x9UshZkh1PRmlkhm+FYGx1o3XzwurHbguPCuvJgg64GabXLa0CPpaq4AMI6dl0GBl7o9Jp0onV3SxHpdE8u51cmPRiBTbbbGdQpdtwj3mISX85kTQlpMZMxrfb0QtadBGlGcTvMF7Zod9j162naNSsFc1/iwacTq3TBmMEy9gfyOAunf9HHbFYgnlOMhXgyWnTS8IKaIsu7TtpI3Ep9k7foxFXgSHPl0QpHfrkRuLukVA6WQ5RjTNRZmKYnFULZr+nhk9Pk7Ca71aXRZvr+OHUAPdq6scZCAzmWcWMD2FtzF9vpnbX1kCGA7MsJU/+gl6m18f2BrE1OGeH80xxkXQzRKFk654uXL8E3avIyLsCqydzAJtdM7bctxAg6TQ/7uhNcidlfrEz8hn0o5Gxek+G8= ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:40:26.464 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-16T20:40:27.032 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:40:27.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:26 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3086884979' entity='client.admin' 2023-10-16T20:40:28.983 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-16T20:40:28.984 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-16T20:40:29.564 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:40:29.830 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:29 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3546205966' entity='client.admin' 2023-10-16T20:40:31.115 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:31 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:31.115 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:31 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:31.115 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:31 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:40:31.115 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:31 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:31.116 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:31 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi026", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:40:31.116 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:31 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi026", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-16T20:40:31.116 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:31 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:40:31.116 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:31 smithi026 ceph-mon[93126]: Deploying daemon ceph-exporter.smithi026 on smithi026 2023-10-16T20:40:31.116 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:31 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:31.729 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi089 2023-10-16T20:40:31.729 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-10-16T20:40:31.730 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/etc/ceph/ceph.conf 2023-10-16T20:40:31.750 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-10-16T20:40:31.751 DEBUG:teuthology.orchestra.run.smithi089:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:40:31.809 INFO:tasks.cephadm:Adding host smithi089 to orchestrator... 2023-10-16T20:40:31.810 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi089 2023-10-16T20:40:32.370 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:32 smithi026 ceph-mon[93126]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:32.457 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:40:33.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:33 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:33.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:33 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:33.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:33 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:33.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:33 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:33.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:33 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:40:33.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:33 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-16T20:40:33.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:33 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:40:33.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:33 smithi026 ceph-mon[93126]: Deploying daemon crash.smithi026 on smithi026 2023-10-16T20:40:33.810 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:33 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:35.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:34 smithi026 ceph-mon[93126]: from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi089", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:35.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:34 smithi026 ceph-mon[93126]: Deploying cephadm binary to smithi089 2023-10-16T20:40:36.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:35 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:36.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:35 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:36.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:35 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:36.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:35 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:36.791 INFO:teuthology.orchestra.run.smithi026.stdout:Added host 'smithi089' with addr '172.21.15.89' 2023-10-16T20:40:36.914 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:36 smithi026 ceph-mon[93126]: Deploying daemon node-exporter.smithi026 on smithi026 2023-10-16T20:40:36.914 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:36 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:37.151 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-16T20:40:37.742 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:40:38.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:38 smithi026 ceph-mon[93126]: Added host smithi089 2023-10-16T20:40:38.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:38 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:39.786 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:39 smithi026 ceph-mon[93126]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:40.248 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:40:40.248 INFO:teuthology.orchestra.run.smithi026.stdout:[{"addr": "172.21.15.26", "hostname": "smithi026", "labels": [], "status": ""}, {"addr": "172.21.15.89", "hostname": "smithi089", "labels": [], "status": ""}] 2023-10-16T20:40:40.548 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-16T20:40:40.548 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-16T20:40:41.121 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:40:41.294 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:40 smithi026 ceph-mon[93126]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:41.295 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:40 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:41.295 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:40 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:41.295 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:40 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:41.295 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:40 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:41.296 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:40 smithi026 ceph-mon[93126]: Deploying daemon alertmanager.smithi026 on smithi026 2023-10-16T20:40:41.296 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:40 smithi026 ceph-mon[93126]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:40:43.792 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:43 smithi026 ceph-mon[93126]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:43.792 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:43 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:44.529 INFO:teuthology.orchestra.run.smithi026.stderr:adjusted tunables profile to default 2023-10-16T20:40:44.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:44 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/715677240' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-16T20:40:44.930 INFO:tasks.cephadm:Adding mon.smithi026 on smithi026 2023-10-16T20:40:44.931 INFO:tasks.cephadm:Adding mon.smithi089 on smithi089 2023-10-16T20:40:44.931 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '2;smithi026:172.21.15.26=smithi026;smithi089:172.21.15.89=smithi089' 2023-10-16T20:40:45.520 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:40:45.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:45 smithi026 ceph-mon[93126]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:45 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/715677240' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-16T20:40:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:45 smithi026 ceph-mon[93126]: osdmap e4: 0 total, 0 up, 0 in 2023-10-16T20:40:45.807 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:40:47.278 INFO:teuthology.orchestra.run.smithi089.stdout:Scheduled mon update... 2023-10-16T20:40:47.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:47.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:47.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:47.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:47.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:47.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:47.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:47.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-16T20:40:47.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:47.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:47.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-16T20:40:47.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-16T20:40:47.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:47.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:47 smithi026 ceph-mon[93126]: Deploying daemon grafana.smithi026 on smithi026 2023-10-16T20:40:47.701 DEBUG:teuthology.orchestra.run.smithi089:mon.smithi089> sudo journalctl -f -n 0 -u ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@mon.smithi089.service 2023-10-16T20:40:47.703 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:40:47.704 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:40:47.732 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:-- Logs begin at Mon 2023-10-16 20:27:55 UTC. -- 2023-10-16T20:40:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:48 smithi026 ceph-mon[93126]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi026:172.21.15.26=smithi026;smithi089:172.21.15.89=smithi089", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:40:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:48 smithi026 ceph-mon[93126]: Saving service mon spec with placement smithi026:172.21.15.26=smithi026;smithi089:172.21.15.89=smithi089;count:2 2023-10-16T20:40:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:48 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:48.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:48 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:40:48.308 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:40:48.594 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:40:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:49 smithi026 ceph-mon[93126]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:50.072 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:40:50.072 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:40:50.074 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:40:50.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:50 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/1891702370' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:40:51.460 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:40:51.461 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:40:51.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:51 smithi026 ceph-mon[93126]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:52.059 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:40:52.347 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:40:53.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:53 smithi026 ceph-mon[93126]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:53.838 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:40:53.839 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:40:53.841 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:40:54.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:54 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/847585205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:40:55.223 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:40:55.223 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:40:55.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:55 smithi026 ceph-mon[93126]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:55.819 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:40:56.104 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:40:57.576 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:40:57.576 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:40:57.578 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:40:57.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:57 smithi026 ceph-mon[93126]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:58.741 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:58 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/1504343922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:40:58.964 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:40:58.965 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:40:59.550 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:40:59.669 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:40:59 smithi026 ceph-mon[93126]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:40:59.833 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:01.333 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:01.334 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:01.335 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:41:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:01 smithi026 ceph-mon[93126]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:01 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:01.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:01 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:01.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:01 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:01.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:01 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:01.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:01 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:01.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:01 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:01.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:01 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:01.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:01 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:01.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:01 smithi026 ceph-mon[93126]: Deploying daemon prometheus.smithi026 on smithi026 2023-10-16T20:41:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:02 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/1994711925' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:02.705 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:02.706 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:03.295 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:03.582 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:03 smithi026 ceph-mon[93126]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:03 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:05.052 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:05.052 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:05.054 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:41:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:05 smithi026 ceph-mon[93126]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:05 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/753051809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:06.654 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:06.654 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:07.243 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:07.528 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:07.683 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:07 smithi026 ceph-mon[93126]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:09.010 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:09.010 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:09.012 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:41:09.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:09 smithi026 ceph-mon[93126]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:09.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:09 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:09.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:09 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:09.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:09 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:09.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:09 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-16T20:41:09.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:09 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/988056894' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:10.394 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:10.394 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:10.984 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:11.270 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:11.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:10 smithi026 ceph-mon[93126]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-16T20:41:11.301 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:10 smithi026 ceph-mon[93126]: mgrmap e14: smithi026.ftthsp(active, since 52s) 2023-10-16T20:41:12.745 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:12.756 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:12.757 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:41:13.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:13 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/290110615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:14.133 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:14.134 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:14.721 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:15.009 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:16.450 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:16.451 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:16.452 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:41:16.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:16 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/2884307323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:17.876 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:17.877 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:18.478 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:18.768 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: Active manager daemon smithi026.ftthsp restarted 2023-10-16T20:41:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: Activating manager daemon smithi026.ftthsp 2023-10-16T20:41:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: osdmap e5: 0 total, 0 up, 0 in 2023-10-16T20:41:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: mgrmap e15: smithi026.ftthsp(active, starting, since 0.00372123s) 2023-10-16T20:41:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-16T20:41:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr metadata", "who": "smithi026.ftthsp", "id": "smithi026.ftthsp"}]: dispatch 2023-10-16T20:41:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T20:41:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T20:41:18.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T20:41:18.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: Manager daemon smithi026.ftthsp is now available 2023-10-16T20:41:18.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:41:18.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:41:18.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:18.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:41:18.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.ftthsp/mirror_snapshot_schedule"}]: dispatch 2023-10-16T20:41:18.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.ftthsp/trash_purge_schedule"}]: dispatch 2023-10-16T20:41:20.231 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:20.231 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:20.233 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:41:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:19 smithi026 ceph-mon[93126]: [16/Oct/2023:20:41:18] ENGINE Bus STARTING 2023-10-16T20:41:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:19 smithi026 ceph-mon[93126]: [16/Oct/2023:20:41:18] ENGINE Serving on http://172.21.15.26:8765 2023-10-16T20:41:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:19 smithi026 ceph-mon[93126]: [16/Oct/2023:20:41:18] ENGINE Serving on https://172.21.15.26:7150 2023-10-16T20:41:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:19 smithi026 ceph-mon[93126]: [16/Oct/2023:20:41:18] ENGINE Bus STARTED 2023-10-16T20:41:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:20.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:19 smithi026 ceph-mon[93126]: mgrmap e16: smithi026.ftthsp(active, since 1.00552s) 2023-10-16T20:41:20.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:20 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/4257541148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:21.626 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:21.627 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:21 smithi026 ceph-mon[93126]: mgrmap e17: smithi026.ftthsp(active, since 2s) 2023-10-16T20:41:22.387 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:22.668 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-16T20:41:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:24.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:24.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:24.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:24.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:24.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:41:24.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:24.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:24.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:41:24.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:24.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:41:24.553 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:24.554 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:24.556 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:41:25.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:24 smithi026 ceph-mon[93126]: Updating smithi026:/etc/ceph/ceph.conf 2023-10-16T20:41:25.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:24 smithi026 ceph-mon[93126]: Updating smithi089:/etc/ceph/ceph.conf 2023-10-16T20:41:25.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:24 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/3738216740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:25.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:25.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:25.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:25.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:25.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:25.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi089", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:41:25.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi089", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-16T20:41:25.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:25.992 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:25.992 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:25 smithi026 ceph-mon[93126]: Updating smithi026:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:25 smithi026 ceph-mon[93126]: Updating smithi089:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:25 smithi026 ceph-mon[93126]: Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:41:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:25 smithi026 ceph-mon[93126]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:41:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:25 smithi026 ceph-mon[93126]: Updating smithi026:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-16T20:41:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:25 smithi026 ceph-mon[93126]: Updating smithi089:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-16T20:41:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:25 smithi026 ceph-mon[93126]: Deploying daemon ceph-exporter.smithi089 on smithi089 2023-10-16T20:41:26.632 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:28.258 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:28.258 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:28.260 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:41:29.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:29.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:29.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:29.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:29.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:41:29.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-16T20:41:29.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:29.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:28 smithi026 ceph-mon[93126]: Deploying daemon crash.smithi089 on smithi089 2023-10-16T20:41:29.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:29.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:28 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/2238433547' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:29.833 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:29.834 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:30.403 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:31.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:31.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:31.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:31 smithi026 ceph-mon[93126]: Deploying daemon node-exporter.smithi089 on smithi089 2023-10-16T20:41:31.957 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:31.957 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:31.959 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:41:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:32 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/1195672552' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:33.477 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:33.477 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:41:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:34.189 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:35.965 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:35.965 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:35.966 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:41:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:36.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.kykrls", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:41:36.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.kykrls", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-16T20:41:36.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:41:36.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:36.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:35 smithi026 ceph-mon[93126]: Deploying daemon mgr.smithi089.kykrls on smithi089 2023-10-16T20:41:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:36 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/775561799' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:37.652 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:37.653 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:38.256 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:39.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:39.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:39.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:41:39.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:39.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:38 smithi026 ceph-mon[93126]: Deploying daemon mon.smithi089 on smithi089 2023-10-16T20:41:39.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:39 smithi026 ceph-mon[93126]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:40.067 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:40.067 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":1,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:39:10.557152Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-16T20:41:40.069 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 1 2023-10-16T20:41:41.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 systemd[1]: Started Ceph mon.smithi089 for f448a1d4-6c63-11ee-8db6-212e2dc638e7. 2023-10-16T20:41:41.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: RocksDB version: 7.9.2 2023-10-16T20:41:41.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Git sha 0 2023-10-16T20:41:41.018 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Compile date 2023-10-13 16:26:16 2023-10-16T20:41:41.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: DB SUMMARY 2023-10-16T20:41:41.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: DB Session ID: KH5ONIE7AMOVMAL8GHDU 2023-10-16T20:41:41.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: CURRENT file: CURRENT 2023-10-16T20:41:41.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: IDENTITY file: IDENTITY 2023-10-16T20:41:41.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-10-16T20:41:41.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi089/store.db dir, Total Num: 0, files: 2023-10-16T20:41:41.020 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi089/store.db: 000004.log size: 511 ; 2023-10-16T20:41:41.020 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.error_if_exists: 0 2023-10-16T20:41:41.020 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.create_if_missing: 0 2023-10-16T20:41:41.020 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.paranoid_checks: 1 2023-10-16T20:41:41.020 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-16T20:41:41.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-16T20:41:41.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-16T20:41:41.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.env: 0x55e908771da0 2023-10-16T20:41:41.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.fs: PosixFileSystem 2023-10-16T20:41:41.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.info_log: 0x55e90a7314c0 2023-10-16T20:41:41.021 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_file_opening_threads: 16 2023-10-16T20:41:41.022 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.statistics: (nil) 2023-10-16T20:41:41.022 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.use_fsync: 0 2023-10-16T20:41:41.022 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_log_file_size: 0 2023-10-16T20:41:41.022 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-16T20:41:41.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-16T20:41:41.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.keep_log_file_num: 1000 2023-10-16T20:41:41.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.recycle_log_file_num: 0 2023-10-16T20:41:41.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.allow_fallocate: 1 2023-10-16T20:41:41.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.allow_mmap_reads: 0 2023-10-16T20:41:41.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.allow_mmap_writes: 0 2023-10-16T20:41:41.024 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.use_direct_reads: 0 2023-10-16T20:41:41.024 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-16T20:41:41.024 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.create_missing_column_families: 0 2023-10-16T20:41:41.024 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.db_log_dir: 2023-10-16T20:41:41.024 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.wal_dir: 2023-10-16T20:41:41.025 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-16T20:41:41.025 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-16T20:41:41.025 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-16T20:41:41.025 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-16T20:41:41.025 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-16T20:41:41.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-16T20:41:41.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.advise_random_on_open: 1 2023-10-16T20:41:41.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.db_write_buffer_size: 0 2023-10-16T20:41:41.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.write_buffer_manager: 0x55e90a6e9360 2023-10-16T20:41:41.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-16T20:41:41.027 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-16T20:41:41.027 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-16T20:41:41.027 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.rate_limiter: (nil) 2023-10-16T20:41:41.027 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-16T20:41:41.027 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.wal_recovery_mode: 2 2023-10-16T20:41:41.028 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.enable_thread_tracking: 0 2023-10-16T20:41:41.028 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.enable_pipelined_write: 0 2023-10-16T20:41:41.028 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.unordered_write: 0 2023-10-16T20:41:41.028 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-16T20:41:41.028 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-16T20:41:41.029 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-16T20:41:41.029 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-16T20:41:41.029 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.row_cache: None 2023-10-16T20:41:41.029 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.wal_filter: None 2023-10-16T20:41:41.029 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-16T20:41:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.allow_ingest_behind: 0 2023-10-16T20:41:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.two_write_queues: 0 2023-10-16T20:41:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.manual_wal_flush: 0 2023-10-16T20:41:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.wal_compression: 0 2023-10-16T20:41:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.atomic_flush: 0 2023-10-16T20:41:41.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-16T20:41:41.031 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-16T20:41:41.031 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-16T20:41:41.031 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.log_readahead_size: 0 2023-10-16T20:41:41.031 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-16T20:41:41.031 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.best_efforts_recovery: 0 2023-10-16T20:41:41.032 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-16T20:41:41.032 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-16T20:41:41.032 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.allow_data_in_errors: 0 2023-10-16T20:41:41.033 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.db_host_id: __hostname__ 2023-10-16T20:41:41.033 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-16T20:41:41.033 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_background_jobs: 2 2023-10-16T20:41:41.033 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_background_compactions: -1 2023-10-16T20:41:41.033 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_subcompactions: 1 2023-10-16T20:41:41.034 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-16T20:41:41.034 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-16T20:41:41.034 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-16T20:41:41.034 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_total_wal_size: 0 2023-10-16T20:41:41.034 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-16T20:41:41.035 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-16T20:41:41.035 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-16T20:41:41.035 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-16T20:41:41.036 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_open_files: -1 2023-10-16T20:41:41.036 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bytes_per_sync: 0 2023-10-16T20:41:41.036 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-16T20:41:41.036 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-16T20:41:41.037 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_readahead_size: 0 2023-10-16T20:41:41.037 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_background_flushes: -1 2023-10-16T20:41:41.037 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Compression algorithms supported: 2023-10-16T20:41:41.037 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-16T20:41:41.037 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: kZSTD supported: 0 2023-10-16T20:41:41.037 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: kXpressCompression supported: 0 2023-10-16T20:41:41.038 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: kLZ4HCCompression supported: 1 2023-10-16T20:41:41.038 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: kZlibCompression supported: 1 2023-10-16T20:41:41.038 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: kSnappyCompression supported: 1 2023-10-16T20:41:41.038 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: kLZ4Compression supported: 1 2023-10-16T20:41:41.038 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: kBZip2Compression supported: 0 2023-10-16T20:41:41.038 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-16T20:41:41.039 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-16T20:41:41.039 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi089/store.db/MANIFEST-000005 2023-10-16T20:41:41.039 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-16T20:41:41.039 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-16T20:41:41.039 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.merge_operator: 2023-10-16T20:41:41.040 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_filter: None 2023-10-16T20:41:41.040 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_filter_factory: None 2023-10-16T20:41:41.040 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.sst_partitioner_factory: None 2023-10-16T20:41:41.040 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-16T20:41:41.040 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-16T20:41:41.040 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e90a7315c0) 2023-10-16T20:41:41.041 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: cache_index_and_filter_blocks: 1 2023-10-16T20:41:41.041 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-16T20:41:41.041 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-16T20:41:41.041 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: pin_top_level_index_and_filter: 1 2023-10-16T20:41:41.042 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: index_type: 0 2023-10-16T20:41:41.042 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: data_block_index_type: 0 2023-10-16T20:41:41.042 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: index_shortening: 1 2023-10-16T20:41:41.042 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-16T20:41:41.042 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: checksum: 4 2023-10-16T20:41:41.043 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: no_block_cache: 0 2023-10-16T20:41:41.043 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache: 0x55e90a7871f0 2023-10-16T20:41:41.043 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache_name: BinnedLRUCache 2023-10-16T20:41:41.043 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache_options: 2023-10-16T20:41:41.043 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: capacity : 536870912 2023-10-16T20:41:41.043 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: num_shard_bits : 4 2023-10-16T20:41:41.044 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: strict_capacity_limit : 0 2023-10-16T20:41:41.044 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: high_pri_pool_ratio: 0.000 2023-10-16T20:41:41.044 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_cache_compressed: (nil) 2023-10-16T20:41:41.044 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: persistent_cache: (nil) 2023-10-16T20:41:41.045 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_size: 4096 2023-10-16T20:41:41.045 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_size_deviation: 10 2023-10-16T20:41:41.045 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_restart_interval: 16 2023-10-16T20:41:41.045 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: index_block_restart_interval: 1 2023-10-16T20:41:41.045 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: metadata_block_size: 4096 2023-10-16T20:41:41.046 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: partition_filters: 0 2023-10-16T20:41:41.046 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: use_delta_encoding: 1 2023-10-16T20:41:41.046 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: filter_policy: bloomfilter 2023-10-16T20:41:41.046 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: whole_key_filtering: 1 2023-10-16T20:41:41.046 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: verify_compression: 0 2023-10-16T20:41:41.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: read_amp_bytes_per_bit: 0 2023-10-16T20:41:41.049 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: format_version: 5 2023-10-16T20:41:41.049 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: enable_index_compression: 1 2023-10-16T20:41:41.049 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: block_align: 0 2023-10-16T20:41:41.050 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: max_auto_readahead_size: 262144 2023-10-16T20:41:41.050 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: prepopulate_block_cache: 0 2023-10-16T20:41:41.050 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: initial_auto_readahead_size: 8192 2023-10-16T20:41:41.050 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: num_file_reads_for_auto_readahead: 2 2023-10-16T20:41:41.050 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.write_buffer_size: 33554432 2023-10-16T20:41:41.051 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_write_buffer_number: 2 2023-10-16T20:41:41.051 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compression: NoCompression 2023-10-16T20:41:41.051 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bottommost_compression: Disabled 2023-10-16T20:41:41.051 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.prefix_extractor: nullptr 2023-10-16T20:41:41.051 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-16T20:41:41.052 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.num_levels: 7 2023-10-16T20:41:41.052 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-16T20:41:41.052 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-16T20:41:41.052 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-16T20:41:41.052 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-16T20:41:41.052 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-16T20:41:41.053 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-16T20:41:41.053 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-16T20:41:41.053 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-16T20:41:41.053 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-16T20:41:41.053 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-16T20:41:41.054 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-16T20:41:41.054 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-16T20:41:41.054 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-16T20:41:41.054 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compression_opts.level: 32767 2023-10-16T20:41:41.054 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compression_opts.strategy: 0 2023-10-16T20:41:41.054 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-16T20:41:41.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-16T20:41:41.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-16T20:41:41.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-16T20:41:41.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compression_opts.enabled: false 2023-10-16T20:41:41.055 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-16T20:41:41.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-16T20:41:41.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-16T20:41:41.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-16T20:41:41.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.target_file_size_base: 67108864 2023-10-16T20:41:41.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-16T20:41:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-16T20:41:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-16T20:41:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-16T20:41:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-16T20:41:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-16T20:41:41.057 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-16T20:41:41.058 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-16T20:41:41.058 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-16T20:41:41.058 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-16T20:41:41.058 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-16T20:41:41.058 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-16T20:41:41.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-16T20:41:41.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-16T20:41:41.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.arena_block_size: 1048576 2023-10-16T20:41:41.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-16T20:41:41.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-16T20:41:41.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.disable_auto_compactions: 0 2023-10-16T20:41:41.060 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-16T20:41:41.060 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-16T20:41:41.060 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-16T20:41:41.060 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-16T20:41:41.060 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-16T20:41:41.060 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-16T20:41:41.061 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-16T20:41:41.061 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-16T20:41:41.061 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-16T20:41:41.061 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-16T20:41:41.061 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.table_properties_collectors: 2023-10-16T20:41:41.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.inplace_update_support: 0 2023-10-16T20:41:41.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-16T20:41:41.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-16T20:41:41.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-16T20:41:41.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-16T20:41:41.063 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.bloom_locality: 0 2023-10-16T20:41:41.063 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.max_successive_merges: 0 2023-10-16T20:41:41.063 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-16T20:41:41.063 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.paranoid_file_checks: 0 2023-10-16T20:41:41.063 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.force_consistency_checks: 1 2023-10-16T20:41:41.063 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.report_bg_io_stats: 0 2023-10-16T20:41:41.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.ttl: 2592000 2023-10-16T20:41:41.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-16T20:41:41.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-16T20:41:41.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-16T20:41:41.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.enable_blob_files: false 2023-10-16T20:41:41.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.min_blob_size: 0 2023-10-16T20:41:41.065 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.blob_file_size: 268435456 2023-10-16T20:41:41.065 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-16T20:41:41.065 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-16T20:41:41.065 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-16T20:41:41.065 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-16T20:41:41.066 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-16T20:41:41.066 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.blob_file_starting_level: 0 2023-10-16T20:41:41.066 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-16T20:41:41.066 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi089/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:41:41.066 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-16T20:41:41.066 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9657b094-3676-461a-8936-4ac93df7469f 2023-10-16T20:41:41.067 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488900895795, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-16T20:41:41.067 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-10-16T20:41:41.067 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488900896232, "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": 1697488900, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9657b094-3676-461a-8936-4ac93df7469f", "db_session_id": "KH5ONIE7AMOVMAL8GHDU", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-10-16T20:41:41.067 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697488900896300, "job": 1, "event": "recovery_finished"} 2023-10-16T20:41:41.067 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-10-16T20:41:41.068 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi089/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-16T20:41:41.068 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e90a824000 2023-10-16T20:41:41.068 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: DB pointer 0x55e90a810000 2023-10-16T20:41:41.068 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-16T20:41:41.068 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-16T20:41:41.068 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** DB Stats ** 2023-10-16T20:41:41.069 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T20:41:41.069 INFO:journalctl@ceph.mon.smithi089.smithi089.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:41:41.069 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T20:41:41.069 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T20:41:41.069 INFO:journalctl@ceph.mon.smithi089.smithi089.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:41:41.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-16T20:41:41.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-16T20:41:41.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2023-10-16T20:41:41.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** Compaction Stats [default] ** 2023-10-16T20:41:41.070 INFO:journalctl@ceph.mon.smithi089.smithi089.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:41:41.070 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-16T20:41:41.071 INFO:journalctl@ceph.mon.smithi089.smithi089.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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-16T20:41:41.071 INFO:journalctl@ceph.mon.smithi089.smithi089.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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-16T20:41:41.071 INFO:journalctl@ceph.mon.smithi089.smithi089.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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-16T20:41:41.071 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2023-10-16T20:41:41.071 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** Compaction Stats [default] ** 2023-10-16T20:41:41.071 INFO:journalctl@ceph.mon.smithi089.smithi089.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:41:41.072 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-16T20:41:41.072 INFO:journalctl@ceph.mon.smithi089.smithi089.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.7 0.00 0.00 1 0.000 0 0 0.0 0.0 2023-10-16T20:41:41.072 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2023-10-16T20:41:41.072 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-16T20:41:41.072 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2023-10-16T20:41:41.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-16T20:41:41.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-16T20:41:41.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-16T20:41:41.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-16T20:41:41.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-16T20:41:41.073 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-16T20:41:41.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T20:41:41.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Interval compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-16T20:41:41.074 INFO:journalctl@ceph.mon.smithi089.smithi089.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:41:41.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: Block cache BinnedLRUCache@0x55e90a7871f0#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:41:41.074 INFO:journalctl@ceph.mon.smithi089.smithi089.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:41:41.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2023-10-16T20:41:41.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-16T20:41:41.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089 does not exist in monmap, will attempt to join an existing cluster 2023-10-16T20:41:41.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: using public_addr v2:172.21.15.89:0/0 -> [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] 2023-10-16T20:41:41.075 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: starting mon.smithi089 rank -1 at public addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] at bind addrs [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi089 fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:41:41.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(???) e0 preinit fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:41:41.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).mds e1 new map 2023-10-16T20:41:41.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).mds e1 print_map 2023-10-16T20:41:41.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: e1 2023-10-16T20:41:41.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-16T20:41:41.076 INFO:journalctl@ceph.mon.smithi089.smithi089.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:41:41.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: legacy client fscid: -1 2023-10-16T20:41:41.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: 2023-10-16T20:41:41.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout: No filesystems configured 2023-10-16T20:41:41.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-16T20:41:41.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-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:41:41.077 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-16T20:41:41.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-16T20:41:41.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-16T20:41:41.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-16T20:41:41.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-16T20:41:41.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-16T20:41:41.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:41:41.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:41:41.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-16T20:41:41.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.14189 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi089", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:41:41.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Deploying cephadm binary to smithi089 2023-10-16T20:41:41.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Deploying daemon node-exporter.smithi026 on smithi026 2023-10-16T20:41:41.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Added host smithi089 2023-10-16T20:41:41.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Deploying daemon alertmanager.smithi026 on smithi026 2023-10-16T20:41:41.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:41:41.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/715677240' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-16T20:41:41.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/715677240' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-16T20:41:41.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: osdmap e4: 0 total, 0 up, 0 in 2023-10-16T20:41:41.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.084 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.084 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.084 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.084 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.084 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.084 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-16T20:41:41.085 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.085 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.085 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-16T20:41:41.085 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-16T20:41:41.085 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Deploying daemon grafana.smithi026 on smithi026 2023-10-16T20:41:41.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.14195 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi026:172.21.15.26=smithi026;smithi089:172.21.15.89=smithi089", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:41:41.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Saving service mon spec with placement smithi026:172.21.15.26=smithi026;smithi089:172.21.15.89=smithi089;count:2 2023-10-16T20:41:41.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.086 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/1891702370' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/847585205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.087 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/1504343922' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.089 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Deploying daemon prometheus.smithi026 on smithi026 2023-10-16T20:41:41.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/1994711925' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/753051809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-16T20:41:41.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/988056894' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14162 172.21.15.26:0/1115797697' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-16T20:41:41.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mgrmap e14: smithi026.ftthsp(active, since 52s) 2023-10-16T20:41:41.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/290110615' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/2884307323' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Active manager daemon smithi026.ftthsp restarted 2023-10-16T20:41:41.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Activating manager daemon smithi026.ftthsp 2023-10-16T20:41:41.093 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: osdmap e5: 0 total, 0 up, 0 in 2023-10-16T20:41:41.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mgrmap e15: smithi026.ftthsp(active, starting, since 0.00372123s) 2023-10-16T20:41:41.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-16T20:41:41.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr metadata", "who": "smithi026.ftthsp", "id": "smithi026.ftthsp"}]: dispatch 2023-10-16T20:41:41.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-16T20:41:41.094 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-16T20:41:41.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-16T20:41:41.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Manager daemon smithi026.ftthsp is now available 2023-10-16T20:41:41.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:41:41.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.ftthsp/mirror_snapshot_schedule"}]: dispatch 2023-10-16T20:41:41.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi026.ftthsp/trash_purge_schedule"}]: dispatch 2023-10-16T20:41:41.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: [16/Oct/2023:20:41:18] ENGINE Bus STARTING 2023-10-16T20:41:41.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: [16/Oct/2023:20:41:18] ENGINE Serving on http://172.21.15.26:8765 2023-10-16T20:41:41.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: [16/Oct/2023:20:41:18] ENGINE Serving on https://172.21.15.26:7150 2023-10-16T20:41:41.096 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: [16/Oct/2023:20:41:18] ENGINE Bus STARTED 2023-10-16T20:41:41.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mgrmap e16: smithi026.ftthsp(active, since 1.00552s) 2023-10-16T20:41:41.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/4257541148' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.097 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mgrmap e17: smithi026.ftthsp(active, since 2s) 2023-10-16T20:41:41.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.098 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi089", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:41:41.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.099 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd/host:smithi026", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:41:41.100 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:41.100 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:41:41.100 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Updating smithi026:/etc/ceph/ceph.conf 2023-10-16T20:41:41.100 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Updating smithi089:/etc/ceph/ceph.conf 2023-10-16T20:41:41.100 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/3738216740' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.101 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi089", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:41:41.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi089", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-16T20:41:41.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:41.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Updating smithi026:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:41.102 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Updating smithi089:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:41.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Updating smithi026:/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:41:41.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Updating smithi089:/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:41:41.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Updating smithi026:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-16T20:41:41.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Updating smithi089:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-16T20:41:41.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Deploying daemon ceph-exporter.smithi089 on smithi089 2023-10-16T20:41:41.103 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.104 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:41:41.105 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:40 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/2895748067' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-16T20:41:41.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:41.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Deploying daemon crash.smithi089 on smithi089 2023-10-16T20:41:41.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/2238433547' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Deploying daemon node-exporter.smithi089 on smithi089 2023-10-16T20:41:41.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/1195672552' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:41:41.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.108 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.kykrls", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:41:41.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.kykrls", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-16T20:41:41.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:41:41.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:41.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Deploying daemon mgr.smithi089.kykrls on smithi089 2023-10-16T20:41:41.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/775561799' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:41:41.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:41.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: Deploying daemon mon.smithi089 on smithi089 2023-10-16T20:41:41.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:41.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:41.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/2895748067' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:41.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-10-16T20:41:41.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: mon.smithi089@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-16T20:41:41.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta expand map: {default=false} 2023-10-16T20:41:41.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta from 'false' to 'false' 2023-10-16T20:41:41.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta expanded map: {default=false} 2023-10-16T20:41:41.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta expand map: {default=info} 2023-10-16T20:41:41.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta from 'info' to 'info' 2023-10-16T20:41:41.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta expanded map: {default=info} 2023-10-16T20:41:41.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta expand map: {default=daemon} 2023-10-16T20:41:41.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-16T20:41:41.113 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta expanded map: {default=daemon} 2023-10-16T20:41:41.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta expand map: {default=debug} 2023-10-16T20:41:41.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta from 'debug' to 'debug' 2023-10-16T20:41:41.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:40 smithi089 ceph-mon[103441]: expand_channel_meta expanded map: {default=debug} 2023-10-16T20:41:41.528 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-16T20:41:41.528 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-16T20:41:42.102 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi089/config 2023-10-16T20:41:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:46.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-16T20:41:46.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: mon.smithi026 calling monitor election 2023-10-16T20:41:46.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:46.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: mon.smithi089 calling monitor election 2023-10-16T20:41:46.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:46.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.? 172.21.15.89:0/4079170497' entity='mgr.smithi089.kykrls' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.kykrls/crt"}]: dispatch 2023-10-16T20:41:46.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: mon.smithi026 is new leader, mons smithi026,smithi089 in quorum (ranks 0,1) 2023-10-16T20:41:46.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: monmap e2: 2 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} removed_ranks: {} 2023-10-16T20:41:46.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: fsmap 2023-10-16T20:41:46.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: osdmap e5: 0 total, 0 up, 0 in 2023-10-16T20:41:46.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: mgrmap e17: smithi026.ftthsp(active, since 27s) 2023-10-16T20:41:46.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: Standby manager daemon smithi089.kykrls started 2023-10-16T20:41:46.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.? 172.21.15.89:0/4079170497' entity='mgr.smithi089.kykrls' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-16T20:41:46.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T20:41:46.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.? 172.21.15.89:0/4079170497' entity='mgr.smithi089.kykrls' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.kykrls/key"}]: dispatch 2023-10-16T20:41:46.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:46.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.? 172.21.15.89:0/4079170497' entity='mgr.smithi089.kykrls' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-16T20:41:46.311 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:46.312 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:46.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:46.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-16T20:41:46.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: mon.smithi026 calling monitor election 2023-10-16T20:41:46.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:46.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: mon.smithi089 calling monitor election 2023-10-16T20:41:46.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:46.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.? 172.21.15.89:0/4079170497' entity='mgr.smithi089.kykrls' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.kykrls/crt"}]: dispatch 2023-10-16T20:41:46.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:46.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: mon.smithi026 is new leader, mons smithi026,smithi089 in quorum (ranks 0,1) 2023-10-16T20:41:46.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: monmap e2: 2 mons at {smithi026=[v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0],smithi089=[v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0]} removed_ranks: {} 2023-10-16T20:41:46.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: fsmap 2023-10-16T20:41:46.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: osdmap e5: 0 total, 0 up, 0 in 2023-10-16T20:41:46.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: mgrmap e17: smithi026.ftthsp(active, since 27s) 2023-10-16T20:41:46.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: Standby manager daemon smithi089.kykrls started 2023-10-16T20:41:46.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.? 172.21.15.89:0/4079170497' entity='mgr.smithi089.kykrls' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-16T20:41:46.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T20:41:46.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.? 172.21.15.89:0/4079170497' entity='mgr.smithi089.kykrls' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi089.kykrls/key"}]: dispatch 2023-10-16T20:41:46.433 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:46.433 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.? 172.21.15.89:0/4079170497' entity='mgr.smithi089.kykrls' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-16T20:41:46.433 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:46.433 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:46.611 INFO:teuthology.orchestra.run.smithi089.stdout: 2023-10-16T20:41:46.612 INFO:teuthology.orchestra.run.smithi089.stdout:{"epoch":2,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","modified":"2023-10-16T20:41:40.927194Z","created":"2023-10-16T20:39:10.557152Z","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":"smithi026","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:3300","nonce":0},{"type":"v1","addr":"172.21.15.26:6789","nonce":0}]},"addr":"172.21.15.26:6789/0","public_addr":"172.21.15.26:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi089","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:3300","nonce":0},{"type":"v1","addr":"172.21.15.89:6789","nonce":0}]},"addr":"172.21.15.89:6789/0","public_addr":"172.21.15.89:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-16T20:41:46.613 INFO:teuthology.orchestra.run.smithi089.stderr:dumped monmap epoch 2 2023-10-16T20:41:46.972 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-16T20:41:46.973 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-16T20:41:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:47 smithi026 ceph-mon[93126]: mgrmap e18: smithi026.ftthsp(active, since 27s), standbys: smithi089.kykrls 2023-10-16T20:41:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr metadata", "who": "smithi089.kykrls", "id": "smithi089.kykrls"}]: dispatch 2023-10-16T20:41:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:47 smithi026 ceph-mon[93126]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:41:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:47 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/3089288024' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:47.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:47.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:47 smithi089 ceph-mon[103441]: mgrmap e18: smithi026.ftthsp(active, since 27s), standbys: smithi089.kykrls 2023-10-16T20:41:47.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr metadata", "who": "smithi089.kykrls", "id": "smithi089.kykrls"}]: dispatch 2023-10-16T20:41:47.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:47.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:47 smithi089 ceph-mon[103441]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:47.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:41:47.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:47 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/3089288024' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-16T20:41:47.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:41:47.557 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:41:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:41:48.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:48.926 INFO:teuthology.orchestra.run.smithi026.stdout:# minimal ceph.conf for f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:41:48.926 INFO:teuthology.orchestra.run.smithi026.stdout:[global] 2023-10-16T20:41:48.927 INFO:teuthology.orchestra.run.smithi026.stdout: fsid = f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:41:48.927 INFO:teuthology.orchestra.run.smithi026.stdout: mon_host = [v2:172.21.15.26:3300/0,v1:172.21.15.26:6789/0] [v2:172.21.15.89:3300/0,v1:172.21.15.89:6789/0] 2023-10-16T20:41:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:41:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.308 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-16T20:41:49.309 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:41:49.309 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.conf 2023-10-16T20:41:49.341 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:41:49.341 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:41:49.413 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-10-16T20:41:49.414 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.conf 2023-10-16T20:41:49.445 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-10-16T20:41:49.446 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-16T20:41:49.510 INFO:tasks.cephadm:Deploying OSDs... 2023-10-16T20:41:49.510 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:41:49.511 DEBUG:teuthology.orchestra.run.smithi026:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:41:49.528 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-16T20:41:49.528 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/nvme1n1 2023-10-16T20:41:49.586 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/nvme1n1 2023-10-16T20:41:49.587 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:41:49.587 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 425741 Links: 1 Device type: 103,1 2023-10-16T20:41:49.587 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:41:49.587 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:41:49.587 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 20:40:28.895116506 +0000 2023-10-16T20:41:49.588 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 20:38:22.698975154 +0000 2023-10-16T20:41:49.588 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 20:38:22.698975154 +0000 2023-10-16T20:41:49.588 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T20:41:49.588 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-16T20:41:49.651 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:49.651 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3676023360' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:49.652 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.652 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.652 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:49.652 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:41:49.652 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: Updating smithi026:/etc/ceph/ceph.conf 2023-10-16T20:41:49.653 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: Updating smithi089:/etc/ceph/ceph.conf 2023-10-16T20:41:49.653 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.653 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.653 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.653 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.653 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.654 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T20:41:49.654 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T20:41:49.654 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000118237 s, 4.3 MB/s 2023-10-16T20:41:49.655 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-16T20:41:49.716 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/nvme2n1 2023-10-16T20:41:49.773 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/nvme2n1 2023-10-16T20:41:49.773 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:41:49.773 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 425831 Links: 1 Device type: 103,2 2023-10-16T20:41:49.774 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:41:49.774 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:41:49.774 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 20:40:28.904116373 +0000 2023-10-16T20:41:49.774 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 20:38:22.854972849 +0000 2023-10-16T20:41:49.775 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 20:38:22.854972849 +0000 2023-10-16T20:41:49.775 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T20:41:49.775 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-16T20:41:49.840 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T20:41:49.840 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T20:41:49.841 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000123533 s, 4.1 MB/s 2023-10-16T20:41:49.842 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-16T20:41:49.900 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/nvme3n1 2023-10-16T20:41:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3676023360' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:49.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:41:49.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: Updating smithi026:/etc/ceph/ceph.conf 2023-10-16T20:41:49.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: Updating smithi089:/etc/ceph/ceph.conf 2023-10-16T20:41:49.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:49.958 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/nvme3n1 2023-10-16T20:41:49.958 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:41:49.958 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 425892 Links: 1 Device type: 103,3 2023-10-16T20:41:49.959 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:41:49.959 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:41:49.959 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 20:40:28.912116255 +0000 2023-10-16T20:41:49.959 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 20:38:23.008970573 +0000 2023-10-16T20:41:49.960 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 20:38:23.008970573 +0000 2023-10-16T20:41:49.960 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T20:41:49.960 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-16T20:41:50.028 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T20:41:50.029 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T20:41:50.029 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000105957 s, 4.8 MB/s 2023-10-16T20:41:50.030 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-16T20:41:50.088 DEBUG:teuthology.orchestra.run.smithi026:> stat /dev/nvme4n1 2023-10-16T20:41:50.145 INFO:teuthology.orchestra.run.smithi026.stdout: File: /dev/nvme4n1 2023-10-16T20:41:50.146 INFO:teuthology.orchestra.run.smithi026.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:41:50.146 INFO:teuthology.orchestra.run.smithi026.stdout:Device: 6h/6d Inode: 431129 Links: 1 Device type: 103,4 2023-10-16T20:41:50.146 INFO:teuthology.orchestra.run.smithi026.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:41:50.146 INFO:teuthology.orchestra.run.smithi026.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:41:50.147 INFO:teuthology.orchestra.run.smithi026.stdout:Access: 2023-10-16 20:40:28.921116122 +0000 2023-10-16T20:41:50.147 INFO:teuthology.orchestra.run.smithi026.stdout:Modify: 2023-10-16 20:38:23.162968297 +0000 2023-10-16T20:41:50.147 INFO:teuthology.orchestra.run.smithi026.stdout:Change: 2023-10-16 20:38:23.162968297 +0000 2023-10-16T20:41:50.147 INFO:teuthology.orchestra.run.smithi026.stdout: Birth: - 2023-10-16T20:41:50.148 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-16T20:41:50.213 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records in 2023-10-16T20:41:50.213 INFO:teuthology.orchestra.run.smithi026.stderr:1+0 records out 2023-10-16T20:41:50.213 INFO:teuthology.orchestra.run.smithi026.stderr:512 bytes copied, 0.000126505 s, 4.0 MB/s 2023-10-16T20:41:50.215 DEBUG:teuthology.orchestra.run.smithi026:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-16T20:41:50.273 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-10-16T20:41:50.273 DEBUG:teuthology.orchestra.run.smithi089:> dd if=/scratch_devs of=/dev/stdout 2023-10-16T20:41:50.291 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-16T20:41:50.291 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme1n1 2023-10-16T20:41:50.349 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme1n1 2023-10-16T20:41:50.349 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:41:50.349 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 427294 Links: 1 Device type: 103,1 2023-10-16T20:41:50.350 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:41:50.350 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:41:50.350 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-10-16 20:41:22.805162880 +0000 2023-10-16T20:41:50.350 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-10-16 20:38:24.384172127 +0000 2023-10-16T20:41:50.351 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-10-16 20:38:24.384172127 +0000 2023-10-16T20:41:50.351 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-10-16T20:41:50.351 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-16T20:41:50.415 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-10-16T20:41:50.415 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-10-16T20:41:50.416 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000238342 s, 2.1 MB/s 2023-10-16T20:41:50.417 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-16T20:41:50.475 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme2n1 2023-10-16T20:41:50.533 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme2n1 2023-10-16T20:41:50.534 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:41:50.534 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 426208 Links: 1 Device type: 103,2 2023-10-16T20:41:50.534 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:41:50.534 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:41:50.534 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-10-16 20:41:22.815162659 +0000 2023-10-16T20:41:50.535 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-10-16 20:38:24.534168779 +0000 2023-10-16T20:41:50.535 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-10-16 20:38:24.534168779 +0000 2023-10-16T20:41:50.535 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-10-16T20:41:50.535 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-16T20:41:50.598 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-10-16T20:41:50.599 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-10-16T20:41:50.599 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000313493 s, 1.6 MB/s 2023-10-16T20:41:50.600 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-16T20:41:50.657 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme3n1 2023-10-16T20:41:50.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:50 smithi089 ceph-mon[103441]: Updating smithi026:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:50.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:50 smithi089 ceph-mon[103441]: Updating smithi089:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:50.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:50 smithi089 ceph-mon[103441]: Reconfiguring mon.smithi026 (unknown last config time)... 2023-10-16T20:41:50.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:41:50.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T20:41:50.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:50.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:50 smithi089 ceph-mon[103441]: Reconfiguring daemon mon.smithi026 on smithi026 2023-10-16T20:41:50.695 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme3n1 2023-10-16T20:41:50.695 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:41:50.696 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 426216 Links: 1 Device type: 103,3 2023-10-16T20:41:50.696 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:41:50.696 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:41:50.696 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-10-16 20:41:22.825162439 +0000 2023-10-16T20:41:50.696 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-10-16 20:38:24.684165431 +0000 2023-10-16T20:41:50.696 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-10-16 20:38:24.684165431 +0000 2023-10-16T20:41:50.697 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-10-16T20:41:50.697 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-16T20:41:50.698 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:50 smithi026 ceph-mon[93126]: Updating smithi026:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:50.698 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:50 smithi026 ceph-mon[93126]: Updating smithi089:/var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-16T20:41:50.698 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:50 smithi026 ceph-mon[93126]: Reconfiguring mon.smithi026 (unknown last config time)... 2023-10-16T20:41:50.698 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:41:50.699 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T20:41:50.699 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:50.699 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:50 smithi026 ceph-mon[93126]: Reconfiguring daemon mon.smithi026 on smithi026 2023-10-16T20:41:50.760 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-10-16T20:41:50.760 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-10-16T20:41:50.760 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000236474 s, 2.2 MB/s 2023-10-16T20:41:50.761 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-16T20:41:50.819 DEBUG:teuthology.orchestra.run.smithi089:> stat /dev/nvme4n1 2023-10-16T20:41:50.876 INFO:teuthology.orchestra.run.smithi089.stdout: File: /dev/nvme4n1 2023-10-16T20:41:50.876 INFO:teuthology.orchestra.run.smithi089.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-16T20:41:50.876 INFO:teuthology.orchestra.run.smithi089.stdout:Device: 6h/6d Inode: 426269 Links: 1 Device type: 103,4 2023-10-16T20:41:50.877 INFO:teuthology.orchestra.run.smithi089.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-16T20:41:50.877 INFO:teuthology.orchestra.run.smithi089.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-16T20:41:50.877 INFO:teuthology.orchestra.run.smithi089.stdout:Access: 2023-10-16 20:41:22.835162217 +0000 2023-10-16T20:41:50.877 INFO:teuthology.orchestra.run.smithi089.stdout:Modify: 2023-10-16 20:38:24.833162105 +0000 2023-10-16T20:41:50.877 INFO:teuthology.orchestra.run.smithi089.stdout:Change: 2023-10-16 20:38:24.833162105 +0000 2023-10-16T20:41:50.877 INFO:teuthology.orchestra.run.smithi089.stdout: Birth: - 2023-10-16T20:41:50.878 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-16T20:41:50.941 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records in 2023-10-16T20:41:50.942 INFO:teuthology.orchestra.run.smithi089.stderr:1+0 records out 2023-10-16T20:41:50.942 INFO:teuthology.orchestra.run.smithi089.stderr:512 bytes copied, 0.000209557 s, 2.4 MB/s 2023-10-16T20:41:50.943 DEBUG:teuthology.orchestra.run.smithi089:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-16T20:41:51.000 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-10-16T20:41:51.589 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi089/config 2023-10-16T20:41:52.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:51 smithi089 ceph-mon[103441]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:52.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:52.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:52.026 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:51 smithi089 ceph-mon[103441]: Reconfiguring mgr.smithi026.ftthsp (unknown last config time)... 2023-10-16T20:41:52.027 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi026.ftthsp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:41:52.027 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:41:52.027 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:52.027 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:51 smithi089 ceph-mon[103441]: Reconfiguring daemon mgr.smithi026.ftthsp on smithi026 2023-10-16T20:41:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:51 smithi026 ceph-mon[93126]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:52.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:51 smithi026 ceph-mon[93126]: Reconfiguring mgr.smithi026.ftthsp (unknown last config time)... 2023-10-16T20:41:52.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi026.ftthsp", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:41:52.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:41:52.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:52.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:51 smithi026 ceph-mon[93126]: Reconfiguring daemon mgr.smithi026.ftthsp on smithi026 2023-10-16T20:41:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:53.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:52 smithi026 ceph-mon[93126]: Reconfiguring ceph-exporter.smithi026 (monmap changed)... 2023-10-16T20:41:53.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi026", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:41:53.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:53.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:52 smithi026 ceph-mon[93126]: Reconfiguring daemon ceph-exporter.smithi026 on smithi026 2023-10-16T20:41:53.168 INFO:teuthology.orchestra.run.smithi089.stdout:Scheduled osd.all-available-devices update... 2023-10-16T20:41:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:52 smithi089 ceph-mon[103441]: Reconfiguring ceph-exporter.smithi026 (monmap changed)... 2023-10-16T20:41:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi026", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:41:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:53.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:52 smithi089 ceph-mon[103441]: Reconfiguring daemon ceph-exporter.smithi026 on smithi026 2023-10-16T20:41:53.539 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-16T20:41:53.540 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:41:54.235 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:53 smithi026 ceph-mon[93126]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:54.235 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:54.235 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:54.236 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:41:54.236 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:54.236 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:54.373 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:41:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:53 smithi089 ceph-mon[103441]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:54.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi026", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:41:54.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:41:54.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:55.228 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:54 smithi026 ceph-mon[93126]: Reconfiguring crash.smithi026 (monmap changed)... 2023-10-16T20:41:55.229 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:54 smithi026 ceph-mon[93126]: Reconfiguring daemon crash.smithi026 on smithi026 2023-10-16T20:41:55.229 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:54 smithi026 ceph-mon[93126]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:41:55.229 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:54 smithi026 ceph-mon[93126]: Marking host: smithi026 for OSDSpec preview refresh. 2023-10-16T20:41:55.229 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:54 smithi026 ceph-mon[93126]: Marking host: smithi089 for OSDSpec preview refresh. 2023-10-16T20:41:55.229 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:54 smithi026 ceph-mon[93126]: Saving service osd.all-available-devices spec with placement * 2023-10-16T20:41:55.230 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:55.230 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:54 smithi089 ceph-mon[103441]: Reconfiguring crash.smithi026 (monmap changed)... 2023-10-16T20:41:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:54 smithi089 ceph-mon[103441]: Reconfiguring daemon crash.smithi026 on smithi026 2023-10-16T20:41:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:54 smithi089 ceph-mon[103441]: from='client.24099 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:41:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:54 smithi089 ceph-mon[103441]: Marking host: smithi026 for OSDSpec preview refresh. 2023-10-16T20:41:55.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:54 smithi089 ceph-mon[103441]: Marking host: smithi089 for OSDSpec preview refresh. 2023-10-16T20:41:55.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:54 smithi089 ceph-mon[103441]: Saving service osd.all-available-devices spec with placement * 2023-10-16T20:41:55.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:55.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:56.115 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:41:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:55 smithi026 ceph-mon[93126]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:55 smithi026 ceph-mon[93126]: Reconfiguring alertmanager.smithi026 (dependencies changed)... 2023-10-16T20:41:56.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:55 smithi026 ceph-mon[93126]: Reconfiguring daemon alertmanager.smithi026 on smithi026 2023-10-16T20:41:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:55 smithi089 ceph-mon[103441]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:55 smithi089 ceph-mon[103441]: Reconfiguring alertmanager.smithi026 (dependencies changed)... 2023-10-16T20:41:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:55 smithi089 ceph-mon[103441]: Reconfiguring daemon alertmanager.smithi026 on smithi026 2023-10-16T20:41:56.773 INFO:teuthology.orchestra.run.smithi026.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:41:57.232 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:56 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3939123405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:41:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:56 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3939123405' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:41:57.774 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:41:58.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:57 smithi026 ceph-mon[93126]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:58.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:57 smithi089 ceph-mon[103441]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:58.473 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:41:59.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:59 smithi089 ceph-mon[103441]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:59.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:59.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:59.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:59 smithi089 ceph-mon[103441]: Reconfiguring grafana.smithi026 (dependencies changed)... 2023-10-16T20:41:59.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:41:59 smithi089 ceph-mon[103441]: Reconfiguring daemon grafana.smithi026 on smithi026 2023-10-16T20:41:59.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:59 smithi026 ceph-mon[93126]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:41:59.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:59.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:41:59.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:59 smithi026 ceph-mon[93126]: Reconfiguring grafana.smithi026 (dependencies changed)... 2023-10-16T20:41:59.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:41:59 smithi026 ceph-mon[93126]: Reconfiguring daemon grafana.smithi026 on smithi026 2023-10-16T20:41:59.908 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:00.326 INFO:teuthology.orchestra.run.smithi026.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:00.492 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:00 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2376847727' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:00.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:00 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2376847727' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:01.328 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:01 smithi026 ceph-mon[93126]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:01.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:01 smithi089 ceph-mon[103441]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:01.986 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:03.287 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:03 smithi026 ceph-mon[93126]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:03.287 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:03.287 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:03.288 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:03 smithi026 ceph-mon[93126]: Reconfiguring prometheus.smithi026 (dependencies changed)... 2023-10-16T20:42:03.288 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:03 smithi026 ceph-mon[93126]: Reconfiguring daemon prometheus.smithi026 on smithi026 2023-10-16T20:42:03.288 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:03.481 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:03 smithi089 ceph-mon[103441]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:03.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:03.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:03.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:03 smithi089 ceph-mon[103441]: Reconfiguring prometheus.smithi026 (dependencies changed)... 2023-10-16T20:42:03.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:03 smithi089 ceph-mon[103441]: Reconfiguring daemon prometheus.smithi026 on smithi026 2023-10-16T20:42:03.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:04.094 INFO:teuthology.orchestra.run.smithi026.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:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:04 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/692443592' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:04 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/692443592' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:05.096 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:05.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:05 smithi026 ceph-mon[93126]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:05 smithi089 ceph-mon[103441]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:05.689 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:07.081 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:07.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:07 smithi026 ceph-mon[93126]: Reconfiguring ceph-exporter.smithi089 (monmap changed)... 2023-10-16T20:42:07.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi089", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:42:07.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:07.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:07 smithi026 ceph-mon[93126]: Reconfiguring daemon ceph-exporter.smithi089 on smithi089 2023-10-16T20:42:07.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:07 smithi026 ceph-mon[93126]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:07.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:07.348 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:07.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:07 smithi089 ceph-mon[103441]: Reconfiguring ceph-exporter.smithi089 (monmap changed)... 2023-10-16T20:42:07.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi089", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-16T20:42:07.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:07.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:07 smithi089 ceph-mon[103441]: Reconfiguring daemon ceph-exporter.smithi089 on smithi089 2023-10-16T20:42:07.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:07 smithi089 ceph-mon[103441]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:07.444 INFO:teuthology.orchestra.run.smithi026.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:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:08 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2816432886' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:08.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:08.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:08 smithi026 ceph-mon[93126]: Reconfiguring crash.smithi089 (monmap changed)... 2023-10-16T20:42:08.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:42:08.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:08.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:08 smithi026 ceph-mon[93126]: Reconfiguring daemon crash.smithi089 on smithi089 2023-10-16T20:42:08.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:08 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2816432886' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:08.339 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:08.339 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:08.339 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:08 smithi089 ceph-mon[103441]: Reconfiguring crash.smithi089 (monmap changed)... 2023-10-16T20:42:08.339 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi089", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-16T20:42:08.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:08.340 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:08 smithi089 ceph-mon[103441]: Reconfiguring daemon crash.smithi089 on smithi089 2023-10-16T20:42:08.445 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:09.030 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:09.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:09 smithi089 ceph-mon[103441]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:09.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:09.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:09.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:09 smithi089 ceph-mon[103441]: Reconfiguring mgr.smithi089.kykrls (monmap changed)... 2023-10-16T20:42:09.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.kykrls", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:42:09.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:42:09.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:09.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:09 smithi089 ceph-mon[103441]: Reconfiguring daemon mgr.smithi089.kykrls on smithi089 2023-10-16T20:42:09.979 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:09 smithi026 ceph-mon[93126]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:09.980 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:09.980 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:09.980 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:09 smithi026 ceph-mon[93126]: Reconfiguring mgr.smithi089.kykrls (monmap changed)... 2023-10-16T20:42:09.980 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi089.kykrls", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-16T20:42:09.980 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-16T20:42:09.980 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:09.981 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:09 smithi026 ceph-mon[93126]: Reconfiguring daemon mgr.smithi089.kykrls on smithi089 2023-10-16T20:42:10.625 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:10.957 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:10.958 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:10.958 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:10 smithi026 ceph-mon[93126]: Reconfiguring mon.smithi089 (monmap changed)... 2023-10-16T20:42:10.958 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:42:10.958 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T20:42:10.959 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:10.959 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:10 smithi026 ceph-mon[93126]: Reconfiguring daemon mon.smithi089 on smithi089 2023-10-16T20:42:10.959 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:10 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3010372457' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:10.980 INFO:teuthology.orchestra.run.smithi026.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:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:10 smithi089 ceph-mon[103441]: Reconfiguring mon.smithi089 (monmap changed)... 2023-10-16T20:42:11.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-16T20:42:11.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-16T20:42:11.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:11.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:10 smithi089 ceph-mon[103441]: Reconfiguring daemon mon.smithi089 on smithi089 2023-10-16T20:42:11.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:10 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3010372457' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:11.982 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:12.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:12.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:12.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-16T20:42:12.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2023-10-16T20:42:12.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:12.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-16T20:42:12.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2023-10-16T20:42:12.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:12.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:42:12.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2023-10-16T20:42:12.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:12.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:42:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:12.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-16T20:42:12.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2023-10-16T20:42:12.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:12.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-16T20:42:12.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2023-10-16T20:42:12.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:12.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:42:12.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2023-10-16T20:42:12.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:12.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:42:12.661 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:13.158 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:12 smithi026 ceph-mon[93126]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-16T20:42:13.158 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:12 smithi026 ceph-mon[93126]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2023-10-16T20:42:13.159 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:12 smithi026 ceph-mon[93126]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-16T20:42:13.159 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:12 smithi026 ceph-mon[93126]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2023-10-16T20:42:13.159 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:12 smithi026 ceph-mon[93126]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:42:13.159 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:12 smithi026 ceph-mon[93126]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2023-10-16T20:42:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:12 smithi089 ceph-mon[103441]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-16T20:42:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:12 smithi089 ceph-mon[103441]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi026.front.sepia.ceph.com:9093"}]: dispatch 2023-10-16T20:42:13.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:12 smithi089 ceph-mon[103441]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-16T20:42:13.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:12 smithi089 ceph-mon[103441]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi026.front.sepia.ceph.com:3000"}]: dispatch 2023-10-16T20:42:13.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:12 smithi089 ceph-mon[103441]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:42:13.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:12 smithi089 ceph-mon[103441]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi026.front.sepia.ceph.com:9095"}]: dispatch 2023-10-16T20:42:14.168 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:14.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:13 smithi026 ceph-mon[93126]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:14.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:14.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:14.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:14.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:14.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:13 smithi089 ceph-mon[103441]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:14.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:14.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:14.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:14.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:14.775 INFO:teuthology.orchestra.run.smithi026.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:15.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:14 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3343606456' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:15.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:14 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3343606456' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:15.776 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:16.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:15 smithi026 ceph-mon[93126]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:16.371 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:15 smithi089 ceph-mon[103441]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:17.281 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:17.281 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:17.282 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:17.282 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:17.282 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:17.282 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:42:17.282 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:17.283 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:42:17.283 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:17.283 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:42:17.283 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:17.283 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:42:17.284 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:17.371 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:17.372 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:17.372 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:17.372 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:17.372 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:17.373 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:42:17.373 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:17.373 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:42:17.374 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:17.374 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:42:17.374 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:17.374 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:42:17.375 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:17.793 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:18.150 INFO:teuthology.orchestra.run.smithi026.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:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:18 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3118648307' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:18 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3118648307' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:18.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:19.151 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:19.734 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:19 smithi026 ceph-mon[93126]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:19.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:19 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/237706852' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5eda289b-be3b-4668-9551-d9555f1e0a77"}]: dispatch 2023-10-16T20:42:19.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:19 smithi026 ceph-mon[93126]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5eda289b-be3b-4668-9551-d9555f1e0a77"}]: dispatch 2023-10-16T20:42:19.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:19 smithi026 ceph-mon[93126]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5eda289b-be3b-4668-9551-d9555f1e0a77"}]': finished 2023-10-16T20:42:19.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:19 smithi026 ceph-mon[93126]: osdmap e6: 1 total, 0 up, 1 in 2023-10-16T20:42:19.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:19.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:19 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2498596531' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "056623b3-644b-4fa9-9f10-6a9e75bcefcf"}]: dispatch 2023-10-16T20:42:19.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:19 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2498596531' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "056623b3-644b-4fa9-9f10-6a9e75bcefcf"}]': finished 2023-10-16T20:42:19.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:19 smithi026 ceph-mon[93126]: osdmap e7: 2 total, 0 up, 2 in 2023-10-16T20:42:19.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:19.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:19 smithi089 ceph-mon[103441]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:19 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/237706852' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5eda289b-be3b-4668-9551-d9555f1e0a77"}]: dispatch 2023-10-16T20:42:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:19 smithi089 ceph-mon[103441]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5eda289b-be3b-4668-9551-d9555f1e0a77"}]: dispatch 2023-10-16T20:42:19.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:19 smithi089 ceph-mon[103441]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5eda289b-be3b-4668-9551-d9555f1e0a77"}]': finished 2023-10-16T20:42:19.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:19 smithi089 ceph-mon[103441]: osdmap e6: 1 total, 0 up, 1 in 2023-10-16T20:42:19.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:19.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:19 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2498596531' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "056623b3-644b-4fa9-9f10-6a9e75bcefcf"}]: dispatch 2023-10-16T20:42:19.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:19 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2498596531' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "056623b3-644b-4fa9-9f10-6a9e75bcefcf"}]': finished 2023-10-16T20:42:19.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:19 smithi089 ceph-mon[103441]: osdmap e7: 2 total, 0 up, 2 in 2023-10-16T20:42:19.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:19.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:20 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/3067396163' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:20.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:20 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/3067396163' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:21.383 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:21.756 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:21 smithi026 ceph-mon[93126]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:21.756 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:21 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/84962340' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:21.756 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:21 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3558579937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:21.784 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1697488939,"num_remapped_pgs":0} 2023-10-16T20:42:21.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:21 smithi089 ceph-mon[103441]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:21.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:21 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/84962340' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:21.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:21 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3558579937' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:22.786 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:23.376 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:23 smithi026 ceph-mon[93126]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:23.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:23 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/4080699807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3b102513-2054-478f-966a-7365a257f3d2"}]: dispatch 2023-10-16T20:42:23.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:23 smithi026 ceph-mon[93126]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3b102513-2054-478f-966a-7365a257f3d2"}]: dispatch 2023-10-16T20:42:23.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:23 smithi026 ceph-mon[93126]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3b102513-2054-478f-966a-7365a257f3d2"}]': finished 2023-10-16T20:42:23.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:23 smithi026 ceph-mon[93126]: osdmap e8: 3 total, 0 up, 3 in 2023-10-16T20:42:23.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:23.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:23.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:23.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:23 smithi089 ceph-mon[103441]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:23.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:23 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/4080699807' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3b102513-2054-478f-966a-7365a257f3d2"}]: dispatch 2023-10-16T20:42:23.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:23 smithi089 ceph-mon[103441]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "3b102513-2054-478f-966a-7365a257f3d2"}]: dispatch 2023-10-16T20:42:23.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:23 smithi089 ceph-mon[103441]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "3b102513-2054-478f-966a-7365a257f3d2"}]': finished 2023-10-16T20:42:23.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:23 smithi089 ceph-mon[103441]: osdmap e8: 3 total, 0 up, 3 in 2023-10-16T20:42:23.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:23.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:23.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:24 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2659356088' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a36b794-0483-495b-a2ec-efb89a6b3ea0"}]: dispatch 2023-10-16T20:42:24.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:24 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2659356088' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a36b794-0483-495b-a2ec-efb89a6b3ea0"}]': finished 2023-10-16T20:42:24.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:24 smithi026 ceph-mon[93126]: osdmap e9: 4 total, 0 up, 4 in 2023-10-16T20:42:24.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:24.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:24.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:24.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:24.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:24 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/743990226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:24 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2659356088' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8a36b794-0483-495b-a2ec-efb89a6b3ea0"}]: dispatch 2023-10-16T20:42:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:24 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2659356088' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8a36b794-0483-495b-a2ec-efb89a6b3ea0"}]': finished 2023-10-16T20:42:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:24 smithi089 ceph-mon[103441]: osdmap e9: 4 total, 0 up, 4 in 2023-10-16T20:42:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:24 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/743990226' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:25.088 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:25.534 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1697488943,"num_remapped_pgs":0} 2023-10-16T20:42:25.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:25 smithi026 ceph-mon[93126]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:25.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:25 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/790755523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:25.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:25 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/4029664150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:25 smithi089 ceph-mon[103441]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:25 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/790755523' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:25 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/4029664150' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:26.536 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:27.122 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:27.672 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:27 smithi026 ceph-mon[93126]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:27.672 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:27 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/3133130602' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ed37802-1782-4178-b106-535432276650"}]: dispatch 2023-10-16T20:42:27.672 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:27 smithi026 ceph-mon[93126]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ed37802-1782-4178-b106-535432276650"}]: dispatch 2023-10-16T20:42:27.672 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:27 smithi026 ceph-mon[93126]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ed37802-1782-4178-b106-535432276650"}]': finished 2023-10-16T20:42:27.673 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:27 smithi026 ceph-mon[93126]: osdmap e10: 5 total, 0 up, 5 in 2023-10-16T20:42:27.673 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:27.673 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:27.673 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:27.673 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:27.674 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:27 smithi089 ceph-mon[103441]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:27 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/3133130602' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ed37802-1782-4178-b106-535432276650"}]: dispatch 2023-10-16T20:42:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:27 smithi089 ceph-mon[103441]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1ed37802-1782-4178-b106-535432276650"}]: dispatch 2023-10-16T20:42:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:27 smithi089 ceph-mon[103441]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1ed37802-1782-4178-b106-535432276650"}]': finished 2023-10-16T20:42:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:27 smithi089 ceph-mon[103441]: osdmap e10: 5 total, 0 up, 5 in 2023-10-16T20:42:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:27.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:27.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:28.716 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:28.838 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:28 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1428988074' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da3e33bf-75c3-4ae4-9820-243ec2ef91ed"}]: dispatch 2023-10-16T20:42:28.839 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:28 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1428988074' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da3e33bf-75c3-4ae4-9820-243ec2ef91ed"}]': finished 2023-10-16T20:42:28.839 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:28 smithi026 ceph-mon[93126]: osdmap e11: 6 total, 0 up, 6 in 2023-10-16T20:42:28.839 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:28.839 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:28.840 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:28.840 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:28.840 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:28.840 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:28.840 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:28 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/3663958436' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:28.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:28 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/1428988074' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "da3e33bf-75c3-4ae4-9820-243ec2ef91ed"}]: dispatch 2023-10-16T20:42:28.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:28 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/1428988074' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "da3e33bf-75c3-4ae4-9820-243ec2ef91ed"}]': finished 2023-10-16T20:42:28.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:28 smithi089 ceph-mon[103441]: osdmap e11: 6 total, 0 up, 6 in 2023-10-16T20:42:28.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:28.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:28.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:28.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:28.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:28.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:28.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:28 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/3663958436' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:29.077 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1697488947,"num_remapped_pgs":0} 2023-10-16T20:42:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:29 smithi026 ceph-mon[93126]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:29 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3104472286' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:29 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1403539920' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:30.079 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:29 smithi089 ceph-mon[103441]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:29 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3104472286' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:29 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/1403539920' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:30.667 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:31.032 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:30 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/823784412' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbad2b8f-df35-4f5e-b9c0-a3bfe41de9ca"}]: dispatch 2023-10-16T20:42:31.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:30 smithi026 ceph-mon[93126]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbad2b8f-df35-4f5e-b9c0-a3bfe41de9ca"}]: dispatch 2023-10-16T20:42:31.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:30 smithi026 ceph-mon[93126]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fbad2b8f-df35-4f5e-b9c0-a3bfe41de9ca"}]': finished 2023-10-16T20:42:31.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:30 smithi026 ceph-mon[93126]: osdmap e12: 7 total, 0 up, 7 in 2023-10-16T20:42:31.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:31.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:31.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:31.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:31.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:31.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:31.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:31.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:30 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/823784412' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbad2b8f-df35-4f5e-b9c0-a3bfe41de9ca"}]: dispatch 2023-10-16T20:42:31.189 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:30 smithi089 ceph-mon[103441]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "fbad2b8f-df35-4f5e-b9c0-a3bfe41de9ca"}]: dispatch 2023-10-16T20:42:31.190 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:30 smithi089 ceph-mon[103441]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "fbad2b8f-df35-4f5e-b9c0-a3bfe41de9ca"}]': finished 2023-10-16T20:42:31.190 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:30 smithi089 ceph-mon[103441]: osdmap e12: 7 total, 0 up, 7 in 2023-10-16T20:42:31.190 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:31.190 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:31.191 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:31.191 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:31.191 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:31.191 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:31.191 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:31.955 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:31 smithi026 ceph-mon[93126]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:31.989 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:32.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:31 smithi089 ceph-mon[103441]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:32.428 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697488951,"num_remapped_pgs":0} 2023-10-16T20:42:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3385136347' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f06ab22e-ae0e-432c-b5ff-e63622d838b4"}]: dispatch 2023-10-16T20:42:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3385136347' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f06ab22e-ae0e-432c-b5ff-e63622d838b4"}]': finished 2023-10-16T20:42:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: osdmap e13: 8 total, 0 up, 8 in 2023-10-16T20:42:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:32.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:32.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:32.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:32.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:32.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/3130632017' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:32.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:32 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/720989057' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3385136347' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f06ab22e-ae0e-432c-b5ff-e63622d838b4"}]: dispatch 2023-10-16T20:42:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3385136347' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f06ab22e-ae0e-432c-b5ff-e63622d838b4"}]': finished 2023-10-16T20:42:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: osdmap e13: 8 total, 0 up, 8 in 2023-10-16T20:42:33.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:33.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:33.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:33.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:33.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:33.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:33.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:33.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:33.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/3130632017' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:33.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:32 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/720989057' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:33.429 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:34.002 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:33 smithi026 ceph-mon[93126]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:33 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/530438611' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:33 smithi089 ceph-mon[103441]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:33 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/530438611' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-16T20:42:35.328 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:35.852 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697488951,"num_remapped_pgs":0} 2023-10-16T20:42:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:35 smithi026 ceph-mon[93126]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:35 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2732023814' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:35 smithi089 ceph-mon[103441]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:35 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2732023814' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:36.854 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:37.459 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:37 smithi089 ceph-mon[103441]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-16T20:42:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:37 smithi026 ceph-mon[93126]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-16T20:42:38.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:38 smithi026 ceph-mon[93126]: Deploying daemon osd.0 on smithi089 2023-10-16T20:42:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-16T20:42:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:39.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:38 smithi089 ceph-mon[103441]: Deploying daemon osd.0 on smithi089 2023-10-16T20:42:39.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-16T20:42:39.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:39.275 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:39 smithi026 ceph-mon[93126]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:39.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:39 smithi026 ceph-mon[93126]: Deploying daemon osd.1 on smithi026 2023-10-16T20:42:39.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:39 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1685107015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:39.977 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697488951,"num_remapped_pgs":0} 2023-10-16T20:42:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:39 smithi089 ceph-mon[103441]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:40.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:39 smithi089 ceph-mon[103441]: Deploying daemon osd.1 on smithi026 2023-10-16T20:42:40.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:39 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/1685107015' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:40.978 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:41.642 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:41 smithi026 ceph-mon[93126]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:42.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:41 smithi089 ceph-mon[103441]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:42.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:42.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:42.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-16T20:42:42.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:42.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:42 smithi089 ceph-mon[103441]: Deploying daemon osd.2 on smithi089 2023-10-16T20:42:43.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:43.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:43.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-16T20:42:43.089 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:43.089 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:42 smithi026 ceph-mon[93126]: Deploying daemon osd.2 on smithi089 2023-10-16T20:42:43.265 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:43.633 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697488951,"num_remapped_pgs":0} 2023-10-16T20:42:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:43 smithi089 ceph-mon[103441]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:43 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/905459205' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:43 smithi026 ceph-mon[93126]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:43 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/905459205' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:44.635 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:45.158 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:45.159 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:45.159 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-16T20:42:45.159 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:45.159 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:45 smithi026 ceph-mon[93126]: Deploying daemon osd.3 on smithi026 2023-10-16T20:42:45.159 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:45 smithi026 ceph-mon[93126]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:45.160 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:45 smithi026 ceph-mon[93126]: from='osd.0 [v2:172.21.15.89:6800/3356908129,v1:172.21.15.89:6801/3356908129]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-16T20:42:45.160 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:45 smithi026 ceph-mon[93126]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-16T20:42:45.365 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:45.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:45.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-16T20:42:45.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:45.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:45 smithi089 ceph-mon[103441]: Deploying daemon osd.3 on smithi026 2023-10-16T20:42:45.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:45 smithi089 ceph-mon[103441]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:45.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:45 smithi089 ceph-mon[103441]: from='osd.0 [v2:172.21.15.89:6800/3356908129,v1:172.21.15.89:6801/3356908129]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-16T20:42:45.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:45 smithi089 ceph-mon[103441]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-16T20:42:46.342 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-16T20:42:46.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: osdmap e14: 8 total, 0 up, 8 in 2023-10-16T20:42:46.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:46.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:46.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:46.343 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:46.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:46.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:46.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:46.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:46.344 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: from='osd.0 [v2:172.21.15.89:6800/3356908129,v1:172.21.15.89:6801/3356908129]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:46.345 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:46 smithi089 ceph-mon[103441]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:46.423 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-16T20:42:46.423 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: osdmap e14: 8 total, 0 up, 8 in 2023-10-16T20:42:46.423 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:46.424 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:46.424 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:46.424 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:46.424 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:46.424 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:46.425 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:46.425 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:46.425 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: from='osd.0 [v2:172.21.15.89:6800/3356908129,v1:172.21.15.89:6801/3356908129]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:46.425 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:46 smithi026 ceph-mon[93126]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:47.093 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:47.224 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-10-16T20:42:47.224 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: osdmap e15: 8 total, 0 up, 8 in 2023-10-16T20:42:47.224 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:47.224 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:47.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:47.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:47.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:47.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:47.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:47.225 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:47.226 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:47.226 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:47.226 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:47.226 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:47.227 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-16T20:42:47.227 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:47.227 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:47 smithi089 ceph-mon[103441]: Deploying daemon osd.4 on smithi089 2023-10-16T20:42:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-10-16T20:42:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: osdmap e15: 8 total, 0 up, 8 in 2023-10-16T20:42:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:47.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:47.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:47.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:47.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:47.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:47.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-16T20:42:47.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:47.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:47.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-16T20:42:47.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:47.310 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:47 smithi026 ceph-mon[93126]: Deploying daemon osd.4 on smithi089 2023-10-16T20:42:47.509 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":15,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697488951,"num_remapped_pgs":0} 2023-10-16T20:42:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: purged_snaps scrub starts 2023-10-16T20:42:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: purged_snaps scrub ok 2023-10-16T20:42:48.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/1255620157' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:48.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:48.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: osd.0 [v2:172.21.15.89:6800/3356908129,v1:172.21.15.89:6801/3356908129] boot 2023-10-16T20:42:48.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: osdmap e16: 8 total, 1 up, 8 in 2023-10-16T20:42:48.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:48.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:48.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:48.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:48.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:48.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:48.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:48.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:48.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:48 smithi089 ceph-mon[103441]: from='osd.1 [v2:172.21.15.26:6802/2301517396,v1:172.21.15.26:6803/2301517396]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-16T20:42:48.511 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:48.540 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: purged_snaps scrub starts 2023-10-16T20:42:48.540 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: purged_snaps scrub ok 2023-10-16T20:42:48.540 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1255620157' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:48.541 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:48.541 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: osd.0 [v2:172.21.15.89:6800/3356908129,v1:172.21.15.89:6801/3356908129] boot 2023-10-16T20:42:48.541 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: osdmap e16: 8 total, 1 up, 8 in 2023-10-16T20:42:48.541 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-16T20:42:48.541 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:48.542 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:48.542 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:48.542 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:48.542 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:48.542 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:48.543 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:48.543 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:48 smithi026 ceph-mon[93126]: from='osd.1 [v2:172.21.15.26:6802/2301517396,v1:172.21.15.26:6803/2301517396]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-16T20:42:49.193 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: from='osd.1 [v2:172.21.15.26:6802/2301517396,v1:172.21.15.26:6803/2301517396]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-16T20:42:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: osdmap e17: 8 total, 1 up, 8 in 2023-10-16T20:42:49.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: from='osd.1 [v2:172.21.15.26:6802/2301517396,v1:172.21.15.26:6803/2301517396]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:42:49.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:49.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:49.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:49.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:49.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:49.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:49.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:49.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: pgmap v50: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-16T20:42:49.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: from='osd.1 [v2:172.21.15.26:6802/2301517396,v1:172.21.15.26:6803/2301517396]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-16T20:42:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: osdmap e17: 8 total, 1 up, 8 in 2023-10-16T20:42:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: from='osd.1 [v2:172.21.15.26:6802/2301517396,v1:172.21.15.26:6803/2301517396]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:42:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:49.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:49.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:49.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:49.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: pgmap v50: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-16T20:42:49.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:42:50.262 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='osd.1 [v2:172.21.15.26:6802/2301517396,v1:172.21.15.26:6803/2301517396]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T20:42:50.262 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: osdmap e18: 8 total, 1 up, 8 in 2023-10-16T20:42:50.262 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:50.262 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:50.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:50.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:50.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:50.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:50.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:50.264 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:50.264 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:50.264 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:50.264 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-16T20:42:50.264 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:50.265 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: Deploying daemon osd.5 on smithi026 2023-10-16T20:42:50.265 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='osd.2 [v2:172.21.15.89:6808/2752508519,v1:172.21.15.89:6809/2752508519]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T20:42:50.265 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T20:42:50.265 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:50.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='osd.1 [v2:172.21.15.26:6802/2301517396,v1:172.21.15.26:6803/2301517396]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T20:42:50.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: osdmap e18: 8 total, 1 up, 8 in 2023-10-16T20:42:50.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:50.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:50.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:50.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:50.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:50.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:50.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:50.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:50.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:50.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:50.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-16T20:42:50.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:50.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: Deploying daemon osd.5 on smithi026 2023-10-16T20:42:50.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='osd.2 [v2:172.21.15.89:6808/2752508519,v1:172.21.15.89:6809/2752508519]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T20:42:50.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-16T20:42:50.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:50.688 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:51.146 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":19,"num_osds":8,"num_up_osds":2,"osd_up_since":1697488970,"num_in_osds":8,"osd_in_since":1697488951,"num_remapped_pgs":0} 2023-10-16T20:42:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: purged_snaps scrub starts 2023-10-16T20:42:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: purged_snaps scrub ok 2023-10-16T20:42:51.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-16T20:42:51.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: osd.1 [v2:172.21.15.26:6802/2301517396,v1:172.21.15.26:6803/2301517396] boot 2023-10-16T20:42:51.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: osdmap e19: 8 total, 2 up, 8 in 2023-10-16T20:42:51.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:51.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:51.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:51.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:51.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:51.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:51.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:51.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='osd.2 [v2:172.21.15.89:6808/2752508519,v1:172.21.15.89:6809/2752508519]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:51.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:51.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: pgmap v53: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-16T20:42:51.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/536908776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:51.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:51.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:51.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-16T20:42:51.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:51.498 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: purged_snaps scrub starts 2023-10-16T20:42:51.498 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: purged_snaps scrub ok 2023-10-16T20:42:51.499 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-16T20:42:51.499 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: osd.1 [v2:172.21.15.26:6802/2301517396,v1:172.21.15.26:6803/2301517396] boot 2023-10-16T20:42:51.499 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: osdmap e19: 8 total, 2 up, 8 in 2023-10-16T20:42:51.499 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-16T20:42:51.499 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:51.500 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:51.500 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:51.500 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:51.500 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:51.500 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:51.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='osd.2 [v2:172.21.15.89:6808/2752508519,v1:172.21.15.89:6809/2752508519]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:51.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:51.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: pgmap v53: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-16T20:42:51.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/536908776' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:51.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:51.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:51.502 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-16T20:42:51.502 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:52.147 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:52.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:52 smithi089 ceph-mon[103441]: Deploying daemon osd.6 on smithi089 2023-10-16T20:42:52.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:52 smithi089 ceph-mon[103441]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-10-16T20:42:52.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:52 smithi089 ceph-mon[103441]: osdmap e20: 8 total, 2 up, 8 in 2023-10-16T20:42:52.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:52.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:52.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:52.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:52.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:52.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:52.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:52.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:52 smithi026 ceph-mon[93126]: Deploying daemon osd.6 on smithi089 2023-10-16T20:42:52.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:52 smithi026 ceph-mon[93126]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-10-16T20:42:52.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:52 smithi026 ceph-mon[93126]: osdmap e20: 8 total, 2 up, 8 in 2023-10-16T20:42:52.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:52.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:52.279 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:52.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:52.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:52.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:52.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:53.025 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:53.390 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: purged_snaps scrub starts 2023-10-16T20:42:53.390 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: purged_snaps scrub ok 2023-10-16T20:42:53.390 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: osd.2 [v2:172.21.15.89:6808/2752508519,v1:172.21.15.89:6809/2752508519] boot 2023-10-16T20:42:53.390 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: osdmap e21: 8 total, 3 up, 8 in 2023-10-16T20:42:53.391 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:53.391 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:53.391 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:53.391 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:53.392 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:53.392 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:53.392 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T20:42:53.392 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:42:53.392 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: from='osd.3 [v2:172.21.15.26:6810/2100374927,v1:172.21.15.26:6811/2100374927]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-16T20:42:53.392 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:53 smithi026 ceph-mon[93126]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-16T20:42:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: purged_snaps scrub starts 2023-10-16T20:42:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: purged_snaps scrub ok 2023-10-16T20:42:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: osd.2 [v2:172.21.15.89:6808/2752508519,v1:172.21.15.89:6809/2752508519] boot 2023-10-16T20:42:53.410 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: osdmap e21: 8 total, 3 up, 8 in 2023-10-16T20:42:53.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-16T20:42:53.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:53.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:53.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:53.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:53.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:53.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: pgmap v56: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2023-10-16T20:42:53.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:42:53.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: from='osd.3 [v2:172.21.15.26:6810/2100374927,v1:172.21.15.26:6811/2100374927]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-16T20:42:53.412 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:53 smithi089 ceph-mon[103441]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-16T20:42:54.426 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:42:54.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:54 smithi026 ceph-mon[93126]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-16T20:42:54.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:54 smithi026 ceph-mon[93126]: osdmap e22: 8 total, 3 up, 8 in 2023-10-16T20:42:54.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:54.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:54.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:54.428 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:54.428 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:54.428 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-16T20:42:54.428 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:54 smithi026 ceph-mon[93126]: from='osd.3 [v2:172.21.15.26:6810/2100374927,v1:172.21.15.26:6811/2100374927]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:42:54.428 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:54 smithi026 ceph-mon[93126]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:42:54.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:42:54.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:54 smithi089 ceph-mon[103441]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-16T20:42:54.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:54 smithi089 ceph-mon[103441]: osdmap e22: 8 total, 3 up, 8 in 2023-10-16T20:42:54.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:54.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:54.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:54.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:54.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:54.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-16T20:42:54.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:54 smithi089 ceph-mon[103441]: from='osd.3 [v2:172.21.15.26:6810/2100374927,v1:172.21.15.26:6811/2100374927]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:42:54.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:54 smithi089 ceph-mon[103441]: from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:42:54.526 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:54.980 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1697488972,"num_in_osds":8,"osd_in_since":1697488951,"num_remapped_pgs":0} 2023-10-16T20:42:55.354 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-16T20:42:55.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T20:42:55.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: osdmap e23: 8 total, 3 up, 8 in 2023-10-16T20:42:55.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:55.355 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:55.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:55.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:55.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:55.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:55.356 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-16T20:42:55.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='osd.4 [v2:172.21.15.89:6816/2808622016,v1:172.21.15.89:6817/2808622016]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T20:42:55.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T20:42:55.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2452150834' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:55.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:55.357 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:55.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-16T20:42:55.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:55.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: Deploying daemon osd.7 on smithi026 2023-10-16T20:42:55.358 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:55 smithi026 ceph-mon[93126]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-16T20:42:55.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-16T20:42:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T20:42:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: osdmap e23: 8 total, 3 up, 8 in 2023-10-16T20:42:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:55.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:55.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:55.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:55.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:55.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: pgmap v59: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-16T20:42:55.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='osd.4 [v2:172.21.15.89:6816/2808622016,v1:172.21.15.89:6817/2808622016]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T20:42:55.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-16T20:42:55.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2452150834' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:55.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:55.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:55.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-16T20:42:55.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:42:55.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: Deploying daemon osd.7 on smithi026 2023-10-16T20:42:55.432 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:55 smithi089 ceph-mon[103441]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-16T20:42:55.982 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:42:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: purged_snaps scrub starts 2023-10-16T20:42:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: purged_snaps scrub ok 2023-10-16T20:42:56.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: osd.3 [v2:172.21.15.26:6810/2100374927,v1:172.21.15.26:6811/2100374927] boot 2023-10-16T20:42:56.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: from='osd.4 [v2:172.21.15.89:6816/2808622016,v1:172.21.15.89:6817/2808622016]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:56.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: osdmap e24: 8 total, 4 up, 8 in 2023-10-16T20:42:56.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:56.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:56.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:56.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:56.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:56.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:56.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:56.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:56.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-10-16T20:42:56.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:56 smithi026 ceph-mon[93126]: osdmap e25: 8 total, 4 up, 8 in 2023-10-16T20:42:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: purged_snaps scrub starts 2023-10-16T20:42:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: purged_snaps scrub ok 2023-10-16T20:42:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: osd.3 [v2:172.21.15.26:6810/2100374927,v1:172.21.15.26:6811/2100374927] boot 2023-10-16T20:42:56.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: from='osd.4 [v2:172.21.15.89:6816/2808622016,v1:172.21.15.89:6817/2808622016]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:56.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: osdmap e24: 8 total, 4 up, 8 in 2023-10-16T20:42:56.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-16T20:42:56.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:42:56.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:56.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:56.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:56.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:56.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:56.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:56.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-10-16T20:42:56.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:56 smithi089 ceph-mon[103441]: osdmap e25: 8 total, 4 up, 8 in 2023-10-16T20:42:56.613 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:42:57.256 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:57.256 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:57.256 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:57.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:57.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:57.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: pgmap v62: 1 pgs: 1 creating+remapped; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-16T20:42:57.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: osd.4 [v2:172.21.15.89:6816/2808622016,v1:172.21.15.89:6817/2808622016] boot 2023-10-16T20:42:57.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: osdmap e26: 8 total, 5 up, 8 in 2023-10-16T20:42:57.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:57.258 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:57.258 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:57.258 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:57.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:57.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:57.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:57.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: pgmap v62: 1 pgs: 1 creating+remapped; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-16T20:42:57.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: osd.4 [v2:172.21.15.89:6816/2808622016,v1:172.21.15.89:6817/2808622016] boot 2023-10-16T20:42:57.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: osdmap e26: 8 total, 5 up, 8 in 2023-10-16T20:42:57.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-16T20:42:57.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:57.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:57.431 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:58.159 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:42:58.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:58 smithi089 ceph-mon[103441]: purged_snaps scrub starts 2023-10-16T20:42:58.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:58 smithi089 ceph-mon[103441]: purged_snaps scrub ok 2023-10-16T20:42:58.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:58 smithi089 ceph-mon[103441]: from='osd.5 [v2:172.21.15.26:6818/4059174068,v1:172.21.15.26:6819/4059174068]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-16T20:42:58.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:58.327 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:58 smithi026 ceph-mon[93126]: purged_snaps scrub starts 2023-10-16T20:42:58.327 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:58 smithi026 ceph-mon[93126]: purged_snaps scrub ok 2023-10-16T20:42:58.327 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:58 smithi026 ceph-mon[93126]: from='osd.5 [v2:172.21.15.26:6818/4059174068,v1:172.21.15.26:6819/4059174068]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-16T20:42:58.328 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:58.587 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":27,"num_osds":8,"num_up_osds":5,"osd_up_since":1697488977,"num_in_osds":8,"osd_in_since":1697488951,"num_remapped_pgs":0} 2023-10-16T20:42:59.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='osd.5 [v2:172.21.15.26:6818/4059174068,v1:172.21.15.26:6819/4059174068]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-16T20:42:59.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: osdmap e27: 8 total, 5 up, 8 in 2023-10-16T20:42:59.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='osd.5 [v2:172.21.15.26:6818/4059174068,v1:172.21.15.26:6819/4059174068]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:42:59.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:59.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:59.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:59.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: pgmap v65: 1 pgs: 1 creating+remapped; 0 B data, 133 MiB used, 447 GiB / 447 GiB avail 2023-10-16T20:42:59.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/4281939337' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:59.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:59.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:59.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:59.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='osd.6 [v2:172.21.15.89:6824/2562706859,v1:172.21.15.89:6825/2562706859]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-16T20:42:59.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-16T20:42:59.391 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='osd.5 [v2:172.21.15.26:6818/4059174068,v1:172.21.15.26:6819/4059174068]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T20:42:59.391 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-16T20:42:59.391 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:42:59 smithi089 ceph-mon[103441]: osdmap e28: 8 total, 5 up, 8 in 2023-10-16T20:42:59.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='osd.5 [v2:172.21.15.26:6818/4059174068,v1:172.21.15.26:6819/4059174068]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-16T20:42:59.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: osdmap e27: 8 total, 5 up, 8 in 2023-10-16T20:42:59.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='osd.5 [v2:172.21.15.26:6818/4059174068,v1:172.21.15.26:6819/4059174068]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:42:59.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:42:59.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:42:59.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:42:59.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: pgmap v65: 1 pgs: 1 creating+remapped; 0 B data, 133 MiB used, 447 GiB / 447 GiB avail 2023-10-16T20:42:59.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/4281939337' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:42:59.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:59.446 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:59.446 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:42:59.446 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='osd.6 [v2:172.21.15.89:6824/2562706859,v1:172.21.15.89:6825/2562706859]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-16T20:42:59.446 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-16T20:42:59.446 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='osd.5 [v2:172.21.15.26:6818/4059174068,v1:172.21.15.26:6819/4059174068]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T20:42:59.447 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-16T20:42:59.447 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:42:59 smithi026 ceph-mon[93126]: osdmap e28: 8 total, 5 up, 8 in 2023-10-16T20:42:59.588 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:00.180 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:00.412 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:00 smithi026 ceph-mon[93126]: from='osd.6 [v2:172.21.15.89:6824/2562706859,v1:172.21.15.89:6825/2562706859]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:43:00.412 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:00.412 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:00 smithi026 ceph-mon[93126]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:43:00.412 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:00.413 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:00.413 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:00.413 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:00 smithi026 ceph-mon[93126]: mgrmap e19: smithi026.ftthsp(active, since 101s), standbys: smithi089.kykrls 2023-10-16T20:43:00.413 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:00.413 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:00.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:00.414 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:00 smithi026 ceph-mon[93126]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-10-16T20:43:00.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:00 smithi089 ceph-mon[103441]: from='osd.6 [v2:172.21.15.89:6824/2562706859,v1:172.21.15.89:6825/2562706859]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:43:00.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:00 smithi089 ceph-mon[103441]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]: dispatch 2023-10-16T20:43:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:00 smithi089 ceph-mon[103441]: mgrmap e19: smithi026.ftthsp(active, since 101s), standbys: smithi089.kykrls 2023-10-16T20:43:00.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:00.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:00.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:00.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:00 smithi089 ceph-mon[103441]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi089", "root=default"]}]': finished 2023-10-16T20:43:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:01 smithi089 ceph-mon[103441]: purged_snaps scrub starts 2023-10-16T20:43:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:01 smithi089 ceph-mon[103441]: purged_snaps scrub ok 2023-10-16T20:43:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:01 smithi089 ceph-mon[103441]: osd.5 [v2:172.21.15.26:6818/4059174068,v1:172.21.15.26:6819/4059174068] boot 2023-10-16T20:43:01.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:01 smithi089 ceph-mon[103441]: osdmap e29: 8 total, 6 up, 8 in 2023-10-16T20:43:01.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:01.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:01.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:01.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:01 smithi089 ceph-mon[103441]: pgmap v68: 1 pgs: 1 creating+remapped; 0 B data, 134 MiB used, 447 GiB / 447 GiB avail 2023-10-16T20:43:01.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:01.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:01.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:01.466 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:01 smithi026 ceph-mon[93126]: purged_snaps scrub starts 2023-10-16T20:43:01.466 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:01 smithi026 ceph-mon[93126]: purged_snaps scrub ok 2023-10-16T20:43:01.466 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:01 smithi026 ceph-mon[93126]: osd.5 [v2:172.21.15.26:6818/4059174068,v1:172.21.15.26:6819/4059174068] boot 2023-10-16T20:43:01.467 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:01 smithi026 ceph-mon[93126]: osdmap e29: 8 total, 6 up, 8 in 2023-10-16T20:43:01.467 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-16T20:43:01.467 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:01.467 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:01.467 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:01 smithi026 ceph-mon[93126]: pgmap v68: 1 pgs: 1 creating+remapped; 0 B data, 134 MiB used, 447 GiB / 447 GiB avail 2023-10-16T20:43:01.467 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:01.468 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:01.468 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:02.090 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:43:02.318 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:02 smithi089 ceph-mon[103441]: purged_snaps scrub starts 2023-10-16T20:43:02.318 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:02 smithi089 ceph-mon[103441]: purged_snaps scrub ok 2023-10-16T20:43:02.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:02.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:02 smithi089 ceph-mon[103441]: osd.6 [v2:172.21.15.89:6824/2562706859,v1:172.21.15.89:6825/2562706859] boot 2023-10-16T20:43:02.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:02 smithi089 ceph-mon[103441]: osdmap e30: 8 total, 7 up, 8 in 2023-10-16T20:43:02.319 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:02.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:02.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:02.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:02 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/57948971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:02.375 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 ceph-mon[93126]: purged_snaps scrub starts 2023-10-16T20:43:02.376 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 ceph-mon[93126]: purged_snaps scrub ok 2023-10-16T20:43:02.376 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:02.376 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 ceph-mon[93126]: osd.6 [v2:172.21.15.89:6824/2562706859,v1:172.21.15.89:6825/2562706859] boot 2023-10-16T20:43:02.376 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 ceph-mon[93126]: osdmap e30: 8 total, 7 up, 8 in 2023-10-16T20:43:02.377 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-16T20:43:02.377 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:02.377 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:02.377 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/57948971' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:02.737 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":30,"num_osds":8,"num_up_osds":7,"osd_up_since":1697488981,"num_in_osds":8,"osd_in_since":1697488951,"num_remapped_pgs":0} 2023-10-16T20:43:03.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 sudo[131567]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-16T20:43:03.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 sudo[131567]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T20:43:03.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 sudo[131567]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T20:43:03.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:02 smithi026 sudo[131567]: pam_unix(sudo:session): session closed for user root 2023-10-16T20:43:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 sudo[131570]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-16T20:43:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 sudo[131570]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T20:43:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 sudo[131570]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T20:43:03.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 sudo[131570]: pam_unix(sudo:session): session closed for user root 2023-10-16T20:43:03.739 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:03.785 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 sudo[115532]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-16T20:43:03.785 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 sudo[115532]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T20:43:03.785 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 sudo[115532]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T20:43:03.786 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 sudo[115532]: pam_unix(sudo:session): session closed for user root 2023-10-16T20:43:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-16T20:43:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:04.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T20:43:04.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='osd.7 [v2:172.21.15.26:6826/4001206602,v1:172.21.15.26:6827/4001206602]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-16T20:43:04.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T20:43:04.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-16T20:43:04.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-16T20:43:04.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:43:04.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: osdmap e31: 8 total, 7 up, 8 in 2023-10-16T20:43:04.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:04.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:04.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:04.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:04.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:04.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-16T20:43:04.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:43:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 sudo[115561]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-16T20:43:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 sudo[115561]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-16T20:43:04.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 sudo[115561]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-16T20:43:04.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 sudo[115561]: pam_unix(sudo:session): session closed for user root 2023-10-16T20:43:04.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 162 MiB used, 536 GiB / 536 GiB avail 2023-10-16T20:43:04.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:04.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T20:43:04.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='osd.7 [v2:172.21.15.26:6826/4001206602,v1:172.21.15.26:6827/4001206602]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-16T20:43:04.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T20:43:04.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-16T20:43:04.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-16T20:43:04.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:43:04.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: osdmap e31: 8 total, 7 up, 8 in 2023-10-16T20:43:04.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:04.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:04.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:04.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:04.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:04.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-16T20:43:04.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-16T20:43:04.326 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:04.941 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:04 smithi026 ceph-mon[93126]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T20:43:04.942 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:43:04.942 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:04 smithi026 ceph-mon[93126]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T20:43:04.942 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:04.942 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:04 smithi026 ceph-mon[93126]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-16T20:43:04.942 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:04 smithi026 ceph-mon[93126]: osdmap e32: 8 total, 7 up, 8 in 2023-10-16T20:43:04.943 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:04.943 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:04 smithi026 ceph-mon[93126]: from='osd.7 [v2:172.21.15.26:6826/4001206602,v1:172.21.15.26:6827/4001206602]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:43:04.943 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:04 smithi026 ceph-mon[93126]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:43:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:04 smithi089 ceph-mon[103441]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-16T20:43:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:43:05.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:04 smithi089 ceph-mon[103441]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-16T20:43:05.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:05.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:04 smithi089 ceph-mon[103441]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-16T20:43:05.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:04 smithi089 ceph-mon[103441]: osdmap e32: 8 total, 7 up, 8 in 2023-10-16T20:43:05.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:05.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:04 smithi089 ceph-mon[103441]: from='osd.7 [v2:172.21.15.26:6826/4001206602,v1:172.21.15.26:6827/4001206602]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:43:05.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:04 smithi089 ceph-mon[103441]: from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]: dispatch 2023-10-16T20:43:05.852 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:43:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:05 smithi089 ceph-mon[103441]: purged_snaps scrub starts 2023-10-16T20:43:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:05 smithi089 ceph-mon[103441]: purged_snaps scrub ok 2023-10-16T20:43:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:05 smithi089 ceph-mon[103441]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-16T20:43:06.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:05 smithi089 ceph-mon[103441]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T20:43:06.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:05 smithi089 ceph-mon[103441]: osdmap e33: 8 total, 7 up, 8 in 2023-10-16T20:43:06.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:06.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:06.215 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:05 smithi026 ceph-mon[93126]: purged_snaps scrub starts 2023-10-16T20:43:06.216 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:05 smithi026 ceph-mon[93126]: purged_snaps scrub ok 2023-10-16T20:43:06.216 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:05 smithi026 ceph-mon[93126]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-16T20:43:06.216 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:05 smithi026 ceph-mon[93126]: from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi026", "root=default"]}]': finished 2023-10-16T20:43:06.216 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:05 smithi026 ceph-mon[93126]: osdmap e33: 8 total, 7 up, 8 in 2023-10-16T20:43:06.216 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:06.217 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:06.384 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":33,"num_osds":8,"num_up_osds":7,"osd_up_since":1697488981,"num_in_osds":8,"osd_in_since":1697488951,"num_remapped_pgs":0} 2023-10-16T20:43:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:06 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2248753055' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:06 smithi089 ceph-mon[103441]: osd.7 [v2:172.21.15.26:6826/4001206602,v1:172.21.15.26:6827/4001206602] boot 2023-10-16T20:43:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:06 smithi089 ceph-mon[103441]: osdmap e34: 8 total, 8 up, 8 in 2023-10-16T20:43:07.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:07.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:07.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:06 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2248753055' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:06 smithi026 ceph-mon[93126]: osd.7 [v2:172.21.15.26:6826/4001206602,v1:172.21.15.26:6827/4001206602] boot 2023-10-16T20:43:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:06 smithi026 ceph-mon[93126]: osdmap e34: 8 total, 8 up, 8 in 2023-10-16T20:43:07.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-16T20:43:07.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:07.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:07.385 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-16T20:43:08.014 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:08.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:07 smithi089 ceph-mon[103441]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-16T20:43:08.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:07 smithi089 ceph-mon[103441]: osdmap e35: 8 total, 8 up, 8 in 2023-10-16T20:43:08.229 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:07 smithi026 ceph-mon[93126]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-16T20:43:08.230 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:07 smithi026 ceph-mon[93126]: osdmap e35: 8 total, 8 up, 8 in 2023-10-16T20:43:09.327 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:43:09.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:09 smithi089 ceph-mon[103441]: pgmap v78: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 587 KiB/s wr, 37 op/s 2023-10-16T20:43:09.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:09 smithi089 ceph-mon[103441]: osdmap e36: 8 total, 8 up, 8 in 2023-10-16T20:43:09.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:09.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:09.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:09 smithi026 ceph-mon[93126]: pgmap v78: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 587 KiB/s wr, 37 op/s 2023-10-16T20:43:09.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:09 smithi026 ceph-mon[93126]: osdmap e36: 8 total, 8 up, 8 in 2023-10-16T20:43:09.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:09.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:09.778 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":37,"num_osds":8,"num_up_osds":8,"osd_up_since":1697488986,"num_in_osds":8,"osd_in_since":1697488951,"num_remapped_pgs":0} 2023-10-16T20:43:09.779 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-16T20:43:10.355 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:10 smithi026 ceph-mon[93126]: osdmap e37: 8 total, 8 up, 8 in 2023-10-16T20:43:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:10 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2401608886' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:10.579 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:10 smithi089 ceph-mon[103441]: osdmap e37: 8 total, 8 up, 8 in 2023-10-16T20:43:10.580 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:10 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2401608886' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-16T20:43:11.533 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:11 smithi026 ceph-mon[93126]: pgmap v81: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 587 KiB/s wr, 37 op/s 2023-10-16T20:43:11.533 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:11 smithi026 ceph-mon[93126]: osdmap e38: 8 total, 8 up, 8 in 2023-10-16T20:43:11.533 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:11 smithi026 ceph-mon[93126]: Detected new or changed devices on smithi089 2023-10-16T20:43:11.533 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:11.534 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:11.534 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:11.534 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:11.534 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:11.534 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:11.535 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:11 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi089 to 3748M 2023-10-16T20:43:11.535 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:11 smithi089 ceph-mon[103441]: pgmap v81: 1 pgs: 1 remapped+peering; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 11 KiB/s rd, 587 KiB/s wr, 37 op/s 2023-10-16T20:43:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:11 smithi089 ceph-mon[103441]: osdmap e38: 8 total, 8 up, 8 in 2023-10-16T20:43:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:11 smithi089 ceph-mon[103441]: Detected new or changed devices on smithi089 2023-10-16T20:43:11.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:11.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:11.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:11.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:11.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:11.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:11.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:11 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi089 to 3748M 2023-10-16T20:43:11.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:12.131 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:43:12.131 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":38,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","created":"2023-10-16T20:39:12.796537+0000","modified":"2023-10-16T20:43:10.255243+0000","last_up_change":"2023-10-16T20:43:06.246098+0000","last_in_change":"2023-10-16T20:42:31.786053+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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:42:52.678898+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":"27","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":"5eda289b-be3b-4668-9551-d9555f1e0a77","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6801","nonce":3356908129}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6803","nonce":3356908129}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6807","nonce":3356908129}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6805","nonce":3356908129}]},"public_addr":"172.21.15.89:6801/3356908129","cluster_addr":"172.21.15.89:6803/3356908129","heartbeat_back_addr":"172.21.15.89:6807/3356908129","heartbeat_front_addr":"172.21.15.89:6805/3356908129","state":["exists","up"]},{"osd":1,"uuid":"056623b3-644b-4fa9-9f10-6a9e75bcefcf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6803","nonce":2301517396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6805","nonce":2301517396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6809","nonce":2301517396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6807","nonce":2301517396}]},"public_addr":"172.21.15.26:6803/2301517396","cluster_addr":"172.21.15.26:6805/2301517396","heartbeat_back_addr":"172.21.15.26:6809/2301517396","heartbeat_front_addr":"172.21.15.26:6807/2301517396","state":["exists","up"]},{"osd":2,"uuid":"3b102513-2054-478f-966a-7365a257f3d2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6809","nonce":2752508519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6811","nonce":2752508519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6815","nonce":2752508519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6813","nonce":2752508519}]},"public_addr":"172.21.15.89:6809/2752508519","cluster_addr":"172.21.15.89:6811/2752508519","heartbeat_back_addr":"172.21.15.89:6815/2752508519","heartbeat_front_addr":"172.21.15.89:6813/2752508519","state":["exists","up"]},{"osd":3,"uuid":"8a36b794-0483-495b-a2ec-efb89a6b3ea0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6811","nonce":2100374927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6813","nonce":2100374927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6817","nonce":2100374927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6815","nonce":2100374927}]},"public_addr":"172.21.15.26:6811/2100374927","cluster_addr":"172.21.15.26:6813/2100374927","heartbeat_back_addr":"172.21.15.26:6817/2100374927","heartbeat_front_addr":"172.21.15.26:6815/2100374927","state":["exists","up"]},{"osd":4,"uuid":"1ed37802-1782-4178-b106-535432276650","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.89:6816","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6817","nonce":2808622016}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6819","nonce":2808622016}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6823","nonce":2808622016}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6821","nonce":2808622016}]},"public_addr":"172.21.15.89:6817/2808622016","cluster_addr":"172.21.15.89:6819/2808622016","heartbeat_back_addr":"172.21.15.89:6823/2808622016","heartbeat_front_addr":"172.21.15.89:6821/2808622016","state":["exists","up"]},{"osd":5,"uuid":"da3e33bf-75c3-4ae4-9820-243ec2ef91ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6818","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6819","nonce":4059174068}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6821","nonce":4059174068}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6824","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6825","nonce":4059174068}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6823","nonce":4059174068}]},"public_addr":"172.21.15.26:6819/4059174068","cluster_addr":"172.21.15.26:6821/4059174068","heartbeat_back_addr":"172.21.15.26:6825/4059174068","heartbeat_front_addr":"172.21.15.26:6823/4059174068","state":["exists","up"]},{"osd":6,"uuid":"fbad2b8f-df35-4f5e-b9c0-a3bfe41de9ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6825","nonce":2562706859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6827","nonce":2562706859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6831","nonce":2562706859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6829","nonce":2562706859}]},"public_addr":"172.21.15.89:6825/2562706859","cluster_addr":"172.21.15.89:6827/2562706859","heartbeat_back_addr":"172.21.15.89:6831/2562706859","heartbeat_front_addr":"172.21.15.89:6829/2562706859","state":["exists","up"]},{"osd":7,"uuid":"f06ab22e-ae0e-432c-b5ff-e63622d838b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6826","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6827","nonce":4001206602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6829","nonce":4001206602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6832","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6833","nonce":4001206602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6831","nonce":4001206602}]},"public_addr":"172.21.15.26:6827/4001206602","cluster_addr":"172.21.15.26:6829/4001206602","heartbeat_back_addr":"172.21.15.26:6833/4001206602","heartbeat_front_addr":"172.21.15.26:6831/4001206602","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:42:46.044349+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:42:48.329042+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:42:50.688132+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:42:53.372236+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:42:55.262130+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:42:58.629818+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:42:59.945123+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:43:03.731236+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:0/2907854456":"2023-10-17T20:41:18.132491+0000","172.21.15.26:0/3349607875":"2023-10-17T20:40:17.866672+0000","172.21.15.26:0/3315233665":"2023-10-17T20:40:17.866672+0000","172.21.15.26:0/3202982743":"2023-10-17T20:40:17.866672+0000","172.21.15.26:6800/2535952864":"2023-10-17T20:41:18.132491+0000","172.21.15.26:6801/1504525905":"2023-10-17T20:40:17.866672+0000","172.21.15.26:6801/2535952864":"2023-10-17T20:41:18.132491+0000","172.21.15.26:0/1563743929":"2023-10-17T20:39:44.167631+0000","172.21.15.26:0/4040303047":"2023-10-17T20:39:44.167631+0000","172.21.15.26:6800/3112291810":"2023-10-17T20:39:44.167631+0000","172.21.15.26:0/1922558774":"2023-10-17T20:39:44.167631+0000","172.21.15.26:6801/3112291810":"2023-10-17T20:39:44.167631+0000","172.21.15.26:0/734814867":"2023-10-17T20:41:18.132491+0000","172.21.15.26:0/1072040464":"2023-10-17T20:41:18.132491+0000","172.21.15.26:6800/1504525905":"2023-10-17T20:40:17.866672+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:43:12.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:12 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/4136077696' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:43:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:12 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/4136077696' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:43:12.814 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-16T20:42:52.678898+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': '27', '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:43:12.815 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-16T20:43:13.393 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:13 smithi089 ceph-mon[103441]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 479 KiB/s wr, 30 op/s; 117 KiB/s, 0 objects/s recovering 2023-10-16T20:43:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:13 smithi026 ceph-mon[93126]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 9.2 KiB/s rd, 479 KiB/s wr, 30 op/s; 117 KiB/s, 0 objects/s recovering 2023-10-16T20:43:15.011 INFO:teuthology.orchestra.run.smithi026.stdout:pg_num: 1 2023-10-16T20:43:15.354 INFO:tasks.cephadm:Setting up client nodes... 2023-10-16T20:43:15.355 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-16T20:43:15.622 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: pgmap v84: 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:43:15.622 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: Detected new or changed devices on smithi026 2023-10-16T20:43:15.623 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:15.623 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:15.623 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:15.623 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:15.623 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:15.624 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:15.624 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 2981M 2023-10-16T20:43:15.624 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:15.624 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:15.624 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:43:15.625 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:15.625 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:43:15.625 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:43:15.625 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:15.625 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:43:15.625 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:15.626 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:15 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1925091821' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-16T20:43:15.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: pgmap v84: 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:43:15.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: Detected new or changed devices on smithi026 2023-10-16T20:43:15.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:15.788 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:15.788 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:15.788 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:15.788 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:15.788 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:43:15.789 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 2981M 2023-10-16T20:43:15.789 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:15.789 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:15.789 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:43:15.789 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:15.789 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:43:15.790 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:43:15.790 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:15.790 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-16T20:43:15.790 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:43:15.790 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:15 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/1925091821' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-16T20:43:16.094 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:17.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:17 smithi089 ceph-mon[103441]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-10-16T20:43:17.773 INFO:teuthology.orchestra.run.smithi026.stdout:[client.0] 2023-10-16T20:43:17.774 INFO:teuthology.orchestra.run.smithi026.stdout: key = AQBloC1lIR/eLRAAnmn4VEd5cP4gCmzRarS4XA== 2023-10-16T20:43:17.847 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:17 smithi026 ceph-mon[93126]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 73 KiB/s, 0 objects/s recovering 2023-10-16T20:43:18.360 DEBUG:teuthology.orchestra.run.smithi026:> set -ex 2023-10-16T20:43:18.360 DEBUG:teuthology.orchestra.run.smithi026:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-16T20:43:18.360 DEBUG:teuthology.orchestra.run.smithi026:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-16T20:43:18.405 DEBUG:teuthology.orchestra.run.smithi089:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-16T20:43:18.748 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:18 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/799135908' 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:43:18.748 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:18 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/799135908' 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:43:18.748 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:18 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/799135908' 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:43:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:18 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/799135908' 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:43:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:19.359 INFO:teuthology.orchestra.run.smithi089.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi089/config 2023-10-16T20:43:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:19 smithi089 ceph-mon[103441]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-10-16T20:43:20.050 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:19 smithi026 ceph-mon[93126]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 65 KiB/s, 0 objects/s recovering 2023-10-16T20:43:21.251 INFO:teuthology.orchestra.run.smithi089.stdout:[client.1] 2023-10-16T20:43:21.252 INFO:teuthology.orchestra.run.smithi089.stdout: key = AQBpoC1ls/mpDhAAmUaRpGDZD+uSrM34OlJEBg== 2023-10-16T20:43:21.712 DEBUG:teuthology.orchestra.run.smithi089:> set -ex 2023-10-16T20:43:21.712 DEBUG:teuthology.orchestra.run.smithi089:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-16T20:43:21.712 DEBUG:teuthology.orchestra.run.smithi089:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-16T20:43:21.797 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-16T20:43:21.797 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-16T20:43:21.798 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-16T20:43:21.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:21 smithi089 ceph-mon[103441]: pgmap v87: 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:43:21.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:21 smithi089 ceph-mon[103441]: from='client.? 172.21.15.89:0/1482018449' 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:43:21.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:21 smithi089 ceph-mon[103441]: 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:43:21.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:21 smithi089 ceph-mon[103441]: 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:43:22.030 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:21 smithi026 ceph-mon[93126]: pgmap v87: 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:43:22.031 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:21 smithi026 ceph-mon[93126]: from='client.? 172.21.15.89:0/1482018449' 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:43:22.031 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:21 smithi026 ceph-mon[93126]: 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:43:22.031 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:21 smithi026 ceph-mon[93126]: 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:43:22.730 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:24.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:23 smithi026 ceph-mon[93126]: pgmap v88: 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:43:24.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:24.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:24.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:23 smithi089 ceph-mon[103441]: pgmap v88: 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:43:24.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:24.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:24.611 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:43:24.987 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":19,"active_gid":14209,"active_name":"smithi026.ftthsp","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6800","nonce":1960269023},{"type":"v1","addr":"172.21.15.26:6801","nonce":1960269023}]},"active_addr":"172.21.15.26:6801/1960269023","active_change":"2023-10-16T20:41:18.132688+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14232,"name":"smithi089.kykrls","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.26:8443/","prometheus":"http://172.21.15.26: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.26:0","nonce":133517056}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":3709834531}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":3367123762}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.26:0","nonce":2507720205}]}]} 2023-10-16T20:43:24.992 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-16T20:43:24.992 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-16T20:43:24.993 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-16T20:43:25.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:25.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:25.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:24 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1007270286' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-16T20:43:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:43:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:24 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/1007270286' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-16T20:43:25.561 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:25 smithi026 ceph-mon[93126]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:25 smithi089 ceph-mon[103441]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:26.961 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:43:26.962 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":38,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","created":"2023-10-16T20:39:12.796537+0000","modified":"2023-10-16T20:43:10.255243+0000","last_up_change":"2023-10-16T20:43:06.246098+0000","last_in_change":"2023-10-16T20:42:31.786053+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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:42:52.678898+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":"27","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":"5eda289b-be3b-4668-9551-d9555f1e0a77","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6801","nonce":3356908129}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6803","nonce":3356908129}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6807","nonce":3356908129}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6805","nonce":3356908129}]},"public_addr":"172.21.15.89:6801/3356908129","cluster_addr":"172.21.15.89:6803/3356908129","heartbeat_back_addr":"172.21.15.89:6807/3356908129","heartbeat_front_addr":"172.21.15.89:6805/3356908129","state":["exists","up"]},{"osd":1,"uuid":"056623b3-644b-4fa9-9f10-6a9e75bcefcf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6803","nonce":2301517396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6805","nonce":2301517396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6809","nonce":2301517396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6807","nonce":2301517396}]},"public_addr":"172.21.15.26:6803/2301517396","cluster_addr":"172.21.15.26:6805/2301517396","heartbeat_back_addr":"172.21.15.26:6809/2301517396","heartbeat_front_addr":"172.21.15.26:6807/2301517396","state":["exists","up"]},{"osd":2,"uuid":"3b102513-2054-478f-966a-7365a257f3d2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6809","nonce":2752508519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6811","nonce":2752508519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6815","nonce":2752508519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6813","nonce":2752508519}]},"public_addr":"172.21.15.89:6809/2752508519","cluster_addr":"172.21.15.89:6811/2752508519","heartbeat_back_addr":"172.21.15.89:6815/2752508519","heartbeat_front_addr":"172.21.15.89:6813/2752508519","state":["exists","up"]},{"osd":3,"uuid":"8a36b794-0483-495b-a2ec-efb89a6b3ea0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6811","nonce":2100374927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6813","nonce":2100374927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6817","nonce":2100374927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6815","nonce":2100374927}]},"public_addr":"172.21.15.26:6811/2100374927","cluster_addr":"172.21.15.26:6813/2100374927","heartbeat_back_addr":"172.21.15.26:6817/2100374927","heartbeat_front_addr":"172.21.15.26:6815/2100374927","state":["exists","up"]},{"osd":4,"uuid":"1ed37802-1782-4178-b106-535432276650","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.89:6816","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6817","nonce":2808622016}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6819","nonce":2808622016}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6823","nonce":2808622016}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6821","nonce":2808622016}]},"public_addr":"172.21.15.89:6817/2808622016","cluster_addr":"172.21.15.89:6819/2808622016","heartbeat_back_addr":"172.21.15.89:6823/2808622016","heartbeat_front_addr":"172.21.15.89:6821/2808622016","state":["exists","up"]},{"osd":5,"uuid":"da3e33bf-75c3-4ae4-9820-243ec2ef91ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6818","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6819","nonce":4059174068}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6821","nonce":4059174068}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6824","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6825","nonce":4059174068}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6823","nonce":4059174068}]},"public_addr":"172.21.15.26:6819/4059174068","cluster_addr":"172.21.15.26:6821/4059174068","heartbeat_back_addr":"172.21.15.26:6825/4059174068","heartbeat_front_addr":"172.21.15.26:6823/4059174068","state":["exists","up"]},{"osd":6,"uuid":"fbad2b8f-df35-4f5e-b9c0-a3bfe41de9ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6825","nonce":2562706859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6827","nonce":2562706859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6831","nonce":2562706859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6829","nonce":2562706859}]},"public_addr":"172.21.15.89:6825/2562706859","cluster_addr":"172.21.15.89:6827/2562706859","heartbeat_back_addr":"172.21.15.89:6831/2562706859","heartbeat_front_addr":"172.21.15.89:6829/2562706859","state":["exists","up"]},{"osd":7,"uuid":"f06ab22e-ae0e-432c-b5ff-e63622d838b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6826","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6827","nonce":4001206602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6829","nonce":4001206602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6832","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6833","nonce":4001206602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6831","nonce":4001206602}]},"public_addr":"172.21.15.26:6827/4001206602","cluster_addr":"172.21.15.26:6829/4001206602","heartbeat_back_addr":"172.21.15.26:6833/4001206602","heartbeat_front_addr":"172.21.15.26:6831/4001206602","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:42:46.044349+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:42:48.329042+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:42:50.688132+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:42:53.372236+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:42:55.262130+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:42:58.629818+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:42:59.945123+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:43:03.731236+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:0/2907854456":"2023-10-17T20:41:18.132491+0000","172.21.15.26:0/3349607875":"2023-10-17T20:40:17.866672+0000","172.21.15.26:0/3315233665":"2023-10-17T20:40:17.866672+0000","172.21.15.26:0/3202982743":"2023-10-17T20:40:17.866672+0000","172.21.15.26:6800/2535952864":"2023-10-17T20:41:18.132491+0000","172.21.15.26:6801/1504525905":"2023-10-17T20:40:17.866672+0000","172.21.15.26:6801/2535952864":"2023-10-17T20:41:18.132491+0000","172.21.15.26:0/1563743929":"2023-10-17T20:39:44.167631+0000","172.21.15.26:0/4040303047":"2023-10-17T20:39:44.167631+0000","172.21.15.26:6800/3112291810":"2023-10-17T20:39:44.167631+0000","172.21.15.26:0/1922558774":"2023-10-17T20:39:44.167631+0000","172.21.15.26:6801/3112291810":"2023-10-17T20:39:44.167631+0000","172.21.15.26:0/734814867":"2023-10-17T20:41:18.132491+0000","172.21.15.26:0/1072040464":"2023-10-17T20:41:18.132491+0000","172.21.15.26:6800/1504525905":"2023-10-17T20:40:17.866672+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:43:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:26 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3079063125' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:43:27.322 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-16T20:43:27.323 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-16T20:43:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:26 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3079063125' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:43:27.890 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:28.270 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:28 smithi026 ceph-mon[93126]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:28.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:28 smithi089 ceph-mon[103441]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:29.289 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:43:29.290 INFO:teuthology.orchestra.run.smithi026.stdout:{"epoch":38,"fsid":"f448a1d4-6c63-11ee-8db6-212e2dc638e7","created":"2023-10-16T20:39:12.796537+0000","modified":"2023-10-16T20:43:10.255243+0000","last_up_change":"2023-10-16T20:43:06.246098+0000","last_in_change":"2023-10-16T20:42:31.786053+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":17,"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:42:52.678898+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":"27","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":"5eda289b-be3b-4668-9551-d9555f1e0a77","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":36,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6800","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6801","nonce":3356908129}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6802","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6803","nonce":3356908129}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6806","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6807","nonce":3356908129}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6804","nonce":3356908129},{"type":"v1","addr":"172.21.15.89:6805","nonce":3356908129}]},"public_addr":"172.21.15.89:6801/3356908129","cluster_addr":"172.21.15.89:6803/3356908129","heartbeat_back_addr":"172.21.15.89:6807/3356908129","heartbeat_front_addr":"172.21.15.89:6805/3356908129","state":["exists","up"]},{"osd":1,"uuid":"056623b3-644b-4fa9-9f10-6a9e75bcefcf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":25,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6802","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6803","nonce":2301517396}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6804","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6805","nonce":2301517396}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6808","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6809","nonce":2301517396}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6806","nonce":2301517396},{"type":"v1","addr":"172.21.15.26:6807","nonce":2301517396}]},"public_addr":"172.21.15.26:6803/2301517396","cluster_addr":"172.21.15.26:6805/2301517396","heartbeat_back_addr":"172.21.15.26:6809/2301517396","heartbeat_front_addr":"172.21.15.26:6807/2301517396","state":["exists","up"]},{"osd":2,"uuid":"3b102513-2054-478f-966a-7365a257f3d2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6808","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6809","nonce":2752508519}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6810","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6811","nonce":2752508519}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6814","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6815","nonce":2752508519}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6812","nonce":2752508519},{"type":"v1","addr":"172.21.15.89:6813","nonce":2752508519}]},"public_addr":"172.21.15.89:6809/2752508519","cluster_addr":"172.21.15.89:6811/2752508519","heartbeat_back_addr":"172.21.15.89:6815/2752508519","heartbeat_front_addr":"172.21.15.89:6813/2752508519","state":["exists","up"]},{"osd":3,"uuid":"8a36b794-0483-495b-a2ec-efb89a6b3ea0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":24,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6810","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6811","nonce":2100374927}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6812","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6813","nonce":2100374927}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6816","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6817","nonce":2100374927}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6814","nonce":2100374927},{"type":"v1","addr":"172.21.15.26:6815","nonce":2100374927}]},"public_addr":"172.21.15.26:6811/2100374927","cluster_addr":"172.21.15.26:6813/2100374927","heartbeat_back_addr":"172.21.15.26:6817/2100374927","heartbeat_front_addr":"172.21.15.26:6815/2100374927","state":["exists","up"]},{"osd":4,"uuid":"1ed37802-1782-4178-b106-535432276650","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.89:6816","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6817","nonce":2808622016}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6818","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6819","nonce":2808622016}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6822","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6823","nonce":2808622016}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6820","nonce":2808622016},{"type":"v1","addr":"172.21.15.89:6821","nonce":2808622016}]},"public_addr":"172.21.15.89:6817/2808622016","cluster_addr":"172.21.15.89:6819/2808622016","heartbeat_back_addr":"172.21.15.89:6823/2808622016","heartbeat_front_addr":"172.21.15.89:6821/2808622016","state":["exists","up"]},{"osd":5,"uuid":"da3e33bf-75c3-4ae4-9820-243ec2ef91ed","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6818","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6819","nonce":4059174068}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6820","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6821","nonce":4059174068}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6824","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6825","nonce":4059174068}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6822","nonce":4059174068},{"type":"v1","addr":"172.21.15.26:6823","nonce":4059174068}]},"public_addr":"172.21.15.26:6819/4059174068","cluster_addr":"172.21.15.26:6821/4059174068","heartbeat_back_addr":"172.21.15.26:6825/4059174068","heartbeat_front_addr":"172.21.15.26:6823/4059174068","state":["exists","up"]},{"osd":6,"uuid":"fbad2b8f-df35-4f5e-b9c0-a3bfe41de9ca","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6824","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6825","nonce":2562706859}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6826","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6827","nonce":2562706859}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6830","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6831","nonce":2562706859}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.89:6828","nonce":2562706859},{"type":"v1","addr":"172.21.15.89:6829","nonce":2562706859}]},"public_addr":"172.21.15.89:6825/2562706859","cluster_addr":"172.21.15.89:6827/2562706859","heartbeat_back_addr":"172.21.15.89:6831/2562706859","heartbeat_front_addr":"172.21.15.89:6829/2562706859","state":["exists","up"]},{"osd":7,"uuid":"f06ab22e-ae0e-432c-b5ff-e63622d838b4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6826","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6827","nonce":4001206602}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6828","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6829","nonce":4001206602}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6832","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6833","nonce":4001206602}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.26:6830","nonce":4001206602},{"type":"v1","addr":"172.21.15.26:6831","nonce":4001206602}]},"public_addr":"172.21.15.26:6827/4001206602","cluster_addr":"172.21.15.26:6829/4001206602","heartbeat_back_addr":"172.21.15.26:6833/4001206602","heartbeat_front_addr":"172.21.15.26:6831/4001206602","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:42:46.044349+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:42:48.329042+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:42:50.688132+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:42:53.372236+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:42:55.262130+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:42:58.629818+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:42:59.945123+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:43:03.731236+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.26:0/2907854456":"2023-10-17T20:41:18.132491+0000","172.21.15.26:0/3349607875":"2023-10-17T20:40:17.866672+0000","172.21.15.26:0/3315233665":"2023-10-17T20:40:17.866672+0000","172.21.15.26:0/3202982743":"2023-10-17T20:40:17.866672+0000","172.21.15.26:6800/2535952864":"2023-10-17T20:41:18.132491+0000","172.21.15.26:6801/1504525905":"2023-10-17T20:40:17.866672+0000","172.21.15.26:6801/2535952864":"2023-10-17T20:41:18.132491+0000","172.21.15.26:0/1563743929":"2023-10-17T20:39:44.167631+0000","172.21.15.26:0/4040303047":"2023-10-17T20:39:44.167631+0000","172.21.15.26:6800/3112291810":"2023-10-17T20:39:44.167631+0000","172.21.15.26:0/1922558774":"2023-10-17T20:39:44.167631+0000","172.21.15.26:6801/3112291810":"2023-10-17T20:39:44.167631+0000","172.21.15.26:0/734814867":"2023-10-17T20:41:18.132491+0000","172.21.15.26:0/1072040464":"2023-10-17T20:41:18.132491+0000","172.21.15.26:6800/1504525905":"2023-10-17T20:40:17.866672+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:43:29.741 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-16T20:43:29.742 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-16T20:43:29.742 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-16T20:43:29.743 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-16T20:43:29.743 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-16T20:43:29.744 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-16T20:43:29.745 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-16T20:43:29.745 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-16T20:43:30.023 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:30 smithi026 ceph-mon[93126]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:30.024 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:30 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2495106350' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:43:30.391 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:30.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:30 smithi089 ceph-mon[103441]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:30.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:30 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2495106350' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-16T20:43:30.457 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:30.486 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:30.573 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:30.575 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:30.776 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:30.814 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:30.817 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:31.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:31 smithi026 ceph-mon[93126]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:31.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:31 smithi089 ceph-mon[103441]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:33.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:33 smithi026 ceph-mon[93126]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:33.309 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:33.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:33 smithi089 ceph-mon[103441]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:33.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:35.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:35 smithi026 ceph-mon[93126]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:35.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:35 smithi089 ceph-mon[103441]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:36.038 INFO:teuthology.orchestra.run.smithi026.stdout:90194313227 2023-10-16T20:43:36.039 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-16T20:43:37.249 INFO:teuthology.orchestra.run.smithi026.stdout:111669149706 2023-10-16T20:43:37.249 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-16T20:43:37.366 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:37 smithi026 ceph-mon[93126]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:37.518 INFO:teuthology.orchestra.run.smithi026.stdout:81604378636 2023-10-16T20:43:37.519 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-16T20:43:37.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:37 smithi089 ceph-mon[103441]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:37.721 INFO:teuthology.orchestra.run.smithi026.stdout:103079215115 2023-10-16T20:43:37.722 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-16T20:43:37.928 INFO:teuthology.orchestra.run.smithi026.stdout:124554051594 2023-10-16T20:43:37.929 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-16T20:43:38.014 INFO:teuthology.orchestra.run.smithi026.stdout:68719476749 2023-10-16T20:43:38.014 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-16T20:43:38.172 INFO:teuthology.orchestra.run.smithi026.stdout:128849018890 2023-10-16T20:43:38.173 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-16T20:43:38.209 INFO:teuthology.orchestra.run.smithi026.stdout:146028888073 2023-10-16T20:43:38.209 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-16T20:43:38.266 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:38.405 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:38.507 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:38.722 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:39.547 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:39 smithi026 ceph-mon[93126]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:39.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:39 smithi089 ceph-mon[103441]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:39.683 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:40.477 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:40.525 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:40.544 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:41.112 INFO:teuthology.orchestra.run.smithi026.stdout:90194313228 2023-10-16T20:43:41.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:41 smithi026 ceph-mon[93126]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:41.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:41 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2538860959' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-16T20:43:41.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:41 smithi089 ceph-mon[103441]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:41.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:41 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2538860959' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-16T20:43:42.050 INFO:teuthology.orchestra.run.smithi026.stdout:111669149707 2023-10-16T20:43:42.341 INFO:teuthology.orchestra.run.smithi026.stdout:81604378637 2023-10-16T20:43:42.342 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:42 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2365512976' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-16T20:43:42.342 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:42 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2696347761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-16T20:43:42.442 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313227 got 90194313228 for osd.2 2023-10-16T20:43:42.442 DEBUG:teuthology.parallel:result is None 2023-10-16T20:43:42.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:42 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2365512976' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-16T20:43:42.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:42 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2696347761' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-16T20:43:43.103 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149706 got 111669149707 for osd.4 2023-10-16T20:43:43.104 DEBUG:teuthology.parallel:result is None 2023-10-16T20:43:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:43 smithi026 ceph-mon[93126]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:43 smithi089 ceph-mon[103441]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:43.854 INFO:teuthology.orchestra.run.smithi026.stdout:103079215116 2023-10-16T20:43:44.190 INFO:tasks.cephadm.ceph_manager.ceph:need seq 81604378636 got 81604378637 for osd.1 2023-10-16T20:43:44.190 DEBUG:teuthology.parallel:result is None 2023-10-16T20:43:44.454 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:44 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3903127028' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-16T20:43:44.456 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215115 got 103079215116 for osd.3 2023-10-16T20:43:44.456 DEBUG:teuthology.parallel:result is None 2023-10-16T20:43:44.634 INFO:teuthology.orchestra.run.smithi026.stdout:68719476751 2023-10-16T20:43:44.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:44 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3903127028' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-16T20:43:45.250 INFO:teuthology.orchestra.run.smithi026.stdout:128849018892 2023-10-16T20:43:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:45 smithi026 ceph-mon[93126]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:45 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/3509622730' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-16T20:43:45.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:45 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1010595406' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-16T20:43:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:45 smithi089 ceph-mon[103441]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:45 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/3509622730' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-16T20:43:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:45 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/1010595406' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-16T20:43:45.720 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476751 for osd.0 2023-10-16T20:43:45.720 DEBUG:teuthology.parallel:result is None 2023-10-16T20:43:45.866 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018890 got 128849018892 for osd.6 2023-10-16T20:43:45.867 DEBUG:teuthology.parallel:result is None 2023-10-16T20:43:45.947 INFO:teuthology.orchestra.run.smithi026.stdout:124554051596 2023-10-16T20:43:46.131 INFO:teuthology.orchestra.run.smithi026.stdout:146028888074 2023-10-16T20:43:46.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:46 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/4106492206' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-16T20:43:46.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:46 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/2423299197' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-16T20:43:46.618 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051594 got 124554051596 for osd.5 2023-10-16T20:43:46.618 DEBUG:teuthology.parallel:result is None 2023-10-16T20:43:46.631 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888073 got 146028888074 for osd.7 2023-10-16T20:43:46.631 DEBUG:teuthology.parallel:result is None 2023-10-16T20:43:46.631 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-16T20:43:46.632 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-16T20:43:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:46 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/4106492206' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-16T20:43:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:46 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/2423299197' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-16T20:43:47.240 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:47.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:47 smithi026 ceph-mon[93126]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:47.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:47 smithi089 ceph-mon[103441]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:48.657 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:43:48.660 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2023-10-16T20:43:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:43:49.004 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":101,"stamp":"2023-10-16T20:43:48.162971+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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":257,"ondisk_log_size":257,"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":220892,"kb_used_data":4696,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707556,"statfs":{"total":767926730752,"available":767700537344,"internally_reserved":0,"allocated":4808704,"data_stored":2999214,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":221236792},"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.002091"},"pg_stats":[{"pgid":"1.0","version":"31'257","reported_seq":345,"reported_epoch":38,"state":"active+clean","last_fresh":"2023-10-16T20:43:10.262791+0000","last_change":"2023-10-16T20:43:10.262538+0000","last_active":"2023-10-16T20:43:10.262791+0000","last_peered":"2023-10-16T20:43:10.262791+0000","last_clean":"2023-10-16T20:43:10.262791+0000","last_became_active":"2023-10-16T20:43:10.262053+0000","last_became_peered":"2023-10-16T20:43:10.262053+0000","last_unstale":"2023-10-16T20:43:10.262791+0000","last_undegraded":"2023-10-16T20:43:10.262791+0000","last_fullsized":"2023-10-16T20:43:10.262791+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-16T20:42:53.119590+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-16T20:42:53.119590+0000","last_clean_scrub_stamp":"2023-10-16T20:42:53.119590+0000","objects_scrubbed":0,"log_size":257,"log_dups_size":0,"ondisk_log_size":257,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-18T02:35:25.884307+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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":257,"ondisk_log_size":257,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888075,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27976,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713080,"statfs":{"total":95990841344,"available":95962193920,"internally_reserved":0,"allocated":974848,"data_stored":744162,"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.60099999999999998}]},{"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.53500000000000003}]},{"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.68100000000000005}]},{"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.47899999999999998}]},{"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.78600000000000003}]},{"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.63500000000000001}]},{"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.624}]}]},{"osd":6,"up_from":30,"seq":128849018893,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27400,"kb_used_data":368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713656,"statfs":{"total":95990841344,"available":95962783744,"internally_reserved":0,"allocated":376832,"data_stored":153521,"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.45600000000000002}]},{"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.56599999999999995}]},{"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.502}]},{"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.59399999999999997}]},{"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.65100000000000002}]},{"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.63800000000000001}]}]},{"osd":1,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27388,"kb_used_data":368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713668,"statfs":{"total":95990841344,"available":95962796032,"internally_reserved":0,"allocated":376832,"data_stored":153521,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"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,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55400000000000005}]},{"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.40600000000000003}]},{"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.46899999999999997}]},{"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.39200000000000002}]},{"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.53900000000000003}]},{"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.48299999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27972,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713084,"statfs":{"total":95990841344,"available":95962198016,"internally_reserved":0,"allocated":974848,"data_stored":744162,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38700000000000001}]},{"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.65300000000000002}]},{"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.57699999999999996}]},{"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.72099999999999997}]},{"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.68600000000000005}]},{"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.74299999999999999}]}]},{"osd":2,"up_from":21,"seq":90194313230,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27396,"kb_used_data":368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713660,"statfs":{"total":95990841344,"available":95962787840,"internally_reserved":0,"allocated":376832,"data_stored":153521,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28399999999999997}]},{"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.48499999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]},{"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.56100000000000005}]},{"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.63700000000000001}]}]},{"osd":3,"up_from":24,"seq":103079215117,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27976,"kb_used_data":948,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713080,"statfs":{"total":95990841344,"available":95962193920,"internally_reserved":0,"allocated":970752,"data_stored":743012,"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.42699999999999999}]},{"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.26400000000000001}]},{"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.46700000000000003}]},{"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.55700000000000005}]},{"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.40500000000000003}]},{"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.52500000000000002}]},{"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.497}]}]},{"osd":4,"up_from":26,"seq":111669149709,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27392,"kb_used_data":368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713664,"statfs":{"total":95990841344,"available":95962791936,"internally_reserved":0,"allocated":376832,"data_stored":153521,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.441}]},{"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.74399999999999999}]},{"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.57799999999999996}]},{"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.69499999999999995}]},{"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.66500000000000004}]},{"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.55300000000000005}]},{"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.71299999999999997}]}]},{"osd":5,"up_from":29,"seq":124554051597,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27392,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713664,"statfs":{"total":95990841344,"available":95962791936,"internally_reserved":0,"allocated":380928,"data_stored":153794,"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.48799999999999999}]},{"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.33400000000000002}]},{"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.44400000000000001}]},{"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.40400000000000003}]},{"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.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.60499999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50800000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":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:43:49.006 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-16T20:43:49.563 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:49 smithi026 ceph-mon[93126]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:49.564 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:49 smithi026 ceph-mon[93126]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:43:49.575 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:49 smithi089 ceph-mon[103441]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:49 smithi089 ceph-mon[103441]: from='client.14526 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:43:50.957 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:43:50.959 INFO:teuthology.orchestra.run.smithi026.stderr:dumped all 2023-10-16T20:43:51.336 INFO:teuthology.orchestra.run.smithi026.stdout:{"pg_ready":true,"pg_map":{"version":102,"stamp":"2023-10-16T20:43:50.163359+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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":257,"ondisk_log_size":257,"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":220892,"kb_used_data":4696,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707556,"statfs":{"total":767926730752,"available":767700537344,"internally_reserved":0,"allocated":4808704,"data_stored":2999214,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12744,"internal_metadata":221236792},"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.002133"},"pg_stats":[{"pgid":"1.0","version":"31'257","reported_seq":345,"reported_epoch":38,"state":"active+clean","last_fresh":"2023-10-16T20:43:10.262791+0000","last_change":"2023-10-16T20:43:10.262538+0000","last_active":"2023-10-16T20:43:10.262791+0000","last_peered":"2023-10-16T20:43:10.262791+0000","last_clean":"2023-10-16T20:43:10.262791+0000","last_became_active":"2023-10-16T20:43:10.262053+0000","last_became_peered":"2023-10-16T20:43:10.262053+0000","last_unstale":"2023-10-16T20:43:10.262791+0000","last_undegraded":"2023-10-16T20:43:10.262791+0000","last_fullsized":"2023-10-16T20:43:10.262791+0000","mapping_epoch":37,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":38,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-16T20:42:53.119590+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-16T20:42:53.119590+0000","last_clean_scrub_stamp":"2023-10-16T20:42:53.119590+0000","objects_scrubbed":0,"log_size":257,"log_dups_size":0,"ondisk_log_size":257,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2023-10-18T02:35:25.884307+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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"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":186,"num_read_kb":163,"num_write":313,"num_write_kb":6070,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":2,"num_bytes_recovered":590368,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":257,"ondisk_log_size":257,"up":3,"acting":3,"num_store_stats":4}],"osd_stats":[{"osd":7,"up_from":34,"seq":146028888075,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27976,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713080,"statfs":{"total":95990841344,"available":95962193920,"internally_reserved":0,"allocated":974848,"data_stored":744162,"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.60099999999999998}]},{"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.53500000000000003}]},{"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.68100000000000005}]},{"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.47899999999999998}]},{"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.78600000000000003}]},{"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.63500000000000001}]},{"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.624}]}]},{"osd":6,"up_from":30,"seq":128849018893,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27400,"kb_used_data":368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713656,"statfs":{"total":95990841344,"available":95962783744,"internally_reserved":0,"allocated":376832,"data_stored":153521,"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.45600000000000002}]},{"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.56599999999999995}]},{"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.502}]},{"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.59399999999999997}]},{"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.65100000000000002}]},{"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.63800000000000001}]}]},{"osd":1,"up_from":19,"seq":81604378639,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27388,"kb_used_data":368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713668,"statfs":{"total":95990841344,"available":95962796032,"internally_reserved":0,"allocated":376832,"data_stored":153521,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"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,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55400000000000005}]},{"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.40600000000000003}]},{"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.46899999999999997}]},{"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.39200000000000002}]},{"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.53900000000000003}]},{"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.48299999999999998}]}]},{"osd":0,"up_from":16,"seq":68719476752,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27972,"kb_used_data":952,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713084,"statfs":{"total":95990841344,"available":95962198016,"internally_reserved":0,"allocated":974848,"data_stored":744162,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.38700000000000001}]},{"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.65300000000000002}]},{"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.57699999999999996}]},{"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.72099999999999997}]},{"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.68600000000000005}]},{"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.74299999999999999}]}]},{"osd":2,"up_from":21,"seq":90194313230,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27396,"kb_used_data":368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713660,"statfs":{"total":95990841344,"available":95962787840,"internally_reserved":0,"allocated":376832,"data_stored":153521,"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":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28399999999999997}]},{"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.48499999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42799999999999999}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53900000000000003}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.57899999999999996}]},{"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.56100000000000005}]},{"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.63700000000000001}]}]},{"osd":3,"up_from":24,"seq":103079215118,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":27976,"kb_used_data":948,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713080,"statfs":{"total":95990841344,"available":95962193920,"internally_reserved":0,"allocated":970752,"data_stored":743012,"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.71099999999999997}]},{"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.67200000000000004}]},{"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.61899999999999999}]},{"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.65400000000000003}]},{"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.73799999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.753}]}]},{"osd":4,"up_from":26,"seq":111669149709,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27392,"kb_used_data":368,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713664,"statfs":{"total":95990841344,"available":95962791936,"internally_reserved":0,"allocated":376832,"data_stored":153521,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":27654598},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.441}]},{"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.74399999999999999}]},{"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.57799999999999996}]},{"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.69499999999999995}]},{"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.66500000000000004}]},{"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.55300000000000005}]},{"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.71299999999999997}]}]},{"osd":5,"up_from":29,"seq":124554051597,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27392,"kb_used_data":372,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713664,"statfs":{"total":95990841344,"available":95962791936,"internally_reserved":0,"allocated":380928,"data_stored":153794,"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.48799999999999999}]},{"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.33400000000000002}]},{"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.44400000000000001}]},{"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.40400000000000003}]},{"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.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.60499999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.50800000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":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:43:51.337 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-16T20:43:51.337 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-16T20:43:51.338 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-16T20:43:51.338 DEBUG:teuthology.orchestra.run.smithi026:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bcf5b23faa7fe51d364c0e949f01773ae6822e01 shell --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-16T20:43:51.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:51 smithi026 ceph-mon[93126]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:51.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:51 smithi026 ceph-mon[93126]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:43:51.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:51 smithi089 ceph-mon[103441]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:51.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:51 smithi089 ceph-mon[103441]: from='client.14530 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:43:51.906 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:53.340 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:43:53.341 INFO:teuthology.orchestra.run.smithi026.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-16T20:43:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:53 smithi026 ceph-mon[93126]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:53.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:53 smithi089 ceph-mon[103441]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:53.756 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-16T20:43:53.757 INFO:tasks.cephadm:Setup complete, yielding 2023-10-16T20:43:53.757 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-16T20:43:53.769 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T20:43:53.770 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-16T20:43:54.339 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:54 smithi026 ceph-mon[93126]: from='client.? 172.21.15.26:0/1951243531' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-16T20:43:54.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:54 smithi089 ceph-mon[103441]: from='client.? 172.21.15.26:0/1951243531' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-16T20:43:55.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:55 smithi026 ceph-mon[93126]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:55.623 INFO:teuthology.orchestra.run.smithi026.stdout:Backend: cephadm 2023-10-16T20:43:55.624 INFO:teuthology.orchestra.run.smithi026.stdout:Available: Yes 2023-10-16T20:43:55.624 INFO:teuthology.orchestra.run.smithi026.stdout:Paused: No 2023-10-16T20:43:55.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:55 smithi089 ceph-mon[103441]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:55.988 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-16T20:43:56.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:56 smithi026 ceph-mon[93126]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:43:56.557 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:56 smithi089 ceph-mon[103441]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:43:57.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:57 smithi026 ceph-mon[93126]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:57.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:57 smithi089 ceph-mon[103441]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:57.843 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-16T20:43:57.843 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (119s) 48s ago 3m 26.4M - 0.25.0 c8568f914cd2 7c435c4be840 2023-10-16T20:43:57.844 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-exporter.smithi026 smithi026 running (3m) 48s ago 3m 7914k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 59186d5c01c9 2023-10-16T20:43:57.844 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-exporter.smithi089 smithi089 running (2m) 51s ago 2m 8190k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 ca71725e12ee 2023-10-16T20:43:57.844 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (3m) 48s ago 3m 7490k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 adb454e76ea9 2023-10-16T20:43:57.845 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi089 smithi089 running (2m) 51s ago 2m 7448k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 31a58b2001a0 2023-10-16T20:43:57.845 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (116s) 48s ago 2m 81.5M - 9.4.7 2c41d148cca3 437b03fc3af1 2023-10-16T20:43:57.845 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.ftthsp smithi026 *:9283,8765,8443 running (4m) 48s ago 4m 500M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 8979cc151290 2023-10-16T20:43:57.846 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi089.kykrls smithi089 *:8443,9283,8765 running (2m) 51s ago 2m 448M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 6769289341ed 2023-10-16T20:43:57.846 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (4m) 48s ago 4m 66.9M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 3f9fa5b0e8e5 2023-10-16T20:43:57.847 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi089 smithi089 running (2m) 51s ago 2m 53.1M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 52f755ce60a4 2023-10-16T20:43:57.847 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (3m) 48s ago 3m 18.0M - 1.5.0 0da6a335fe13 779d4b71b80c 2023-10-16T20:43:57.847 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi089 smithi089 *:9100 running (2m) 51s ago 2m 17.4M - 1.5.0 0da6a335fe13 e954767e48ad 2023-10-16T20:43:57.848 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi089 running (76s) 51s ago 76s 46.4M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 7f3078c72b96 2023-10-16T20:43:57.848 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (74s) 48s ago 73s 54.2M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 c1d5de3701f1 2023-10-16T20:43:57.849 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi089 running (71s) 51s ago 71s 35.0M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 22ddcbb5645a 2023-10-16T20:43:57.849 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (69s) 48s ago 68s 46.6M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 794825e5f3a6 2023-10-16T20:43:57.850 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi089 running (67s) 51s ago 66s 35.4M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 bad352f86191 2023-10-16T20:43:57.850 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi026 running (63s) 48s ago 63s 31.3M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 e41c66c465a0 2023-10-16T20:43:57.851 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi089 running (62s) 51s ago 62s 33.4M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 aeec5859b526 2023-10-16T20:43:57.851 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi026 running (58s) 48s ago 58s 27.2M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 a1082fe2949e 2023-10-16T20:43:57.852 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (112s) 48s ago 2m 38.7M - 2.43.0 a07b618ecd1d 66919dea4ceb 2023-10-16T20:43:58.217 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-16T20:43:58.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:58 smithi026 ceph-mon[93126]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:43:58.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:58 smithi089 ceph-mon[103441]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:43:58.786 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:43:59.404 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:43:59 smithi026 ceph-mon[93126]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:43:59.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:43:59 smithi089 ceph-mon[103441]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:00.071 INFO:teuthology.orchestra.run.smithi026.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-16T20:44:00.072 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager ?:9093,9094 1/1 50s ago 3m count:1 2023-10-16T20:44:00.072 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-exporter 2/2 53s ago 3m * 2023-10-16T20:44:00.072 INFO:teuthology.orchestra.run.smithi026.stdout:crash 2/2 53s ago 4m * 2023-10-16T20:44:00.072 INFO:teuthology.orchestra.run.smithi026.stdout:grafana ?:3000 1/1 50s ago 3m count:1 2023-10-16T20:44:00.072 INFO:teuthology.orchestra.run.smithi026.stdout:mgr 2/2 53s ago 4m count:2 2023-10-16T20:44:00.073 INFO:teuthology.orchestra.run.smithi026.stdout:mon 2/2 53s ago 3m smithi026:172.21.15.26=smithi026;smithi089:172.21.15.89=smithi089;count:2 2023-10-16T20:44:00.073 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter ?:9100 2/2 53s ago 3m * 2023-10-16T20:44:00.073 INFO:teuthology.orchestra.run.smithi026.stdout:osd.all-available-devices 8 53s ago 2m * 2023-10-16T20:44:00.073 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus ?:9095 1/1 50s ago 3m count:1 2023-10-16T20:44:00.447 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-16T20:44:01.017 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:01.466 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:01 smithi026 ceph-mon[93126]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:01.467 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:01 smithi026 ceph-mon[93126]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:01.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:01 smithi089 ceph-mon[103441]: from='client.14546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:01.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:01 smithi089 ceph-mon[103441]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:02.338 INFO:teuthology.orchestra.run.smithi026.stdout:HOST ADDR LABELS STATUS 2023-10-16T20:44:02.338 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 172.21.15.26 2023-10-16T20:44:02.339 INFO:teuthology.orchestra.run.smithi026.stdout:smithi089 172.21.15.89 2023-10-16T20:44:02.339 INFO:teuthology.orchestra.run.smithi026.stdout:2 hosts in cluster 2023-10-16T20:44:02.678 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-16T20:44:03.246 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:03 smithi026 ceph-mon[93126]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:03 smithi026 ceph-mon[93126]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:03 smithi089 ceph-mon[103441]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:03 smithi089 ceph-mon[103441]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:04.588 INFO:teuthology.orchestra.run.smithi026.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-16T20:44:04.588 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB74760020480DGN 447G No 50s ago Has a FileSystem, LVM detected 2023-10-16T20:44:04.588 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme1n1 ssd Linux_45eda0c7f0f14ca2ddc5 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:04.589 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme2n1 ssd Linux_954aac6491768bf3d825 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:04.589 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme3n1 ssd Linux_feee78c644bed48fe44e 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:04.589 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme4n1 ssd Linux_b1d9ce007df50d3c7458 89.4G No 50s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:04.589 INFO:teuthology.orchestra.run.smithi026.stdout:smithi089 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT62040126400BGN 372G No 53s ago Has a FileSystem, LVM detected 2023-10-16T20:44:04.589 INFO:teuthology.orchestra.run.smithi026.stdout:smithi089 /dev/nvme1n1 ssd Linux_bc7627ebc52cf8f419b1 89.4G No 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:04.590 INFO:teuthology.orchestra.run.smithi026.stdout:smithi089 /dev/nvme2n1 ssd Linux_dce6aa5e7c870e15d9a9 89.4G No 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:04.590 INFO:teuthology.orchestra.run.smithi026.stdout:smithi089 /dev/nvme3n1 ssd Linux_8f2ae8e797c327b2884f 89.4G No 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:04.590 INFO:teuthology.orchestra.run.smithi026.stdout:smithi089 /dev/nvme4n1 ssd Linux_6efd42475c47246818f4 89.4G No 53s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:05.020 INFO:teuthology.run_tasks:Running task vip... 2023-10-16T20:44:05.029 INFO:tasks.vip:Allocating static IPs for each host... 2023-10-16T20:44:05.030 INFO:tasks.vip:peername 172.21.15.26 2023-10-16T20:44:05.035 INFO:tasks.vip:172.21.15.26 in 172.21.0.0/20, pos 3865 2023-10-16T20:44:05.039 INFO:tasks.vip:smithi026.front.sepia.ceph.com static 10.0.15.26, vnet 10.0.0.0/16 2023-10-16T20:44:05.039 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-10-16T20:44:05.039 DEBUG:teuthology.orchestra.run.smithi026:> sudo ip route ls 2023-10-16T20:44:05.069 INFO:teuthology.orchestra.run.smithi026.stdout:default via 172.21.15.254 dev ens1f0 proto dhcp metric 100 2023-10-16T20:44:05.070 INFO:teuthology.orchestra.run.smithi026.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.26 metric 100 2023-10-16T20:44:05.071 INFO:tasks.vip:Configuring 10.0.15.26 on smithi026.front.sepia.ceph.com iface ens1f0... 2023-10-16T20:44:05.071 DEBUG:teuthology.orchestra.run.smithi026:> sudo ip addr add 10.0.15.26/16 dev ens1f0 2023-10-16T20:44:05.139 INFO:tasks.vip:peername 172.21.15.89 2023-10-16T20:44:05.142 INFO:tasks.vip:172.21.15.89 in 172.21.0.0/20, pos 3928 2023-10-16T20:44:05.146 INFO:tasks.vip:smithi089.front.sepia.ceph.com static 10.0.15.89, vnet 10.0.0.0/16 2023-10-16T20:44:05.147 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip route ls 2023-10-16T20:44:05.184 INFO:teuthology.orchestra.run.smithi089.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-16T20:44:05.185 INFO:teuthology.orchestra.run.smithi089.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.89 metric 100 2023-10-16T20:44:05.186 INFO:tasks.vip:Configuring 10.0.15.89 on smithi089.front.sepia.ceph.com iface enp3s0f1... 2023-10-16T20:44:05.186 DEBUG:teuthology.orchestra.run.smithi089:> sudo ip addr add 10.0.15.89/16 dev enp3s0f1 2023-10-16T20:44:05.257 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-16T20:44:05.266 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T20:44:05.266 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-10-16T20:44:05.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:05 smithi026 ceph-mon[93126]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:05.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:05 smithi026 ceph-mon[93126]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:05 smithi089 ceph-mon[103441]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:05 smithi089 ceph-mon[103441]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:05.834 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:07.146 INFO:teuthology.orchestra.run.smithi026.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-16T20:44:07.147 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme0n1 ssd INTEL_SSDPED1D480GA_PHMB74760020480DGN 447G No 52s ago Has a FileSystem, LVM detected 2023-10-16T20:44:07.147 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme1n1 ssd Linux_45eda0c7f0f14ca2ddc5 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:07.147 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme2n1 ssd Linux_954aac6491768bf3d825 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:07.147 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme3n1 ssd Linux_feee78c644bed48fe44e 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:07.148 INFO:teuthology.orchestra.run.smithi026.stdout:smithi026 /dev/nvme4n1 ssd Linux_b1d9ce007df50d3c7458 89.4G No 52s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:07.148 INFO:teuthology.orchestra.run.smithi026.stdout:smithi089 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT62040126400BGN 372G No 56s ago Has a FileSystem, LVM detected 2023-10-16T20:44:07.148 INFO:teuthology.orchestra.run.smithi026.stdout:smithi089 /dev/nvme1n1 ssd Linux_bc7627ebc52cf8f419b1 89.4G No 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:07.148 INFO:teuthology.orchestra.run.smithi026.stdout:smithi089 /dev/nvme2n1 ssd Linux_dce6aa5e7c870e15d9a9 89.4G No 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:07.149 INFO:teuthology.orchestra.run.smithi026.stdout:smithi089 /dev/nvme3n1 ssd Linux_8f2ae8e797c327b2884f 89.4G No 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:07.149 INFO:teuthology.orchestra.run.smithi026.stdout:smithi089 /dev/nvme4n1 ssd Linux_6efd42475c47246818f4 89.4G No 56s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-16T20:44:07.491 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:07 smithi026 ceph-mon[93126]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:07.491 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:44:07.599 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-16T20:44:07.621 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T20:44:07.622 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-16T20:44:07.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ systemctl stop nfs-server 2023-10-16T20:44:07.660 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi089.front.sepia.ceph.com 2023-10-16T20:44:07.660 DEBUG:teuthology.orchestra.run.smithi089:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-16T20:44:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:07 smithi089 ceph-mon[103441]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:07.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:44:07.688 INFO:teuthology.orchestra.run.smithi089.stderr:+ systemctl stop nfs-server 2023-10-16T20:44:07.696 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-16T20:44:07.707 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T20:44:07.707 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-10-16T20:44:08.377 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:08.662 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:08 smithi026 ceph-mon[93126]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:08.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:08 smithi089 ceph-mon[103441]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:09.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:09 smithi026 ceph-mon[93126]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:09.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:09 smithi089 ceph-mon[103441]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:10 smithi089 ceph-mon[103441]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-16T20:44:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:10 smithi026 ceph-mon[93126]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-16T20:44:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:10.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:11.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7-mon-smithi026[93102]: 2023-10-16T20:44:11.422+0000 7f3c3d814700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-16T20:44:11.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-mon[93126]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:11.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-16T20:44:11.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-mon[93126]: osdmap e39: 8 total, 8 up, 8 in 2023-10-16T20:44:11.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-16T20:44:11.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:11.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:11.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-16T20:44:11.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-mon[93126]: osdmap e40: 8 total, 8 up, 8 in 2023-10-16T20:44:11.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-16T20:44:11.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-mon[93126]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-16T20:44:11.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:11 smithi026 ceph-mon[93126]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-16T20:44:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:11 smithi089 ceph-mon[103441]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-16T20:44:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:11 smithi089 ceph-mon[103441]: osdmap e39: 8 total, 8 up, 8 in 2023-10-16T20:44:11.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-16T20:44:11.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:11.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:11.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-16T20:44:11.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:11 smithi089 ceph-mon[103441]: osdmap e40: 8 total, 8 up, 8 in 2023-10-16T20:44:11.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-16T20:44:11.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:11 smithi089 ceph-mon[103441]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-16T20:44:11.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:11 smithi089 ceph-mon[103441]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-16T20:44:11.931 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.26/16 --port 2999' 2023-10-16T20:44:12.506 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-16T20:44:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:12 smithi089 ceph-mon[103441]: osdmap e41: 8 total, 8 up, 8 in 2023-10-16T20:44:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:12 smithi089 ceph-mon[103441]: fsmap foofs:0 2023-10-16T20:44:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:12 smithi089 ceph-mon[103441]: Saving service mds.foofs spec with placement count:2 2023-10-16T20:44:12.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:12.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:12 smithi089 ceph-mon[103441]: osdmap e42: 8 total, 8 up, 8 in 2023-10-16T20:44:12.712 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-16T20:44:12.713 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:12 smithi026 ceph-mon[93126]: osdmap e41: 8 total, 8 up, 8 in 2023-10-16T20:44:12.713 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:12 smithi026 ceph-mon[93126]: fsmap foofs:0 2023-10-16T20:44:12.713 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:12 smithi026 ceph-mon[93126]: Saving service mds.foofs spec with placement count:2 2023-10-16T20:44:12.713 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:12.713 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:12 smithi026 ceph-mon[93126]: osdmap e42: 8 total, 8 up, 8 in 2023-10-16T20:44:13.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:13 smithi089 ceph-mon[103441]: pgmap v116: 65 pgs: 18 creating+peering, 38 unknown, 9 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:13.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:13.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:13.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:13 smithi089 ceph-mon[103441]: osdmap e43: 8 total, 8 up, 8 in 2023-10-16T20:44:13.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:13.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:14.021 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:13 smithi026 ceph-mon[93126]: pgmap v116: 65 pgs: 18 creating+peering, 38 unknown, 9 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:14.021 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:14.021 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:14.021 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:13 smithi026 ceph-mon[93126]: osdmap e43: 8 total, 8 up, 8 in 2023-10-16T20:44:14.022 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:14.022 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:14.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:14 smithi026 ceph-mon[93126]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.26/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:14.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-16T20:44:14.859 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:14 smithi089 ceph-mon[103441]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.26/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:14.859 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-16T20:44:16.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:15 smithi026 ceph-mon[93126]: pgmap v119: 65 pgs: 18 creating+peering, 24 unknown, 23 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:16.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-16T20:44:16.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:15 smithi026 ceph-mon[93126]: osdmap e44: 8 total, 8 up, 8 in 2023-10-16T20:44:16.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-16T20:44:16.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:16.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:16.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:15 smithi089 ceph-mon[103441]: pgmap v119: 65 pgs: 18 creating+peering, 24 unknown, 23 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:16.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-16T20:44:16.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:15 smithi089 ceph-mon[103441]: osdmap e44: 8 total, 8 up, 8 in 2023-10-16T20:44:16.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-16T20:44:16.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:16.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:16.181 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-10-16T20:44:16.770 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:17.015 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-16T20:44:17.016 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:16 smithi026 ceph-mon[93126]: osdmap e45: 8 total, 8 up, 8 in 2023-10-16T20:44:17.016 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:16 smithi026 ceph-mon[93126]: Saving service nfs.foo spec with placement count:1 2023-10-16T20:44:17.016 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:17.016 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:16 smithi026 ceph-mon[93126]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-16T20:44:17.016 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:17.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-16T20:44:17.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:16 smithi089 ceph-mon[103441]: osdmap e45: 8 total, 8 up, 8 in 2023-10-16T20:44:17.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:16 smithi089 ceph-mon[103441]: Saving service nfs.foo spec with placement count:1 2023-10-16T20:44:17.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:17.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:16 smithi089 ceph-mon[103441]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-16T20:44:17.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:18.009 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:17 smithi089 ceph-mon[103441]: pgmap v122: 97 pgs: 19 creating+peering, 23 unknown, 55 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:18.009 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:17 smithi089 ceph-mon[103441]: osdmap e46: 8 total, 8 up, 8 in 2023-10-16T20:44:18.010 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:18.010 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:18.010 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:18.010 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:44:18.011 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:18.011 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:44:18.011 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.jebajv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-16T20:44:18.011 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.jebajv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-16T20:44:18.011 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:17 smithi026 ceph-mon[93126]: pgmap v122: 97 pgs: 19 creating+peering, 23 unknown, 55 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-16T20:44:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:17 smithi026 ceph-mon[93126]: osdmap e46: 8 total, 8 up, 8 in 2023-10-16T20:44:18.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:18.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:18.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:18.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:44:18.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:18.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:44:18.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.jebajv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-16T20:44:18.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi089.jebajv", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-16T20:44:18.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:18.920 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:18 smithi089 ceph-mon[103441]: Deploying daemon mds.foofs.smithi089.jebajv on smithi089 2023-10-16T20:44:18.920 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:18 smithi089 ceph-mon[103441]: mgrmap e20: smithi026.ftthsp(active, since 2m), standbys: smithi089.kykrls 2023-10-16T20:44:18.920 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:18.921 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:18 smithi026 ceph-mon[93126]: Deploying daemon mds.foofs.smithi089.jebajv on smithi089 2023-10-16T20:44:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:18 smithi026 ceph-mon[93126]: mgrmap e20: smithi026.ftthsp(active, since 2m), standbys: smithi089.kykrls 2023-10-16T20:44:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:19.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:19 smithi026 ceph-mon[93126]: pgmap v124: 97 pgs: 7 creating+peering, 90 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-16T20:44:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:19 smithi026 ceph-mon[93126]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:20.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:20.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:20.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi026.wnzqrl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-16T20:44:20.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi026.wnzqrl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-16T20:44:20.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:19 smithi089 ceph-mon[103441]: pgmap v124: 97 pgs: 7 creating+peering, 90 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 0 B/s wr, 0 op/s 2023-10-16T20:44:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:19 smithi089 ceph-mon[103441]: from='client.14572 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:44:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi026.wnzqrl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-16T20:44:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi026.wnzqrl", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-16T20:44:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:20.755 INFO:teuthology.orchestra.run.smithi026.stdout:{ 2023-10-16T20:44:20.755 INFO:teuthology.orchestra.run.smithi026.stdout: "bind": "/fake", 2023-10-16T20:44:20.755 INFO:teuthology.orchestra.run.smithi026.stdout: "cluster": "foo", 2023-10-16T20:44:20.755 INFO:teuthology.orchestra.run.smithi026.stdout: "fs": "foofs", 2023-10-16T20:44:20.756 INFO:teuthology.orchestra.run.smithi026.stdout: "mode": "RW", 2023-10-16T20:44:20.756 INFO:teuthology.orchestra.run.smithi026.stdout: "path": "/" 2023-10-16T20:44:20.756 INFO:teuthology.orchestra.run.smithi026.stdout:} 2023-10-16T20:44:20.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:20 smithi026 ceph-mon[93126]: Deploying daemon mds.foofs.smithi026.wnzqrl on smithi026 2023-10-16T20:44:20.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:20 smithi026 ceph-mon[93126]: mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061] up:boot 2023-10-16T20:44:20.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:20 smithi026 ceph-mon[93126]: daemon mds.foofs.smithi089.jebajv assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-16T20:44:20.879 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:20 smithi026 ceph-mon[93126]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-16T20:44:20.879 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:20 smithi026 ceph-mon[93126]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-16T20:44:20.879 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:20 smithi026 ceph-mon[93126]: Cluster is now healthy 2023-10-16T20:44:20.879 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:20 smithi026 ceph-mon[93126]: fsmap foofs:0 1 up:standby 2023-10-16T20:44:20.879 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.jebajv"}]: dispatch 2023-10-16T20:44:20.880 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:20 smithi026 ceph-mon[93126]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:creating} 2023-10-16T20:44:20.880 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:20 smithi026 ceph-mon[93126]: daemon mds.foofs.smithi089.jebajv is now active in filesystem foofs as rank 0 2023-10-16T20:44:21.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:20 smithi089 ceph-mon[103441]: Deploying daemon mds.foofs.smithi026.wnzqrl on smithi026 2023-10-16T20:44:21.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:20 smithi089 ceph-mon[103441]: mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061] up:boot 2023-10-16T20:44:21.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:20 smithi089 ceph-mon[103441]: daemon mds.foofs.smithi089.jebajv assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-16T20:44:21.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:20 smithi089 ceph-mon[103441]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-16T20:44:21.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:20 smithi089 ceph-mon[103441]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-16T20:44:21.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:20 smithi089 ceph-mon[103441]: Cluster is now healthy 2023-10-16T20:44:21.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:20 smithi089 ceph-mon[103441]: fsmap foofs:0 1 up:standby 2023-10-16T20:44:21.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi089.jebajv"}]: dispatch 2023-10-16T20:44:21.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:20 smithi089 ceph-mon[103441]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:creating} 2023-10-16T20:44:21.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:20 smithi089 ceph-mon[103441]: daemon mds.foofs.smithi089.jebajv is now active in filesystem foofs as rank 0 2023-10-16T20:44:21.236 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-16T20:44:21.248 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-16T20:44:21.249 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:44:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:21 smithi026 ceph-mon[93126]: pgmap v125: 97 pgs: 97 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2023-10-16T20:44:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:21 smithi026 ceph-mon[93126]: mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061] up:active 2023-10-16T20:44:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:21 smithi026 ceph-mon[93126]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 2023-10-16T20:44:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:44:21.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:44:22.005 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:21 smithi089 ceph-mon[103441]: pgmap v125: 97 pgs: 97 active+clean; 578 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 511 B/s wr, 2 op/s 2023-10-16T20:44:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:21 smithi089 ceph-mon[103441]: mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061] up:active 2023-10-16T20:44:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:21 smithi089 ceph-mon[103441]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 2023-10-16T20:44:22.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:44:22.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:44:22.985 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: mgrmap e21: smithi026.ftthsp(active, since 3m), standbys: smithi089.kykrls 2023-10-16T20:44:22.985 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:22.985 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:22.985 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:22.986 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:22.986 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:22.986 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:22.986 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: Creating key for client.nfs.foo.0.0.smithi026.oxktnm 2023-10-16T20:44:22.987 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.oxktnm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-16T20:44:22.987 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.oxktnm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-16T20:44:22.987 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-16T20:44:22.987 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:44:22.988 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:44:22.988 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:22.988 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-16T20:44:22.988 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-16T20:44:22.988 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.oxktnm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-16T20:44:22.989 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.oxktnm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-16T20:44:22.989 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:23.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: mgrmap e21: smithi026.ftthsp(active, since 3m), standbys: smithi089.kykrls 2023-10-16T20:44:23.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:23.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:23.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:23.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:23.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:23.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:23.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: Creating key for client.nfs.foo.0.0.smithi026.oxktnm 2023-10-16T20:44:23.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.oxktnm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-16T20:44:23.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.oxktnm", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-16T20:44:23.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-16T20:44:23.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:44:23.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:44:23.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:23.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-16T20:44:23.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-16T20:44:23.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.oxktnm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-16T20:44:23.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi026.oxktnm-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-16T20:44:23.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:44:23.654 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:44:23.654 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:10.304181Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:10.304311Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:10.304538Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:10.304649Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:10.304421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:10.304756Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:44:23.855 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:23 smithi026 ceph-mon[93126]: Rados config object exists: conf-nfs.foo 2023-10-16T20:44:23.855 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:23 smithi026 ceph-mon[93126]: Creating key for client.nfs.foo.0.0.smithi026.oxktnm-rgw 2023-10-16T20:44:23.856 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:23 smithi026 ceph-mon[93126]: Bind address in nfs.foo.0.0.smithi026.oxktnm's ganesha conf is defaulting to empty 2023-10-16T20:44:23.856 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:23 smithi026 ceph-mon[93126]: Deploying daemon nfs.foo.0.0.smithi026.oxktnm on smithi026 2023-10-16T20:44:23.856 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:23 smithi026 ceph-mon[93126]: pgmap v126: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 136 B/s rd, 1.1 KiB/s wr, 3 op/s 2023-10-16T20:44:23.856 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:23 smithi026 ceph-mon[93126]: mds.? [v2:172.21.15.26:6834/3127292528,v1:172.21.15.26:6835/3127292528] up:boot 2023-10-16T20:44:23.856 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:23 smithi026 ceph-mon[93126]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:44:23.857 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi026.wnzqrl"}]: dispatch 2023-10-16T20:44:23.857 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:23 smithi026 ceph-mon[93126]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:44:23.857 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:24.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:23 smithi089 ceph-mon[103441]: Rados config object exists: conf-nfs.foo 2023-10-16T20:44:24.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:23 smithi089 ceph-mon[103441]: Creating key for client.nfs.foo.0.0.smithi026.oxktnm-rgw 2023-10-16T20:44:24.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:23 smithi089 ceph-mon[103441]: Bind address in nfs.foo.0.0.smithi026.oxktnm's ganesha conf is defaulting to empty 2023-10-16T20:44:24.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:23 smithi089 ceph-mon[103441]: Deploying daemon nfs.foo.0.0.smithi026.oxktnm on smithi026 2023-10-16T20:44:24.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:23 smithi089 ceph-mon[103441]: pgmap v126: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 136 B/s rd, 1.1 KiB/s wr, 3 op/s 2023-10-16T20:44:24.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:23 smithi089 ceph-mon[103441]: mds.? [v2:172.21.15.26:6834/3127292528,v1:172.21.15.26:6835/3127292528] up:boot 2023-10-16T20:44:24.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:23 smithi089 ceph-mon[103441]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:44:24.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi026.wnzqrl"}]: dispatch 2023-10-16T20:44:24.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:23 smithi089 ceph-mon[103441]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:44:24.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:24.253 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:44:25.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:24 smithi026 ceph-mon[93126]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:25.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:24 smithi026 ceph-mon[93126]: mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061] up:active 2023-10-16T20:44:25.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:24 smithi026 ceph-mon[93126]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:44:25.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:24 smithi089 ceph-mon[103441]: from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:25.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:24 smithi089 ceph-mon[103441]: mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061] up:active 2023-10-16T20:44:25.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:24 smithi089 ceph-mon[103441]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:44:25.254 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:44:25.842 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:25 smithi026 ceph-mon[93126]: pgmap v127: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 241 B/s rd, 2.0 KiB/s wr, 5 op/s 2023-10-16T20:44:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:26.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:26.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:26.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:25 smithi089 ceph-mon[103441]: pgmap v127: 97 pgs: 97 active+clean; 579 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 241 B/s rd, 2.0 KiB/s wr, 5 op/s 2023-10-16T20:44:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:26.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:26.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:27.022 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:26 smithi026 ceph-mon[93126]: Deploying daemon haproxy.nfs.foo.smithi026.tffjbq on smithi026 2023-10-16T20:44:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:26 smithi089 ceph-mon[103441]: Deploying daemon haproxy.nfs.foo.smithi026.tffjbq on smithi026 2023-10-16T20:44:27.469 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:44:27.469 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:10.304181Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:10.304311Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:10.304538Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:10.304649Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:10.304421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:10.304756Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:44:27.912 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:44:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:27 smithi026 ceph-mon[93126]: pgmap v128: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 1.9 KiB/s wr, 5 op/s 2023-10-16T20:44:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:27 smithi026 ceph-mon[93126]: mds.? [v2:172.21.15.26:6834/3127292528,v1:172.21.15.26:6835/3127292528] up:standby 2023-10-16T20:44:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:27 smithi026 ceph-mon[93126]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:44:28.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:27 smithi089 ceph-mon[103441]: pgmap v128: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 307 B/s rd, 1.9 KiB/s wr, 5 op/s 2023-10-16T20:44:28.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:27 smithi089 ceph-mon[103441]: mds.? [v2:172.21.15.26:6834/3127292528,v1:172.21.15.26:6835/3127292528] up:standby 2023-10-16T20:44:28.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:27 smithi089 ceph-mon[103441]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:44:28.914 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:44:29.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:28 smithi026 ceph-mon[93126]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:29.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:28 smithi089 ceph-mon[103441]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:29.497 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:29 smithi026 ceph-mon[93126]: pgmap v129: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-10-16T20:44:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:29 smithi089 ceph-mon[103441]: pgmap v129: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.2 KiB/s wr, 6 op/s 2023-10-16T20:44:32.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:31 smithi026 ceph-mon[93126]: pgmap v130: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-10-16T20:44:32.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:31 smithi089 ceph-mon[103441]: pgmap v130: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 2.3 KiB/s wr, 6 op/s 2023-10-16T20:44:32.443 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:44:32.443 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:10.304181Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:10.304311Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:10.304538Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:10.304649Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:10.304421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:10.304756Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:44:32.969 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:44:33.970 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:44:33.999 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:33 smithi026 ceph-mon[93126]: pgmap v131: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2023-10-16T20:44:33.999 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:33 smithi026 ceph-mon[93126]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:34.000 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:34.000 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:34.000 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:34.000 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:34.001 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:33 smithi089 ceph-mon[103441]: pgmap v131: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 2.1 KiB/s wr, 5 op/s 2023-10-16T20:44:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:33 smithi089 ceph-mon[103441]: from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:34.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:34.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:34.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:34.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:34.547 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:34 smithi026 ceph-mon[93126]: Deploying daemon haproxy.nfs.foo.smithi089.fytbpl on smithi089 2023-10-16T20:44:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:34 smithi089 ceph-mon[103441]: Deploying daemon haproxy.nfs.foo.smithi089.fytbpl on smithi089 2023-10-16T20:44:36.019 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:44:36.020 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:10.304181Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:10.304311Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:10.304538Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:10.304649Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:10.304421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:10.304756Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:44:36.041 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:35 smithi026 ceph-mon[93126]: pgmap v132: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-10-16T20:44:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:35 smithi089 ceph-mon[103441]: pgmap v132: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 1.7 KiB/s wr, 3 op/s 2023-10-16T20:44:36.399 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:44:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:36 smithi026 ceph-mon[93126]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:36 smithi089 ceph-mon[103441]: from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:37.401 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:44:37.987 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:37 smithi026 ceph-mon[93126]: pgmap v133: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 938 B/s wr, 2 op/s 2023-10-16T20:44:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:37 smithi089 ceph-mon[103441]: pgmap v133: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 938 B/s wr, 2 op/s 2023-10-16T20:44:39.533 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:44:39.533 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:10.304181Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:10.304311Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:10.304538Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:10.304649Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:10.304421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:10.304756Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:44:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:39 smithi026 ceph-mon[93126]: pgmap v134: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-10-16T20:44:39.948 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:44:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:39 smithi089 ceph-mon[103441]: pgmap v134: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-10-16T20:44:40.950 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:44:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:40 smithi026 ceph-mon[93126]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:41.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:40 smithi089 ceph-mon[103441]: from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:41.535 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:41.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:41 smithi089 ceph-mon[103441]: pgmap v135: 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:44:42.036 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:41 smithi026 ceph-mon[93126]: pgmap v135: 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:44:42.963 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:44:42.964 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:10.304181Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:10.304311Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:10.304538Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:10.304649Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:10.304421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:10.304756Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:44:43.394 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:44:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:43 smithi089 ceph-mon[103441]: pgmap v136: 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:44:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:43 smithi089 ceph-mon[103441]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:44.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:44.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:44.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:43 smithi026 ceph-mon[93126]: pgmap v136: 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:44:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:43 smithi026 ceph-mon[93126]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:44.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:44.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:44.395 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:44:45.011 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:45 smithi026 ceph-mon[93126]: 10.0.31.26 is in 10.0.0.0/16 on smithi026 interface ens1f0 2023-10-16T20:44:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:45 smithi026 ceph-mon[93126]: 10.0.31.26 is in 10.0.0.0/16 on smithi089 interface enp3s0f1 2023-10-16T20:44:45.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:45 smithi026 ceph-mon[93126]: Deploying daemon keepalived.nfs.foo.smithi026.arbzfl on smithi026 2023-10-16T20:44:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:45 smithi089 ceph-mon[103441]: 10.0.31.26 is in 10.0.0.0/16 on smithi026 interface ens1f0 2023-10-16T20:44:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:45 smithi089 ceph-mon[103441]: 10.0.31.26 is in 10.0.0.0/16 on smithi089 interface enp3s0f1 2023-10-16T20:44:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:45 smithi089 ceph-mon[103441]: Deploying daemon keepalived.nfs.foo.smithi026.arbzfl on smithi026 2023-10-16T20:44:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:46 smithi026 ceph-mon[93126]: pgmap v137: 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:44:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:46 smithi089 ceph-mon[103441]: pgmap v137: 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:44:48.256 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:48 smithi026 ceph-mon[93126]: pgmap v138: 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:44:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:48 smithi089 ceph-mon[103441]: pgmap v138: 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:44:48.587 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:44:48.588 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:10.304181Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:10.304311Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:10.304538Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:10.304649Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:10.304421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:10.304756Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:44:49.206 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:44:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:44:50.207 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:44:50.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:50 smithi026 ceph-mon[93126]: pgmap v139: 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:44:50.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:50 smithi026 ceph-mon[93126]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:50.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:50.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:50.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:50 smithi089 ceph-mon[103441]: pgmap v139: 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:44:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:50 smithi089 ceph-mon[103441]: from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:44:50.786 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:51 smithi026 ceph-mon[93126]: 10.0.31.26 is in 10.0.0.0/16 on smithi089 interface enp3s0f1 2023-10-16T20:44:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:51 smithi026 ceph-mon[93126]: 10.0.31.26 is in 10.0.0.0/16 on smithi026 interface ens1f0 2023-10-16T20:44:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:51 smithi026 ceph-mon[93126]: Deploying daemon keepalived.nfs.foo.smithi089.rdjvfo on smithi089 2023-10-16T20:44:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:51 smithi089 ceph-mon[103441]: 10.0.31.26 is in 10.0.0.0/16 on smithi089 interface enp3s0f1 2023-10-16T20:44:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:51 smithi089 ceph-mon[103441]: 10.0.31.26 is in 10.0.0.0/16 on smithi026 interface ens1f0 2023-10-16T20:44:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:51 smithi089 ceph-mon[103441]: Deploying daemon keepalived.nfs.foo.smithi089.rdjvfo on smithi089 2023-10-16T20:44:52.255 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:44:52.256 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:10.304181Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:10.304311Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:10.304538Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:10.304649Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:10.304421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:10.304756Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:44:52.281 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:52 smithi026 ceph-mon[93126]: pgmap v140: 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:44:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:52 smithi089 ceph-mon[103441]: pgmap v140: 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:44:52.646 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:44:53.648 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:44:54.236 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:54 smithi026 ceph-mon[93126]: pgmap v141: 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:44:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:54 smithi026 ceph-mon[93126]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:54 smithi089 ceph-mon[103441]: pgmap v141: 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:44:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:54 smithi089 ceph-mon[103441]: from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:55.671 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:44:55.671 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:10.304181Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:10.304311Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:10.304538Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:10.304649Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:10.304421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:10.304756Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:44:56.186 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:44:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:56 smithi026 ceph-mon[93126]: pgmap v142: 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:44:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:56 smithi089 ceph-mon[103441]: pgmap v142: 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:44:57.188 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:44:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:57 smithi026 ceph-mon[93126]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:57.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:57 smithi089 ceph-mon[103441]: from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:44:57.777 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:44:58.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:44:58 smithi026 ceph-mon[93126]: pgmap v143: 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:44:58.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:44:58 smithi089 ceph-mon[103441]: pgmap v143: 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:44:59.229 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:44:59.229 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:10.304181Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:10.304311Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:10.304538Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:10.304649Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:10.304421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:10.304756Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:44:59.639 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:45:00.287 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:00 smithi089 ceph-mon[103441]: pgmap v144: 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:45:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:00 smithi026 ceph-mon[93126]: pgmap v144: 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:45:00.640 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:45:01.225 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:45:01.288 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:01 smithi089 ceph-mon[103441]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:01 smithi026 ceph-mon[93126]: from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:02 smithi026 ceph-mon[93126]: pgmap v145: 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:45:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:02.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:02.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:02.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:02.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:02 smithi089 ceph-mon[103441]: pgmap v145: 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:45:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:02.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:02.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:02.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:02.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:03.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:03 smithi026 ceph-mon[93126]: pgmap v146: 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:45:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:03 smithi089 ceph-mon[103441]: pgmap v146: 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:45:03.584 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:45:03.584 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:10.304181Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:10.304311Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "running": 0, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:10.304538Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:10.304649Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:10.304421Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:10.304756Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:45:04.083 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:45:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:04.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:04.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:04 smithi026 ceph-mon[93126]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:04 smithi089 ceph-mon[103441]: from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:05.084 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:45:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:05 smithi026 ceph-mon[93126]: pgmap v147: 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:45:05.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:05 smithi089 ceph-mon[103441]: pgmap v147: 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:45:05.712 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:45:07.243 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:45:07.243 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:44:12.667864Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:44:12.667535Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:44:12.667651Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:44:12.667970Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "last_refresh": "2023-10-16T20:45:06.595115Z", "ports": [2999, 9999], "running": 2, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "last_refresh": "2023-10-16T20:45:06.595008Z", "running": 1, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:44:12.667413Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:44:12.667285Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:44:12.667758Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:44:12.668181Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:44:12.668076Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:45:07.668 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-16T20:45:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:07 smithi089 ceph-mon[103441]: pgmap v148: 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:45:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:07 smithi026 ceph-mon[93126]: pgmap v148: 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:45:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:08.670 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:45:08.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:08 smithi089 ceph-mon[103441]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:08 smithi026 ceph-mon[93126]: from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:09.349 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:45:09.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:09 smithi089 ceph-mon[103441]: pgmap v149: 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:45:09.996 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:09 smithi026 ceph-mon[93126]: pgmap v149: 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:45:11.108 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:45:11.108 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:45:10.401797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:45:06.593999Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:45:06.594132Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:45:10.401904Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "last_refresh": "2023-10-16T20:45:06.595115Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "last_refresh": "2023-10-16T20:45:06.595008Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:45:06.594351Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:45:06.594459Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "last_refresh": "2023-10-16T20:45:10.402674Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:45:06.594242Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:45:06.594577Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:45:10.402011Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:45:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:11 smithi089 ceph-mon[103441]: pgmap v150: 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:45:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:11.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:11.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:11.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:11.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:11.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:11.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:11.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:11 smithi089 ceph-mon[103441]: Reconfiguring prometheus.smithi026 (dependencies changed)... 2023-10-16T20:45:11.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:11 smithi089 ceph-mon[103441]: Reconfiguring daemon prometheus.smithi026 on smithi026 2023-10-16T20:45:11.699 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:11 smithi026 ceph-mon[93126]: pgmap v150: 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:45:11.699 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:11.700 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:11.700 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:11.700 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:11.700 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:11.700 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:11.700 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:11.701 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:11 smithi026 ceph-mon[93126]: Reconfiguring prometheus.smithi026 (dependencies changed)... 2023-10-16T20:45:11.701 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:11 smithi026 ceph-mon[93126]: Reconfiguring daemon prometheus.smithi026 on smithi026 2023-10-16T20:45:11.717 INFO:tasks.cephadm:nfs.foo has 1/1 2023-10-16T20:45:11.717 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-16T20:45:11.727 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-10-16T20:45:11.728 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-16T20:45:12.436 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:45:12.472 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:12 smithi026 ceph-mon[93126]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:12 smithi089 ceph-mon[103441]: from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:13 smithi026 ceph-mon[93126]: pgmap v151: 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:45:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:13 smithi089 ceph-mon[103441]: pgmap v151: 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:45:14.148 INFO:teuthology.orchestra.run.smithi026.stdout: 2023-10-16T20:45:14.148 INFO:teuthology.orchestra.run.smithi026.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-16T20:40:05.435398Z", "last_refresh": "2023-10-16T20:45:10.401797Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:27.736092Z 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:00.260702Z", "last_refresh": "2023-10-16T20:45:06.593999Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:30.066645Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-16T20:39:58.463155Z", "last_refresh": "2023-10-16T20:45:06.594132Z", "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:02.913704Z", "last_refresh": "2023-10-16T20:45:10.401904Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:44:15.722405Z 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.26/16"}, "status": {"created": "2023-10-16T20:44:15.719203Z", "last_refresh": "2023-10-16T20:45:06.595115Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.26/16"}}, {"events": ["2023-10-16T20:44:11.455854Z 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:44:11.450733Z", "last_refresh": "2023-10-16T20:45:06.595008Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:37.682604Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-16T20:39:57.318517Z", "last_refresh": "2023-10-16T20:45:06.594351Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:46.027118Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi026:172.21.15.26=smithi026", "smithi089:172.21.15.89=smithi089"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-16T20:40:47.273025Z", "last_refresh": "2023-10-16T20:45:06.594459Z", "running": 2, "size": 2}}, {"events": ["2023-10-16T20:44:15.717550Z 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:44:15.713970Z", "last_refresh": "2023-10-16T20:45:10.402674Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-10-16T20:41:34.698499Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-16T20:40:04.237970Z", "last_refresh": "2023-10-16T20:45:06.594242Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-16T20:41:53.164671Z 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:41:53.161164Z", "last_refresh": "2023-10-16T20:45:06.594577Z", "running": 8, "size": 8}}, {"events": ["2023-10-16T20:41:46.044700Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-16T20:40:01.539461Z", "last_refresh": "2023-10-16T20:45:10.402011Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-16T20:45:14.768 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2023-10-16T20:45:14.768 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-16T20:45:14.778 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T20:45:14.779 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-16T20:45:14.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ mkdir /mnt/foo 2023-10-16T20:45:14.833 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2023-10-16T20:45:14.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ sleep 5 2023-10-16T20:45:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:15 smithi089 ceph-mon[103441]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:15 smithi089 ceph-mon[103441]: pgmap v152: 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:45:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:15 smithi026 ceph-mon[93126]: from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-16T20:45:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:15 smithi026 ceph-mon[93126]: pgmap v152: 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:45:16.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:16.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:16.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:45:16.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:16 smithi089 ceph-mon[103441]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:45:16.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:16.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:45:16.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:16 smithi026 ceph-mon[93126]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-16T20:45:16.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:17 smithi026 ceph-mon[93126]: pgmap v153: 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:45:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:17 smithi089 ceph-mon[103441]: pgmap v153: 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:45:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:19 smithi089 ceph-mon[103441]: pgmap v154: 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:45:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:19 smithi026 ceph-mon[93126]: pgmap v154: 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:45:19.907 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.26:/fake /mnt/foo -o port=2999' 2023-10-16T20:45:19.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ mount -t nfs 10.0.31.26:/fake /mnt/foo -o port=2999 2023-10-16T20:45:20.387 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-10-16T20:45:20.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ echo test 2023-10-16T20:45:20.467 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-10-16T20:45:20.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ sync 2023-10-16T20:45:20.954 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-16T20:45:20.973 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T20:45:20.974 DEBUG:teuthology.orchestra.run.smithi026:> 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 f448a1d4-6c63-11ee-8db6-212e2dc638e7 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2023-10-16T20:45:20.974 DEBUG:teuthology.orchestra.run.smithi026:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2023-10-16T20:45:20.974 DEBUG:teuthology.orchestra.run.smithi026:> ceph orch daemon stop $haproxy 2023-10-16T20:45:20.975 DEBUG:teuthology.orchestra.run.smithi026:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2023-10-16T20:45:20.975 DEBUG:teuthology.orchestra.run.smithi026:> cat /mnt/foo/testfile 2023-10-16T20:45:20.975 DEBUG:teuthology.orchestra.run.smithi026:> echo $haproxy > /mnt/foo/testfile 2023-10-16T20:45:20.975 DEBUG:teuthology.orchestra.run.smithi026:> sync 2023-10-16T20:45:20.976 DEBUG:teuthology.orchestra.run.smithi026:> ceph orch daemon start $haproxy 2023-10-16T20:45:20.976 DEBUG:teuthology.orchestra.run.smithi026:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2023-10-16T20:45:20.976 DEBUG:teuthology.orchestra.run.smithi026:> done 2023-10-16T20:45:20.976 DEBUG:teuthology.orchestra.run.smithi026:> ' 2023-10-16T20:45:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:21 smithi026 ceph-mon[93126]: 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:45:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:21.619 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:45:21.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:21.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:21 smithi089 ceph-mon[103441]: 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:45:21.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:22.908 INFO:teuthology.orchestra.run.smithi026.stdout:Check with each haproxy down in turn... 2023-10-16T20:45:23.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:23 smithi026 ceph-mon[93126]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:45:23.622 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled to stop haproxy.nfs.foo.smithi026.tffjbq on host 'smithi026' 2023-10-16T20:45:23.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:23 smithi089 ceph-mon[103441]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:45:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:24 smithi089 ceph-mon[103441]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:24 smithi089 ceph-mon[103441]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi026.tffjbq", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:24 smithi089 ceph-mon[103441]: Schedule stop daemon haproxy.nfs.foo.smithi026.tffjbq 2023-10-16T20:45:24.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:24.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:24.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:24 smithi089 ceph-mon[103441]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:24 smithi026 ceph-mon[93126]: from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:24 smithi026 ceph-mon[93126]: from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi026.tffjbq", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:24 smithi026 ceph-mon[93126]: Schedule stop daemon haproxy.nfs.foo.smithi026.tffjbq 2023-10-16T20:45:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:25.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:25.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:24 smithi026 ceph-mon[93126]: from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:25 smithi089 ceph-mon[103441]: pgmap v157: 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:45:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:25.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:25.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:25.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:25.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:25.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:25 smithi026 ceph-mon[93126]: pgmap v157: 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:45:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:26.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:26.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:26.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:26.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:26.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:26.908 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:26 smithi026 ceph-mon[93126]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:26 smithi089 ceph-mon[103441]: from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:27 smithi089 ceph-mon[103441]: pgmap v158: 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:45:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:27 smithi089 ceph-mon[103441]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:27 smithi026 ceph-mon[93126]: pgmap v158: 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:45:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:27 smithi026 ceph-mon[93126]: from='client.24453 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:28.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:28.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:29.915 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:29 smithi026 ceph-mon[93126]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:29.915 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:29 smithi026 ceph-mon[93126]: pgmap v159: 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:45:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:29 smithi089 ceph-mon[103441]: from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:29.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:29 smithi089 ceph-mon[103441]: pgmap v159: 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:45:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:30 smithi089 ceph-mon[103441]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:31.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:30 smithi026 ceph-mon[93126]: from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:31.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:31 smithi089 ceph-mon[103441]: pgmap v160: 97 pgs: 97 active+clean; 589 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:45:31.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:31 smithi089 ceph-mon[103441]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:32.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:31 smithi026 ceph-mon[93126]: pgmap v160: 97 pgs: 97 active+clean; 589 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:45:32.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:31 smithi026 ceph-mon[93126]: from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:33 smithi089 ceph-mon[103441]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:33 smithi089 ceph-mon[103441]: pgmap v161: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-16T20:45:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:33.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:33 smithi026 ceph-mon[93126]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:33 smithi026 ceph-mon[93126]: pgmap v161: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-16T20:45:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:34.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:34.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:34.943 INFO:teuthology.orchestra.run.smithi026.stdout:haproxy.nfs.foo.smithi026.tffjbq smithi026 *:2999,9999 stopped 1s ago 61s - - 2023-10-16T20:45:34.958 INFO:teuthology.orchestra.run.smithi026.stdout:test 2023-10-16T20:45:34.969 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:34 smithi026 ceph-mon[93126]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:34.969 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:34.970 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:34.970 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:34.970 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:34.970 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:34.970 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:34.971 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:34 smithi089 ceph-mon[103441]: from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:35.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:35.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:35.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:35.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:35.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:35.567 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled to start haproxy.nfs.foo.smithi026.tffjbq on host 'smithi026' 2023-10-16T20:45:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:35 smithi026 ceph-mon[93126]: pgmap v162: 97 pgs: 97 active+clean; 589 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:45:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:35 smithi026 ceph-mon[93126]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:36.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:36.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:36.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:35 smithi089 ceph-mon[103441]: pgmap v162: 97 pgs: 97 active+clean; 589 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:45:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:35 smithi089 ceph-mon[103441]: from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:36.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:36.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:36.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:36 smithi026 ceph-mon[93126]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi026.tffjbq", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:36 smithi026 ceph-mon[93126]: Schedule start daemon haproxy.nfs.foo.smithi026.tffjbq 2023-10-16T20:45:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:36 smithi026 ceph-mon[93126]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:36 smithi089 ceph-mon[103441]: from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi026.tffjbq", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:36 smithi089 ceph-mon[103441]: Schedule start daemon haproxy.nfs.foo.smithi026.tffjbq 2023-10-16T20:45:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:36 smithi089 ceph-mon[103441]: from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:37 smithi026 ceph-mon[93126]: pgmap v163: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-10-16T20:45:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:37 smithi089 ceph-mon[103441]: pgmap v163: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 2.0 KiB/s wr, 1 op/s 2023-10-16T20:45:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:38 smithi026 ceph-mon[93126]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:39.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:38 smithi089 ceph-mon[103441]: from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:40.024 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:39 smithi026 ceph-mon[93126]: pgmap v164: 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:45:40.024 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:39 smithi026 ceph-mon[93126]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:39 smithi089 ceph-mon[103441]: pgmap v164: 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:45:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:39 smithi089 ceph-mon[103441]: from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:40 smithi026 ceph-mon[93126]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:41.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:41.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:40 smithi089 ceph-mon[103441]: from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:41.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:41.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:41 smithi026 ceph-mon[93126]: pgmap v165: 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:45:42.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:41 smithi089 ceph-mon[103441]: pgmap v165: 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:45:43.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:42 smithi026 ceph-mon[93126]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:43.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:43.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:43.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:43.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:43.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:43.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:43.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:43.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:42 smithi089 ceph-mon[103441]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:43.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:43.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:43.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:43.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:43.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:43.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:43.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:43.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:43 smithi026 ceph-mon[93126]: pgmap v166: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-10-16T20:45:43.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:43 smithi026 ceph-mon[93126]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:43 smithi089 ceph-mon[103441]: pgmap v166: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2023-10-16T20:45:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:43 smithi089 ceph-mon[103441]: from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:45 smithi026 ceph-mon[93126]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:45 smithi026 ceph-mon[93126]: pgmap v167: 97 pgs: 97 active+clean; 598 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:45:45.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:45.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:45.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:45 smithi089 ceph-mon[103441]: from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:45 smithi089 ceph-mon[103441]: pgmap v167: 97 pgs: 97 active+clean; 598 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:45:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:45.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:45.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:46 smithi089 ceph-mon[103441]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:46.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:46 smithi026 ceph-mon[93126]: from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:47.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:47 smithi089 ceph-mon[103441]: pgmap v168: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-10-16T20:45:47.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:47 smithi089 ceph-mon[103441]: from='client.24493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:47.698 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:47 smithi026 ceph-mon[93126]: pgmap v168: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-10-16T20:45:47.698 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:47 smithi026 ceph-mon[93126]: from='client.24493 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:45:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:49 smithi026 ceph-mon[93126]: pgmap v169: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:45:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:49 smithi026 ceph-mon[93126]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:49 smithi089 ceph-mon[103441]: pgmap v169: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:45:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:49 smithi089 ceph-mon[103441]: from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:50 smithi026 ceph-mon[93126]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:50 smithi026 ceph-mon[93126]: mgrmap e22: smithi026.ftthsp(active, since 4m), standbys: smithi089.kykrls 2023-10-16T20:45:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:50 smithi089 ceph-mon[103441]: from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:50 smithi089 ceph-mon[103441]: mgrmap e22: smithi026.ftthsp(active, since 4m), standbys: smithi089.kykrls 2023-10-16T20:45:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:51 smithi026 ceph-mon[93126]: pgmap v170: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:45:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:51 smithi026 ceph-mon[93126]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:52.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:52.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:52.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:52.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:52.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:52.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:52.344 INFO:teuthology.orchestra.run.smithi026.stdout:haproxy.nfs.foo.smithi026.tffjbq smithi026 *:2999,9999 running (8s) 0s ago 78s 6941k - 2.3.17-d1c9119 e85424b0d443 8dffc448db17 2023-10-16T20:45:52.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:51 smithi089 ceph-mon[103441]: pgmap v170: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:45:52.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:51 smithi089 ceph-mon[103441]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:52.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:52.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:52.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:45:52.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:45:52.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:52.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:45:52.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:52.675 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled to stop haproxy.nfs.foo.smithi089.fytbpl on host 'smithi089' 2023-10-16T20:45:53.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:53 smithi089 ceph-mon[103441]: pgmap v171: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:45:53.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:53 smithi089 ceph-mon[103441]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:53.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:53 smithi089 ceph-mon[103441]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi089.fytbpl", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:53.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:53 smithi089 ceph-mon[103441]: Schedule stop daemon haproxy.nfs.foo.smithi089.fytbpl 2023-10-16T20:45:53.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:53.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:53.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:53.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:53 smithi089 ceph-mon[103441]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:54.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:53 smithi026 ceph-mon[93126]: pgmap v171: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:45:54.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:53 smithi026 ceph-mon[93126]: from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:54.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:53 smithi026 ceph-mon[93126]: from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi089.fytbpl", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:54.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:53 smithi026 ceph-mon[93126]: Schedule stop daemon haproxy.nfs.foo.smithi089.fytbpl 2023-10-16T20:45:54.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:54.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:54.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:45:54.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:53 smithi026 ceph-mon[93126]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:55.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:55 smithi089 ceph-mon[103441]: pgmap v172: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:45:55.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:55 smithi089 ceph-mon[103441]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:55 smithi026 ceph-mon[93126]: pgmap v172: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 426 B/s wr, 0 op/s 2023-10-16T20:45:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:55 smithi026 ceph-mon[93126]: from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:56.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:56 smithi089 ceph-mon[103441]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:56 smithi026 ceph-mon[93126]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:57.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:57 smithi089 ceph-mon[103441]: pgmap v173: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:45:57.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:57.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:57 smithi026 ceph-mon[93126]: pgmap v173: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:45:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:58.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:45:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:58 smithi026 ceph-mon[93126]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:58 smithi089 ceph-mon[103441]: from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:45:59.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:59 smithi089 ceph-mon[103441]: pgmap v174: 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:45:59.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:45:59 smithi089 ceph-mon[103441]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:59 smithi026 ceph-mon[93126]: pgmap v174: 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:46:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:45:59 smithi026 ceph-mon[93126]: from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:00.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:00 smithi089 ceph-mon[103441]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:00.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:00.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:00.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:00.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:00.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:00.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:00.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:00 smithi026 ceph-mon[93126]: from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:01.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:01.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:01.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:01.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:01.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:01 smithi089 ceph-mon[103441]: pgmap v175: 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:46:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:01 smithi026 ceph-mon[93126]: pgmap v175: 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:46:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:02.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:02 smithi089 ceph-mon[103441]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:03.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:02 smithi026 ceph-mon[93126]: from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:03 smithi089 ceph-mon[103441]: pgmap v176: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:46:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:03 smithi089 ceph-mon[103441]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:03 smithi026 ceph-mon[93126]: pgmap v176: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-16T20:46:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:03 smithi026 ceph-mon[93126]: from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:04.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:04 smithi089 ceph-mon[103441]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:04 smithi026 ceph-mon[93126]: from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:05 smithi089 ceph-mon[103441]: pgmap v177: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:05 smithi026 ceph-mon[93126]: pgmap v177: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:06.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:06.716 INFO:teuthology.orchestra.run.smithi026.stdout:haproxy.nfs.foo.smithi089.fytbpl smithi089 *:2999,9999 stopped 0s ago 83s - - 2023-10-16T20:46:06.719 INFO:teuthology.orchestra.run.smithi026.stdout:haproxy.nfs.foo.smithi026.tffjbq 2023-10-16T20:46:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:06 smithi089 ceph-mon[103441]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:07.270 INFO:teuthology.orchestra.run.smithi026.stdout:Scheduled to start haproxy.nfs.foo.smithi089.fytbpl on host 'smithi089' 2023-10-16T20:46:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:06 smithi026 ceph-mon[93126]: from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:08.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:07 smithi089 ceph-mon[103441]: pgmap v178: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:08.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:07 smithi089 ceph-mon[103441]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:08.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:08.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:07 smithi026 ceph-mon[93126]: pgmap v178: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:07 smithi026 ceph-mon[93126]: from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:08.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:08 smithi089 ceph-mon[103441]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi089.fytbpl", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:08 smithi089 ceph-mon[103441]: Schedule start daemon haproxy.nfs.foo.smithi089.fytbpl 2023-10-16T20:46:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:08 smithi089 ceph-mon[103441]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:09.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:09.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:09.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:08 smithi026 ceph-mon[93126]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi089.fytbpl", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:08 smithi026 ceph-mon[93126]: Schedule start daemon haproxy.nfs.foo.smithi089.fytbpl 2023-10-16T20:46:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:08 smithi026 ceph-mon[93126]: from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:09.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:09.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:09.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:09.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:09.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:09.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:09.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:09 smithi089 ceph-mon[103441]: pgmap v179: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:09 smithi089 ceph-mon[103441]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:09 smithi026 ceph-mon[93126]: pgmap v179: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:46:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:09 smithi026 ceph-mon[93126]: from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:11 smithi089 ceph-mon[103441]: pgmap v180: 97 pgs: 97 active+clean; 609 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:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:11 smithi089 ceph-mon[103441]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:12.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:12.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:11 smithi026 ceph-mon[93126]: pgmap v180: 97 pgs: 97 active+clean; 609 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:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:11 smithi026 ceph-mon[93126]: from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:12.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:12.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:12.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:13.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:12 smithi089 ceph-mon[103441]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:13.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:12 smithi026 ceph-mon[93126]: from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:14.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:13 smithi089 ceph-mon[103441]: pgmap v181: 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:46:14.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:13 smithi026 ceph-mon[93126]: pgmap v181: 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:46:15.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:14 smithi089 ceph-mon[103441]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:15.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:14 smithi026 ceph-mon[93126]: from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:15.845 INFO:teuthology.orchestra.run.smithi026.stdout:haproxy.nfs.foo.smithi089.fytbpl smithi089 *:2999,9999 running (5s) 0s ago 92s 6941k - 2.3.17-d1c9119 e85424b0d443 0b5f87eece0f 2023-10-16T20:46:16.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:15 smithi089 ceph-mon[103441]: pgmap v182: 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:46:16.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:15 smithi089 ceph-mon[103441]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:16.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:16.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:16.271 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:15 smithi026 ceph-mon[93126]: pgmap v182: 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:46:16.271 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:15 smithi026 ceph-mon[93126]: from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:16.271 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:16.271 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:16.315 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-16T20:46:16.326 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi026.front.sepia.ceph.com 2023-10-16T20:46:16.326 DEBUG:teuthology.orchestra.run.smithi026:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2023-10-16T20:46:16.327 DEBUG:teuthology.orchestra.run.smithi026:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2023-10-16T20:46:16.327 DEBUG:teuthology.orchestra.run.smithi026:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2023-10-16T20:46:16.327 DEBUG:teuthology.orchestra.run.smithi026:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2023-10-16T20:46:16.328 DEBUG:teuthology.orchestra.run.smithi026:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2023-10-16T20:46:16.328 DEBUG:teuthology.orchestra.run.smithi026:> echo "Removing daemon $id fsid $fsid..." 2023-10-16T20:46:16.328 DEBUG:teuthology.orchestra.run.smithi026:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2023-10-16T20:46:16.328 DEBUG:teuthology.orchestra.run.smithi026:> 2023-10-16T20:46:16.329 DEBUG:teuthology.orchestra.run.smithi026:> echo "Waking up cephadm..." 2023-10-16T20:46:16.329 DEBUG:teuthology.orchestra.run.smithi026:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2023-10-16T20:46:16.329 DEBUG:teuthology.orchestra.run.smithi026:> 2023-10-16T20:46:16.329 DEBUG:teuthology.orchestra.run.smithi026:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2023-10-16T20:46:16.329 DEBUG:teuthology.orchestra.run.smithi026:> echo "Mount is back!" 2023-10-16T20:46:16.330 DEBUG:teuthology.orchestra.run.smithi026:> done 2023-10-16T20:46:16.330 DEBUG:teuthology.orchestra.run.smithi026:> ' 2023-10-16T20:46:16.361 INFO:teuthology.orchestra.run.smithi026.stderr:++ hostname 2023-10-16T20:46:16.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ echo 'Check with smithi026 ganesha(s) down...' 2023-10-16T20:46:16.362 INFO:teuthology.orchestra.run.smithi026.stdout:Check with smithi026 ganesha(s) down... 2023-10-16T20:46:16.363 INFO:teuthology.orchestra.run.smithi026.stderr:++ systemctl 2023-10-16T20:46:16.363 INFO:teuthology.orchestra.run.smithi026.stderr:++ grep ceph- 2023-10-16T20:46:16.363 INFO:teuthology.orchestra.run.smithi026.stderr:++ grep @nfs 2023-10-16T20:46:16.363 INFO:teuthology.orchestra.run.smithi026.stderr:++ awk '{print $1}' 2023-10-16T20:46:16.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2023-10-16T20:46:16.370 INFO:teuthology.orchestra.run.smithi026.stderr:++ echo ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@nfs.foo.0.0.smithi026.oxktnm.service 2023-10-16T20:46:16.370 INFO:teuthology.orchestra.run.smithi026.stderr:++ sed s/@/-/ 2023-10-16T20:46:16.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ cid=ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7-nfs.foo.0.0.smithi026.oxktnm.service 2023-10-16T20:46:16.371 INFO:teuthology.orchestra.run.smithi026.stderr:++ echo ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@nfs.foo.0.0.smithi026.oxktnm.service 2023-10-16T20:46:16.371 INFO:teuthology.orchestra.run.smithi026.stderr:++ cut -d @ -f 2 2023-10-16T20:46:16.372 INFO:teuthology.orchestra.run.smithi026.stderr:++ sed 's/.service$//' 2023-10-16T20:46:16.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ id=nfs.foo.0.0.smithi026.oxktnm 2023-10-16T20:46:16.373 INFO:teuthology.orchestra.run.smithi026.stderr:++ echo ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7@nfs.foo.0.0.smithi026.oxktnm.service 2023-10-16T20:46:16.373 INFO:teuthology.orchestra.run.smithi026.stderr:++ cut -d @ -f 1 2023-10-16T20:46:16.373 INFO:teuthology.orchestra.run.smithi026.stderr:++ cut -d - -f 2- 2023-10-16T20:46:16.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ fsid=f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:46:16.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi026.oxktnm fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7...' 2023-10-16T20:46:16.375 INFO:teuthology.orchestra.run.smithi026.stdout:Removing daemon nfs.foo.0.0.smithi026.oxktnm fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7... 2023-10-16T20:46:16.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 --name nfs.foo.0.0.smithi026.oxktnm 2023-10-16T20:46:17.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:16 smithi089 ceph-mon[103441]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:17.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:16 smithi026 ceph-mon[93126]: from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:17 smithi026 ceph-mon[93126]: pgmap v183: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-10-16T20:46:18.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:17 smithi089 ceph-mon[103441]: pgmap v183: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 0 op/s 2023-10-16T20:46:18.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ echo 'Waking up cephadm...' 2023-10-16T20:46:18.407 INFO:teuthology.orchestra.run.smithi026.stdout:Waking up cephadm... 2023-10-16T20:46:18.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2023-10-16T20:46:19.115 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring fsid f448a1d4-6c63-11ee-8db6-212e2dc638e7 2023-10-16T20:46:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:19.391 INFO:teuthology.orchestra.run.smithi026.stderr:Inferring config /var/lib/ceph/f448a1d4-6c63-11ee-8db6-212e2dc638e7/mon.smithi026/config 2023-10-16T20:46:19.940 INFO:teuthology.orchestra.run.smithi026.stderr:Using ceph image with id '432d8aed36d3' and tag 'bcf5b23faa7fe51d364c0e949f01773ae6822e01' created on 2023-10-13 17:45:28 +0000 UTC 2023-10-16T20:46:19.940 INFO:teuthology.orchestra.run.smithi026.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:ef988dbe662e953665f325a6da944894d13eba6e20b2f00e780151e248101ff1 2023-10-16T20:46:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:19 smithi089 ceph-mon[103441]: pgmap v184: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-16T20:46:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:19 smithi026 ceph-mon[93126]: pgmap v184: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-16T20:46:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:21.290 INFO:teuthology.orchestra.run.smithi026.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-16T20:46:21.291 INFO:teuthology.orchestra.run.smithi026.stdout:alertmanager.smithi026 smithi026 *:9093,9094 running (4m) 2s ago 5m 26.4M - 0.25.0 c8568f914cd2 7c435c4be840 2023-10-16T20:46:21.291 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-exporter.smithi026 smithi026 running (5m) 2s ago 5m 8451k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 59186d5c01c9 2023-10-16T20:46:21.291 INFO:teuthology.orchestra.run.smithi026.stdout:ceph-exporter.smithi089 smithi089 running (4m) 5s ago 4m 8837k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 ca71725e12ee 2023-10-16T20:46:21.291 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi026 smithi026 running (5m) 2s ago 5m 7490k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 adb454e76ea9 2023-10-16T20:46:21.292 INFO:teuthology.orchestra.run.smithi026.stdout:crash.smithi089 smithi089 running (4m) 5s ago 4m 7448k - 18.0.0-6722-gbcf5b23f 432d8aed36d3 31a58b2001a0 2023-10-16T20:46:21.292 INFO:teuthology.orchestra.run.smithi026.stdout:grafana.smithi026 smithi026 *:3000 running (4m) 2s ago 5m 92.7M - 9.4.7 2c41d148cca3 437b03fc3af1 2023-10-16T20:46:21.292 INFO:teuthology.orchestra.run.smithi026.stdout:haproxy.nfs.foo.smithi026.tffjbq smithi026 *:2999,9999 running (37s) 2s ago 107s 7382k - 2.3.17-d1c9119 e85424b0d443 8dffc448db17 2023-10-16T20:46:21.292 INFO:teuthology.orchestra.run.smithi026.stdout:haproxy.nfs.foo.smithi089.fytbpl smithi089 *:2999,9999 running (10s) 5s ago 98s 6941k - 2.3.17-d1c9119 e85424b0d443 0b5f87eece0f 2023-10-16T20:46:21.293 INFO:teuthology.orchestra.run.smithi026.stdout:keepalived.nfs.foo.smithi026.arbzfl smithi026 running (91s) 2s ago 91s 2605k - 2.2.4 4a3a1ff181d9 b988630fb25c 2023-10-16T20:46:21.293 INFO:teuthology.orchestra.run.smithi026.stdout:keepalived.nfs.foo.smithi089.rdjvfo smithi089 running (80s) 5s ago 79s 2629k - 2.2.4 4a3a1ff181d9 f08007a92b60 2023-10-16T20:46:21.293 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi026.wnzqrl smithi026 running (119s) 2s ago 119s 17.4M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 65b17f964e2f 2023-10-16T20:46:21.293 INFO:teuthology.orchestra.run.smithi026.stdout:mds.foofs.smithi089.jebajv smithi089 running (2m) 5s ago 2m 17.0M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 c377b9af6caa 2023-10-16T20:46:21.293 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi026.ftthsp smithi026 *:9283,8765,8443 running (7m) 2s ago 6m 524M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 8979cc151290 2023-10-16T20:46:21.294 INFO:teuthology.orchestra.run.smithi026.stdout:mgr.smithi089.kykrls smithi089 *:8443,9283,8765 running (4m) 5s ago 4m 450M - 18.0.0-6722-gbcf5b23f 432d8aed36d3 6769289341ed 2023-10-16T20:46:21.294 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi026 smithi026 running (7m) 2s ago 7m 86.7M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 3f9fa5b0e8e5 2023-10-16T20:46:21.294 INFO:teuthology.orchestra.run.smithi026.stdout:mon.smithi089 smithi089 running (4m) 5s ago 4m 55.9M 2048M 18.0.0-6722-gbcf5b23f 432d8aed36d3 52f755ce60a4 2023-10-16T20:46:21.294 INFO:teuthology.orchestra.run.smithi026.stdout:nfs.foo.0.0.smithi026.oxktnm smithi026 *:12999 running (116s) 2s ago 116s 73.9M - 5.5 432d8aed36d3 982a418421e4 2023-10-16T20:46:21.295 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi026 smithi026 *:9100 running (5m) 2s ago 5m 19.0M - 1.5.0 0da6a335fe13 779d4b71b80c 2023-10-16T20:46:21.295 INFO:teuthology.orchestra.run.smithi026.stdout:node-exporter.smithi089 smithi089 *:9100 running (4m) 5s ago 4m 18.0M - 1.5.0 0da6a335fe13 e954767e48ad 2023-10-16T20:46:21.295 INFO:teuthology.orchestra.run.smithi026.stdout:osd.0 smithi089 running (3m) 5s ago 3m 64.3M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 7f3078c72b96 2023-10-16T20:46:21.295 INFO:teuthology.orchestra.run.smithi026.stdout:osd.1 smithi026 running (3m) 2s ago 3m 70.0M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 c1d5de3701f1 2023-10-16T20:46:21.295 INFO:teuthology.orchestra.run.smithi026.stdout:osd.2 smithi089 running (3m) 5s ago 3m 55.3M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 22ddcbb5645a 2023-10-16T20:46:21.296 INFO:teuthology.orchestra.run.smithi026.stdout:osd.3 smithi026 running (3m) 2s ago 3m 65.8M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 794825e5f3a6 2023-10-16T20:46:21.296 INFO:teuthology.orchestra.run.smithi026.stdout:osd.4 smithi089 running (3m) 5s ago 3m 57.3M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 bad352f86191 2023-10-16T20:46:21.296 INFO:teuthology.orchestra.run.smithi026.stdout:osd.5 smithi026 running (3m) 2s ago 3m 53.3M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 e41c66c465a0 2023-10-16T20:46:21.296 INFO:teuthology.orchestra.run.smithi026.stdout:osd.6 smithi089 running (3m) 5s ago 3m 56.7M 3748M 18.0.0-6722-gbcf5b23f 432d8aed36d3 aeec5859b526 2023-10-16T20:46:21.296 INFO:teuthology.orchestra.run.smithi026.stdout:osd.7 smithi026 running (3m) 2s ago 3m 57.0M 2981M 18.0.0-6722-gbcf5b23f 432d8aed36d3 a1082fe2949e 2023-10-16T20:46:21.297 INFO:teuthology.orchestra.run.smithi026.stdout:prometheus.smithi026 smithi026 *:9095 running (66s) 2s ago 5m 46.0M - 2.43.0 a07b618ecd1d 1e7c2b3fafa2 2023-10-16T20:46:21.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:22 smithi026 ceph-mon[93126]: pgmap v185: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-16T20:46:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:22 smithi089 ceph-mon[103441]: pgmap v185: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-16T20:46:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:22.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:22.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:23.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:23 smithi026 ceph-mon[93126]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:23 smithi089 ceph-mon[103441]: from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-16T20:46:23.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:23.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:24 smithi026 ceph-mon[93126]: pgmap v186: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2023-10-16T20:46:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:24 smithi089 ceph-mon[103441]: pgmap v186: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2023-10-16T20:46:24.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:24.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:25.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:25.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:26 smithi026 ceph-mon[93126]: pgmap v187: 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:46:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:26 smithi089 ceph-mon[103441]: pgmap v187: 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:46:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:26.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:26.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:27.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:27.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:28 smithi026 ceph-mon[93126]: pgmap v188: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:46:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:28.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:28 smithi089 ceph-mon[103441]: pgmap v188: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 341 B/s wr, 0 op/s 2023-10-16T20:46:28.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:28.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:28.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:28.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:29.425 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: pgmap v189: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-10-16T20:46:29.425 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:29.426 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:29.426 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:29.426 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:29.426 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:29.426 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: Fencing old nfs.foo.0.0.smithi026.oxktnm 2023-10-16T20:46:29.426 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.oxktnm"}]: dispatch 2023-10-16T20:46:29.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.oxktnm"}]': finished 2023-10-16T20:46:29.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:29.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: Creating key for client.nfs.foo.0.1.smithi026.vlnsmu 2023-10-16T20:46:29.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.vlnsmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-16T20:46:29.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.vlnsmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-16T20:46:29.428 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-16T20:46:29.428 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:46:29.428 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:46:29.428 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:29.428 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-16T20:46:29.429 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-16T20:46:29.429 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: Rados config object exists: conf-nfs.foo 2023-10-16T20:46:29.429 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: Creating key for client.nfs.foo.0.1.smithi026.vlnsmu-rgw 2023-10-16T20:46:29.429 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.vlnsmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-16T20:46:29.429 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.vlnsmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-16T20:46:29.429 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: Bind address in nfs.foo.0.1.smithi026.vlnsmu's ganesha conf is defaulting to empty 2023-10-16T20:46:29.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:29.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:29 smithi026 ceph-mon[93126]: Deploying daemon nfs.foo.0.1.smithi026.vlnsmu on smithi026 2023-10-16T20:46:29.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: pgmap v189: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-10-16T20:46:29.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:29.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:29.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:29.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:29.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:29.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: Fencing old nfs.foo.0.0.smithi026.oxktnm 2023-10-16T20:46:29.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.oxktnm"}]: dispatch 2023-10-16T20:46:29.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi026.oxktnm"}]': finished 2023-10-16T20:46:29.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:29.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: Creating key for client.nfs.foo.0.1.smithi026.vlnsmu 2023-10-16T20:46:29.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.vlnsmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-16T20:46:29.681 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.vlnsmu", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-16T20:46:29.681 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-16T20:46:29.681 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:46:29.681 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 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:46:29.681 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:29.681 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-16T20:46:29.682 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-16T20:46:29.682 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: Rados config object exists: conf-nfs.foo 2023-10-16T20:46:29.682 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: Creating key for client.nfs.foo.0.1.smithi026.vlnsmu-rgw 2023-10-16T20:46:29.682 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.vlnsmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-16T20:46:29.682 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi026.vlnsmu-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-16T20:46:29.683 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: Bind address in nfs.foo.0.1.smithi026.vlnsmu's ganesha conf is defaulting to empty 2023-10-16T20:46:29.683 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:29.683 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:29 smithi089 ceph-mon[103441]: Deploying daemon nfs.foo.0.1.smithi026.vlnsmu on smithi026 2023-10-16T20:46:29.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:29.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:30.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:30.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:31.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:31 smithi026 ceph-mon[93126]: pgmap v190: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-10-16T20:46:31.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:31 smithi026 ceph-mon[93126]: from='mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061]' entity='mds.foofs.smithi089.jebajv' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/1857992177"}]: dispatch 2023-10-16T20:46:31.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:31 smithi026 ceph-mon[93126]: from='mds.? ' entity='mds.foofs.smithi089.jebajv' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/1857992177"}]: dispatch 2023-10-16T20:46:31.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:31.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:31.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:31.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:31.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:31.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:31 smithi089 ceph-mon[103441]: pgmap v190: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 170 B/s wr, 0 op/s 2023-10-16T20:46:31.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:31 smithi089 ceph-mon[103441]: from='mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061]' entity='mds.foofs.smithi089.jebajv' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/1857992177"}]: dispatch 2023-10-16T20:46:31.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:31 smithi089 ceph-mon[103441]: from='mds.? ' entity='mds.foofs.smithi089.jebajv' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/1857992177"}]: dispatch 2023-10-16T20:46:31.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:31.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:31.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:31.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:31.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:31.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:31.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:32.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:32 smithi026 ceph-mon[93126]: Evicting (and blocklisting) client session 14612 (172.21.15.26:0/1857992177) 2023-10-16T20:46:32.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:32 smithi026 ceph-mon[93126]: from='mds.? ' entity='mds.foofs.smithi089.jebajv' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/1857992177"}]': finished 2023-10-16T20:46:32.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:32 smithi026 ceph-mon[93126]: osdmap e47: 8 total, 8 up, 8 in 2023-10-16T20:46:32.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:32 smithi089 ceph-mon[103441]: Evicting (and blocklisting) client session 14612 (172.21.15.26:0/1857992177) 2023-10-16T20:46:32.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:32 smithi089 ceph-mon[103441]: from='mds.? ' entity='mds.foofs.smithi089.jebajv' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/1857992177"}]': finished 2023-10-16T20:46:32.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:32 smithi089 ceph-mon[103441]: osdmap e47: 8 total, 8 up, 8 in 2023-10-16T20:46:32.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:32.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:33 smithi026 ceph-mon[93126]: pgmap v192: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 204 B/s wr, 0 op/s 2023-10-16T20:46:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:33.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:33.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:33 smithi089 ceph-mon[103441]: pgmap v192: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 716 B/s rd, 204 B/s wr, 0 op/s 2023-10-16T20:46:33.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:33.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:33.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:33.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:34.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:34.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:35.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:35 smithi026 ceph-mon[93126]: pgmap v193: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 204 B/s wr, 1 op/s 2023-10-16T20:46:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:35 smithi089 ceph-mon[103441]: pgmap v193: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 921 B/s rd, 204 B/s wr, 1 op/s 2023-10-16T20:46:35.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:35.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:36.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:36.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:37.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:37.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:37 smithi026 ceph-mon[93126]: pgmap v194: 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:46:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:37 smithi089 ceph-mon[103441]: pgmap v194: 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:46:38.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:38.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:39.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:39 smithi026 ceph-mon[93126]: pgmap v195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2023-10-16T20:46:39.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:39.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:39.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:39.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:39.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:39.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:39.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:39.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:39 smithi026 ceph-mon[93126]: Reconfiguring haproxy.nfs.foo.smithi026.tffjbq (dependencies changed)... 2023-10-16T20:46:39.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:39 smithi026 ceph-mon[93126]: Reconfiguring daemon haproxy.nfs.foo.smithi026.tffjbq on smithi026 2023-10-16T20:46:39.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:39 smithi089 ceph-mon[103441]: pgmap v195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2023-10-16T20:46:39.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:39.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:39.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:39.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:39.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:39.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:39.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:39.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:39 smithi089 ceph-mon[103441]: Reconfiguring haproxy.nfs.foo.smithi026.tffjbq (dependencies changed)... 2023-10-16T20:46:39.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:39 smithi089 ceph-mon[103441]: Reconfiguring daemon haproxy.nfs.foo.smithi026.tffjbq on smithi026 2023-10-16T20:46:39.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:39.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:40.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:40.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:41.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:41.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:42.194 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:41 smithi089 ceph-mon[103441]: pgmap v196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2023-10-16T20:46:42.195 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:42.195 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:42.195 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:41 smithi089 ceph-mon[103441]: Reconfiguring haproxy.nfs.foo.smithi089.fytbpl (dependencies changed)... 2023-10-16T20:46:42.195 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:41 smithi089 ceph-mon[103441]: Reconfiguring daemon haproxy.nfs.foo.smithi089.fytbpl on smithi089 2023-10-16T20:46:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:41 smithi026 ceph-mon[93126]: pgmap v196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 921 B/s wr, 2 op/s 2023-10-16T20:46:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:42.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:41 smithi026 ceph-mon[93126]: Reconfiguring haproxy.nfs.foo.smithi089.fytbpl (dependencies changed)... 2023-10-16T20:46:42.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:41 smithi026 ceph-mon[93126]: Reconfiguring daemon haproxy.nfs.foo.smithi089.fytbpl on smithi089 2023-10-16T20:46:43.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:43.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:44.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:44.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:43 smithi026 ceph-mon[93126]: pgmap v197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2023-10-16T20:46:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:44.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:43 smithi089 ceph-mon[103441]: pgmap v197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s rd, 1.1 KiB/s wr, 2 op/s 2023-10-16T20:46:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:46:45.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:45.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:45 smithi026 ceph-mon[93126]: pgmap v198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 853 B/s wr, 1 op/s 2023-10-16T20:46:46.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:46.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:46.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:45 smithi089 ceph-mon[103441]: pgmap v198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 682 B/s rd, 853 B/s wr, 1 op/s 2023-10-16T20:46:47.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:47.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:48.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:48.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:47 smithi026 ceph-mon[93126]: pgmap v199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2023-10-16T20:46:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:47 smithi089 ceph-mon[103441]: pgmap v199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 853 B/s wr, 1 op/s 2023-10-16T20:46:49.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:49.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:46:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:50.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:50.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:49 smithi026 ceph-mon[93126]: pgmap v200: 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:46:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:49 smithi089 ceph-mon[103441]: pgmap v200: 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:46:51.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:51.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:51.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:51 smithi089 ceph-mon[103441]: pgmap v201: 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:46:51.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:51.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:51.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:51.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:51.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:51.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:51.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:51 smithi026 ceph-mon[93126]: pgmap v201: 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:46:52.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:52.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:52.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:46:52.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:46:52.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:52.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:46:52.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:46:52.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:52.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:53.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:53.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:53.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:53 smithi089 ceph-mon[103441]: pgmap v202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-10-16T20:46:54.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:53 smithi026 ceph-mon[93126]: pgmap v202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-10-16T20:46:54.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:54.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:55.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:55.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:55.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:55 smithi089 ceph-mon[103441]: pgmap v203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:46:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:55 smithi026 ceph-mon[93126]: pgmap v203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:46:56.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:56.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:57.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:57.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:57.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:57 smithi089 ceph-mon[103441]: pgmap v204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:46:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:57 smithi026 ceph-mon[93126]: pgmap v204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:46:58.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:58.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:59.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:46:59.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:46:59.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:46:59 smithi089 ceph-mon[103441]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:47:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:46:59 smithi026 ceph-mon[93126]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-16T20:47:00.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:00.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:01.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:01.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:01.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:01 smithi089 ceph-mon[103441]: pgmap v206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:02.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:01 smithi026 ceph-mon[93126]: pgmap v206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:02.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:02.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:03.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:03.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:03 smithi089 ceph-mon[103441]: pgmap v207: 97 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:47:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:03 smithi026 ceph-mon[93126]: pgmap v207: 97 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:47:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:04.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:04.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:05.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:05.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:05.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:05 smithi089 ceph-mon[103441]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:05.979 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:05 smithi026 ceph-mon[93126]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:06.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:06.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:07.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:07.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:07 smithi089 ceph-mon[103441]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:07 smithi026 ceph-mon[93126]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:08.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:08.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:09.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:09.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:09.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:09 smithi089 ceph-mon[103441]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:09 smithi026 ceph-mon[93126]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:10.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:10.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:11.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:11.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:11 smithi026 ceph-mon[93126]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:12.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:12.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:11 smithi089 ceph-mon[103441]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:13.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:13.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:14.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:13 smithi026 ceph-mon[93126]: pgmap v212: 97 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:47:14.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:14.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:13 smithi089 ceph-mon[103441]: pgmap v212: 97 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:47:15.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:15.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:15.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:15 smithi089 ceph-mon[103441]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:16.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:15 smithi026 ceph-mon[93126]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:16.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:16.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:17.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:17.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:17 smithi026 ceph-mon[93126]: pgmap v214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:18.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:18.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:18.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:17 smithi089 ceph-mon[103441]: pgmap v214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:19.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:19.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:19 smithi026 ceph-mon[93126]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:20.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:20.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:19 smithi089 ceph-mon[103441]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:21.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:21.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:22.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:21 smithi026 ceph-mon[93126]: pgmap v216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:22.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:22.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:21 smithi089 ceph-mon[103441]: pgmap v216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:23.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:23.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:24.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:23 smithi026 ceph-mon[93126]: pgmap v217: 97 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:47:24.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:24.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:23 smithi089 ceph-mon[103441]: pgmap v217: 97 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:47:25.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:25.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:25 smithi089 ceph-mon[103441]: 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:47:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:25 smithi026 ceph-mon[93126]: 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:47:26.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:26.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:27.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:27.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:27 smithi026 ceph-mon[93126]: 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:47:28.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:28.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:27 smithi089 ceph-mon[103441]: 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:47:29.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:29.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:29 smithi026 ceph-mon[93126]: pgmap v220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:30.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:30.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:29 smithi089 ceph-mon[103441]: pgmap v220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:31.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:31.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:32.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:31 smithi026 ceph-mon[93126]: 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:47:32.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:32.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:31 smithi089 ceph-mon[103441]: 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:47:33.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:33.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:33 smithi026 ceph-mon[93126]: pgmap v222: 97 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:47:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:34.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:34.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:33 smithi089 ceph-mon[103441]: pgmap v222: 97 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:47:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:35.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:35.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:35 smithi026 ceph-mon[93126]: 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:47:36.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:36.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:35 smithi089 ceph-mon[103441]: 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:47:37.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:37.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:37 smithi026 ceph-mon[93126]: 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:47:38.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:38.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:37 smithi089 ceph-mon[103441]: 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:47:39.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:39.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:39 smithi026 ceph-mon[93126]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:40.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:40.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:39 smithi089 ceph-mon[103441]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:41.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:41.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:41 smithi026 ceph-mon[93126]: 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:47:42.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:41 smithi089 ceph-mon[103441]: 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:47:42.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:42.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:43.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:43.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:44.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:43 smithi026 ceph-mon[93126]: pgmap v227: 97 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:47:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:43 smithi089 ceph-mon[103441]: pgmap v227: 97 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:47:44.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:44.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:45.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:45.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:45 smithi026 ceph-mon[93126]: 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:47:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:45 smithi089 ceph-mon[103441]: 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:47:46.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:46.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:47.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:47.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:48.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:47 smithi026 ceph-mon[93126]: 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:47:48.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:47 smithi089 ceph-mon[103441]: 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:47:48.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:48.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:47:49.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:49.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:49 smithi026 ceph-mon[93126]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:49 smithi089 ceph-mon[103441]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-16T20:47:50.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:50.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:51.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:51.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:51 smithi026 ceph-mon[93126]: 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:47:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:52.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:51 smithi089 ceph-mon[103441]: 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:47:52.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:47:52.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:52.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:53.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:53.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:54.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:53 smithi026 ceph-mon[93126]: pgmap v232: 97 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:47:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:53 smithi089 ceph-mon[103441]: pgmap v232: 97 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:47:54.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:54.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:55.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:55.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:55 smithi026 ceph-mon[93126]: 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:47:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:47:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:47:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:55 smithi089 ceph-mon[103441]: 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:47:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:47:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:47:56.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:56.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:57.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:57.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:57 smithi026 ceph-mon[93126]: 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:47:58.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:57 smithi089 ceph-mon[103441]: 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:47:58.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:58.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:47:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:47:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:59.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:47:59.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:59.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:47:59.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:47:59.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:47:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:47:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:47:59.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:47:59.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:47:59.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:47:59.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:47:59.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:48:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:47:59 smithi089 ceph-mon[103441]: pgmap v235: 97 pgs: 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:00.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:00.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:47:59 smithi026 ceph-mon[93126]: pgmap v235: 97 pgs: 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:01.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:01.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:01 smithi089 ceph-mon[103441]: 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:02.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:02.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:01 smithi026 ceph-mon[93126]: 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:03.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:03.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:03 smithi089 ceph-mon[103441]: pgmap v237: 97 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:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:04.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:04.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:03 smithi026 ceph-mon[93126]: pgmap v237: 97 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:05.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:05.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:05 smithi089 ceph-mon[103441]: 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:06.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:06.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:05 smithi026 ceph-mon[93126]: 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:07.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:07.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:08.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:07 smithi089 ceph-mon[103441]: 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:08.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:08.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:07 smithi026 ceph-mon[93126]: 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:09.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:09.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:09 smithi089 ceph-mon[103441]: pgmap v240: 97 pgs: 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:10.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:10.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:09 smithi026 ceph-mon[93126]: pgmap v240: 97 pgs: 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:11.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:11.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:11 smithi026 ceph-mon[93126]: 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:48:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:11 smithi089 ceph-mon[103441]: 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:48:12.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:12.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:13.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:13.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:14.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:13 smithi089 ceph-mon[103441]: pgmap v242: 97 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:14.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:14.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:14.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:13 smithi026 ceph-mon[93126]: pgmap v242: 97 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:15.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:15.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:16.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:15 smithi089 ceph-mon[103441]: 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:48:16.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:16.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:15 smithi026 ceph-mon[93126]: 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:48:17.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:17.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:18.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:17 smithi089 ceph-mon[103441]: 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:48:18.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:18.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:18.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:17 smithi026 ceph-mon[93126]: 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:48:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:19.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:19.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:19 smithi089 ceph-mon[103441]: pgmap v245: 97 pgs: 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.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:20.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:19 smithi026 ceph-mon[93126]: pgmap v245: 97 pgs: 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.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:21.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:21 smithi089 ceph-mon[103441]: 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:48:22.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:22.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:21 smithi026 ceph-mon[93126]: 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:48:23.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:23.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:24.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:23 smithi089 ceph-mon[103441]: pgmap v247: 97 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:24.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:24.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:23 smithi026 ceph-mon[93126]: pgmap v247: 97 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:25.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:25.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:25 smithi089 ceph-mon[103441]: 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:48:26.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:26.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:25 smithi026 ceph-mon[93126]: 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:48:27.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:27.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:28.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:27 smithi089 ceph-mon[103441]: 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:48:28.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:28.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:27 smithi026 ceph-mon[93126]: 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:48:29.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:29.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:29 smithi089 ceph-mon[103441]: pgmap v250: 97 pgs: 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.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:30.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:29 smithi026 ceph-mon[93126]: pgmap v250: 97 pgs: 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.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:31.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:32.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:31 smithi089 ceph-mon[103441]: 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:48:32.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:32.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:31 smithi026 ceph-mon[93126]: 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:48:33.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:33.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:33 smithi089 ceph-mon[103441]: pgmap v252: 97 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:34.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:34.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:33 smithi026 ceph-mon[93126]: pgmap v252: 97 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:35.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:35.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:35 smithi089 ceph-mon[103441]: 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:48:36.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:36.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:36.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:35 smithi026 ceph-mon[93126]: 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:48:37.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:37.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:37 smithi089 ceph-mon[103441]: 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:48:38.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:38.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:37 smithi026 ceph-mon[93126]: 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:48:39.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:39.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:39 smithi089 ceph-mon[103441]: pgmap v255: 97 pgs: 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.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:40.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:39 smithi026 ceph-mon[93126]: pgmap v255: 97 pgs: 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.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:41.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:42.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:41 smithi089 ceph-mon[103441]: 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:48:42.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:42.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:41 smithi026 ceph-mon[93126]: 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:48:43.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:43.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:44.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:44.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:43 smithi026 ceph-mon[93126]: pgmap v257: 97 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:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:43 smithi089 ceph-mon[103441]: pgmap v257: 97 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:45.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:45.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:46.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:46.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:45 smithi026 ceph-mon[93126]: 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:48:46.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:45 smithi089 ceph-mon[103441]: 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:48:47.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:47.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:48.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:48.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:47 smithi026 ceph-mon[93126]: 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:48:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:47 smithi089 ceph-mon[103441]: 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:48:49.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:49.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:48:50.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:50.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:49 smithi026 ceph-mon[93126]: pgmap v260: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:49 smithi089 ceph-mon[103441]: pgmap v260: 97 pgs: 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.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:51.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:52.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:52.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:51 smithi026 ceph-mon[93126]: 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:48:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:51 smithi089 ceph-mon[103441]: 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:48:53.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:53.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:54.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:54.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:53 smithi026 ceph-mon[93126]: pgmap v262: 97 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:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:53 smithi089 ceph-mon[103441]: pgmap v262: 97 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:55.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:55.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:56.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:56.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:55 smithi026 ceph-mon[93126]: 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:48:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:55 smithi089 ceph-mon[103441]: 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:48:57.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:57.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:58.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:58.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:57 smithi026 ceph-mon[93126]: 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:48:58.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:57 smithi089 ceph-mon[103441]: 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:48:59.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:48:59.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:48:59.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:59 smithi089 ceph-mon[103441]: pgmap v265: 97 pgs: 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:59.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:48:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:48:59.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:59 smithi026 ceph-mon[93126]: pgmap v265: 97 pgs: 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:59.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:48:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:49:00.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:00.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:01.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:01.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:01.582 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:01 smithi089 ceph-mon[103441]: 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:01.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:01 smithi026 ceph-mon[93126]: 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:02.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:02.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:03.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:03.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:03 smithi089 ceph-mon[103441]: pgmap v267: 97 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:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:03 smithi026 ceph-mon[93126]: pgmap v267: 97 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:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:04.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:04.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:05.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:05.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:05 smithi089 ceph-mon[103441]: 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:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:05 smithi026 ceph-mon[93126]: 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:06.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:06.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:49:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:49:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:49:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:49:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:49:06.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:49:06.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:49:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:49:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:49:07.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:49:07.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:49:07.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:49:07.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:49:07.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:49:07.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:07.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:07 smithi089 ceph-mon[103441]: 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:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:07 smithi026 ceph-mon[93126]: 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:08.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:08.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:09.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:09 smithi026 ceph-mon[93126]: pgmap v270: 97 pgs: 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.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:09 smithi089 ceph-mon[103441]: pgmap v270: 97 pgs: 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.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:10.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:11.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:11.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:11 smithi026 ceph-mon[93126]: 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:49:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:11 smithi089 ceph-mon[103441]: 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:49:12.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:12.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:13.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:13.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:14.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:13 smithi026 ceph-mon[93126]: pgmap v272: 97 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:14.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:13 smithi089 ceph-mon[103441]: pgmap v272: 97 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:14.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:14.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:15.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:15.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:16.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:15 smithi026 ceph-mon[93126]: 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:49:16.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:15 smithi089 ceph-mon[103441]: 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:49:16.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:16.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:17.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:17.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:17 smithi026 ceph-mon[93126]: 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:49:18.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:17 smithi089 ceph-mon[103441]: 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:49:18.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:18.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:19.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:19.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:19 smithi026 ceph-mon[93126]: pgmap v275: 97 pgs: 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.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:19 smithi089 ceph-mon[103441]: pgmap v275: 97 pgs: 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.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:20.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:21.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:21.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:22.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:21 smithi026 ceph-mon[93126]: 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:49:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:21 smithi089 ceph-mon[103441]: 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:49:22.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:22.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:23.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:23.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:24.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:23 smithi026 ceph-mon[93126]: pgmap v277: 97 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:24.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:23 smithi089 ceph-mon[103441]: pgmap v277: 97 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:24.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:24.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:25.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:25.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:25 smithi026 ceph-mon[93126]: 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:49:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:25 smithi089 ceph-mon[103441]: 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:49:26.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:26.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:27.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:27.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:27 smithi026 ceph-mon[93126]: 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:49:28.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:27 smithi089 ceph-mon[103441]: 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:49:28.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:28.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:29.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:29.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:29 smithi026 ceph-mon[93126]: pgmap v280: 97 pgs: 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.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:29 smithi089 ceph-mon[103441]: pgmap v280: 97 pgs: 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.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:30.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:31.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:31.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:32.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:31 smithi026 ceph-mon[93126]: 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:49:32.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:31 smithi089 ceph-mon[103441]: 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:49:32.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:32.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:33.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:33.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:33 smithi026 ceph-mon[93126]: pgmap v282: 97 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:33 smithi089 ceph-mon[103441]: pgmap v282: 97 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:34.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:34.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:35.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:35.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:35 smithi026 ceph-mon[93126]: 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:49:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:35 smithi089 ceph-mon[103441]: 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:49:36.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:36.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:37.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:37.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:37 smithi026 ceph-mon[93126]: 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:49:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:37 smithi089 ceph-mon[103441]: 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:49:38.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:38.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:39.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:39.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:39 smithi026 ceph-mon[93126]: pgmap v285: 97 pgs: 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.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:39 smithi089 ceph-mon[103441]: pgmap v285: 97 pgs: 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.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:40.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:41.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:41.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:42.003 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:41 smithi089 ceph-mon[103441]: 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:49:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:41 smithi026 ceph-mon[93126]: 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:49:42.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:42.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:43.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:43.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:44.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:43 smithi026 ceph-mon[93126]: pgmap v287: 97 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:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:43 smithi089 ceph-mon[103441]: pgmap v287: 97 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:44.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:44.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:45.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:45.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:45 smithi026 ceph-mon[93126]: 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:49:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:45 smithi089 ceph-mon[103441]: 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:49:46.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:46.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:47.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:47.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:48.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:47 smithi026 ceph-mon[93126]: 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:49:48.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:47 smithi089 ceph-mon[103441]: 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:49:48.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:48.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:49:49.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:49.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:49 smithi026 ceph-mon[93126]: pgmap v290: 97 pgs: 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.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:49 smithi089 ceph-mon[103441]: pgmap v290: 97 pgs: 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.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:50.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:51.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:51.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:51 smithi026 ceph-mon[93126]: 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:49:52.110 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:51 smithi089 ceph-mon[103441]: 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:49:52.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:52.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:53.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:53.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:54.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:53 smithi026 ceph-mon[93126]: pgmap v292: 97 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:54.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:53 smithi089 ceph-mon[103441]: pgmap v292: 97 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:54.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:54.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:55.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:55.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:55 smithi026 ceph-mon[93126]: 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:49:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:55 smithi089 ceph-mon[103441]: 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:49:56.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:56.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:57.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:57.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:57 smithi026 ceph-mon[93126]: 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:49:58.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:57 smithi089 ceph-mon[103441]: 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:49:58.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:58.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:49:59.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:49:59.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:49:59 smithi026 ceph-mon[93126]: pgmap v295: 97 pgs: 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.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:49:59 smithi089 ceph-mon[103441]: pgmap v295: 97 pgs: 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.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:00.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T20:50:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T20:50:01.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:01.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:02.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:01 smithi026 ceph-mon[93126]: 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:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:01 smithi089 ceph-mon[103441]: 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:02.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:02.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:03.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:03.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:03 smithi026 ceph-mon[93126]: pgmap v297: 97 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:03 smithi089 ceph-mon[103441]: pgmap v297: 97 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:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:04.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:04.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:05.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:05.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:06.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:05 smithi026 ceph-mon[93126]: 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:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:05 smithi089 ceph-mon[103441]: 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:06.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:06.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:50:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:50:07.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:07.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:08.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:07 smithi026 ceph-mon[93126]: 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:08.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:08.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:08.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:07 smithi089 ceph-mon[103441]: 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:08.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:08.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:08.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:08.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:09.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:09.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:09 smithi026 ceph-mon[93126]: pgmap v300: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:09 smithi089 ceph-mon[103441]: pgmap v300: 97 pgs: 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.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:10.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:11.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:11.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:11 smithi026 ceph-mon[93126]: 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:50:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:11 smithi089 ceph-mon[103441]: 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:50:12.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:12.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:13.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:13.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:14.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:13 smithi026 ceph-mon[93126]: pgmap v302: 97 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:14.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:13 smithi089 ceph-mon[103441]: pgmap v302: 97 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:14.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:14.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:15.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:15.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:15.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:50:15.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:50:15.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:15.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:50:15.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:15.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:15.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:15.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:50:15.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:50:15.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:15.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:50:15.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:50:15.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:15.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:16.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:15 smithi089 ceph-mon[103441]: 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:50:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:15 smithi026 ceph-mon[93126]: 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:50:16.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:16.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:17.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:17.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:18.141 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:17 smithi026 ceph-mon[93126]: 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:50:18.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:17 smithi089 ceph-mon[103441]: 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:50:18.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:18.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:19.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:19.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:19 smithi089 ceph-mon[103441]: pgmap v305: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:19 smithi026 ceph-mon[93126]: pgmap v305: 97 pgs: 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.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:20.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:21.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:21.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:21 smithi089 ceph-mon[103441]: 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:50:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:21 smithi026 ceph-mon[93126]: 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:50:22.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:22.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:23.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:23.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:24.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:23 smithi089 ceph-mon[103441]: pgmap v307: 97 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:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:23 smithi026 ceph-mon[93126]: pgmap v307: 97 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:24.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:24.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:25.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:25.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:25 smithi089 ceph-mon[103441]: 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:50:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:25 smithi026 ceph-mon[93126]: 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:50:26.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:26.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:27.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:27.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:28.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:27 smithi089 ceph-mon[103441]: 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:50:28.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:27 smithi026 ceph-mon[93126]: 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:50:28.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:28.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:29.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:29.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:29 smithi089 ceph-mon[103441]: pgmap v310: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:29 smithi026 ceph-mon[93126]: pgmap v310: 97 pgs: 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.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:30.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:31.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:31.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:31 smithi089 ceph-mon[103441]: 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:50:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:31 smithi026 ceph-mon[93126]: 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:50:32.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:32.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:33.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:33.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:33 smithi089 ceph-mon[103441]: pgmap v312: 97 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:33 smithi026 ceph-mon[93126]: pgmap v312: 97 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:34.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:34.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:34.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:35.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:35.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:35 smithi089 ceph-mon[103441]: 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:50:36.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:35 smithi026 ceph-mon[93126]: 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:50:36.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:36.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:37.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:37.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:37 smithi089 ceph-mon[103441]: 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:50:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:37 smithi026 ceph-mon[93126]: 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:50:38.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:38.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:39.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:39.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:39 smithi089 ceph-mon[103441]: pgmap v315: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:39 smithi026 ceph-mon[93126]: pgmap v315: 97 pgs: 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.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:40.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:41.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:41.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:41 smithi026 ceph-mon[93126]: 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:50:42.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:41 smithi089 ceph-mon[103441]: 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:50:42.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:42.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:43.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:43.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:43 smithi026 ceph-mon[93126]: pgmap v317: 97 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:43 smithi089 ceph-mon[103441]: pgmap v317: 97 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:44.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:44.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:45.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:45.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:45 smithi026 ceph-mon[93126]: 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:50:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:45 smithi089 ceph-mon[103441]: 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:50:46.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:46.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:47.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:47.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:47 smithi026 ceph-mon[93126]: 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:50:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:47 smithi089 ceph-mon[103441]: 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:50:48.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:48.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:50:49.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:49.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:49 smithi026 ceph-mon[93126]: pgmap v320: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:49 smithi089 ceph-mon[103441]: pgmap v320: 97 pgs: 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.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:50.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:51.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:51.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:51 smithi026 ceph-mon[93126]: 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:50:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:51 smithi089 ceph-mon[103441]: 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:50:52.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:52.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:53.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:53.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:53 smithi026 ceph-mon[93126]: pgmap v322: 97 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:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:53 smithi089 ceph-mon[103441]: pgmap v322: 97 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:54.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:54.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:55.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:55.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:55 smithi026 ceph-mon[93126]: 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:50:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:55 smithi089 ceph-mon[103441]: 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:50:56.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:56.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:57.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:57.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:58.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:57 smithi089 ceph-mon[103441]: 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:50:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:57 smithi026 ceph-mon[93126]: 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:50:58.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:58.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:50:59.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:50:59.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:50:59 smithi026 ceph-mon[93126]: pgmap v325: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:50:59 smithi089 ceph-mon[103441]: pgmap v325: 97 pgs: 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.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:00.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:01.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:01.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:01 smithi026 ceph-mon[93126]: 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:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:01 smithi089 ceph-mon[103441]: 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:02.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:02.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:03.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:03.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:03 smithi026 ceph-mon[93126]: pgmap v327: 97 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:03 smithi089 ceph-mon[103441]: pgmap v327: 97 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:04.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:04.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:05.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:05.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:05 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:05 smithi089 ceph-mon[103441]: 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:06.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:06.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:07.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:07.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:08.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:07 smithi089 ceph-mon[103441]: 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:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:07 smithi026 ceph-mon[93126]: 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:08.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:08.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:09.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:09.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:09 smithi026 ceph-mon[93126]: pgmap v330: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:09 smithi089 ceph-mon[103441]: pgmap v330: 97 pgs: 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.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:10.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:11.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:11.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:11 smithi026 ceph-mon[93126]: 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:51:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:11 smithi089 ceph-mon[103441]: 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:51:12.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:12.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:13.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:13.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:14.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:13 smithi026 ceph-mon[93126]: pgmap v332: 97 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:13 smithi089 ceph-mon[103441]: pgmap v332: 97 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:14.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:14.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:15.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:51:15.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:51:15.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:15.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:15 smithi026 ceph-mon[93126]: 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:51:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:51:16.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:51:16.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:51:16.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:51:16.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:51:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:15 smithi089 ceph-mon[103441]: 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:51:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:51:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:51:16.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:51:16.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:51:16.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:51:16.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:16.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:17.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:17.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:18.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:17 smithi026 ceph-mon[93126]: 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:51:18.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:17 smithi089 ceph-mon[103441]: 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:51:18.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:18.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:19.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:19.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:19 smithi026 ceph-mon[93126]: pgmap v335: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:19 smithi089 ceph-mon[103441]: pgmap v335: 97 pgs: 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.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:20.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:21.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:21.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:21 smithi026 ceph-mon[93126]: 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:51:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:21 smithi089 ceph-mon[103441]: 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:51:22.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:22.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:23.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:23.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:23 smithi026 ceph-mon[93126]: pgmap v337: 97 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:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:23 smithi089 ceph-mon[103441]: pgmap v337: 97 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:24.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:24.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:25.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:25.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:26 smithi026 ceph-mon[93126]: 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:51:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:26 smithi089 ceph-mon[103441]: 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:51:26.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:26.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:27.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:27.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:28 smithi026 ceph-mon[93126]: 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:51:28.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:28 smithi089 ceph-mon[103441]: 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:51:28.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:28.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:29.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:29.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:30 smithi026 ceph-mon[93126]: pgmap v340: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:30 smithi089 ceph-mon[103441]: pgmap v340: 97 pgs: 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.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:30.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:31.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:31.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:32 smithi026 ceph-mon[93126]: 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:51:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:32 smithi089 ceph-mon[103441]: 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:51:32.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:32.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:33.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:33.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:34 smithi026 ceph-mon[93126]: pgmap v342: 97 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:34 smithi089 ceph-mon[103441]: pgmap v342: 97 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:34.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:34.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:35.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:35.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:36.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:36 smithi026 ceph-mon[93126]: 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:51:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:36 smithi089 ceph-mon[103441]: 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:51:36.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:36.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:37.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:37.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:38 smithi026 ceph-mon[93126]: 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:51:38.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:38 smithi089 ceph-mon[103441]: 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:51:38.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:38.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:39.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:39.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:40 smithi026 ceph-mon[93126]: pgmap v345: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:40 smithi089 ceph-mon[103441]: pgmap v345: 97 pgs: 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.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:40.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:41.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:41.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:42 smithi026 ceph-mon[93126]: 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:51:42.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:42 smithi089 ceph-mon[103441]: 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:51:42.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:42.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:43.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:43.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:44.125 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:44 smithi026 ceph-mon[93126]: pgmap v347: 97 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:44 smithi089 ceph-mon[103441]: pgmap v347: 97 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:44.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:44.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:45 smithi026 ceph-mon[93126]: evicting unresponsive client smithi026:nfs.foo.1 (14866), after 313.177 seconds 2023-10-16T20:51:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:45 smithi026 ceph-mon[93126]: Evicting (and blocklisting) client session 14866 (172.21.15.26:0/344776168) 2023-10-16T20:51:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:45 smithi026 ceph-mon[93126]: from='mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061]' entity='mds.foofs.smithi089.jebajv' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/344776168"}]: dispatch 2023-10-16T20:51:45.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:45 smithi026 ceph-mon[93126]: from='mds.? ' entity='mds.foofs.smithi089.jebajv' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/344776168"}]: dispatch 2023-10-16T20:51:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:45 smithi089 ceph-mon[103441]: evicting unresponsive client smithi026:nfs.foo.1 (14866), after 313.177 seconds 2023-10-16T20:51:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:45 smithi089 ceph-mon[103441]: Evicting (and blocklisting) client session 14866 (172.21.15.26:0/344776168) 2023-10-16T20:51:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:45 smithi089 ceph-mon[103441]: from='mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061]' entity='mds.foofs.smithi089.jebajv' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/344776168"}]: dispatch 2023-10-16T20:51:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:45 smithi089 ceph-mon[103441]: from='mds.? ' entity='mds.foofs.smithi089.jebajv' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/344776168"}]: dispatch 2023-10-16T20:51:45.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:45.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:46 smithi026 ceph-mon[93126]: 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:51:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:46 smithi026 ceph-mon[93126]: from='mds.? ' entity='mds.foofs.smithi089.jebajv' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/344776168"}]': finished 2023-10-16T20:51:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:46 smithi026 ceph-mon[93126]: osdmap e48: 8 total, 8 up, 8 in 2023-10-16T20:51:46.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:46 smithi089 ceph-mon[103441]: 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:51:46.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:46 smithi089 ceph-mon[103441]: from='mds.? ' entity='mds.foofs.smithi089.jebajv' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.26:0/344776168"}]': finished 2023-10-16T20:51:46.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:46 smithi089 ceph-mon[103441]: osdmap e48: 8 total, 8 up, 8 in 2023-10-16T20:51:46.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:46.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:47.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:47.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:48 smithi026 ceph-mon[93126]: pgmap v350: 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:51:48.322 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:48 smithi089 ceph-mon[103441]: pgmap v350: 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:51:48.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:48.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:49 smithi026 ceph-mon[93126]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-10-16T20:51:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:49 smithi026 ceph-mon[93126]: mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061] up:active 2023-10-16T20:51:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:49 smithi026 ceph-mon[93126]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:51:49.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:51:49.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:49 smithi089 ceph-mon[103441]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-10-16T20:51:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:49 smithi089 ceph-mon[103441]: mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061] up:active 2023-10-16T20:51:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:49 smithi089 ceph-mon[103441]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:51:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:51:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:51:49.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:49.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:50 smithi026 ceph-mon[93126]: pgmap v351: 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:51:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:50 smithi089 ceph-mon[103441]: pgmap v351: 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:51:50.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:50.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:51.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:51.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:52 smithi026 ceph-mon[93126]: pgmap v352: 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:51:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:52 smithi026 ceph-mon[93126]: MDS health message cleared (mds.?): Client 14866 is laggy; not evicted because some OSD(s) is/are laggy 2023-10-16T20:51:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:52 smithi089 ceph-mon[103441]: pgmap v352: 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:51:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:52 smithi089 ceph-mon[103441]: MDS health message cleared (mds.?): Client 14866 is laggy; not evicted because some OSD(s) is/are laggy 2023-10-16T20:51:52.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:52.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:53.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:53 smithi026 ceph-mon[93126]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-10-16T20:51:53.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:53 smithi026 ceph-mon[93126]: Cluster is now healthy 2023-10-16T20:51:53.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:53 smithi026 ceph-mon[93126]: mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061] up:active 2023-10-16T20:51:53.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:53 smithi026 ceph-mon[93126]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:51:53.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:53 smithi089 ceph-mon[103441]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-10-16T20:51:53.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:53 smithi089 ceph-mon[103441]: Cluster is now healthy 2023-10-16T20:51:53.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:53 smithi089 ceph-mon[103441]: mds.? [v2:172.21.15.89:6832/2819179061,v1:172.21.15.89:6833/2819179061] up:active 2023-10-16T20:51:53.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:53 smithi089 ceph-mon[103441]: fsmap foofs:1 {0=foofs.smithi089.jebajv=up:active} 1 up:standby 2023-10-16T20:51:53.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:53.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:54.239 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:54 smithi026 ceph-mon[93126]: pgmap v353: 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:51:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:54 smithi089 ceph-mon[103441]: pgmap v353: 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:51:54.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:54.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:55.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:55.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:56 smithi026 ceph-mon[93126]: pgmap v354: 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:51:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:56 smithi089 ceph-mon[103441]: pgmap v354: 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:51:56.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:56.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:57.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:57.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:58.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:51:58 smithi089 ceph-mon[103441]: pgmap v355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 90 B/s rd, 181 B/s wr, 0 op/s 2023-10-16T20:51:58.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:51:58 smithi026 ceph-mon[93126]: pgmap v355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 90 B/s rd, 181 B/s wr, 0 op/s 2023-10-16T20:51:58.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:58.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:51:59.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:51:59.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:00.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:00 smithi089 ceph-mon[103441]: pgmap v356: 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:52:00.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:00 smithi026 ceph-mon[93126]: pgmap v356: 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:52:00.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:00.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:01.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:01.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:02 smithi089 ceph-mon[103441]: pgmap v357: 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:52:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:02 smithi026 ceph-mon[93126]: pgmap v357: 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:52:02.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:02.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:03.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:03.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:04 smithi026 ceph-mon[93126]: pgmap v358: 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:52:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:52:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:04.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:04 smithi089 ceph-mon[103441]: pgmap v358: 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:52:04.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:52:04.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:04.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:04.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:05.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:05.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:06 smithi089 ceph-mon[103441]: pgmap v359: 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:52:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:06 smithi026 ceph-mon[93126]: pgmap v359: 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:52:06.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:06.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:07.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:07.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:08 smithi089 ceph-mon[103441]: pgmap v360: 97 pgs: 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:08.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:08 smithi026 ceph-mon[93126]: pgmap v360: 97 pgs: 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:08.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:08.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:09.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:09.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:10.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:10 smithi089 ceph-mon[103441]: pgmap v361: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:10 smithi026 ceph-mon[93126]: pgmap v361: 97 pgs: 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.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:10.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:11.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:11.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:12.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:12 smithi089 ceph-mon[103441]: pgmap v362: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:12 smithi026 ceph-mon[93126]: pgmap v362: 97 pgs: 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.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:12.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:13.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:13.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:14.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:14 smithi026 ceph-mon[93126]: pgmap v363: 97 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:14.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:14 smithi089 ceph-mon[103441]: pgmap v363: 97 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:14.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:14.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:15.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:15.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:16 smithi089 ceph-mon[103441]: pgmap v364: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:52:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:52:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:52:16.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:16 smithi026 ceph-mon[93126]: pgmap v364: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:52:16.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:52:16.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:52:16.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:16.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:52:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:52:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:52:17.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:52:17.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:52:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:52:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:52:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:52:17.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:52:17.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:52:17.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:17.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:18.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:18 smithi089 ceph-mon[103441]: pgmap v365: 97 pgs: 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:18.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:18 smithi026 ceph-mon[93126]: pgmap v365: 97 pgs: 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:18.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:18.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:19.530 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:19.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:19.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:20 smithi089 ceph-mon[103441]: pgmap v366: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:20 smithi026 ceph-mon[93126]: pgmap v366: 97 pgs: 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.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:20.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:21.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:21.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:22 smithi089 ceph-mon[103441]: pgmap v367: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:22 smithi026 ceph-mon[93126]: pgmap v367: 97 pgs: 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.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:22.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:23.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:23.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:24 smithi026 ceph-mon[93126]: pgmap v368: 97 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:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:24 smithi089 ceph-mon[103441]: pgmap v368: 97 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:24.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:24.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:25.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:25.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:26 smithi089 ceph-mon[103441]: pgmap v369: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:26 smithi026 ceph-mon[93126]: pgmap v369: 97 pgs: 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.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:26.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:27.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:27.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:28 smithi089 ceph-mon[103441]: pgmap v370: 97 pgs: 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:28.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:28 smithi026 ceph-mon[93126]: pgmap v370: 97 pgs: 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:28.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:28.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:29.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:29.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:30.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:30 smithi089 ceph-mon[103441]: pgmap v371: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:30 smithi026 ceph-mon[93126]: pgmap v371: 97 pgs: 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.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:30.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:31.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:31.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:32 smithi089 ceph-mon[103441]: 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:52:32.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:32 smithi026 ceph-mon[93126]: 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:52:32.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:32.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:33 smithi089 ceph-mon[103441]: pgmap v373: 97 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:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:33 smithi026 ceph-mon[93126]: pgmap v373: 97 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:33.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:33.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:34.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:34.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:35 smithi089 ceph-mon[103441]: 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:52:35.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:35 smithi026 ceph-mon[93126]: 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:52:35.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:35.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:36.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:36.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:37.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:37.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:37.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:37 smithi089 ceph-mon[103441]: 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:52:37.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:37 smithi026 ceph-mon[93126]: 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:52:38.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:38.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:39.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:39.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:39 smithi089 ceph-mon[103441]: pgmap v376: 97 pgs: 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:39.760 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:39 smithi026 ceph-mon[93126]: pgmap v376: 97 pgs: 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.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:40.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:41.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:41 smithi089 ceph-mon[103441]: 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:52:41.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:41.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:41.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:41 smithi026 ceph-mon[93126]: 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:52:42.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:42.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:43 smithi089 ceph-mon[103441]: pgmap v378: 97 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:43.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:43.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:43.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:43 smithi026 ceph-mon[93126]: pgmap v378: 97 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:44.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:44.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:45 smithi089 ceph-mon[103441]: 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:52:45.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:45.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:45.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:45 smithi026 ceph-mon[93126]: 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:52:46.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:46.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:47.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:47 smithi089 ceph-mon[103441]: 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:52:47.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:47.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:47.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:47 smithi026 ceph-mon[93126]: 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:52:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:48.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:48.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:52:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:49 smithi089 ceph-mon[103441]: pgmap v381: 97 pgs: 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:49.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:49.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:49 smithi026 ceph-mon[93126]: pgmap v381: 97 pgs: 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.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:50.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:51.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:51 smithi089 ceph-mon[103441]: 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:52:51.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:51.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:51.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:51 smithi026 ceph-mon[93126]: 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:52:52.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:52.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:53 smithi089 ceph-mon[103441]: pgmap v383: 97 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:53.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:53.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:53.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:53 smithi026 ceph-mon[93126]: pgmap v383: 97 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:54.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:54.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:55.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:55 smithi089 ceph-mon[103441]: 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:52:55.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:55.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:55.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:55 smithi026 ceph-mon[93126]: 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:52:56.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:56.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:57 smithi089 ceph-mon[103441]: 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:52:57.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:57.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:57.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:57 smithi026 ceph-mon[93126]: 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:52:58.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:58.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:52:59 smithi089 ceph-mon[103441]: pgmap v386: 97 pgs: 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:59.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:52:59.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:52:59.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:52:59 smithi026 ceph-mon[93126]: pgmap v386: 97 pgs: 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:00.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:00.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:01.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:01 smithi089 ceph-mon[103441]: 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:01.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:01.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:01.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:01 smithi026 ceph-mon[93126]: 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:02.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:02.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:03 smithi089 ceph-mon[103441]: pgmap v388: 97 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:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:03.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:03.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:03 smithi026 ceph-mon[93126]: pgmap v388: 97 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:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:04.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:04.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:05 smithi089 ceph-mon[103441]: 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:05.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:05.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:05 smithi026 ceph-mon[93126]: 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:06.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:06.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:07 smithi089 ceph-mon[103441]: 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:07.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:07.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:07 smithi026 ceph-mon[93126]: 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:08.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:08.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:09.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:09 smithi089 ceph-mon[103441]: pgmap v391: 97 pgs: 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:09.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:09.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:09.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:09 smithi026 ceph-mon[93126]: pgmap v391: 97 pgs: 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:10.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:10.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:11.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:11.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:11.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:11 smithi026 ceph-mon[93126]: 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:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:11 smithi089 ceph-mon[103441]: 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:12.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:12.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:13.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:13.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:13.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:13 smithi026 ceph-mon[93126]: pgmap v393: 97 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:13.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:13 smithi089 ceph-mon[103441]: pgmap v393: 97 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:14.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:14.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:15.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:15.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:15 smithi026 ceph-mon[93126]: 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:53:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:15 smithi089 ceph-mon[103441]: 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:53:16.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:16.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:17.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:17.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: 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:53:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:53:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1637M 2023-10-16T20:53:17.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi089 to 2660M 2023-10-16T20:53:17.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:53:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:53:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:53:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:53:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:53:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:53:17.810 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:53:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: 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:53:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:53:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-16T20:53:17.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1637M 2023-10-16T20:53:17.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi089 to 2660M 2023-10-16T20:53:17.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:53:17.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:53:17.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:53:17.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:53:17.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:53:17.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:53:17.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:53:18.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:18.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:19 smithi089 ceph-mon[103441]: pgmap v396: 97 pgs: 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:19.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:19.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:19 smithi026 ceph-mon[93126]: pgmap v396: 97 pgs: 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.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:20.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:21.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:21.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:21 smithi026 ceph-mon[93126]: 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:53:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:21 smithi089 ceph-mon[103441]: 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:53:22.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:22.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:23.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:23.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:23 smithi026 ceph-mon[93126]: pgmap v398: 97 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:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:23 smithi089 ceph-mon[103441]: pgmap v398: 97 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:24.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:24.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:25.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:25 smithi026 ceph-mon[93126]: 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:53:25.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:25.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:25 smithi089 ceph-mon[103441]: 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:53:26.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:26.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:27.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:27.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:27.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:27 smithi026 ceph-mon[93126]: 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:53:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:27 smithi089 ceph-mon[103441]: 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:53:28.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:28.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:29 smithi089 ceph-mon[103441]: pgmap v401: 97 pgs: 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:29.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:29.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:29.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:29 smithi026 ceph-mon[93126]: pgmap v401: 97 pgs: 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.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:30.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:31.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:31.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:31.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:31 smithi026 ceph-mon[93126]: 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:53:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:31 smithi089 ceph-mon[103441]: 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:53:32.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:32.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:33.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:33.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:33 smithi026 ceph-mon[93126]: pgmap v403: 97 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:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:33 smithi089 ceph-mon[103441]: pgmap v403: 97 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:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:34.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:34.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:35.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:35.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:35.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:35 smithi026 ceph-mon[93126]: 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:53:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:35 smithi089 ceph-mon[103441]: 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:53:36.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:36.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:37.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:37.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:37.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:37 smithi026 ceph-mon[93126]: 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:53:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:37 smithi089 ceph-mon[103441]: 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:53:38.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:38.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:39.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:39.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:39 smithi026 ceph-mon[93126]: pgmap v406: 97 pgs: 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:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:39 smithi089 ceph-mon[103441]: pgmap v406: 97 pgs: 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.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:40.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:41.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:41.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:41.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:41 smithi026 ceph-mon[93126]: 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:53:41.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:41 smithi089 ceph-mon[103441]: 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:53:42.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:42.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:43.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:43.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:43.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:43 smithi026 ceph-mon[93126]: pgmap v408: 97 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:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:43 smithi089 ceph-mon[103441]: pgmap v408: 97 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:44.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:44.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:45.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:45.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:45.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:45 smithi026 ceph-mon[93126]: 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:53:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:45 smithi089 ceph-mon[103441]: 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:53:46.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:46.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:47.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:47.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:47 smithi026 ceph-mon[93126]: 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:53:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:47 smithi089 ceph-mon[103441]: 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:53:48.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:48.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:53:49.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:49.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:49 smithi026 ceph-mon[93126]: pgmap v411: 97 pgs: 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:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:49 smithi089 ceph-mon[103441]: pgmap v411: 97 pgs: 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.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:50.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:51.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:51.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:51 smithi026 ceph-mon[93126]: 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:53:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:51 smithi089 ceph-mon[103441]: 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:53:52.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:52.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:53.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:53.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:53 smithi026 ceph-mon[93126]: pgmap v413: 97 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:53.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:53 smithi089 ceph-mon[103441]: pgmap v413: 97 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:54.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:54.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:55.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:55.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:55 smithi026 ceph-mon[93126]: 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:53:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:55 smithi089 ceph-mon[103441]: 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:53:56.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:56.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:57.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:57.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:57.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:57 smithi026 ceph-mon[93126]: 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:53:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:57 smithi089 ceph-mon[103441]: 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:53:58.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:58.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:59.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:53:59 smithi026 ceph-mon[93126]: pgmap v416: 97 pgs: 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.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:53:59.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:53:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:53:59 smithi089 ceph-mon[103441]: pgmap v416: 97 pgs: 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:00.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:00.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:01.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:01 smithi026 ceph-mon[93126]: 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:01.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:01.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:01 smithi089 ceph-mon[103441]: 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:02.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:02.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:03 smithi026 ceph-mon[93126]: pgmap v418: 97 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:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:03.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:03.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:03 smithi089 ceph-mon[103441]: pgmap v418: 97 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:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:04.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:04.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:05 smithi026 ceph-mon[93126]: 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:05.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:05.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:05 smithi089 ceph-mon[103441]: 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:06.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:06.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:07 smithi026 ceph-mon[93126]: 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:07.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:07.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:07 smithi089 ceph-mon[103441]: 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:08.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:08.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:09.798 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:09 smithi089 ceph-mon[103441]: pgmap v421: 97 pgs: 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:09.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:09 smithi026 ceph-mon[93126]: pgmap v421: 97 pgs: 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:09.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:09.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:10.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:10.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:11.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:11 smithi026 ceph-mon[93126]: 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:54:11.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:11.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:11 smithi089 ceph-mon[103441]: 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:54:12.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:12.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:13.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:13 smithi026 ceph-mon[93126]: pgmap v423: 97 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:13.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:13.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:13 smithi089 ceph-mon[103441]: pgmap v423: 97 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:14.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:14.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:15 smithi026 ceph-mon[93126]: 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:54:15.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:15.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:15 smithi089 ceph-mon[103441]: 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:54:16.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:16.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:17 smithi026 ceph-mon[93126]: 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:54:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:54:17.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:17.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:17 smithi089 ceph-mon[103441]: 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:54:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:54:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:54:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:54:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:54:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:54:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:54:18.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:18.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:18.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:54:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:54:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:54:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:54:18.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:54:18.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:19.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:19.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:19 smithi026 ceph-mon[93126]: pgmap v426: 97 pgs: 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.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:19 smithi089 ceph-mon[103441]: pgmap v426: 97 pgs: 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.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:20.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:21.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:21.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:22.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:21 smithi026 ceph-mon[93126]: 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:54:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:21 smithi089 ceph-mon[103441]: 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:54:22.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:22.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:23.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:23.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:24.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:23 smithi026 ceph-mon[93126]: pgmap v428: 97 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:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:23 smithi089 ceph-mon[103441]: pgmap v428: 97 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:24.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:24.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:25.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:25.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:25 smithi026 ceph-mon[93126]: 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:54:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:25 smithi089 ceph-mon[103441]: 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:54:26.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:26.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:27.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:27.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:27 smithi026 ceph-mon[93126]: 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:54:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:27 smithi089 ceph-mon[103441]: 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:54:28.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:28.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:29.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:29.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:29 smithi089 ceph-mon[103441]: pgmap v431: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:29 smithi026 ceph-mon[93126]: pgmap v431: 97 pgs: 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.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:30.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:31.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:31.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:31 smithi089 ceph-mon[103441]: 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:54:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:31 smithi026 ceph-mon[93126]: 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:54:32.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:32.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:33.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:33.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:33 smithi089 ceph-mon[103441]: pgmap v433: 97 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:33 smithi026 ceph-mon[93126]: pgmap v433: 97 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:34.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:34.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:35.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:35.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:36.080 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:35 smithi026 ceph-mon[93126]: 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:54:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:35 smithi089 ceph-mon[103441]: 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:54:36.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:36.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:37.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:37.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:37 smithi089 ceph-mon[103441]: 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:54:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:37 smithi026 ceph-mon[93126]: 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:54:38.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:38.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:39.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:39.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:40.112 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:39 smithi089 ceph-mon[103441]: pgmap v436: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:39 smithi026 ceph-mon[93126]: pgmap v436: 97 pgs: 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.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:40.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:41.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:41.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:41 smithi089 ceph-mon[103441]: 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:54:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:41 smithi026 ceph-mon[93126]: 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:54:42.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:42.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:43.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:43.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:43 smithi089 ceph-mon[103441]: pgmap v438: 97 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:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:43 smithi026 ceph-mon[93126]: pgmap v438: 97 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:44.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:44.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:45.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:45.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:45 smithi089 ceph-mon[103441]: 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:54:46.195 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:45 smithi026 ceph-mon[93126]: 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:54:46.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:46.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:47.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:47.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:48.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:47 smithi089 ceph-mon[103441]: 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:54:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:47 smithi026 ceph-mon[93126]: 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:54:48.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:48.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:54:49.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:49.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:49 smithi089 ceph-mon[103441]: pgmap v441: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:49 smithi026 ceph-mon[93126]: pgmap v441: 97 pgs: 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.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:50.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:51.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:51.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:52.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:51 smithi089 ceph-mon[103441]: 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:54:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:51 smithi026 ceph-mon[93126]: 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:54:52.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:52.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:53.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:53.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:53 smithi089 ceph-mon[103441]: pgmap v443: 97 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:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:53 smithi026 ceph-mon[93126]: pgmap v443: 97 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:54.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:54.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:55.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:55.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:55 smithi089 ceph-mon[103441]: 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:54:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:55 smithi026 ceph-mon[93126]: 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:54:56.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:56.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:57.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:57.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:57 smithi089 ceph-mon[103441]: 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:54:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:57 smithi026 ceph-mon[93126]: 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:54:58.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:58.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:54:59.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:54:59.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:54:59 smithi089 ceph-mon[103441]: pgmap v446: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:54:59 smithi026 ceph-mon[93126]: pgmap v446: 97 pgs: 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.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:00.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:01.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:01.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:01 smithi089 ceph-mon[103441]: 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:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:01 smithi026 ceph-mon[93126]: 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:02.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:02.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:03.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:03.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:03 smithi089 ceph-mon[103441]: pgmap v448: 97 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:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:03 smithi026 ceph-mon[93126]: pgmap v448: 97 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:04.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:04.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:05.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:05.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:05 smithi089 ceph-mon[103441]: 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:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:05 smithi026 ceph-mon[93126]: 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:06.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:06.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:07.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:08.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:07 smithi089 ceph-mon[103441]: 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:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:07 smithi026 ceph-mon[93126]: 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:08.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:08.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:09.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:09.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:09 smithi089 ceph-mon[103441]: pgmap v451: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:09 smithi026 ceph-mon[93126]: pgmap v451: 97 pgs: 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.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:10.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:11.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:11.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:11 smithi089 ceph-mon[103441]: 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:55:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:11 smithi026 ceph-mon[93126]: 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:55:12.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:12.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:13.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:13.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:13 smithi089 ceph-mon[103441]: pgmap v453: 97 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:14.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:13 smithi026 ceph-mon[93126]: pgmap v453: 97 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:14.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:14.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:15.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:15.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:15 smithi089 ceph-mon[103441]: 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:55:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:15 smithi026 ceph-mon[93126]: 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:55:16.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:16.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:17.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:17.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:17 smithi089 ceph-mon[103441]: 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:55:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:17 smithi026 ceph-mon[93126]: 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:55:18.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:18.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:55:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:55:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:55:19.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:55:19.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:55:19.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:55:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:55:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:55:19.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:55:19.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:55:19.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:55:19.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:55:19.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:19.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:19 smithi089 ceph-mon[103441]: pgmap v456: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:19 smithi026 ceph-mon[93126]: pgmap v456: 97 pgs: 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.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:20.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:21.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:21.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:21 smithi089 ceph-mon[103441]: 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:55:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:21 smithi026 ceph-mon[93126]: 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:55:22.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:22.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:23.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:23.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:23 smithi089 ceph-mon[103441]: pgmap v458: 97 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:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:23 smithi026 ceph-mon[93126]: pgmap v458: 97 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:24.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:24.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:25.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:25.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:25 smithi089 ceph-mon[103441]: 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:55:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:25 smithi026 ceph-mon[93126]: 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:55:26.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:26.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:27.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:27.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:27 smithi089 ceph-mon[103441]: 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:55:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:27 smithi026 ceph-mon[93126]: 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:55:28.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:28.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:29.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:29.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:29 smithi089 ceph-mon[103441]: pgmap v461: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:29 smithi026 ceph-mon[93126]: pgmap v461: 97 pgs: 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.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:30.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:31.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:31.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:32.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:31 smithi026 ceph-mon[93126]: 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:55:32.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:31 smithi089 ceph-mon[103441]: 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:55:32.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:32.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:33.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:33.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:33 smithi089 ceph-mon[103441]: pgmap v463: 97 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:33 smithi026 ceph-mon[93126]: pgmap v463: 97 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:34.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:34.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:35.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:35.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:35 smithi089 ceph-mon[103441]: 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:55:36.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:35 smithi026 ceph-mon[93126]: 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:55:36.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:36.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:37.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:37.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:37 smithi089 ceph-mon[103441]: 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:55:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:37 smithi026 ceph-mon[93126]: 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:55:38.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:38.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:39.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:39.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:39 smithi089 ceph-mon[103441]: pgmap v466: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:39 smithi026 ceph-mon[93126]: pgmap v466: 97 pgs: 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.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:40.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:41.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:41.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:41 smithi026 ceph-mon[93126]: 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:55:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:41 smithi089 ceph-mon[103441]: 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:55:42.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:42.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:43.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:43.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:43 smithi026 ceph-mon[93126]: pgmap v468: 97 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:43 smithi089 ceph-mon[103441]: pgmap v468: 97 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:44.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:44.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:45.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:45.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:45 smithi089 ceph-mon[103441]: 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:55:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:45 smithi026 ceph-mon[93126]: 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:55:46.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:46.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:47.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:47.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:47 smithi026 ceph-mon[93126]: 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:55:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:47 smithi089 ceph-mon[103441]: 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:55:48.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:48.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:55:49.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:49.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:49 smithi026 ceph-mon[93126]: pgmap v471: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:49 smithi089 ceph-mon[103441]: pgmap v471: 97 pgs: 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.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:50.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:51.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:51.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:51 smithi026 ceph-mon[93126]: 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:55:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:51 smithi089 ceph-mon[103441]: 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:55:52.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:52.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:53.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:54.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:53 smithi026 ceph-mon[93126]: pgmap v473: 97 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:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:53 smithi089 ceph-mon[103441]: pgmap v473: 97 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:54.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:55.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:56.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:56.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:55 smithi089 ceph-mon[103441]: 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:55:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:55 smithi026 ceph-mon[93126]: 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:55:57.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:57.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:58.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:58.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:55:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:57 smithi026 ceph-mon[93126]: 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:55:58.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:57 smithi089 ceph-mon[103441]: 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:55:59.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:55:59.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:00.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:00.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:55:59 smithi026 ceph-mon[93126]: pgmap v476: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:55:59 smithi089 ceph-mon[103441]: pgmap v476: 97 pgs: 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.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:01.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:02.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:02.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:01 smithi026 ceph-mon[93126]: 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:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:01 smithi089 ceph-mon[103441]: 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:03.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:03.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:04.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:04.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:03 smithi026 ceph-mon[93126]: pgmap v478: 97 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:03 smithi089 ceph-mon[103441]: pgmap v478: 97 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:05.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:05.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:06.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:06.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:05 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:05 smithi089 ceph-mon[103441]: 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:07.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:07.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:08.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:08.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:07 smithi026 ceph-mon[93126]: 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:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:07 smithi089 ceph-mon[103441]: 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:09.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:09.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:10.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:10.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:09 smithi026 ceph-mon[93126]: pgmap v481: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:09 smithi089 ceph-mon[103441]: pgmap v481: 97 pgs: 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.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:11.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:12.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:12.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:11 smithi026 ceph-mon[93126]: 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:56:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:11 smithi089 ceph-mon[103441]: 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:56:13.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:13.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:14.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:14.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:14.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:13 smithi026 ceph-mon[93126]: pgmap v483: 97 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:13 smithi089 ceph-mon[103441]: pgmap v483: 97 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:15.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:15.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:16.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:16.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:15 smithi026 ceph-mon[93126]: 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:56:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:15 smithi089 ceph-mon[103441]: 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:56:17.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:17.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:18.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:18.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:18.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:17 smithi026 ceph-mon[93126]: 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:56:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:17 smithi089 ceph-mon[103441]: 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:56:19.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:19.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:56:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:56:20.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:20.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:19 smithi026 ceph-mon[93126]: pgmap v486: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:56:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:56:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:56:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:56:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:56:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:19 smithi089 ceph-mon[103441]: pgmap v486: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:56:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:56:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:56:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:56:20.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:56:21.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:21.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:22.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:22.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:22.287 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:21 smithi026 ceph-mon[93126]: 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:56:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:21 smithi089 ceph-mon[103441]: 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:56:23.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:23.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:24.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:24.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:24 smithi026 ceph-mon[93126]: pgmap v488: 97 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:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:24 smithi089 ceph-mon[103441]: pgmap v488: 97 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:25.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:25.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:26.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:26.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:26 smithi026 ceph-mon[93126]: 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:56:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:26 smithi089 ceph-mon[103441]: 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:56:27.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:27.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:28.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:28.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:28 smithi026 ceph-mon[93126]: 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:56:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:28 smithi089 ceph-mon[103441]: 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:56:29.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:29.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:30.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:30.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:30 smithi026 ceph-mon[93126]: pgmap v491: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:30 smithi089 ceph-mon[103441]: pgmap v491: 97 pgs: 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.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:31.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:32.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:32.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:32 smithi026 ceph-mon[93126]: 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:56:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:32 smithi089 ceph-mon[103441]: 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:56:33.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:33.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:34.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:34.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:34 smithi026 ceph-mon[93126]: pgmap v493: 97 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:34 smithi089 ceph-mon[103441]: pgmap v493: 97 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:35.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:35.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:36.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:36.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:36.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:36 smithi026 ceph-mon[93126]: 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:56:36.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:36 smithi089 ceph-mon[103441]: 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:56:37.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:37.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:38.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:38.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:38 smithi026 ceph-mon[93126]: 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:56:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:38 smithi089 ceph-mon[103441]: 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:56:39.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:39.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:40.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:40.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:40 smithi026 ceph-mon[93126]: pgmap v496: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:40 smithi089 ceph-mon[103441]: pgmap v496: 97 pgs: 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.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:41.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:42.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:42.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:42 smithi026 ceph-mon[93126]: 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:56:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:42 smithi089 ceph-mon[103441]: 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:56:43.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:43.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:44.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:44.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:44 smithi026 ceph-mon[93126]: pgmap v498: 97 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:44 smithi089 ceph-mon[103441]: pgmap v498: 97 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:45.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:45.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:46.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:46.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:46 smithi026 ceph-mon[93126]: 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:56:46.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:46 smithi089 ceph-mon[103441]: 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:56:47.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:47.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:48.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:48.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:48 smithi026 ceph-mon[93126]: 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:56:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:48 smithi089 ceph-mon[103441]: 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:56:49.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:49.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:49.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:56:50.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:50.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:50 smithi026 ceph-mon[93126]: pgmap v501: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:50 smithi089 ceph-mon[103441]: pgmap v501: 97 pgs: 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.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:51.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:52.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:52.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:52 smithi026 ceph-mon[93126]: 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:56:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:52 smithi089 ceph-mon[103441]: 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:56:53.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:53.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:54 smithi026 ceph-mon[93126]: pgmap v503: 97 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:54.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:54.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:54 smithi089 ceph-mon[103441]: pgmap v503: 97 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:55.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:55.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:56.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:56.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:56 smithi089 ceph-mon[103441]: 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:56:56.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:56 smithi026 ceph-mon[93126]: 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:56:57.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:57.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:58.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:58.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:56:58.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:56:58 smithi089 ceph-mon[103441]: 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:56:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:56:58 smithi026 ceph-mon[93126]: 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:56:59.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:56:59.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:00.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:00.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:00 smithi089 ceph-mon[103441]: pgmap v506: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:00 smithi026 ceph-mon[93126]: pgmap v506: 97 pgs: 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.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:01.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:02.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:02.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:02 smithi089 ceph-mon[103441]: 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:02.480 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:02 smithi026 ceph-mon[93126]: 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:03.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:03.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:04.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:04.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:04 smithi026 ceph-mon[93126]: pgmap v508: 97 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:04 smithi089 ceph-mon[103441]: pgmap v508: 97 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:05.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:05.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:06.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:06.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:06 smithi089 ceph-mon[103441]: 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:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:06 smithi026 ceph-mon[93126]: 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:07.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:07.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:08.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:08.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:08 smithi089 ceph-mon[103441]: 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:08.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:08 smithi026 ceph-mon[93126]: 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:09.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:09.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:10.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:10.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:10 smithi089 ceph-mon[103441]: pgmap v511: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:10 smithi026 ceph-mon[93126]: pgmap v511: 97 pgs: 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.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:11.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:12.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:12.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:12 smithi089 ceph-mon[103441]: 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:57:12.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:12 smithi026 ceph-mon[93126]: 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:57:13.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:13.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:14.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:14.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:14.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:14 smithi026 ceph-mon[93126]: pgmap v513: 97 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:14 smithi089 ceph-mon[103441]: pgmap v513: 97 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:15.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:15.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:16.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:16.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:16 smithi089 ceph-mon[103441]: 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:57:16.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:16 smithi026 ceph-mon[93126]: 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:57:17.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:17.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:18.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:18.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:18.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:18 smithi026 ceph-mon[93126]: 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:57:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:18 smithi089 ceph-mon[103441]: 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:57:19.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:19.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:20.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:20.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:20 smithi089 ceph-mon[103441]: pgmap v516: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:57:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:57:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:57:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:57:20.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:57:20.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:57:20.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:20 smithi026 ceph-mon[93126]: pgmap v516: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:57:20.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:57:20.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:57:20.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:57:20.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:57:20.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:57:21.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:21.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:22.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:22.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:22 smithi089 ceph-mon[103441]: 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:57:22.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:22 smithi026 ceph-mon[93126]: 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:57:23.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:23.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:24.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:24.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:24 smithi089 ceph-mon[103441]: pgmap v518: 97 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:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:24 smithi026 ceph-mon[93126]: pgmap v518: 97 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:25.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:25.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:26.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:26.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:26 smithi089 ceph-mon[103441]: 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:57:26.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:26 smithi026 ceph-mon[93126]: 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:57:27.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:27.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:28.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:28.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:28 smithi026 ceph-mon[93126]: 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:57:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:28 smithi089 ceph-mon[103441]: 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:57:29.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:29.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:30.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:30.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:30 smithi089 ceph-mon[103441]: pgmap v521: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:30 smithi026 ceph-mon[93126]: pgmap v521: 97 pgs: 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.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:31.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:32.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:32.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:32 smithi089 ceph-mon[103441]: 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:57:32.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:32 smithi026 ceph-mon[93126]: 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:57:33.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:33.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:34.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:34.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:34 smithi089 ceph-mon[103441]: pgmap v523: 97 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:34 smithi026 ceph-mon[93126]: pgmap v523: 97 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:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:35.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:35.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:36.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:36.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:36 smithi089 ceph-mon[103441]: 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:57:36.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:36 smithi026 ceph-mon[93126]: 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:57:37.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:37.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:38.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:38.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:38 smithi089 ceph-mon[103441]: 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:57:38.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:38 smithi026 ceph-mon[93126]: 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:57:39.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:39.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:40.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:40.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:40 smithi089 ceph-mon[103441]: pgmap v526: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:40 smithi026 ceph-mon[93126]: pgmap v526: 97 pgs: 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.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:41.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:42.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:42.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:42.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:42 smithi089 ceph-mon[103441]: 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:57:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:42 smithi026 ceph-mon[93126]: 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:57:43.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:43.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:44.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:44.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:44 smithi089 ceph-mon[103441]: pgmap v528: 97 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:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:44 smithi026 ceph-mon[93126]: pgmap v528: 97 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:45.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:45.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:46.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:46.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:46 smithi089 ceph-mon[103441]: 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:57:46.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:46 smithi026 ceph-mon[93126]: 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:57:47.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:47.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:48.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:48.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:48 smithi089 ceph-mon[103441]: 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:57:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:48 smithi026 ceph-mon[93126]: 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:57:49.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:49.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:57:50.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:50.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:50 smithi089 ceph-mon[103441]: pgmap v531: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:50 smithi026 ceph-mon[93126]: pgmap v531: 97 pgs: 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.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:51.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:52.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:52.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:52 smithi089 ceph-mon[103441]: 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:57:52.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:52 smithi026 ceph-mon[93126]: 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:57:53.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:53.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:54.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:54.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:54 smithi089 ceph-mon[103441]: pgmap v533: 97 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:54.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:54 smithi026 ceph-mon[93126]: pgmap v533: 97 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:55.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:55.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:56.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:56.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:56 smithi089 ceph-mon[103441]: 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:57:56.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:56 smithi026 ceph-mon[93126]: 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:57:57.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:57.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:58.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:58.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:57:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:57:58 smithi089 ceph-mon[103441]: 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:57:58.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:57:58 smithi026 ceph-mon[93126]: 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:57:59.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:57:59.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:00.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:00.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:00 smithi089 ceph-mon[103441]: pgmap v536: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:00 smithi026 ceph-mon[93126]: pgmap v536: 97 pgs: 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.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:01.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:02.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:02.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:02 smithi089 ceph-mon[103441]: 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:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:02 smithi026 ceph-mon[93126]: 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:03.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:03.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:04.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:04.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:04 smithi089 ceph-mon[103441]: pgmap v538: 97 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:04 smithi026 ceph-mon[93126]: pgmap v538: 97 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:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:05.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:05.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:06.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:06.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:06 smithi089 ceph-mon[103441]: 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:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:06 smithi026 ceph-mon[93126]: 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:07.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:07.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:08.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:08.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:08 smithi089 ceph-mon[103441]: 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:08.494 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:08 smithi026 ceph-mon[93126]: 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:09.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:09.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:09.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:09 smithi026 ceph-mon[93126]: pgmap v541: 97 pgs: 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:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:09 smithi089 ceph-mon[103441]: pgmap v541: 97 pgs: 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.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:10.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:11.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:11.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:11 smithi026 ceph-mon[93126]: 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:58:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:11 smithi089 ceph-mon[103441]: 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:58:12.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:12.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:13.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:13.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:13.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:13 smithi026 ceph-mon[93126]: pgmap v543: 97 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:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:13 smithi089 ceph-mon[103441]: pgmap v543: 97 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:14.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:14.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:15.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:15.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:15 smithi026 ceph-mon[93126]: 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:58:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:15 smithi089 ceph-mon[103441]: 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:58:16.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:16.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:17.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:17.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:17 smithi089 ceph-mon[103441]: 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:58:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:17 smithi026 ceph-mon[93126]: 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:58:18.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:18.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:19.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:19.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:19 smithi026 ceph-mon[93126]: pgmap v546: 97 pgs: 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:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:19 smithi089 ceph-mon[103441]: pgmap v546: 97 pgs: 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.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:20.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:58:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:58:21.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:21.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:21 smithi026 ceph-mon[93126]: 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:58:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:21 smithi089 ceph-mon[103441]: 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:58:22.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:22.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:23.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:23.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:23 smithi026 ceph-mon[93126]: pgmap v548: 97 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:23.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:23 smithi089 ceph-mon[103441]: pgmap v548: 97 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:24.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:24.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:25.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:25.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:25 smithi089 ceph-mon[103441]: 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:58:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:58:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:58:26.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:58:26.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:58:26.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:58:26.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:58:26.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:58:26.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:26.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:25 smithi026 ceph-mon[93126]: 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:58:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:58:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:58:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:58:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:58:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:58:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:58:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:58:27.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:27.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:27 smithi089 ceph-mon[103441]: 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:58:28.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:28.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:27 smithi026 ceph-mon[93126]: 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:58:29.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:29.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:29 smithi089 ceph-mon[103441]: pgmap v551: 97 pgs: 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.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:30.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:29 smithi026 ceph-mon[93126]: pgmap v551: 97 pgs: 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.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:31.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:31 smithi089 ceph-mon[103441]: 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:58:32.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:32.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:31 smithi026 ceph-mon[93126]: 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:58:33.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:33.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:33 smithi026 ceph-mon[93126]: pgmap v553: 97 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:33 smithi089 ceph-mon[103441]: pgmap v553: 97 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:34.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:34.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:35.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:35.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:35 smithi089 ceph-mon[103441]: 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:58:36.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:36.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:36.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:35 smithi026 ceph-mon[93126]: 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:58:37.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:37.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:37 smithi089 ceph-mon[103441]: 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:58:38.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:38.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:37 smithi026 ceph-mon[93126]: 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:58:39.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:39.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:39 smithi089 ceph-mon[103441]: pgmap v556: 97 pgs: 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.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:40.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:39 smithi026 ceph-mon[93126]: pgmap v556: 97 pgs: 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.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:41.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:41 smithi089 ceph-mon[103441]: 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:58:42.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:42.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:41 smithi026 ceph-mon[93126]: 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:58:43.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:43.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:43 smithi089 ceph-mon[103441]: pgmap v558: 97 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:44.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:44.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:43 smithi026 ceph-mon[93126]: pgmap v558: 97 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:45.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:45.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:45 smithi089 ceph-mon[103441]: 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:58:46.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:46.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:45 smithi026 ceph-mon[93126]: 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:58:47.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:47.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:47 smithi089 ceph-mon[103441]: 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:58:48.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:48.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:47 smithi026 ceph-mon[93126]: 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:58:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:49.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:49.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:58:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:49 smithi089 ceph-mon[103441]: pgmap v561: 97 pgs: 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.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:50.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:49 smithi026 ceph-mon[93126]: pgmap v561: 97 pgs: 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.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:51.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:51 smithi089 ceph-mon[103441]: 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:58:52.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:52.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:51 smithi026 ceph-mon[93126]: 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:58:53.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:53.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:53 smithi089 ceph-mon[103441]: pgmap v563: 97 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:54.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:54.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:53 smithi026 ceph-mon[93126]: pgmap v563: 97 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:55.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:55.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:55 smithi089 ceph-mon[103441]: 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:58:56.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:56.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:55 smithi026 ceph-mon[93126]: 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:58:57.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:57.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:57 smithi089 ceph-mon[103441]: 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:58:58.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:58.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:58:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:57 smithi026 ceph-mon[93126]: 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:58:59.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:58:59.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:58:59 smithi026 ceph-mon[93126]: pgmap v566: 97 pgs: 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.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:00.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:58:59 smithi089 ceph-mon[103441]: pgmap v566: 97 pgs: 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.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:01.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:01 smithi026 ceph-mon[93126]: 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:02.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:02.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:01 smithi089 ceph-mon[103441]: 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:03.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:03.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:04.124 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:03 smithi026 ceph-mon[93126]: pgmap v568: 97 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:04.125 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:04.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:03 smithi089 ceph-mon[103441]: pgmap v568: 97 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:05.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:05.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:05 smithi026 ceph-mon[93126]: 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:06.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:06.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:05 smithi089 ceph-mon[103441]: 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:07.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:07.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:07 smithi089 ceph-mon[103441]: 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:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:07 smithi026 ceph-mon[93126]: 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:08.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:08.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:09.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:09 smithi026 ceph-mon[93126]: pgmap v571: 97 pgs: 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.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:10.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:09 smithi089 ceph-mon[103441]: pgmap v571: 97 pgs: 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.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:11.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:11 smithi026 ceph-mon[93126]: 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-16T20:59:12.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:12.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:11 smithi089 ceph-mon[103441]: 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-16T20:59:13.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:13.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:14.239 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:13 smithi026 ceph-mon[93126]: pgmap v573: 97 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:14.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:14.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:13 smithi089 ceph-mon[103441]: pgmap v573: 97 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:15.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:15.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:15 smithi026 ceph-mon[93126]: 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-16T20:59:16.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:16.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:15 smithi089 ceph-mon[103441]: 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-16T20:59:17.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:17.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:18.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:17 smithi026 ceph-mon[93126]: 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-16T20:59:18.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:18.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:17 smithi089 ceph-mon[103441]: 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-16T20:59:19.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:19.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:19.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:19 smithi026 ceph-mon[93126]: pgmap v576: 97 pgs: 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.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:20.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:19 smithi089 ceph-mon[103441]: pgmap v576: 97 pgs: 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.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:21.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:21 smithi026 ceph-mon[93126]: 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-16T20:59:22.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:22.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:21 smithi089 ceph-mon[103441]: 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-16T20:59:23.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:23.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:23 smithi026 ceph-mon[93126]: pgmap v578: 97 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:24.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:24.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:23 smithi089 ceph-mon[103441]: pgmap v578: 97 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:25.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:25.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:25 smithi026 ceph-mon[93126]: 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-16T20:59:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:59:26.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:26.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:25 smithi089 ceph-mon[103441]: 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-16T20:59:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T20:59:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:59:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:59:27.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:59:27.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:59:27.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:59:27.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:27.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T20:59:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T20:59:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:59:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T20:59:27.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T20:59:28.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:28.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:28 smithi089 ceph-mon[103441]: 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-16T20:59:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:28 smithi026 ceph-mon[93126]: 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-16T20:59:29.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:29.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:30.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:30.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:30 smithi089 ceph-mon[103441]: pgmap v581: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:30 smithi026 ceph-mon[93126]: pgmap v581: 97 pgs: 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.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:31.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:32.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:32.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:32 smithi089 ceph-mon[103441]: 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-16T20:59:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:32 smithi026 ceph-mon[93126]: 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-16T20:59:33.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:33.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:34.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:34.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:34 smithi089 ceph-mon[103441]: pgmap v583: 97 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:34.471 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:34 smithi026 ceph-mon[93126]: pgmap v583: 97 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:34.471 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:35.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:35.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:36.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:36.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:36.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:36 smithi026 ceph-mon[93126]: 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-16T20:59:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:36 smithi089 ceph-mon[103441]: 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-16T20:59:37.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:37.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:38.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:38.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:38.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:38 smithi026 ceph-mon[93126]: 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-16T20:59:38.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:38 smithi089 ceph-mon[103441]: 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-16T20:59:39.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:39.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:40.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:40.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:40.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:40 smithi026 ceph-mon[93126]: pgmap v586: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:40 smithi089 ceph-mon[103441]: pgmap v586: 97 pgs: 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.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:41.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:42.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:42.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:42 smithi026 ceph-mon[93126]: 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-16T20:59:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:42 smithi089 ceph-mon[103441]: 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-16T20:59:43.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:43.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:44.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:44.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:44 smithi026 ceph-mon[93126]: pgmap v588: 97 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:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:44 smithi089 ceph-mon[103441]: pgmap v588: 97 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:45.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:45.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:46.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:46.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:46.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:46 smithi026 ceph-mon[93126]: 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-16T20:59:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:46 smithi089 ceph-mon[103441]: 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-16T20:59:47.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:47.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:47.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:47 smithi026 ceph-mon[93126]: 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-16T20:59:47.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:47 smithi089 ceph-mon[103441]: 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-16T20:59:48.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:48.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T20:59:49.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:49.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:49 smithi026 ceph-mon[93126]: pgmap v591: 97 pgs: 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:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:49 smithi089 ceph-mon[103441]: pgmap v591: 97 pgs: 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.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:50.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:51.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:51.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:51.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:51 smithi026 ceph-mon[93126]: 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-16T20:59:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:51 smithi089 ceph-mon[103441]: 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-16T20:59:52.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:52.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:53.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:53.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:53 smithi089 ceph-mon[103441]: pgmap v593: 97 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:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:53 smithi026 ceph-mon[93126]: pgmap v593: 97 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:54.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:54.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:55.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:55.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:55 smithi026 ceph-mon[93126]: 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-16T20:59:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:55 smithi089 ceph-mon[103441]: 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-16T20:59:56.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:56.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:57.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:57.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:57.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:57 smithi026 ceph-mon[93126]: 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-16T20:59:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:57 smithi089 ceph-mon[103441]: 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-16T20:59:58.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:58.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:59.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T20:59:59.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T20:59:59.760 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 20:59:59 smithi026 ceph-mon[93126]: pgmap v596: 97 pgs: 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:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 20:59:59 smithi089 ceph-mon[103441]: pgmap v596: 97 pgs: 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.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:00.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T21:00:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T21:00:01.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:01.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:01 smithi026 ceph-mon[93126]: 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:01.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:01 smithi089 ceph-mon[103441]: 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:02.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:02.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:03.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:03.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:03 smithi026 ceph-mon[93126]: pgmap v598: 97 pgs: 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:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:03 smithi089 ceph-mon[103441]: pgmap v598: 97 pgs: 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:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:04.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:04.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:05.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:05.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:05 smithi026 ceph-mon[93126]: 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:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:05 smithi089 ceph-mon[103441]: 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:06.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:06.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:07.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:07.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:07 smithi026 ceph-mon[93126]: 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:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:07 smithi089 ceph-mon[103441]: 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:08.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:08.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:09.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:09.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:09 smithi026 ceph-mon[93126]: pgmap v601: 97 pgs: 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:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:09 smithi089 ceph-mon[103441]: pgmap v601: 97 pgs: 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.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:10.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:11.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:11.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:11.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:11 smithi026 ceph-mon[93126]: 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:00:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:11 smithi089 ceph-mon[103441]: 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:00:12.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:12.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:13.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:13.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:13 smithi026 ceph-mon[93126]: pgmap v603: 97 pgs: 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:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:13 smithi089 ceph-mon[103441]: pgmap v603: 97 pgs: 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:14.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:14.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:15.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:15.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:15 smithi026 ceph-mon[93126]: 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:00:15.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:15 smithi089 ceph-mon[103441]: 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:00:16.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:16.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:17.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:17.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:17 smithi026 ceph-mon[93126]: 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:00:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:17 smithi089 ceph-mon[103441]: 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:00:18.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:18.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:19.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:19.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:19 smithi026 ceph-mon[93126]: pgmap v606: 97 pgs: 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:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:19 smithi089 ceph-mon[103441]: pgmap v606: 97 pgs: 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.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:20.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:21.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:21.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:21 smithi026 ceph-mon[93126]: 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:00:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:21 smithi089 ceph-mon[103441]: 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:00:22.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:22.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:23.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:23.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:23 smithi026 ceph-mon[93126]: pgmap v608: 97 pgs: 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:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:23 smithi089 ceph-mon[103441]: pgmap v608: 97 pgs: 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:24.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:24.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:25.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:25.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:25 smithi026 ceph-mon[93126]: 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:00:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:25 smithi089 ceph-mon[103441]: 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:00:26.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:26.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:00:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:00:27.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:27.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:27 smithi026 ceph-mon[93126]: 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:00:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:27 smithi089 ceph-mon[103441]: 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:00:28.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:28.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:28.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:28.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:29.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:29.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:29 smithi026 ceph-mon[93126]: pgmap v611: 97 pgs: 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:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:29 smithi089 ceph-mon[103441]: pgmap v611: 97 pgs: 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.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:30.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:31.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:31.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:31.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:31 smithi026 ceph-mon[93126]: 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:00:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:31 smithi089 ceph-mon[103441]: 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:00:32.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:32.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:33.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:33.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:33 smithi026 ceph-mon[93126]: pgmap v613: 97 pgs: 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:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:33.806 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:33 smithi089 ceph-mon[103441]: pgmap v613: 97 pgs: 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:33.806 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:34.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:34.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:35.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:35.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:35.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:00:35.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:00:35.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:35.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:00:35.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:35.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:35.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:35.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:35.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:35.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:00:35.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:00:35.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:35.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:00:35.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:00:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:36 smithi089 ceph-mon[103441]: 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:00:36.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:36.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:36.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:36 smithi026 ceph-mon[93126]: 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:00:37.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:37.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:38 smithi089 ceph-mon[103441]: 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:00:38.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:38.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:38.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:38 smithi026 ceph-mon[93126]: 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:00:39.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:39.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:39 smithi026 ceph-mon[93126]: pgmap v616: 97 pgs: 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:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:39 smithi089 ceph-mon[103441]: pgmap v616: 97 pgs: 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.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:40.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:41.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:41.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:41 smithi026 ceph-mon[93126]: 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:00:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:41 smithi089 ceph-mon[103441]: 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:00:42.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:42.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:43.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:43.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:43.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:43 smithi026 ceph-mon[93126]: pgmap v618: 97 pgs: 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:43.912 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:43 smithi089 ceph-mon[103441]: pgmap v618: 97 pgs: 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:44.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:44.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:45.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:45.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:45 smithi026 ceph-mon[93126]: 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:00:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:45 smithi089 ceph-mon[103441]: 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:00:46.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:46.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:47.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:47.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:47 smithi026 ceph-mon[93126]: 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:00:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:47 smithi089 ceph-mon[103441]: 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:00:48.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:48.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:00:49.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:49.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:49 smithi026 ceph-mon[93126]: pgmap v621: 97 pgs: 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:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:49 smithi089 ceph-mon[103441]: pgmap v621: 97 pgs: 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.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:50.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:51.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:51.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:51 smithi026 ceph-mon[93126]: 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:00:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:51 smithi089 ceph-mon[103441]: 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:00:52.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:52.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:53.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:53.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:53 smithi026 ceph-mon[93126]: pgmap v623: 97 pgs: 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:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:53 smithi089 ceph-mon[103441]: pgmap v623: 97 pgs: 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:54.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:54.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:55.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:55.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:55 smithi026 ceph-mon[93126]: 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:00:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:55 smithi089 ceph-mon[103441]: 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:00:56.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:56.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:57.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:57.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:57 smithi026 ceph-mon[93126]: 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:00:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:57 smithi089 ceph-mon[103441]: 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:00:58.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:58.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:59.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:00:59.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:00:59.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:00:59 smithi026 ceph-mon[93126]: pgmap v626: 97 pgs: 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:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:00:59 smithi089 ceph-mon[103441]: pgmap v626: 97 pgs: 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.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:00.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:01.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:01.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:01.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:01 smithi026 ceph-mon[93126]: 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:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:01 smithi089 ceph-mon[103441]: 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:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:03.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:03.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:03 smithi026 ceph-mon[93126]: pgmap v628: 97 pgs: 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:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:03 smithi089 ceph-mon[103441]: pgmap v628: 97 pgs: 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:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:04.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:04.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:05.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:05.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:05 smithi026 ceph-mon[93126]: 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:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:05 smithi089 ceph-mon[103441]: 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:06.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:06.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:07.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:07.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:07 smithi026 ceph-mon[93126]: 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:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:07 smithi089 ceph-mon[103441]: 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:08.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:08.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:09.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:09.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:09.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:09 smithi026 ceph-mon[93126]: pgmap v631: 97 pgs: 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:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:09 smithi089 ceph-mon[103441]: pgmap v631: 97 pgs: 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.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:10.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:11.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:11.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:11 smithi026 ceph-mon[93126]: 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:01:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:11 smithi089 ceph-mon[103441]: 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:01:12.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:12.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:13.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:13.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:13 smithi026 ceph-mon[93126]: pgmap v633: 97 pgs: 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:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:13 smithi089 ceph-mon[103441]: pgmap v633: 97 pgs: 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:14.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:14.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:15.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:15.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:15 smithi026 ceph-mon[93126]: 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:01:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:15 smithi089 ceph-mon[103441]: 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:01:16.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:16.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:17.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:17.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:17 smithi026 ceph-mon[93126]: 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:01:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:17 smithi089 ceph-mon[103441]: 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:01:18.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:18.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:19.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:19.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:19 smithi026 ceph-mon[93126]: pgmap v636: 97 pgs: 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:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:19 smithi089 ceph-mon[103441]: pgmap v636: 97 pgs: 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.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:20.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:21.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:21.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:21 smithi089 ceph-mon[103441]: 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:01:22.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:21 smithi026 ceph-mon[93126]: 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:01:22.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:22.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:23.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:23.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:23.854 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:23 smithi026 ceph-mon[93126]: pgmap v638: 97 pgs: 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:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:23 smithi089 ceph-mon[103441]: pgmap v638: 97 pgs: 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:24.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:24.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:25.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:25.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:25 smithi089 ceph-mon[103441]: 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:01:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:25 smithi026 ceph-mon[93126]: 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:01:26.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:26.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:27.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:27.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:27 smithi089 ceph-mon[103441]: 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:01:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:27 smithi026 ceph-mon[93126]: 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:01:28.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:28.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:29.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:29.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:29 smithi089 ceph-mon[103441]: pgmap v641: 97 pgs: 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:29.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:29 smithi026 ceph-mon[93126]: pgmap v641: 97 pgs: 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.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:30.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:31.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:31.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:31.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:31 smithi026 ceph-mon[93126]: 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:01:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:31 smithi089 ceph-mon[103441]: 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:01:32.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:32.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:33.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:33.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:33 smithi026 ceph-mon[93126]: pgmap v643: 97 pgs: 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:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:33 smithi089 ceph-mon[103441]: pgmap v643: 97 pgs: 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:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:34.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:34.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:35.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:35.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:35.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:35 smithi026 ceph-mon[93126]: 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:01:35.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:01:35.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:01:35.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:01:35.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:01:35.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:01:35.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:01:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:35 smithi089 ceph-mon[103441]: 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:01:35.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:01:35.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:01:35.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:01:35.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:01:35.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:01:35.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:01:36.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:36.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:37.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:37.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:37 smithi089 ceph-mon[103441]: 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:01:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:37 smithi026 ceph-mon[93126]: 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:01:38.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:38.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:39.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:39.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:39 smithi026 ceph-mon[93126]: pgmap v646: 97 pgs: 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:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:39 smithi089 ceph-mon[103441]: pgmap v646: 97 pgs: 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.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:40.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:41.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:41.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:41.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:41 smithi026 ceph-mon[93126]: 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:01:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:41 smithi089 ceph-mon[103441]: 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:01:42.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:42.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:43.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:43.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:43.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:43 smithi026 ceph-mon[93126]: pgmap v648: 97 pgs: 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:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:43 smithi089 ceph-mon[103441]: pgmap v648: 97 pgs: 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:44.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:44.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:45.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:45.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:45 smithi089 ceph-mon[103441]: 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:01:45.954 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:45 smithi026 ceph-mon[93126]: 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:01:46.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:46.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:47.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:47.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:47 smithi089 ceph-mon[103441]: 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:01:48.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:47 smithi026 ceph-mon[93126]: 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:01:48.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:48.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:01:49.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:49.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:49 smithi089 ceph-mon[103441]: pgmap v651: 97 pgs: 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.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:49 smithi026 ceph-mon[93126]: pgmap v651: 97 pgs: 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.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:50.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:51.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:51.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:51 smithi089 ceph-mon[103441]: 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:01:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:51 smithi026 ceph-mon[93126]: 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:01:52.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:52.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:53.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:53.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:53.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:53 smithi026 ceph-mon[93126]: pgmap v653: 97 pgs: 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:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:53 smithi089 ceph-mon[103441]: pgmap v653: 97 pgs: 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:54.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:54.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:55.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:55.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:55.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:55 smithi089 ceph-mon[103441]: 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:01:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:55 smithi026 ceph-mon[93126]: 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:01:56.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:56.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:57.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:57.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:57 smithi089 ceph-mon[103441]: 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:01:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:57 smithi026 ceph-mon[93126]: 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:01:58.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:58.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:59.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:01:59.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:01:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:01:59 smithi026 ceph-mon[93126]: pgmap v656: 97 pgs: 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:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:01:59 smithi089 ceph-mon[103441]: pgmap v656: 97 pgs: 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.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:00.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:01.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:01.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:01 smithi089 ceph-mon[103441]: 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:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:01 smithi026 ceph-mon[93126]: 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:02.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:02.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:03.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:03.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:03 smithi026 ceph-mon[93126]: pgmap v658: 97 pgs: 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:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:03 smithi089 ceph-mon[103441]: pgmap v658: 97 pgs: 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:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:04.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:04.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:05.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:05.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:05 smithi089 ceph-mon[103441]: 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:06.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:05 smithi026 ceph-mon[93126]: 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:06.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:06.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:07.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:07.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:07 smithi089 ceph-mon[103441]: 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:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:07 smithi026 ceph-mon[93126]: 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:08.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:08.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:09.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:09.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:09 smithi026 ceph-mon[93126]: pgmap v661: 97 pgs: 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:09.815 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:09 smithi089 ceph-mon[103441]: pgmap v661: 97 pgs: 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.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:10.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:11.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:11.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:11 smithi089 ceph-mon[103441]: 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:02:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:11 smithi026 ceph-mon[93126]: 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:02:12.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:12.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:13.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:13.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:13.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:13 smithi026 ceph-mon[93126]: pgmap v663: 97 pgs: 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:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:13 smithi089 ceph-mon[103441]: pgmap v663: 97 pgs: 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:14.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:14.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:15.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:15.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:15 smithi089 ceph-mon[103441]: 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:02:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:15 smithi026 ceph-mon[93126]: 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:02:16.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:16.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:17.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:17.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:17 smithi089 ceph-mon[103441]: 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:02:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:17 smithi026 ceph-mon[93126]: 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:02:18.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:18.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:19.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:19.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:19.922 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:19 smithi089 ceph-mon[103441]: pgmap v666: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:19 smithi026 ceph-mon[93126]: pgmap v666: 97 pgs: 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.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:20.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:21.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:21.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:21 smithi026 ceph-mon[93126]: 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:02:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:21 smithi089 ceph-mon[103441]: 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:02:22.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:22.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:23.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:23.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:23.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:23 smithi026 ceph-mon[93126]: pgmap v668: 97 pgs: 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:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:23 smithi089 ceph-mon[103441]: pgmap v668: 97 pgs: 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:24.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:24.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:25.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:25.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:25 smithi089 ceph-mon[103441]: 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:02:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:25 smithi026 ceph-mon[93126]: 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:02:26.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:26.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:27.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:27.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:27 smithi089 ceph-mon[103441]: 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:02:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:27 smithi026 ceph-mon[93126]: 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:02:28.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:28.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:29.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:29.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:29 smithi026 ceph-mon[93126]: pgmap v671: 97 pgs: 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:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:29 smithi089 ceph-mon[103441]: pgmap v671: 97 pgs: 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.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:30.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:31.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:31.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:31 smithi026 ceph-mon[93126]: 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:02:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:31 smithi089 ceph-mon[103441]: 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:02:32.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:32.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:33.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:33.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:33 smithi026 ceph-mon[93126]: pgmap v673: 97 pgs: 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:33.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:33 smithi089 ceph-mon[103441]: pgmap v673: 97 pgs: 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:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:34.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:34.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:35.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:35.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:35 smithi089 ceph-mon[103441]: 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:02:35.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:02:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:35 smithi026 ceph-mon[93126]: 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:02:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:02:36.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:36.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:02:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:02:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:02:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:02:37.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:02:37.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:02:37.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:02:37.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:02:37.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:02:37.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:02:37.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:02:37.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:02:37.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:02:37.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:02:37.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:37.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:37 smithi026 ceph-mon[93126]: 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:02:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:37 smithi089 ceph-mon[103441]: 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:02:38.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:38.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:39.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:39.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:39 smithi026 ceph-mon[93126]: pgmap v676: 97 pgs: 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:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:39 smithi089 ceph-mon[103441]: pgmap v676: 97 pgs: 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.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:40.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:41.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:41.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:41 smithi089 ceph-mon[103441]: 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:02:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:41 smithi026 ceph-mon[93126]: 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:02:42.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:42.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:43.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:43.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:43.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:43 smithi026 ceph-mon[93126]: pgmap v678: 97 pgs: 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:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:43 smithi089 ceph-mon[103441]: pgmap v678: 97 pgs: 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:44.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:44.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:45.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:45.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:45 smithi089 ceph-mon[103441]: 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:02:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:45 smithi026 ceph-mon[93126]: 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:02:46.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:46.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:47.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:47.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:47 smithi089 ceph-mon[103441]: 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:02:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:47 smithi026 ceph-mon[93126]: 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:02:48.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:48.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:02:49.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:49.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:49 smithi089 ceph-mon[103441]: pgmap v681: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:49 smithi026 ceph-mon[93126]: pgmap v681: 97 pgs: 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.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:50.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:51.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:51.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:51 smithi089 ceph-mon[103441]: 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:02:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:51 smithi026 ceph-mon[93126]: 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:02:52.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:52.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:53.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:53.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:53.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:53 smithi026 ceph-mon[93126]: pgmap v683: 97 pgs: 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:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:53 smithi089 ceph-mon[103441]: pgmap v683: 97 pgs: 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:54.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:54.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:55.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:55.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:55 smithi089 ceph-mon[103441]: 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:02:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:55 smithi026 ceph-mon[93126]: 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:02:56.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:56.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:57.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:57.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:57.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:57 smithi089 ceph-mon[103441]: 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:02:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:57 smithi026 ceph-mon[93126]: 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:02:58.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:58.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:59.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:02:59.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:02:59.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:02:59 smithi026 ceph-mon[93126]: pgmap v686: 97 pgs: 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:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:02:59 smithi089 ceph-mon[103441]: pgmap v686: 97 pgs: 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.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:00.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:01.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:01.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:01 smithi089 ceph-mon[103441]: 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:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:01 smithi026 ceph-mon[93126]: 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:02.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:02.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:03.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:03.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:03 smithi026 ceph-mon[93126]: pgmap v688: 97 pgs: 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:03.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:03 smithi089 ceph-mon[103441]: pgmap v688: 97 pgs: 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:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:04.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:04.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:05 smithi089 ceph-mon[103441]: 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:05.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:05.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:06.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:05 smithi026 ceph-mon[93126]: 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:06.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:06.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:07.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:07.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:07 smithi089 ceph-mon[103441]: 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:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:07 smithi026 ceph-mon[93126]: 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:08.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:08.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:09.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:09.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:09 smithi026 ceph-mon[93126]: pgmap v691: 97 pgs: 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:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:09 smithi089 ceph-mon[103441]: pgmap v691: 97 pgs: 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.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:10.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:11.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:11.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:11 smithi089 ceph-mon[103441]: 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:03:11.931 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:11 smithi026 ceph-mon[93126]: 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:03:12.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:12.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:13.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:13.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:13.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:13 smithi026 ceph-mon[93126]: pgmap v693: 97 pgs: 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:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:13 smithi089 ceph-mon[103441]: pgmap v693: 97 pgs: 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:14.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:14.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:15.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:15.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:15 smithi089 ceph-mon[103441]: 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:03:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:15 smithi026 ceph-mon[93126]: 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:03:16.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:16.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:17.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:17.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:17 smithi089 ceph-mon[103441]: 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:03:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:17 smithi026 ceph-mon[93126]: 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:03:18.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:18.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:19.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:19.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:19 smithi089 ceph-mon[103441]: pgmap v696: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:19 smithi026 ceph-mon[93126]: pgmap v696: 97 pgs: 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.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:20.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:21.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:21.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:21 smithi089 ceph-mon[103441]: 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:03:22.045 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:21 smithi026 ceph-mon[93126]: 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:03:22.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:22.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:23.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:23.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:23.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:23 smithi026 ceph-mon[93126]: pgmap v698: 97 pgs: 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:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:23 smithi089 ceph-mon[103441]: pgmap v698: 97 pgs: 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:24.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:24.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:25.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:25.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:25 smithi089 ceph-mon[103441]: 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:03:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:25 smithi026 ceph-mon[93126]: 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:03:26.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:26.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:27.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:27.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:27 smithi089 ceph-mon[103441]: 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:03:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:27 smithi026 ceph-mon[93126]: 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:03:28.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:28.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:29.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:29.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:29 smithi026 ceph-mon[93126]: pgmap v701: 97 pgs: 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:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:29 smithi089 ceph-mon[103441]: pgmap v701: 97 pgs: 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.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:30.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:31.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:31.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:31.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:31 smithi089 ceph-mon[103441]: 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:03:32.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:31 smithi026 ceph-mon[93126]: 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:03:32.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:32.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:33.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:33.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:33.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:33 smithi026 ceph-mon[93126]: pgmap v703: 97 pgs: 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:33.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:33 smithi089 ceph-mon[103441]: pgmap v703: 97 pgs: 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:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:34.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:34.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:35.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:35.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:35 smithi089 ceph-mon[103441]: 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:03:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:35 smithi026 ceph-mon[93126]: 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:03:36.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:36.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:37.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:37.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:37 smithi089 ceph-mon[103441]: 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:03:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:03:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:03:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:03:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:03:37.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:03:37.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:03:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:37 smithi026 ceph-mon[93126]: 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:03:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:03:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:03:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:03:38.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:03:38.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:03:38.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:03:38.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:38.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:39.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:39.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:39 smithi026 ceph-mon[93126]: pgmap v706: 97 pgs: 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:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:39 smithi089 ceph-mon[103441]: pgmap v706: 97 pgs: 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.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:40.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:41.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:41.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:41 smithi089 ceph-mon[103441]: 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:03:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:41 smithi026 ceph-mon[93126]: 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:03:42.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:42.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:43.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:43.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:43.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:43 smithi026 ceph-mon[93126]: pgmap v708: 97 pgs: 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:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:43 smithi089 ceph-mon[103441]: pgmap v708: 97 pgs: 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:44.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:44.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:45.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:45.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:45 smithi089 ceph-mon[103441]: 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:03:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:45 smithi026 ceph-mon[93126]: 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:03:46.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:46.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:47.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:47.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:47 smithi089 ceph-mon[103441]: 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:03:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:47 smithi026 ceph-mon[93126]: 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:03:48.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:48.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:03:49.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:49.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:49 smithi089 ceph-mon[103441]: pgmap v711: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:49 smithi026 ceph-mon[93126]: pgmap v711: 97 pgs: 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.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:50.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:51.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:51.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:51 smithi089 ceph-mon[103441]: 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:03:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:51 smithi026 ceph-mon[93126]: 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:03:52.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:52.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:53.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:53.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:53 smithi089 ceph-mon[103441]: pgmap v713: 97 pgs: 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:54.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:53 smithi026 ceph-mon[93126]: pgmap v713: 97 pgs: 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:54.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:54.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:55.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:55.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:55 smithi089 ceph-mon[103441]: 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:03:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:55 smithi026 ceph-mon[93126]: 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:03:56.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:56.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:57 smithi026 ceph-mon[93126]: 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:03:57.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:57.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:57 smithi089 ceph-mon[103441]: 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:03:58.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:58.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:03:59 smithi026 ceph-mon[93126]: pgmap v716: 97 pgs: 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:59.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:03:59.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:03:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:03:59 smithi089 ceph-mon[103441]: pgmap v716: 97 pgs: 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.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:00.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:01.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:01.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:01 smithi089 ceph-mon[103441]: 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:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:01 smithi026 ceph-mon[93126]: 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:02.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:02.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:03.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:03.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:03 smithi026 ceph-mon[93126]: pgmap v718: 97 pgs: 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:03.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:03 smithi089 ceph-mon[103441]: pgmap v718: 97 pgs: 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:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:04.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:04.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:05.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:05.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:05 smithi089 ceph-mon[103441]: 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:06.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:05 smithi026 ceph-mon[93126]: 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:06.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:06.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:07.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:07.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:07 smithi089 ceph-mon[103441]: 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:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:07 smithi026 ceph-mon[93126]: 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:08.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:08.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:09 smithi026 ceph-mon[93126]: pgmap v721: 97 pgs: 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:09.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:09.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:09 smithi089 ceph-mon[103441]: pgmap v721: 97 pgs: 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.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:10.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:11.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:11.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:11 smithi089 ceph-mon[103441]: 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:04:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:11 smithi026 ceph-mon[93126]: 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:04:12.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:12.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:13.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:13.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:13.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:13 smithi026 ceph-mon[93126]: pgmap v723: 97 pgs: 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:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:13 smithi089 ceph-mon[103441]: pgmap v723: 97 pgs: 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:14.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:14.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:15.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:15.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:15 smithi089 ceph-mon[103441]: 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:04:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:15 smithi026 ceph-mon[93126]: 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:04:16.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:16.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:17.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:17.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:17 smithi089 ceph-mon[103441]: 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:04:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:17 smithi026 ceph-mon[93126]: 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:04:18.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:18.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:19.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:19.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:19 smithi089 ceph-mon[103441]: pgmap v726: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:19 smithi026 ceph-mon[93126]: pgmap v726: 97 pgs: 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.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:20.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:21.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:21.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:21 smithi089 ceph-mon[103441]: 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:04:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:21 smithi026 ceph-mon[93126]: 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:04:22.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:22.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:23.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:23.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:23 smithi089 ceph-mon[103441]: pgmap v728: 97 pgs: 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:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:23 smithi026 ceph-mon[93126]: pgmap v728: 97 pgs: 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:24.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:24.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:25.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:25.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:25 smithi089 ceph-mon[103441]: 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:04:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:25 smithi026 ceph-mon[93126]: 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:04:26.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:26.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:27.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:27.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:27 smithi089 ceph-mon[103441]: 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:04:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:27 smithi026 ceph-mon[93126]: 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:04:28.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:28.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:29.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:29 smithi026 ceph-mon[93126]: pgmap v731: 97 pgs: 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:29.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:29.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:29 smithi089 ceph-mon[103441]: pgmap v731: 97 pgs: 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.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:30.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:31.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:31.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:31 smithi089 ceph-mon[103441]: 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:04:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:31 smithi026 ceph-mon[93126]: 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:04:32.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:32.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:33.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:33.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:33 smithi089 ceph-mon[103441]: pgmap v733: 97 pgs: 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:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:33 smithi026 ceph-mon[93126]: pgmap v733: 97 pgs: 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:34.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:34.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:35.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:35.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:35 smithi089 ceph-mon[103441]: 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:04:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:35 smithi026 ceph-mon[93126]: 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:04:36.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:36.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:37.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:37.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:37.901 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:37 smithi026 ceph-mon[93126]: 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:04:37.901 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:04:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:37 smithi089 ceph-mon[103441]: 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:04:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:04:38.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:38.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:38.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:04:38.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:04:38.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:04:38.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:04:38.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:04:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:04:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:04:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:04:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:04:39.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:04:39.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:39.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:39 smithi089 ceph-mon[103441]: pgmap v736: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:39 smithi026 ceph-mon[93126]: pgmap v736: 97 pgs: 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.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:40.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:41 smithi089 ceph-mon[103441]: 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:04:41.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:41.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:41 smithi026 ceph-mon[93126]: 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:04:42.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:42.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:43.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:43.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:43 smithi089 ceph-mon[103441]: pgmap v738: 97 pgs: 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:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:43 smithi026 ceph-mon[93126]: pgmap v738: 97 pgs: 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:44.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:44.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:45.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:45.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:45 smithi089 ceph-mon[103441]: 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:04:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:45 smithi026 ceph-mon[93126]: 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:04:46.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:46.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:47.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:47.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:47 smithi089 ceph-mon[103441]: 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:04:48.020 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:47 smithi026 ceph-mon[93126]: 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:04:48.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:48.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:04:49.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:49.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:49 smithi089 ceph-mon[103441]: pgmap v741: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:49 smithi026 ceph-mon[93126]: pgmap v741: 97 pgs: 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.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:50.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:51.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:51.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:51 smithi089 ceph-mon[103441]: 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:04:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:51 smithi026 ceph-mon[93126]: 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:04:52.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:52.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:53.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:53.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:53 smithi089 ceph-mon[103441]: pgmap v743: 97 pgs: 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:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:53 smithi026 ceph-mon[93126]: pgmap v743: 97 pgs: 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:54.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:54.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:55.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:55.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:55 smithi089 ceph-mon[103441]: 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:04:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:55 smithi026 ceph-mon[93126]: 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:04:56.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:56.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:57.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:57.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:57 smithi089 ceph-mon[103441]: 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:04:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:57 smithi026 ceph-mon[93126]: 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:04:58.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:58.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:59.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:04:59 smithi026 ceph-mon[93126]: pgmap v746: 97 pgs: 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:59.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:04:59.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:04:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:04:59 smithi089 ceph-mon[103441]: pgmap v746: 97 pgs: 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.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:00.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:01.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:01.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:01 smithi089 ceph-mon[103441]: 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:02.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:01 smithi026 ceph-mon[93126]: 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:02.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:02.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:03.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:03.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:03 smithi089 ceph-mon[103441]: pgmap v748: 97 pgs: 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:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:03 smithi026 ceph-mon[93126]: pgmap v748: 97 pgs: 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:04.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:04.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:05.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:05.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:05 smithi089 ceph-mon[103441]: 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:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:05 smithi026 ceph-mon[93126]: 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:06.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:06.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:07.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:07.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:07 smithi089 ceph-mon[103441]: 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:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:07 smithi026 ceph-mon[93126]: 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:08.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:08.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:09 smithi026 ceph-mon[93126]: pgmap v751: 97 pgs: 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:09.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:09.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:09.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:09 smithi089 ceph-mon[103441]: pgmap v751: 97 pgs: 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.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:10.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:11 smithi089 ceph-mon[103441]: 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:05:11.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:11.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:11 smithi026 ceph-mon[93126]: 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:05:12.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:12.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:13 smithi089 ceph-mon[103441]: pgmap v753: 97 pgs: 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:13.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:13.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:13 smithi026 ceph-mon[93126]: pgmap v753: 97 pgs: 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:14.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:14.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:15 smithi089 ceph-mon[103441]: 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:05:15.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:15.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:15 smithi026 ceph-mon[93126]: 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:05:16.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:16.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:17 smithi089 ceph-mon[103441]: 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:05:17.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:17.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:17 smithi026 ceph-mon[93126]: 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:05:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:18.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:18.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:19 smithi089 ceph-mon[103441]: pgmap v756: 97 pgs: 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:19.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:19.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:19 smithi026 ceph-mon[93126]: pgmap v756: 97 pgs: 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.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:20.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:21 smithi089 ceph-mon[103441]: 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:05:21.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:21.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:21 smithi026 ceph-mon[93126]: 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:05:22.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:22.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:23 smithi026 ceph-mon[93126]: pgmap v758: 97 pgs: 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:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:23 smithi089 ceph-mon[103441]: pgmap v758: 97 pgs: 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:23.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:23.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:24.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:24.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:25 smithi089 ceph-mon[103441]: 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:05:25.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:25.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:25 smithi026 ceph-mon[93126]: 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:05:26.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:26.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:27 smithi089 ceph-mon[103441]: 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:05:27.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:27.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:27 smithi026 ceph-mon[93126]: 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:05:28.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:28.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:29 smithi026 ceph-mon[93126]: pgmap v761: 97 pgs: 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:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:29 smithi089 ceph-mon[103441]: pgmap v761: 97 pgs: 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:29.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:29.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:30.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:30.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:31 smithi089 ceph-mon[103441]: 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:05:31.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:31.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:31 smithi026 ceph-mon[93126]: 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:05:32.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:32.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:33 smithi026 ceph-mon[93126]: pgmap v763: 97 pgs: 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:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:33 smithi089 ceph-mon[103441]: pgmap v763: 97 pgs: 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:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:33.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:33.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:34.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:34.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:35 smithi089 ceph-mon[103441]: 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:05:35.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:35.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:35 smithi026 ceph-mon[93126]: 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:05:36.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:36.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:37 smithi089 ceph-mon[103441]: 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:05:37.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:37.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:37 smithi026 ceph-mon[93126]: 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:05:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:05:38.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:38.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:05:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:39 smithi089 ceph-mon[103441]: pgmap v766: 97 pgs: 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:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:05:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:05:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:05:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:05:39.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:05:39.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:39.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:39 smithi026 ceph-mon[93126]: pgmap v766: 97 pgs: 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.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:05:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:05:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:05:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:05:40.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:05:40.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:40.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:41 smithi089 ceph-mon[103441]: 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:05:41.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:41.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:41 smithi026 ceph-mon[93126]: 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:05:42.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:42.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:43 smithi089 ceph-mon[103441]: pgmap v768: 97 pgs: 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:43.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:43.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:43 smithi026 ceph-mon[93126]: pgmap v768: 97 pgs: 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:44.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:44.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:45 smithi089 ceph-mon[103441]: 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:05:45.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:45.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:45 smithi026 ceph-mon[93126]: 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:05:46.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:46.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:47 smithi089 ceph-mon[103441]: 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:05:47.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:47.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:47 smithi026 ceph-mon[93126]: 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:05:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:48.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:48.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:05:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:49 smithi089 ceph-mon[103441]: pgmap v771: 97 pgs: 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:49.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:49.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:49 smithi026 ceph-mon[93126]: pgmap v771: 97 pgs: 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.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:50.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:51 smithi089 ceph-mon[103441]: 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:05:51.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:51.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:51 smithi026 ceph-mon[93126]: 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:05:52.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:53.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:53 smithi089 ceph-mon[103441]: pgmap v773: 97 pgs: 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:54.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:54.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:53 smithi026 ceph-mon[93126]: pgmap v773: 97 pgs: 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:55.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:55.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:55.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:55 smithi089 ceph-mon[103441]: 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:05:56.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:56.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:55 smithi026 ceph-mon[93126]: 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:05:57.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:57.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:57 smithi089 ceph-mon[103441]: 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:05:58.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:58.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:57 smithi026 ceph-mon[93126]: 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:05:59.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:05:59.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:05:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:05:59 smithi026 ceph-mon[93126]: pgmap v776: 97 pgs: 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:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:05:59 smithi089 ceph-mon[103441]: pgmap v776: 97 pgs: 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.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:00.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:01.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:01.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:01 smithi089 ceph-mon[103441]: 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:02.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:02.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:01 smithi026 ceph-mon[93126]: 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:03.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:03.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:03.888 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:03 smithi026 ceph-mon[93126]: pgmap v778: 97 pgs: 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:03.888 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:03 smithi089 ceph-mon[103441]: pgmap v778: 97 pgs: 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:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:04.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:04.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:05.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:05.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:05 smithi089 ceph-mon[103441]: 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:06.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:06.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:06.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:05 smithi026 ceph-mon[93126]: 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:07.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:07.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:07 smithi089 ceph-mon[103441]: 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:08.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:08.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:07 smithi026 ceph-mon[93126]: 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:09.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:09.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:09 smithi026 ceph-mon[93126]: pgmap v781: 97 pgs: 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:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:09 smithi089 ceph-mon[103441]: pgmap v781: 97 pgs: 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.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:10.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:11.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:11.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:11 smithi089 ceph-mon[103441]: 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:06:12.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:12.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:11 smithi026 ceph-mon[93126]: 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:06:13.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:13.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:13 smithi089 ceph-mon[103441]: pgmap v783: 97 pgs: 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:14.003 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:13 smithi026 ceph-mon[93126]: pgmap v783: 97 pgs: 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:14.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:14.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:15.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:15.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:15 smithi089 ceph-mon[103441]: 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:06:16.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:16.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:15 smithi026 ceph-mon[93126]: 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:06:17.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:17.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:17 smithi089 ceph-mon[103441]: 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:06:18.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:18.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:17 smithi026 ceph-mon[93126]: 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:06:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:19.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:19.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:19 smithi089 ceph-mon[103441]: pgmap v786: 97 pgs: 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.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:20.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:19 smithi026 ceph-mon[93126]: pgmap v786: 97 pgs: 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.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:21.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:21 smithi089 ceph-mon[103441]: 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:06:22.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:22.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:21 smithi026 ceph-mon[93126]: 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:06:23.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:23.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:23 smithi089 ceph-mon[103441]: pgmap v788: 97 pgs: 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:24.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:24.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:23 smithi026 ceph-mon[93126]: pgmap v788: 97 pgs: 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:25.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:25.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:25 smithi089 ceph-mon[103441]: 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:06:26.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:26.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:25 smithi026 ceph-mon[93126]: 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:06:27.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:27.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:27 smithi089 ceph-mon[103441]: 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:06:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:27 smithi026 ceph-mon[93126]: 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:06:28.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:28.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:29.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:29.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:29 smithi089 ceph-mon[103441]: pgmap v791: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:29 smithi026 ceph-mon[93126]: pgmap v791: 97 pgs: 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.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:30.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:31.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:31.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:31 smithi089 ceph-mon[103441]: 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:06:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:31 smithi026 ceph-mon[93126]: 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:06:32.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:32.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:33.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:33.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:33.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:33 smithi089 ceph-mon[103441]: pgmap v793: 97 pgs: 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:33.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:33 smithi026 ceph-mon[93126]: pgmap v793: 97 pgs: 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:34.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:34.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:35.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:35.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:35 smithi089 ceph-mon[103441]: 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:06:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:35 smithi026 ceph-mon[93126]: 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:06:36.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:36.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:37.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:37.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:37 smithi089 ceph-mon[103441]: 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:06:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:37 smithi026 ceph-mon[93126]: 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:06:38.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:38.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:39.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:39.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:39 smithi089 ceph-mon[103441]: pgmap v796: 97 pgs: 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:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:06:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:06:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:06:39.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:06:39.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:06:39.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:06:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:39 smithi026 ceph-mon[93126]: pgmap v796: 97 pgs: 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.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:06:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:06:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:06:40.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:06:40.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:06:40.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:06:40.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:40.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:41.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:41.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:41.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:41 smithi089 ceph-mon[103441]: 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:06:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:41 smithi026 ceph-mon[93126]: 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:06:42.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:42.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:43.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:43.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:43 smithi089 ceph-mon[103441]: pgmap v798: 97 pgs: 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:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:43 smithi026 ceph-mon[93126]: pgmap v798: 97 pgs: 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:44.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:44.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:45.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:45.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:45 smithi089 ceph-mon[103441]: 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:06:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:45 smithi026 ceph-mon[93126]: 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:06:46.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:46.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:47.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:47.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:47 smithi089 ceph-mon[103441]: 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:06:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:47 smithi026 ceph-mon[93126]: 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:06:48.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:48.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:06:49.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:49.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:49 smithi089 ceph-mon[103441]: pgmap v801: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:49 smithi026 ceph-mon[93126]: pgmap v801: 97 pgs: 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.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:50.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:51.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:51.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:51 smithi089 ceph-mon[103441]: 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:06:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:51 smithi026 ceph-mon[93126]: 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:06:52.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:52.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:53.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:53.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:53 smithi089 ceph-mon[103441]: pgmap v803: 97 pgs: 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:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:53 smithi026 ceph-mon[93126]: pgmap v803: 97 pgs: 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:54.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:54.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:55.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:55.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:55 smithi089 ceph-mon[103441]: 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:06:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:55 smithi026 ceph-mon[93126]: 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:06:56.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:56.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:57.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:57.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:57 smithi089 ceph-mon[103441]: 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:06:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:57 smithi026 ceph-mon[93126]: 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:06:58.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:58.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:59.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:06:59.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:06:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:06:59 smithi026 ceph-mon[93126]: pgmap v806: 97 pgs: 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:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:06:59 smithi089 ceph-mon[103441]: pgmap v806: 97 pgs: 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.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:00.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:01.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:01.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:01 smithi089 ceph-mon[103441]: 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:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:01 smithi026 ceph-mon[93126]: 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:02.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:02.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:03.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:03.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:03 smithi089 ceph-mon[103441]: pgmap v808: 97 pgs: 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:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:03 smithi026 ceph-mon[93126]: pgmap v808: 97 pgs: 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:04.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:04.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:05.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:05.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:05 smithi089 ceph-mon[103441]: 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:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:05 smithi026 ceph-mon[93126]: 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:06.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:06.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:07.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:07.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:07 smithi089 ceph-mon[103441]: 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:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:07 smithi026 ceph-mon[93126]: 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:08.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:08.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:09.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:09.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:09 smithi089 ceph-mon[103441]: pgmap v811: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:09 smithi026 ceph-mon[93126]: pgmap v811: 97 pgs: 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.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:10.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:11.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:11.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:11 smithi089 ceph-mon[103441]: 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:07:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:11 smithi026 ceph-mon[93126]: 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:07:12.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:12.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:13.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:13.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:13 smithi089 ceph-mon[103441]: pgmap v813: 97 pgs: 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:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:13 smithi026 ceph-mon[93126]: pgmap v813: 97 pgs: 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:14.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:14.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:15.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:15.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:15 smithi089 ceph-mon[103441]: 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:07:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:15 smithi026 ceph-mon[93126]: 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:07:16.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:16.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:17.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:17.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:17 smithi089 ceph-mon[103441]: 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:07:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:17 smithi026 ceph-mon[93126]: 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:07:18.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:18.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:19.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:19.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:19 smithi089 ceph-mon[103441]: pgmap v816: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:19 smithi026 ceph-mon[93126]: pgmap v816: 97 pgs: 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.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:20.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:21.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:21.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:21 smithi089 ceph-mon[103441]: 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:07:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:21 smithi026 ceph-mon[93126]: 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:07:22.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:22.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:23.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:23.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:23 smithi089 ceph-mon[103441]: pgmap v818: 97 pgs: 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:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:23 smithi026 ceph-mon[93126]: pgmap v818: 97 pgs: 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:24.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:24.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:25.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:25.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:25 smithi026 ceph-mon[93126]: 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:07:26.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:26.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:25 smithi089 ceph-mon[103441]: 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:07:27.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:27.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:27 smithi026 ceph-mon[93126]: 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:07:28.147 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:27 smithi089 ceph-mon[103441]: 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:07:28.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:28.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:29.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:29.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:29.871 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:29 smithi026 ceph-mon[93126]: pgmap v821: 97 pgs: 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:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:29 smithi089 ceph-mon[103441]: pgmap v821: 97 pgs: 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.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:30.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:31.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:31.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:31 smithi089 ceph-mon[103441]: 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:07:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:31 smithi026 ceph-mon[93126]: 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:07:32.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:32.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:33.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:33.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:33 smithi089 ceph-mon[103441]: pgmap v823: 97 pgs: 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:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:33 smithi026 ceph-mon[93126]: pgmap v823: 97 pgs: 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:34.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:34.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:35.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:35.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:35 smithi089 ceph-mon[103441]: 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:07:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:35 smithi026 ceph-mon[93126]: 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:07:36.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:36.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:37.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:37.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:37 smithi089 ceph-mon[103441]: 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:07:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:37 smithi026 ceph-mon[93126]: 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:07:38.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:38.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:39.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:39.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:39 smithi089 ceph-mon[103441]: pgmap v826: 97 pgs: 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:39.985 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:39 smithi026 ceph-mon[93126]: pgmap v826: 97 pgs: 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.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:40.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:07:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:07:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:07:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:07:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:07:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:07:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:07:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:07:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:07:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:07:41.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:07:41.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:07:41.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:41.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:41 smithi089 ceph-mon[103441]: 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:07:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:41 smithi026 ceph-mon[93126]: 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:07:42.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:42.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:43.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:43.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:43 smithi089 ceph-mon[103441]: pgmap v828: 97 pgs: 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:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:43 smithi026 ceph-mon[93126]: pgmap v828: 97 pgs: 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:44.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:44.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:45.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:45.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:45 smithi089 ceph-mon[103441]: 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:07:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:45 smithi026 ceph-mon[93126]: 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:07:46.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:46.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:47.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:47.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:47 smithi089 ceph-mon[103441]: 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:07:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:47 smithi026 ceph-mon[93126]: 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:07:48.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:48.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:07:49.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:49.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:49 smithi026 ceph-mon[93126]: pgmap v831: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:49 smithi089 ceph-mon[103441]: pgmap v831: 97 pgs: 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.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:50.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:51.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:51.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:51 smithi026 ceph-mon[93126]: 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:07:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:51 smithi089 ceph-mon[103441]: 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:07:52.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:52.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:53.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:53.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:53 smithi026 ceph-mon[93126]: pgmap v833: 97 pgs: 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:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:53 smithi089 ceph-mon[103441]: pgmap v833: 97 pgs: 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:54.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:54.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:55.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:55.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:55 smithi026 ceph-mon[93126]: 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:07:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:55 smithi089 ceph-mon[103441]: 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:07:56.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:56.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:57.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:57.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:57 smithi026 ceph-mon[93126]: 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:07:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:57 smithi089 ceph-mon[103441]: 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:07:58.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:58.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:59.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:07:59.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:07:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:07:59 smithi089 ceph-mon[103441]: pgmap v836: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:07:59 smithi026 ceph-mon[93126]: pgmap v836: 97 pgs: 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.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:00.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:01.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:01.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:01 smithi089 ceph-mon[103441]: 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:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:01 smithi026 ceph-mon[93126]: 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:02.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:02.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:03.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:03.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:03 smithi089 ceph-mon[103441]: pgmap v838: 97 pgs: 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:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:03 smithi026 ceph-mon[93126]: pgmap v838: 97 pgs: 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:04.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:04.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:05.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:05.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:05 smithi026 ceph-mon[93126]: 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:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:05 smithi089 ceph-mon[103441]: 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:06.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:06.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:07.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:07.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:07 smithi026 ceph-mon[93126]: 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:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:07 smithi089 ceph-mon[103441]: 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:08.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:08.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:09.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:09.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:09 smithi089 ceph-mon[103441]: pgmap v841: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:09 smithi026 ceph-mon[93126]: pgmap v841: 97 pgs: 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.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:10.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:11.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:11.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:11 smithi026 ceph-mon[93126]: 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:08:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:11 smithi089 ceph-mon[103441]: 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:08:12.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:12.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:13.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:13.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:13 smithi089 ceph-mon[103441]: pgmap v843: 97 pgs: 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:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:13 smithi026 ceph-mon[93126]: pgmap v843: 97 pgs: 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:14.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:14.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:15.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:15.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:15 smithi026 ceph-mon[93126]: 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:08:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:15 smithi089 ceph-mon[103441]: 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:08:16.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:16.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:17.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:17.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:17 smithi026 ceph-mon[93126]: 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:08:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:17 smithi089 ceph-mon[103441]: 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:08:18.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:18.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:19.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:19.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:19 smithi026 ceph-mon[93126]: pgmap v846: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:19 smithi089 ceph-mon[103441]: pgmap v846: 97 pgs: 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.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:20.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:21.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:21.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:21 smithi026 ceph-mon[93126]: 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:08:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:21 smithi089 ceph-mon[103441]: 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:08:22.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:22.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:23.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:23.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:23 smithi026 ceph-mon[93126]: pgmap v848: 97 pgs: 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:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:23 smithi089 ceph-mon[103441]: pgmap v848: 97 pgs: 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:24.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:24.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:25.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:25.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:25 smithi026 ceph-mon[93126]: 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:08:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:25 smithi089 ceph-mon[103441]: 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:08:26.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:26.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:27.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:27.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:27 smithi026 ceph-mon[93126]: 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:08:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:27 smithi089 ceph-mon[103441]: 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:08:28.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:28.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:29.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:29.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:29 smithi089 ceph-mon[103441]: pgmap v851: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:29 smithi026 ceph-mon[93126]: pgmap v851: 97 pgs: 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.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:30.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:31.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:31.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:32.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:31 smithi026 ceph-mon[93126]: 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:08:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:31 smithi089 ceph-mon[103441]: 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:08:32.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:32.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:33.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:33.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:33 smithi026 ceph-mon[93126]: pgmap v853: 97 pgs: 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:33 smithi089 ceph-mon[103441]: pgmap v853: 97 pgs: 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:34.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:34.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:35.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:35.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:35 smithi026 ceph-mon[93126]: 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:08:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:35 smithi089 ceph-mon[103441]: 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:08:36.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:36.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:37.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:37.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:37 smithi026 ceph-mon[93126]: 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:08:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:37 smithi089 ceph-mon[103441]: 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:08:38.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:38.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:39.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:39.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:39 smithi089 ceph-mon[103441]: pgmap v856: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:39 smithi026 ceph-mon[93126]: pgmap v856: 97 pgs: 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.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:40.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:08:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:08:41.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:41.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:41 smithi089 ceph-mon[103441]: 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:08:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:41 smithi026 ceph-mon[93126]: 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:08:42.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:42.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:43.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:43.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:43.941 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:43 smithi089 ceph-mon[103441]: pgmap v858: 97 pgs: 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:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:43 smithi026 ceph-mon[93126]: pgmap v858: 97 pgs: 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:44.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:44.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:45.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:45.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:45 smithi026 ceph-mon[93126]: 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:08:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:08:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:08:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:08:46.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:08:46.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:08:46.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:08:46.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:08:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:45 smithi089 ceph-mon[103441]: 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:08:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:08:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:08:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:08:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:08:46.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:08:46.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:08:46.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:08:46.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:46.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:47.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:47.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:47 smithi089 ceph-mon[103441]: 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:08:48.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:48.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:47 smithi026 ceph-mon[93126]: 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:08:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:49.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:49.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:08:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:49 smithi089 ceph-mon[103441]: pgmap v861: 97 pgs: 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.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:50.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:49 smithi026 ceph-mon[93126]: pgmap v861: 97 pgs: 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.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:51.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:51 smithi089 ceph-mon[103441]: 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:08:52.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:52.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:51 smithi026 ceph-mon[93126]: 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:08:53.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:53.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:53 smithi089 ceph-mon[103441]: pgmap v863: 97 pgs: 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:54.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:54.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:53 smithi026 ceph-mon[93126]: pgmap v863: 97 pgs: 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:55.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:55.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:55 smithi089 ceph-mon[103441]: 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:08:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:55 smithi026 ceph-mon[93126]: 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:08:56.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:56.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:57.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:57.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:57 smithi089 ceph-mon[103441]: 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:08:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:57 smithi026 ceph-mon[93126]: 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:08:58.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:58.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:59.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:08:59.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:08:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:08:59 smithi089 ceph-mon[103441]: pgmap v866: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:08:59 smithi026 ceph-mon[93126]: pgmap v866: 97 pgs: 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.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:00.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:01.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:01.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:01 smithi026 ceph-mon[93126]: 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:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:01 smithi089 ceph-mon[103441]: 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:02.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:02.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:03.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:03.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:03 smithi026 ceph-mon[93126]: pgmap v868: 97 pgs: 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:04.152 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:03 smithi089 ceph-mon[103441]: pgmap v868: 97 pgs: 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:04.153 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:05.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:05.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:05.965 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:05 smithi026 ceph-mon[93126]: 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:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:05 smithi089 ceph-mon[103441]: 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:06.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:06.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:07.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:07.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:07 smithi026 ceph-mon[93126]: 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:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:07 smithi089 ceph-mon[103441]: 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:08.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:08.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:09.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:09.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:09 smithi089 ceph-mon[103441]: pgmap v871: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:09 smithi026 ceph-mon[93126]: pgmap v871: 97 pgs: 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.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:10.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:11.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:11.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:11 smithi026 ceph-mon[93126]: 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:09:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:11 smithi089 ceph-mon[103441]: 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:09:12.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:12.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:13.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:13.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:14.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:13 smithi026 ceph-mon[93126]: pgmap v873: 97 pgs: 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:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:13 smithi089 ceph-mon[103441]: pgmap v873: 97 pgs: 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:14.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:14.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:15.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:15.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:15 smithi026 ceph-mon[93126]: 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:09:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:15 smithi089 ceph-mon[103441]: 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:09:16.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:16.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:17.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:17.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:17 smithi026 ceph-mon[93126]: 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:09:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:17 smithi089 ceph-mon[103441]: 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:09:18.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:18.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:19.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:19.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:19 smithi026 ceph-mon[93126]: pgmap v876: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:19 smithi089 ceph-mon[103441]: pgmap v876: 97 pgs: 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.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:20.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:21.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:21.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:21 smithi026 ceph-mon[93126]: 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:09:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:21 smithi089 ceph-mon[103441]: 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:09:22.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:22.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:23.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:23.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:23 smithi026 ceph-mon[93126]: pgmap v878: 97 pgs: 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:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:23 smithi089 ceph-mon[103441]: pgmap v878: 97 pgs: 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:24.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:24.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:25.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:25.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:25 smithi026 ceph-mon[93126]: 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:09:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:25 smithi089 ceph-mon[103441]: 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:09:26.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:26.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:27.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:27.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:27 smithi026 ceph-mon[93126]: 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:09:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:27 smithi089 ceph-mon[103441]: 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:09:28.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:28.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:29.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:29.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:29 smithi089 ceph-mon[103441]: pgmap v881: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:29 smithi026 ceph-mon[93126]: pgmap v881: 97 pgs: 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.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:30.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:31.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:31.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:31 smithi026 ceph-mon[93126]: 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:09:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:31 smithi089 ceph-mon[103441]: 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:09:32.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:32.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:33.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:33.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:33 smithi026 ceph-mon[93126]: pgmap v883: 97 pgs: 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:33 smithi089 ceph-mon[103441]: pgmap v883: 97 pgs: 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:34.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:34.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:35.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:35.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:35 smithi026 ceph-mon[93126]: 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:09:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:35 smithi089 ceph-mon[103441]: 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:09:36.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:36.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:37.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:37.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:37 smithi026 ceph-mon[93126]: 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:09:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:37 smithi089 ceph-mon[103441]: 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:09:38.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:38.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:39.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:39.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:39 smithi089 ceph-mon[103441]: pgmap v886: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:39 smithi026 ceph-mon[93126]: pgmap v886: 97 pgs: 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.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:40.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:41.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:41.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:41 smithi026 ceph-mon[93126]: 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:09:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:41 smithi089 ceph-mon[103441]: 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:09:42.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:42.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:43.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:43.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:43 smithi026 ceph-mon[93126]: pgmap v888: 97 pgs: 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:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:43 smithi089 ceph-mon[103441]: pgmap v888: 97 pgs: 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:44.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:44.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:45.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:45.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:45 smithi026 ceph-mon[93126]: 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:09:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:09:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:45 smithi089 ceph-mon[103441]: 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:09:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:09:46.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:46.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:09:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:09:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:09:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:09:47.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:09:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:09:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:09:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:09:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:09:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:09:47.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:47.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:48.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:48.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:48 smithi089 ceph-mon[103441]: 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:09:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:48 smithi026 ceph-mon[93126]: 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:09:49.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:49.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:09:50.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:50.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:50 smithi089 ceph-mon[103441]: pgmap v891: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:50 smithi026 ceph-mon[93126]: pgmap v891: 97 pgs: 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.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:51.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:52.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:52.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:52 smithi089 ceph-mon[103441]: 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:09:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:52 smithi026 ceph-mon[93126]: 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:09:53.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:53.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:54.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:54.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:54 smithi026 ceph-mon[93126]: pgmap v893: 97 pgs: 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:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:54 smithi089 ceph-mon[103441]: pgmap v893: 97 pgs: 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:55.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:55.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:56.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:56.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:56.540 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:56 smithi026 ceph-mon[93126]: 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:09:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:56 smithi089 ceph-mon[103441]: 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:09:57.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:57.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:58.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:58.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:58 smithi026 ceph-mon[93126]: 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:09:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:58 smithi089 ceph-mon[103441]: 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:09:59.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:09:59.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:09:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:09:59 smithi089 ceph-mon[103441]: pgmap v896: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:09:59 smithi026 ceph-mon[93126]: pgmap v896: 97 pgs: 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.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:00.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:00.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T21:10:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T21:10:01.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:01.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:01 smithi089 ceph-mon[103441]: 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:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:01 smithi026 ceph-mon[93126]: 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:02.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:02.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:03.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:03.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:03 smithi026 ceph-mon[93126]: pgmap v898: 97 pgs: 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:03 smithi089 ceph-mon[103441]: pgmap v898: 97 pgs: 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:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:04.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:04.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:05.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:05.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:05 smithi026 ceph-mon[93126]: 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:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:05 smithi089 ceph-mon[103441]: 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:06.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:06.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:07.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:07.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:07 smithi026 ceph-mon[93126]: 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:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:07 smithi089 ceph-mon[103441]: 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:08.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:08.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:09.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:09.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:09 smithi089 ceph-mon[103441]: pgmap v901: 97 pgs: 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:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:09 smithi026 ceph-mon[93126]: pgmap v901: 97 pgs: 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:10.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:10.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:11.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:11.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:11 smithi026 ceph-mon[93126]: 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:10:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:11 smithi089 ceph-mon[103441]: 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:10:12.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:12.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:13.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:13.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:13 smithi026 ceph-mon[93126]: pgmap v903: 97 pgs: 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:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:13 smithi089 ceph-mon[103441]: pgmap v903: 97 pgs: 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:14.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:14.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:15.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:15.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:15 smithi026 ceph-mon[93126]: 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:10:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:15 smithi089 ceph-mon[103441]: 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:10:16.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:16.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:17.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:17.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:17 smithi026 ceph-mon[93126]: 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:10:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:17 smithi089 ceph-mon[103441]: 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:10:18.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:18.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:19.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:19.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:19 smithi026 ceph-mon[93126]: pgmap v906: 97 pgs: 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:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:19 smithi089 ceph-mon[103441]: pgmap v906: 97 pgs: 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:20.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:20.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:21.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:21.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:21 smithi026 ceph-mon[93126]: 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:10:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:21 smithi089 ceph-mon[103441]: 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:10:22.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:22.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:23.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:23.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:23 smithi026 ceph-mon[93126]: pgmap v908: 97 pgs: 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:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:23 smithi089 ceph-mon[103441]: pgmap v908: 97 pgs: 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:24.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:24.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:25.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:25.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:25 smithi026 ceph-mon[93126]: 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:10:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:25 smithi089 ceph-mon[103441]: 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:10:26.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:26.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:27.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:27.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:27 smithi026 ceph-mon[93126]: 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:10:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:27 smithi089 ceph-mon[103441]: 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:10:28.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:28.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:29.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:29.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:29 smithi089 ceph-mon[103441]: pgmap v911: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:29 smithi026 ceph-mon[93126]: pgmap v911: 97 pgs: 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.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:30.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:31.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:31.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:31 smithi026 ceph-mon[93126]: 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:10:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:31 smithi089 ceph-mon[103441]: 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:10:32.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:32.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:33.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:33.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:33 smithi026 ceph-mon[93126]: pgmap v913: 97 pgs: 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:33 smithi089 ceph-mon[103441]: pgmap v913: 97 pgs: 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:34.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:34.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:35.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:35.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:35 smithi026 ceph-mon[93126]: 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:10:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:35 smithi089 ceph-mon[103441]: 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:10:36.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:36.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:37.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:37.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:37 smithi026 ceph-mon[93126]: 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:10:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:37 smithi089 ceph-mon[103441]: 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:10:38.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:38.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:39.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:39.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:39 smithi089 ceph-mon[103441]: pgmap v916: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:39 smithi026 ceph-mon[93126]: pgmap v916: 97 pgs: 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.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:40.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:41.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:41.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:41 smithi026 ceph-mon[93126]: 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:10:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:41 smithi089 ceph-mon[103441]: 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:10:42.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:42.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:43.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:43.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:43 smithi026 ceph-mon[93126]: pgmap v918: 97 pgs: 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:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:43 smithi089 ceph-mon[103441]: pgmap v918: 97 pgs: 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:44.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:44.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:45.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:45.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:45 smithi026 ceph-mon[93126]: 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:10:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:45 smithi089 ceph-mon[103441]: 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:10:46.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:46.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:10:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:10:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:47.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:47.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:47 smithi026 ceph-mon[93126]: 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:10:48.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:47 smithi089 ceph-mon[103441]: 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:10:48.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:48.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:48.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:10:49.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:49.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:50.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:49 smithi026 ceph-mon[93126]: pgmap v921: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:49 smithi089 ceph-mon[103441]: pgmap v921: 97 pgs: 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.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:50.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:51.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:51.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:51 smithi026 ceph-mon[93126]: 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:10:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:51 smithi089 ceph-mon[103441]: 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:10:52.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:52.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:53.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:53.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:53 smithi026 ceph-mon[93126]: pgmap v923: 97 pgs: 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:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:53 smithi089 ceph-mon[103441]: pgmap v923: 97 pgs: 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:54.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:54.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:55.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:55.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:55.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:55.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:55.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:10:55.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:10:55.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:55.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:10:55.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:55.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:55.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:10:55.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:10:55.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:55.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:10:55.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:10:56.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:56.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:56 smithi026 ceph-mon[93126]: 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:10:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:56 smithi089 ceph-mon[103441]: 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:10:57.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:57.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:58.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:58.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:58 smithi026 ceph-mon[93126]: 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:10:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:58 smithi089 ceph-mon[103441]: 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:10:59.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:10:59.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:10:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:10:59 smithi089 ceph-mon[103441]: pgmap v926: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:10:59 smithi026 ceph-mon[93126]: pgmap v926: 97 pgs: 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.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:00.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:01.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:01.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:01 smithi026 ceph-mon[93126]: 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:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:01 smithi089 ceph-mon[103441]: 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:02.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:02.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:03.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:03.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:03 smithi026 ceph-mon[93126]: pgmap v928: 97 pgs: 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:03 smithi089 ceph-mon[103441]: pgmap v928: 97 pgs: 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:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:04.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:04.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:05.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:05.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:05 smithi026 ceph-mon[93126]: 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:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:05 smithi089 ceph-mon[103441]: 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:06.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:06.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:07.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:07.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:07 smithi026 ceph-mon[93126]: 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:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:07 smithi089 ceph-mon[103441]: 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:08.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:08.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:09.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:09.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:09 smithi089 ceph-mon[103441]: pgmap v931: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:09 smithi026 ceph-mon[93126]: pgmap v931: 97 pgs: 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.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:10.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:11.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:11.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:11 smithi026 ceph-mon[93126]: 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:11:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:11 smithi089 ceph-mon[103441]: 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:11:12.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:12.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:13.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:13.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:13 smithi026 ceph-mon[93126]: pgmap v933: 97 pgs: 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:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:13 smithi089 ceph-mon[103441]: pgmap v933: 97 pgs: 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:14.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:14.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:15.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:15.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:15 smithi089 ceph-mon[103441]: 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:11:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:15 smithi026 ceph-mon[93126]: 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:11:16.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:16.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:17.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:17.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:17 smithi026 ceph-mon[93126]: 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:11:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:17 smithi089 ceph-mon[103441]: 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:11:18.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:18.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:19.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:19.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:19 smithi026 ceph-mon[93126]: pgmap v936: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:19 smithi089 ceph-mon[103441]: pgmap v936: 97 pgs: 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.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:20.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:21.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:21.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:21 smithi026 ceph-mon[93126]: 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:11:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:21 smithi089 ceph-mon[103441]: 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:11:22.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:22.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:23.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:23.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:23 smithi026 ceph-mon[93126]: pgmap v938: 97 pgs: 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:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:23 smithi089 ceph-mon[103441]: pgmap v938: 97 pgs: 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:24.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:24.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:25.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:25.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:25 smithi089 ceph-mon[103441]: 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:11:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:25 smithi026 ceph-mon[93126]: 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:11:26.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:26.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:27.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:27.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:27 smithi026 ceph-mon[93126]: 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:11:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:27 smithi089 ceph-mon[103441]: 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:11:28.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:28.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:29.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:29.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:29 smithi089 ceph-mon[103441]: pgmap v941: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:29 smithi026 ceph-mon[93126]: pgmap v941: 97 pgs: 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.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:30.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:31.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:31.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:31 smithi026 ceph-mon[93126]: 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:11:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:31 smithi089 ceph-mon[103441]: 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:11:32.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:32.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:33.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:33.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:33 smithi026 ceph-mon[93126]: pgmap v943: 97 pgs: 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:33 smithi089 ceph-mon[103441]: pgmap v943: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:34.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:34.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:35.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:35.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:35 smithi026 ceph-mon[93126]: 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:11:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:35 smithi089 ceph-mon[103441]: 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:11:36.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:36.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:37.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:37.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:37 smithi026 ceph-mon[93126]: 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:11:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:37 smithi089 ceph-mon[103441]: 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:11:38.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:38.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:39.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:39.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:39 smithi089 ceph-mon[103441]: pgmap v946: 97 pgs: 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:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:39 smithi026 ceph-mon[93126]: pgmap v946: 97 pgs: 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:40.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:40.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:41.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:41.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:41 smithi026 ceph-mon[93126]: 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:11:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:41 smithi089 ceph-mon[103441]: 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:11:42.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:42.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:43.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:43.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:44.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:43 smithi026 ceph-mon[93126]: pgmap v948: 97 pgs: 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:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:43 smithi089 ceph-mon[103441]: pgmap v948: 97 pgs: 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:44.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:44.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:45.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:45.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:45 smithi026 ceph-mon[93126]: 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:11:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:45 smithi089 ceph-mon[103441]: 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:11:46.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:46.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:47.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:47.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:47 smithi026 ceph-mon[93126]: 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:11:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:47 smithi089 ceph-mon[103441]: 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:11:48.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:48.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:11:49.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:49.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:49 smithi026 ceph-mon[93126]: pgmap v951: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:49 smithi089 ceph-mon[103441]: pgmap v951: 97 pgs: 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.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:50.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:51.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:51.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:51 smithi026 ceph-mon[93126]: 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:11:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:51 smithi089 ceph-mon[103441]: 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:11:52.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:52.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:53.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:53.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:53 smithi026 ceph-mon[93126]: pgmap v953: 97 pgs: 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:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:53 smithi089 ceph-mon[103441]: pgmap v953: 97 pgs: 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:54.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:54.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:55.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:55.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:55 smithi026 ceph-mon[93126]: 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:11:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:11:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:11:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:11:56.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:11:56.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:11:56.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:11:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:55 smithi089 ceph-mon[103441]: 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:11:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:11:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:11:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:11:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:11:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:11:56.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:11:56.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:56.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:57.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:57.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:57 smithi026 ceph-mon[93126]: 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:11:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:57 smithi089 ceph-mon[103441]: 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:11:58.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:58.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:59.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:11:59.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:11:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:11:59 smithi089 ceph-mon[103441]: pgmap v956: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:11:59 smithi026 ceph-mon[93126]: pgmap v956: 97 pgs: 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.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:00.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:01.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:01.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:01 smithi026 ceph-mon[93126]: 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:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:01 smithi089 ceph-mon[103441]: 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:02.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:02.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:03.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:03.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:03 smithi026 ceph-mon[93126]: pgmap v958: 97 pgs: 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:03 smithi089 ceph-mon[103441]: pgmap v958: 97 pgs: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:04.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:04.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:05.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:05.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:06.051 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:05 smithi089 ceph-mon[103441]: 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:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:05 smithi026 ceph-mon[93126]: 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:06.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:06.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:07.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:07.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:08.035 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:07 smithi026 ceph-mon[93126]: 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:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:07 smithi089 ceph-mon[103441]: 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:08.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:08.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:09.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:09.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:09 smithi089 ceph-mon[103441]: pgmap v961: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:09 smithi026 ceph-mon[93126]: pgmap v961: 97 pgs: 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.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:10.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:11.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:11.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:11 smithi026 ceph-mon[93126]: 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:12:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:11 smithi089 ceph-mon[103441]: 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:12:12.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:12.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:13.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:13.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:13 smithi026 ceph-mon[93126]: pgmap v963: 97 pgs: 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:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:13 smithi089 ceph-mon[103441]: pgmap v963: 97 pgs: 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:14.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:14.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:15.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:15.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:16.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:15 smithi026 ceph-mon[93126]: 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:12:16.155 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:15 smithi089 ceph-mon[103441]: 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:12:16.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:16.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:17.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:17.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:17 smithi026 ceph-mon[93126]: 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:12:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:17 smithi089 ceph-mon[103441]: 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:12:18.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:18.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:19.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:19.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:19 smithi026 ceph-mon[93126]: pgmap v966: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:19 smithi089 ceph-mon[103441]: pgmap v966: 97 pgs: 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.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:20.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:21.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:21.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:21 smithi026 ceph-mon[93126]: 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:12:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:21 smithi089 ceph-mon[103441]: 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:12:22.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:22.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:23.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:23.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:24.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:23 smithi026 ceph-mon[93126]: pgmap v968: 97 pgs: 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:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:23 smithi089 ceph-mon[103441]: pgmap v968: 97 pgs: 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:24.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:24.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:25.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:25.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:25 smithi026 ceph-mon[93126]: 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:12:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:25 smithi089 ceph-mon[103441]: 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:12:26.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:26.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:27.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:27.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:27 smithi026 ceph-mon[93126]: 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:12:28.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:27 smithi089 ceph-mon[103441]: 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:12:28.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:28.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:29.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:29.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:29 smithi089 ceph-mon[103441]: pgmap v971: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:29 smithi026 ceph-mon[93126]: pgmap v971: 97 pgs: 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.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:30.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:31.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:31.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:31 smithi026 ceph-mon[93126]: 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:12:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:31 smithi089 ceph-mon[103441]: 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:12:32.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:32.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:33.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:33.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:33 smithi026 ceph-mon[93126]: pgmap v973: 97 pgs: 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:33 smithi089 ceph-mon[103441]: pgmap v973: 97 pgs: 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:34.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:34.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:35.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:35.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:35 smithi026 ceph-mon[93126]: 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:12:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:35 smithi089 ceph-mon[103441]: 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:12:36.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:36.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:37.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:37.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:37 smithi026 ceph-mon[93126]: 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:12:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:37 smithi089 ceph-mon[103441]: 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:12:38.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:38.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:39.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:39.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:39 smithi089 ceph-mon[103441]: pgmap v976: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:39 smithi026 ceph-mon[93126]: pgmap v976: 97 pgs: 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.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:40.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:41.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:41.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:41 smithi026 ceph-mon[93126]: 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:12:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:41 smithi089 ceph-mon[103441]: 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:12:42.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:42.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:43.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:43.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:43 smithi026 ceph-mon[93126]: pgmap v978: 97 pgs: 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:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:43 smithi089 ceph-mon[103441]: pgmap v978: 97 pgs: 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:44.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:44.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:45.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:45.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:45 smithi026 ceph-mon[93126]: 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:12:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:45 smithi089 ceph-mon[103441]: 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:12:46.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:46.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:47.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:47.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:48.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:47 smithi026 ceph-mon[93126]: 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:12:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:47 smithi089 ceph-mon[103441]: 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:12:48.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:48.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:12:49.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:49.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:49 smithi026 ceph-mon[93126]: pgmap v981: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:49 smithi089 ceph-mon[103441]: pgmap v981: 97 pgs: 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.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:50.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:51.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:51.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:51 smithi026 ceph-mon[93126]: 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:12:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:51 smithi089 ceph-mon[103441]: 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:12:52.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:52.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:53.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:53.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:53 smithi026 ceph-mon[93126]: pgmap v983: 97 pgs: 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:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:53 smithi089 ceph-mon[103441]: pgmap v983: 97 pgs: 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:54.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:54.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:55.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:55.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:55 smithi026 ceph-mon[93126]: 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:12:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:12:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:55 smithi089 ceph-mon[103441]: 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:12:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:12:56.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:56.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:12:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:12:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:12:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:12:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:12:57.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:12:57.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:12:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:12:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:12:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:12:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:12:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:12:57.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:12:57.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:12:57.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:57.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:58 smithi026 ceph-mon[93126]: 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:12:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:58 smithi089 ceph-mon[103441]: 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:12:58.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:58.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:59.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:12:59.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:12:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:12:59 smithi089 ceph-mon[103441]: pgmap v986: 97 pgs: 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:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:12:59 smithi026 ceph-mon[93126]: pgmap v986: 97 pgs: 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:00.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:00.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:01.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:01.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:01 smithi089 ceph-mon[103441]: 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:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:01 smithi026 ceph-mon[93126]: 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:02.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:02.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:03.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:03.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:03 smithi026 ceph-mon[93126]: pgmap v988: 97 pgs: 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:03 smithi089 ceph-mon[103441]: pgmap v988: 97 pgs: 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:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:04.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:04.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:05.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:05.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:05 smithi026 ceph-mon[93126]: 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:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:05 smithi089 ceph-mon[103441]: 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:06.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:06.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:07.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:07.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:07 smithi026 ceph-mon[93126]: 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:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:07 smithi089 ceph-mon[103441]: 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:08.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:08.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:09.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:09.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:09 smithi089 ceph-mon[103441]: pgmap v991: 97 pgs: 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:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:09 smithi026 ceph-mon[93126]: pgmap v991: 97 pgs: 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:10.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:10.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:11.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:11.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:11 smithi026 ceph-mon[93126]: 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:13:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:11 smithi089 ceph-mon[103441]: 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:13:12.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:12.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:13.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:13.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:13 smithi026 ceph-mon[93126]: pgmap v993: 97 pgs: 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:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:13 smithi089 ceph-mon[103441]: pgmap v993: 97 pgs: 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:14.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:14.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:15.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:15.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:15 smithi026 ceph-mon[93126]: 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:13:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:15 smithi089 ceph-mon[103441]: 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:13:16.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:16.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:17.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:17.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:17 smithi026 ceph-mon[93126]: 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:13:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:17 smithi089 ceph-mon[103441]: 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:13:18.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:18.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:19.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:19.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:19 smithi026 ceph-mon[93126]: pgmap v996: 97 pgs: 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:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:19 smithi089 ceph-mon[103441]: pgmap v996: 97 pgs: 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:20.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:20.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:21.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:21.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:21 smithi026 ceph-mon[93126]: 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:13:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:21 smithi089 ceph-mon[103441]: 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:13:22.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:22.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:23.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:23.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:24.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:23 smithi026 ceph-mon[93126]: pgmap v998: 97 pgs: 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:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:23 smithi089 ceph-mon[103441]: pgmap v998: 97 pgs: 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:24.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:24.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:25.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:25.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:25 smithi026 ceph-mon[93126]: 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:13:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:25 smithi089 ceph-mon[103441]: 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:13:26.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:26.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:27.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:27.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:27 smithi026 ceph-mon[93126]: 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:13:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:27 smithi089 ceph-mon[103441]: 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:13:28.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:28.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:29.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:29.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:29 smithi089 ceph-mon[103441]: pgmap v1001: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:29 smithi026 ceph-mon[93126]: pgmap v1001: 97 pgs: 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.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:30.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:31.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:31.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:32.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:31 smithi026 ceph-mon[93126]: 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:13:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:31 smithi089 ceph-mon[103441]: 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:13:32.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:32.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:33.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:33.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:33 smithi026 ceph-mon[93126]: pgmap v1003: 97 pgs: 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:33 smithi089 ceph-mon[103441]: pgmap v1003: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:34.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:34.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:35.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:35.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:35 smithi026 ceph-mon[93126]: 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:13:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:35 smithi089 ceph-mon[103441]: 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:13:36.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:36.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:37.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:37.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:37 smithi026 ceph-mon[93126]: 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:13:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:37 smithi089 ceph-mon[103441]: 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:13:38.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:38.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:39.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:40.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:40.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:39 smithi089 ceph-mon[103441]: pgmap v1006: 97 pgs: 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.352 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:39 smithi026 ceph-mon[93126]: pgmap v1006: 97 pgs: 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.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:40.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:41.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:41.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:42.047 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:41 smithi089 ceph-mon[103441]: 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:13:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:41 smithi026 ceph-mon[93126]: 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:13:42.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:42.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:43.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:43.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:44.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:43 smithi026 ceph-mon[93126]: pgmap v1008: 97 pgs: 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:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:43 smithi089 ceph-mon[103441]: pgmap v1008: 97 pgs: 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:44.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:44.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:45.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:45.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:45 smithi026 ceph-mon[93126]: 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:13:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:45 smithi089 ceph-mon[103441]: 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:13:46.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:46.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:47.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:47.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:47 smithi026 ceph-mon[93126]: 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:13:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:47 smithi089 ceph-mon[103441]: 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:13:48.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:48.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:13:49.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:49.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:49 smithi026 ceph-mon[93126]: pgmap v1011: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:49 smithi089 ceph-mon[103441]: pgmap v1011: 97 pgs: 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.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:50.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:51.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:51.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:51 smithi026 ceph-mon[93126]: 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:13:52.153 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:51 smithi089 ceph-mon[103441]: 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:13:52.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:52.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:53.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:53.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:53 smithi026 ceph-mon[93126]: pgmap v1013: 97 pgs: 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:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:53 smithi089 ceph-mon[103441]: pgmap v1013: 97 pgs: 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:54.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:54.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:55.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:55.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:55 smithi026 ceph-mon[93126]: 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:13:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:55 smithi089 ceph-mon[103441]: 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:13:56.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:56.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:13:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:13:57.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:57.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:57 smithi089 ceph-mon[103441]: 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:13:58.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:13:58.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:13:58.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:13:58.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:13:58.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:13:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:57 smithi026 ceph-mon[93126]: 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:13:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:13:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:13:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:13:58.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:13:58.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:13:58.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:58.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:59.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:13:59.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:13:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:13:59 smithi089 ceph-mon[103441]: pgmap v1016: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:13:59 smithi026 ceph-mon[93126]: pgmap v1016: 97 pgs: 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.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:00.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:01.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:01.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:02.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:01 smithi026 ceph-mon[93126]: 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:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:01 smithi089 ceph-mon[103441]: 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:02.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:02.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:03.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:03.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:03 smithi026 ceph-mon[93126]: pgmap v1018: 97 pgs: 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:03 smithi089 ceph-mon[103441]: pgmap v1018: 97 pgs: 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:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:04.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:04.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:05.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:05.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:05 smithi026 ceph-mon[93126]: 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:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:05 smithi089 ceph-mon[103441]: 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:06.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:06.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:07.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:07.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:07 smithi026 ceph-mon[93126]: 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:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:07 smithi089 ceph-mon[103441]: 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:08.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:08.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:09 smithi026 ceph-mon[93126]: pgmap v1021: 97 pgs: 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:09.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:09.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:09 smithi089 ceph-mon[103441]: pgmap v1021: 97 pgs: 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.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:10.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:11.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:11.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:11 smithi026 ceph-mon[93126]: 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:14:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:11 smithi089 ceph-mon[103441]: 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:14:12.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:12.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:13.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:13.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:13 smithi026 ceph-mon[93126]: pgmap v1023: 97 pgs: 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:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:13 smithi089 ceph-mon[103441]: pgmap v1023: 97 pgs: 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:14.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:14.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:15.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:15.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:16.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:15 smithi026 ceph-mon[93126]: 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:14:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:15 smithi089 ceph-mon[103441]: 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:14:16.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:16.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:17.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:17.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:17 smithi026 ceph-mon[93126]: 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:14:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:17 smithi089 ceph-mon[103441]: 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:14:18.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:18.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:19.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:19.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:19 smithi026 ceph-mon[93126]: pgmap v1026: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:19 smithi089 ceph-mon[103441]: pgmap v1026: 97 pgs: 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.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:20.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:21.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:21.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:21 smithi089 ceph-mon[103441]: 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:14:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:21 smithi026 ceph-mon[93126]: 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:14:22.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:22.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:23.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:23.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:23 smithi089 ceph-mon[103441]: pgmap v1028: 97 pgs: 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:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:23 smithi026 ceph-mon[93126]: pgmap v1028: 97 pgs: 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:24.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:24.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:25.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:25.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:25 smithi089 ceph-mon[103441]: 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:14:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:25 smithi026 ceph-mon[93126]: 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:14:26.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:26.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:27.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:27.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:27 smithi089 ceph-mon[103441]: 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:14:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:27 smithi026 ceph-mon[93126]: 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:14:28.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:28.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:29.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:29.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:29 smithi089 ceph-mon[103441]: pgmap v1031: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:29 smithi026 ceph-mon[93126]: pgmap v1031: 97 pgs: 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.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:30.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:31.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:31.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:32.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:31 smithi026 ceph-mon[93126]: 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:14:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:31 smithi089 ceph-mon[103441]: 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:14:32.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:32.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:33.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:33.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:33 smithi026 ceph-mon[93126]: pgmap v1033: 97 pgs: 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:33 smithi089 ceph-mon[103441]: pgmap v1033: 97 pgs: 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:34.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:34.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:35.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:35.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:35 smithi089 ceph-mon[103441]: 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:14:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:35 smithi026 ceph-mon[93126]: 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:14:36.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:36.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:37.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:37.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:37 smithi089 ceph-mon[103441]: 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:14:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:37 smithi026 ceph-mon[93126]: 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:14:38.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:38.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:39.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:39.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:39 smithi089 ceph-mon[103441]: pgmap v1036: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:39 smithi026 ceph-mon[93126]: pgmap v1036: 97 pgs: 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.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:40.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:41.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:41.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:41 smithi026 ceph-mon[93126]: 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:14:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:41 smithi089 ceph-mon[103441]: 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:14:42.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:42.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:43.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:43.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:43 smithi089 ceph-mon[103441]: pgmap v1038: 97 pgs: 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:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:43 smithi026 ceph-mon[93126]: pgmap v1038: 97 pgs: 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:44.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:44.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:45.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:45.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:45 smithi089 ceph-mon[103441]: 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:14:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:45 smithi026 ceph-mon[93126]: 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:14:46.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:46.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:47.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:47.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:47 smithi089 ceph-mon[103441]: 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:14:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:47 smithi026 ceph-mon[93126]: 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:14:48.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:48.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:14:49.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:49.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:49 smithi089 ceph-mon[103441]: pgmap v1041: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:49 smithi026 ceph-mon[93126]: pgmap v1041: 97 pgs: 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.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:50.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:51.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:51.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:51 smithi089 ceph-mon[103441]: 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:14:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:51 smithi026 ceph-mon[93126]: 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:14:52.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:52.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:53.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:53.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:53 smithi089 ceph-mon[103441]: pgmap v1043: 97 pgs: 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:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:53 smithi026 ceph-mon[93126]: pgmap v1043: 97 pgs: 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:54.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:54.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:55.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:55.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:55 smithi089 ceph-mon[103441]: 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:14:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:55 smithi026 ceph-mon[93126]: 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:14:56.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:56.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:57.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:57.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:57 smithi089 ceph-mon[103441]: 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:14:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:14:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:57 smithi026 ceph-mon[93126]: 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:14:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:14:58.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:58.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:14:59.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:14:59.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:14:59.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:14:59.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:14:59.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:14:59 smithi026 ceph-mon[93126]: pgmap v1046: 97 pgs: 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:59.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:14:59.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:14:59.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:14:59.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:14:59.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:14:59 smithi089 ceph-mon[103441]: pgmap v1046: 97 pgs: 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:59.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:14:59.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:00.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:00.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:01.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:01.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:01 smithi089 ceph-mon[103441]: 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:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:01 smithi026 ceph-mon[93126]: 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:02.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:02.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:15:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:15:03.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:15:03.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:15:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:15:03.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:15:03.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:15:03.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:03.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:04 smithi026 ceph-mon[93126]: pgmap v1048: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:04 smithi089 ceph-mon[103441]: pgmap v1048: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:04.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:04.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:05.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:05.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:06 smithi026 ceph-mon[93126]: 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:06.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:06.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:07.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:07.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:08 smithi089 ceph-mon[103441]: 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:08.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:08 smithi026 ceph-mon[93126]: 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:08.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:08.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:09.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:09.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:09 smithi026 ceph-mon[93126]: pgmap v1051: 97 pgs: 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:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:09 smithi089 ceph-mon[103441]: pgmap v1051: 97 pgs: 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:10.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:10.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:11.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:11.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:11 smithi089 ceph-mon[103441]: 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:15:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:11 smithi026 ceph-mon[93126]: 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:15:12.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:12.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:13.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:13.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:13 smithi089 ceph-mon[103441]: pgmap v1053: 97 pgs: 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:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:13 smithi026 ceph-mon[93126]: pgmap v1053: 97 pgs: 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:14.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:14.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:15.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:15.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:15 smithi089 ceph-mon[103441]: 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:15:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:15 smithi026 ceph-mon[93126]: 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:15:16.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:16.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:17.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:17.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:17 smithi089 ceph-mon[103441]: 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:15:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:17 smithi026 ceph-mon[93126]: 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:15:18.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:18.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:19.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:19.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:19 smithi089 ceph-mon[103441]: pgmap v1056: 97 pgs: 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.227 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:19 smithi026 ceph-mon[93126]: pgmap v1056: 97 pgs: 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.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:20.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:21.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:21.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:21 smithi089 ceph-mon[103441]: 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:15:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:21 smithi026 ceph-mon[93126]: 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:15:22.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:22.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:23.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:23.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:23 smithi089 ceph-mon[103441]: pgmap v1058: 97 pgs: 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:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:23 smithi026 ceph-mon[93126]: pgmap v1058: 97 pgs: 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:24.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:24.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:25.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:25.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:25 smithi089 ceph-mon[103441]: 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:15:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:25 smithi026 ceph-mon[93126]: 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:15:26.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:26.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:27.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:27.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:28.157 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:27 smithi089 ceph-mon[103441]: 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:15:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:27 smithi026 ceph-mon[93126]: 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:15:28.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:28.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:29.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:29.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:29 smithi026 ceph-mon[93126]: pgmap v1061: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:29 smithi089 ceph-mon[103441]: pgmap v1061: 97 pgs: 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.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:30.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:31.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:31.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:31 smithi089 ceph-mon[103441]: 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:15:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:31 smithi026 ceph-mon[93126]: 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:15:32.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:32.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:33.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:33.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:33 smithi089 ceph-mon[103441]: pgmap v1063: 97 pgs: 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:33 smithi026 ceph-mon[93126]: pgmap v1063: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:34.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:34.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:35.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:35.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:35 smithi089 ceph-mon[103441]: 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:15:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:35 smithi026 ceph-mon[93126]: 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:15:36.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:36.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:37.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:37.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:37 smithi089 ceph-mon[103441]: 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:15:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:37 smithi026 ceph-mon[93126]: 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:15:38.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:38.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:39.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:39.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:39 smithi026 ceph-mon[93126]: pgmap v1066: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:39 smithi089 ceph-mon[103441]: pgmap v1066: 97 pgs: 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.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:40.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:41.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:41.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:41 smithi089 ceph-mon[103441]: 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:15:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:41 smithi026 ceph-mon[93126]: 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:15:42.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:42.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:43.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:43.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:43 smithi089 ceph-mon[103441]: pgmap v1068: 97 pgs: 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:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:43 smithi026 ceph-mon[93126]: pgmap v1068: 97 pgs: 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:44.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:44.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:45.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:45.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:45 smithi089 ceph-mon[103441]: 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:15:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:45 smithi026 ceph-mon[93126]: 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:15:46.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:46.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:47.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:47.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:47 smithi089 ceph-mon[103441]: 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:15:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:47 smithi026 ceph-mon[93126]: 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:15:48.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:48.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:15:49.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:49.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:49 smithi089 ceph-mon[103441]: pgmap v1071: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:49 smithi026 ceph-mon[93126]: pgmap v1071: 97 pgs: 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.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:50.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:51.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:51.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:51 smithi089 ceph-mon[103441]: 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:15:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:51 smithi026 ceph-mon[93126]: 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:15:53.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:53.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:54.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:54.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:53 smithi089 ceph-mon[103441]: pgmap v1073: 97 pgs: 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:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:53 smithi026 ceph-mon[93126]: pgmap v1073: 97 pgs: 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:55.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:55.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:56.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:56.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:55 smithi026 ceph-mon[93126]: 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:15:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:55 smithi089 ceph-mon[103441]: 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:15:57.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:57.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:58.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:58.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:15:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:57 smithi089 ceph-mon[103441]: 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:15:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:57 smithi026 ceph-mon[93126]: 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:15:59.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:15:59.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:00.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:00.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:15:59 smithi026 ceph-mon[93126]: pgmap v1076: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:15:59 smithi089 ceph-mon[103441]: pgmap v1076: 97 pgs: 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.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:01.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:02.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:02.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:01 smithi089 ceph-mon[103441]: 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:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:01 smithi026 ceph-mon[93126]: 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:03.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:03.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:16:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:16:04.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:04.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:03 smithi089 ceph-mon[103441]: pgmap v1078: 97 pgs: 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:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:16:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:16:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:16:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:16:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:16:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:03 smithi026 ceph-mon[93126]: pgmap v1078: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:16:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:16:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:16:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:16:04.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:16:04.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:05.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:05.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:06.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:06.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:05 smithi026 ceph-mon[93126]: 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:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:05 smithi089 ceph-mon[103441]: 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:07.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:07.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:08.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:08.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:07 smithi089 ceph-mon[103441]: 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:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:07 smithi026 ceph-mon[93126]: 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:09.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:09.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:10.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:10.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:09 smithi026 ceph-mon[93126]: pgmap v1081: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:09 smithi089 ceph-mon[103441]: pgmap v1081: 97 pgs: 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.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:11.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:12.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:12.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:11 smithi089 ceph-mon[103441]: 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:16:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:11 smithi026 ceph-mon[93126]: 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:16:13.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:13.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:13 smithi089 ceph-mon[103441]: pgmap v1083: 97 pgs: 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:14.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:14.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:13 smithi026 ceph-mon[93126]: pgmap v1083: 97 pgs: 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:15.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:15.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:16.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:16.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:15 smithi089 ceph-mon[103441]: 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:16:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:15 smithi026 ceph-mon[93126]: 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:16:17.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:17.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:18.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:18.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:17 smithi089 ceph-mon[103441]: 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:16:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:17 smithi026 ceph-mon[93126]: 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:16:19.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:19.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:20.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:20.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:19 smithi089 ceph-mon[103441]: pgmap v1086: 97 pgs: 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:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:19 smithi026 ceph-mon[93126]: pgmap v1086: 97 pgs: 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.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:21.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:22.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:22.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:21 smithi089 ceph-mon[103441]: 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:16:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:21 smithi026 ceph-mon[93126]: 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:16:23.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:23.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:24.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:24.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:23 smithi089 ceph-mon[103441]: pgmap v1088: 97 pgs: 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:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:23 smithi026 ceph-mon[93126]: pgmap v1088: 97 pgs: 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:25.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:25.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:26.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:26.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:25 smithi089 ceph-mon[103441]: 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:16:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:25 smithi026 ceph-mon[93126]: 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:16:27.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:27.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:28.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:28.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:27 smithi089 ceph-mon[103441]: 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:16:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:27 smithi026 ceph-mon[93126]: 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:16:29.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:29.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:29 smithi026 ceph-mon[93126]: pgmap v1091: 97 pgs: 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:30.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:30.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:29 smithi089 ceph-mon[103441]: pgmap v1091: 97 pgs: 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.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:31.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:32.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:32.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:31 smithi089 ceph-mon[103441]: 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:16:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:31 smithi026 ceph-mon[93126]: 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:16:33.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:33.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:34.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:34.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:33 smithi089 ceph-mon[103441]: pgmap v1093: 97 pgs: 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:33 smithi026 ceph-mon[93126]: pgmap v1093: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:35.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:35.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:36.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:36.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:35 smithi089 ceph-mon[103441]: 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:16:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:35 smithi026 ceph-mon[93126]: 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:16:37.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:37.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:38.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:38.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:37 smithi089 ceph-mon[103441]: 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:16:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:37 smithi026 ceph-mon[93126]: 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:16:39.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:39.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:39 smithi026 ceph-mon[93126]: pgmap v1096: 97 pgs: 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:40.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:40.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:39 smithi089 ceph-mon[103441]: pgmap v1096: 97 pgs: 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.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:41.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:42.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:42.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:41 smithi089 ceph-mon[103441]: 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:16:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:41 smithi026 ceph-mon[93126]: 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:16:43.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:43.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:44.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:44.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:43 smithi089 ceph-mon[103441]: pgmap v1098: 97 pgs: 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:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:43 smithi026 ceph-mon[93126]: pgmap v1098: 97 pgs: 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:45.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:45.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:46.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:46.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:45 smithi089 ceph-mon[103441]: 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:16:46.201 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:45 smithi026 ceph-mon[93126]: 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:16:47.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:47.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:48.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:48.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:47 smithi089 ceph-mon[103441]: 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:16:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:47 smithi026 ceph-mon[93126]: 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:16:49.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:49.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:16:50.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:50.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:49 smithi089 ceph-mon[103441]: pgmap v1101: 97 pgs: 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:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:49 smithi026 ceph-mon[93126]: pgmap v1101: 97 pgs: 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.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:51.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:52.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:52.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:51 smithi089 ceph-mon[103441]: 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:16:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:51 smithi026 ceph-mon[93126]: 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:16:53.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:53.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:54.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:54.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:53 smithi089 ceph-mon[103441]: pgmap v1103: 97 pgs: 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:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:53 smithi026 ceph-mon[93126]: pgmap v1103: 97 pgs: 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:55.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:55.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:56.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:56.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:55 smithi089 ceph-mon[103441]: 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:16:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:55 smithi026 ceph-mon[93126]: 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:16:57.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:57.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:58.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:58.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:16:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:57 smithi089 ceph-mon[103441]: 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:16:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:57 smithi026 ceph-mon[93126]: 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:16:59.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:16:59.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:16:59 smithi026 ceph-mon[93126]: pgmap v1106: 97 pgs: 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:00.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:00.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:16:59 smithi089 ceph-mon[103441]: pgmap v1106: 97 pgs: 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.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:01.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:02.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:02.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:01 smithi089 ceph-mon[103441]: 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:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:01 smithi026 ceph-mon[93126]: 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:03.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:03.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:03 smithi026 ceph-mon[93126]: pgmap v1108: 97 pgs: 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:17:04.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:04.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:04.159 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:03 smithi089 ceph-mon[103441]: pgmap v1108: 97 pgs: 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:04.159 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:04.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:17:05.004 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:17:05.004 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:17:05.004 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:17:05.005 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:17:05.005 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:17:05.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:05.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:17:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:17:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:17:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:17:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:17:06.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:06.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:05 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:05 smithi089 ceph-mon[103441]: 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:07.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:07.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:08.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:08.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:07 smithi026 ceph-mon[93126]: 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:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:07 smithi089 ceph-mon[103441]: 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:09.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:09.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:09 smithi026 ceph-mon[93126]: pgmap v1111: 97 pgs: 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:10.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:10.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:09 smithi089 ceph-mon[103441]: pgmap v1111: 97 pgs: 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.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:11.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:12.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:12.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:11 smithi089 ceph-mon[103441]: 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:17:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:11 smithi026 ceph-mon[93126]: 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:17:13.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:13.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:14.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:14.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:13 smithi089 ceph-mon[103441]: pgmap v1113: 97 pgs: 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:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:13 smithi026 ceph-mon[93126]: pgmap v1113: 97 pgs: 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:15.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:15.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:16.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:16.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:15 smithi089 ceph-mon[103441]: 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:17:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:15 smithi026 ceph-mon[93126]: 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:17:17.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:17.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:18.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:18.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:17 smithi089 ceph-mon[103441]: 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:17:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:17 smithi026 ceph-mon[93126]: 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:17:19.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:19.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:20.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:20.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:19 smithi089 ceph-mon[103441]: pgmap v1116: 97 pgs: 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:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:19 smithi026 ceph-mon[93126]: pgmap v1116: 97 pgs: 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.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:21.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:22.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:22.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:21 smithi089 ceph-mon[103441]: 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:17:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:21 smithi026 ceph-mon[93126]: 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:17:23.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:23.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:24.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:24.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:23 smithi089 ceph-mon[103441]: pgmap v1118: 97 pgs: 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:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:23 smithi026 ceph-mon[93126]: pgmap v1118: 97 pgs: 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:25.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:25.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:26.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:26.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:25 smithi089 ceph-mon[103441]: 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:17:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:25 smithi026 ceph-mon[93126]: 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:17:27.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:27.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:28.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:28.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:27 smithi089 ceph-mon[103441]: 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:17:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:27 smithi026 ceph-mon[93126]: 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:17:29.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:29.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:29 smithi026 ceph-mon[93126]: pgmap v1121: 97 pgs: 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.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:30.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:29 smithi089 ceph-mon[103441]: pgmap v1121: 97 pgs: 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.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:31.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:31 smithi026 ceph-mon[93126]: 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:17:32.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:32.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:31 smithi089 ceph-mon[103441]: 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:17:33.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:33.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:34.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:34.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:33 smithi089 ceph-mon[103441]: pgmap v1123: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:33 smithi026 ceph-mon[93126]: pgmap v1123: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:35.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:35.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:36.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:36.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:35 smithi089 ceph-mon[103441]: 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:17:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:35 smithi026 ceph-mon[93126]: 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:17:37.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:37.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:38.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:38.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:37 smithi089 ceph-mon[103441]: 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:17:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:37 smithi026 ceph-mon[93126]: 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:17:39.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:39.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:39 smithi089 ceph-mon[103441]: pgmap v1126: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:39 smithi026 ceph-mon[93126]: pgmap v1126: 97 pgs: 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.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:40.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:41.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:41.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:41 smithi089 ceph-mon[103441]: 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:17:42.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:42.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:41 smithi026 ceph-mon[93126]: 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:17:43.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:43.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:43 smithi089 ceph-mon[103441]: pgmap v1128: 97 pgs: 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:44.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:44.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:43 smithi026 ceph-mon[93126]: pgmap v1128: 97 pgs: 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:45.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:45.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:45 smithi089 ceph-mon[103441]: 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:17:46.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:46.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:45 smithi026 ceph-mon[93126]: 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:17:47.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:47.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:47 smithi089 ceph-mon[103441]: 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:17:48.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:48.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:47 smithi026 ceph-mon[93126]: 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:17:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:49.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:49.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:17:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:49 smithi089 ceph-mon[103441]: pgmap v1131: 97 pgs: 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.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:50.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:49 smithi026 ceph-mon[93126]: pgmap v1131: 97 pgs: 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.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:51.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:51 smithi089 ceph-mon[103441]: 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:17:52.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:52.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:51 smithi026 ceph-mon[93126]: 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:17:53.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:53.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:53 smithi089 ceph-mon[103441]: pgmap v1133: 97 pgs: 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:54.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:54.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:53 smithi026 ceph-mon[93126]: pgmap v1133: 97 pgs: 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:55.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:55.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:55 smithi089 ceph-mon[103441]: 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:17:56.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:56.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:55 smithi026 ceph-mon[93126]: 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:17:57.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:57.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:57 smithi089 ceph-mon[103441]: 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:17:58.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:58.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:17:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:57 smithi026 ceph-mon[93126]: 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:17:59.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:17:59.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:17:59 smithi026 ceph-mon[93126]: pgmap v1136: 97 pgs: 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:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:17:59 smithi089 ceph-mon[103441]: pgmap v1136: 97 pgs: 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:00.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:00.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:01.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:01.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:01 smithi089 ceph-mon[103441]: 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:02.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:02.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:01 smithi026 ceph-mon[93126]: 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:03.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:03.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:03 smithi089 ceph-mon[103441]: pgmap v1138: 97 pgs: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:04.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:04.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:03 smithi026 ceph-mon[93126]: pgmap v1138: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:18:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:18:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:18:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:18:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:18:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:18:05.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:05.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:18:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:18:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:18:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:18:05.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:18:05.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:18:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:05 smithi089 ceph-mon[103441]: 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:06.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:06.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:05 smithi026 ceph-mon[93126]: 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:07.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:07.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:07 smithi089 ceph-mon[103441]: 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:08.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:08.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:07 smithi026 ceph-mon[93126]: 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:09.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:09.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:09 smithi026 ceph-mon[93126]: pgmap v1141: 97 pgs: 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:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:09 smithi089 ceph-mon[103441]: pgmap v1141: 97 pgs: 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:10.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:10.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:11.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:11.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:12.176 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:11 smithi026 ceph-mon[93126]: 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:18:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:11 smithi089 ceph-mon[103441]: 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:18:12.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:12.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:13.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:13.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:13 smithi089 ceph-mon[103441]: pgmap v1143: 97 pgs: 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:14.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:14.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:13 smithi026 ceph-mon[93126]: pgmap v1143: 97 pgs: 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:15.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:15.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:15 smithi089 ceph-mon[103441]: 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:18:16.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:16.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:15 smithi026 ceph-mon[93126]: 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:18:17.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:17.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:17 smithi089 ceph-mon[103441]: 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:18:18.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:18.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:17 smithi026 ceph-mon[93126]: 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:18:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:19.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:19.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:19 smithi089 ceph-mon[103441]: pgmap v1146: 97 pgs: 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:20.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:20.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:19 smithi026 ceph-mon[93126]: pgmap v1146: 97 pgs: 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.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:21.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:21 smithi089 ceph-mon[103441]: 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:18:22.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:22.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:22.290 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:21 smithi026 ceph-mon[93126]: 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:18:23.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:23.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:23 smithi089 ceph-mon[103441]: pgmap v1148: 97 pgs: 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:24.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:24.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:23 smithi026 ceph-mon[93126]: pgmap v1148: 97 pgs: 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:25.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:25.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:25 smithi089 ceph-mon[103441]: 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:18:26.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:26.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:25 smithi026 ceph-mon[93126]: 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:18:27.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:27.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:27 smithi089 ceph-mon[103441]: 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:18:28.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:28.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:27 smithi026 ceph-mon[93126]: 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:18:29.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:29.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:30.054 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:29 smithi089 ceph-mon[103441]: pgmap v1151: 97 pgs: 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:30.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:29 smithi026 ceph-mon[93126]: pgmap v1151: 97 pgs: 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:30.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:30.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:31.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:31.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:31 smithi089 ceph-mon[103441]: 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:18:32.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:32.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:31 smithi026 ceph-mon[93126]: 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:18:33.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:33.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:33 smithi089 ceph-mon[103441]: pgmap v1153: 97 pgs: 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:34.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:34.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:33 smithi026 ceph-mon[93126]: pgmap v1153: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:35.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:35.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:35 smithi089 ceph-mon[103441]: 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:18:36.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:36.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:35 smithi026 ceph-mon[93126]: 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:18:37.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:37.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:37 smithi089 ceph-mon[103441]: 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:18:38.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:38.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:37 smithi026 ceph-mon[93126]: 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:18:39.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:39.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:39 smithi026 ceph-mon[93126]: pgmap v1156: 97 pgs: 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:40.159 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:39 smithi089 ceph-mon[103441]: pgmap v1156: 97 pgs: 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:40.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:40.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:41.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:41.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:41 smithi089 ceph-mon[103441]: 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:18:42.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:42.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:41 smithi026 ceph-mon[93126]: 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:18:43.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:43.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:43 smithi089 ceph-mon[103441]: pgmap v1158: 97 pgs: 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:44.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:44.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:43 smithi026 ceph-mon[93126]: pgmap v1158: 97 pgs: 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:45.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:45.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:45 smithi089 ceph-mon[103441]: 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:18:46.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:46.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:45 smithi026 ceph-mon[93126]: 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:18:47.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:47.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:47 smithi089 ceph-mon[103441]: 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:18:48.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:48.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:47 smithi026 ceph-mon[93126]: 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:18:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:49.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:49.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:18:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:49 smithi089 ceph-mon[103441]: pgmap v1161: 97 pgs: 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:50.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:50.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:49 smithi026 ceph-mon[93126]: pgmap v1161: 97 pgs: 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.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:51.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:51 smithi089 ceph-mon[103441]: 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:18:52.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:52.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:51 smithi026 ceph-mon[93126]: 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:18:53.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:53.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:53 smithi089 ceph-mon[103441]: pgmap v1163: 97 pgs: 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:54.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:54.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:53 smithi026 ceph-mon[93126]: pgmap v1163: 97 pgs: 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:55.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:55.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:55 smithi089 ceph-mon[103441]: 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:18:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:55 smithi026 ceph-mon[93126]: 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:18:56.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:56.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:57.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:57.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:57 smithi026 ceph-mon[93126]: 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:18:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:57 smithi089 ceph-mon[103441]: 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:18:58.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:58.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:18:59.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:18:59.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:18:59 smithi026 ceph-mon[93126]: pgmap v1166: 97 pgs: 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:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:18:59 smithi089 ceph-mon[103441]: pgmap v1166: 97 pgs: 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:00.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:00.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:01.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:01.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:01 smithi089 ceph-mon[103441]: 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:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:01 smithi026 ceph-mon[93126]: 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:02.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:02.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:03.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:03.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:03 smithi089 ceph-mon[103441]: pgmap v1168: 97 pgs: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:03 smithi026 ceph-mon[93126]: pgmap v1168: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:04.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:04.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:19:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:19:05.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:05.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:05 smithi089 ceph-mon[103441]: 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:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:05 smithi026 ceph-mon[93126]: 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:06.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:06.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:07.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:07.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:07 smithi089 ceph-mon[103441]: 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:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:07 smithi026 ceph-mon[93126]: 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:08.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:08.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:09.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:09.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:09 smithi026 ceph-mon[93126]: pgmap v1171: 97 pgs: 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.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:19:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:19:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:09 smithi089 ceph-mon[103441]: pgmap v1171: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:19:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:19:10.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:10.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:19:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:19:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:19:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:19:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:19:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:19:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:19:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:19:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:19:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:19:11.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:11.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:11 smithi026 ceph-mon[93126]: 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:19:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:11 smithi089 ceph-mon[103441]: 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:19:12.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:12.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:13.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:13.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:13 smithi089 ceph-mon[103441]: pgmap v1173: 97 pgs: 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:14.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:13 smithi026 ceph-mon[93126]: pgmap v1173: 97 pgs: 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:14.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:14.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:15.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:15.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:15 smithi089 ceph-mon[103441]: 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:19:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:15 smithi026 ceph-mon[93126]: 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:19:16.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:16.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:17.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:17.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:17 smithi089 ceph-mon[103441]: 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:19:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:17 smithi026 ceph-mon[93126]: 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:19:18.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:18.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:19.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:19.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:19 smithi089 ceph-mon[103441]: pgmap v1176: 97 pgs: 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:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:19 smithi026 ceph-mon[93126]: pgmap v1176: 97 pgs: 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:20.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:20.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:21.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:21.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:21 smithi089 ceph-mon[103441]: 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:19:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:21 smithi026 ceph-mon[93126]: 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:19:22.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:22.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:23.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:23.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:23 smithi089 ceph-mon[103441]: pgmap v1178: 97 pgs: 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:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:23 smithi026 ceph-mon[93126]: pgmap v1178: 97 pgs: 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:24.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:24.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:25.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:25.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:25 smithi089 ceph-mon[103441]: 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:19:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:25 smithi026 ceph-mon[93126]: 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:19:26.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:26.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:27.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:27.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:27 smithi089 ceph-mon[103441]: 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:19:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:27 smithi026 ceph-mon[93126]: 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:19:28.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:28.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:29.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:29.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:29 smithi026 ceph-mon[93126]: pgmap v1181: 97 pgs: 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:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:29 smithi089 ceph-mon[103441]: pgmap v1181: 97 pgs: 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:30.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:30.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:31.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:31.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:31 smithi089 ceph-mon[103441]: 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:19:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:31 smithi026 ceph-mon[93126]: 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:19:32.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:32.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:33.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:33.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:33 smithi089 ceph-mon[103441]: pgmap v1183: 97 pgs: 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:33 smithi026 ceph-mon[93126]: pgmap v1183: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:34.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:34.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:35.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:35.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:35 smithi089 ceph-mon[103441]: 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:19:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:35 smithi026 ceph-mon[93126]: 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:19:36.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:36.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:37.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:37.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:37 smithi089 ceph-mon[103441]: 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:19:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:37 smithi026 ceph-mon[93126]: 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:19:38.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:38.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:39.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:39.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:39 smithi026 ceph-mon[93126]: pgmap v1186: 97 pgs: 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:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:39 smithi089 ceph-mon[103441]: pgmap v1186: 97 pgs: 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:40.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:40.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:41.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:41.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:41 smithi089 ceph-mon[103441]: 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:19:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:41 smithi026 ceph-mon[93126]: 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:19:42.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:42.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:43.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:43.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:43 smithi089 ceph-mon[103441]: pgmap v1188: 97 pgs: 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:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:43 smithi026 ceph-mon[93126]: pgmap v1188: 97 pgs: 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:44.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:44.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:45.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:45.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:45 smithi089 ceph-mon[103441]: 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:19:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:45 smithi026 ceph-mon[93126]: 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:19:46.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:46.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:47.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:47.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:47 smithi089 ceph-mon[103441]: 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:19:48.266 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:47 smithi026 ceph-mon[93126]: 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:19:48.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:48.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:19:49.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:49.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:49 smithi089 ceph-mon[103441]: pgmap v1191: 97 pgs: 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:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:49 smithi026 ceph-mon[93126]: pgmap v1191: 97 pgs: 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:50.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:50.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:51.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:51.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:51 smithi089 ceph-mon[103441]: 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:19:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:51 smithi026 ceph-mon[93126]: 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:19:52.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:52.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:53.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:53.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:53 smithi089 ceph-mon[103441]: pgmap v1193: 97 pgs: 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:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:53 smithi026 ceph-mon[93126]: pgmap v1193: 97 pgs: 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:54.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:54.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:55.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:55.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:55 smithi089 ceph-mon[103441]: 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:19:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:55 smithi026 ceph-mon[93126]: 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:19:56.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:56.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:57.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:57.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:57 smithi089 ceph-mon[103441]: 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:19:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:57 smithi026 ceph-mon[93126]: 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:19:58.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:58.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:19:59.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:19:59.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:19:59 smithi026 ceph-mon[93126]: pgmap v1196: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:19:59 smithi089 ceph-mon[103441]: pgmap v1196: 97 pgs: 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.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:00.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T21:20:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T21:20:01.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:01.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:01 smithi026 ceph-mon[93126]: 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:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:01 smithi089 ceph-mon[103441]: 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:02.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:02.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:03.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:03.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:03 smithi089 ceph-mon[103441]: pgmap v1198: 97 pgs: 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:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:03 smithi026 ceph-mon[93126]: pgmap v1198: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:04.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:04.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:05.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:05.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:05 smithi089 ceph-mon[103441]: 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:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:05 smithi026 ceph-mon[93126]: 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:06.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:06.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:07.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:07.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:07 smithi089 ceph-mon[103441]: 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:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:07 smithi026 ceph-mon[93126]: 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:08.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:08.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:09.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:09.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:09 smithi026 ceph-mon[93126]: pgmap v1201: 97 pgs: 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:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:09 smithi089 ceph-mon[103441]: pgmap v1201: 97 pgs: 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:10.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:10.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:20:11.106 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:20:11.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:11.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:11 smithi026 ceph-mon[93126]: 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:20:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:20:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:20:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:20:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:20:12.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:20:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:11 smithi089 ceph-mon[103441]: 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:20:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:20:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:20:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:20:12.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:20:12.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:20:12.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:12.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:13.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:13.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:13 smithi089 ceph-mon[103441]: pgmap v1203: 97 pgs: 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:14.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:13 smithi026 ceph-mon[93126]: pgmap v1203: 97 pgs: 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:14.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:14.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:15.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:15.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:15 smithi089 ceph-mon[103441]: 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:20:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:15 smithi026 ceph-mon[93126]: 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:20:16.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:16.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:17.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:17.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:17 smithi089 ceph-mon[103441]: 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:20:18.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:17 smithi026 ceph-mon[93126]: 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:20:18.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:18.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:19.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:19.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:19 smithi089 ceph-mon[103441]: pgmap v1206: 97 pgs: 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:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:19 smithi026 ceph-mon[93126]: pgmap v1206: 97 pgs: 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:20.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:20.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:21.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:21.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:21 smithi089 ceph-mon[103441]: 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:20:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:21 smithi026 ceph-mon[93126]: 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:20:22.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:22.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:23.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:23.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:24.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:23 smithi026 ceph-mon[93126]: pgmap v1208: 97 pgs: 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:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:23 smithi089 ceph-mon[103441]: pgmap v1208: 97 pgs: 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:24.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:24.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:25.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:25.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:26.260 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:25 smithi089 ceph-mon[103441]: 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:20:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:25 smithi026 ceph-mon[93126]: 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:20:26.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:26.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:27.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:27.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:27 smithi026 ceph-mon[93126]: 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:20:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:27 smithi089 ceph-mon[103441]: 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:20:28.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:28.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:29.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:29.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:29 smithi026 ceph-mon[93126]: pgmap v1211: 97 pgs: 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:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:29 smithi089 ceph-mon[103441]: pgmap v1211: 97 pgs: 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:30.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:30.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:31.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:31.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:31 smithi089 ceph-mon[103441]: 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:20:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:31 smithi026 ceph-mon[93126]: 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:20:32.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:32.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:33.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:33.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:33 smithi026 ceph-mon[93126]: pgmap v1213: 97 pgs: 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:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:33 smithi089 ceph-mon[103441]: pgmap v1213: 97 pgs: 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:34.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:34.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:35.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:35.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:35 smithi089 ceph-mon[103441]: 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:20:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:35 smithi026 ceph-mon[93126]: 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:20:36.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:36.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:37.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:37.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:37 smithi026 ceph-mon[93126]: 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:20:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:37 smithi089 ceph-mon[103441]: 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:20:38.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:38.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:39.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:39.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:39 smithi026 ceph-mon[93126]: pgmap v1216: 97 pgs: 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:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:39 smithi089 ceph-mon[103441]: pgmap v1216: 97 pgs: 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:40.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:40.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:41.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:41.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:41 smithi089 ceph-mon[103441]: 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:20:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:41 smithi026 ceph-mon[93126]: 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:20:42.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:42.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:43.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:43.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:43 smithi089 ceph-mon[103441]: pgmap v1218: 97 pgs: 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:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:43 smithi026 ceph-mon[93126]: pgmap v1218: 97 pgs: 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:44.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:44.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:45.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:45.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:45 smithi026 ceph-mon[93126]: 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:20:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:45 smithi089 ceph-mon[103441]: 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:20:46.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:46.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:47.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:47.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:47 smithi026 ceph-mon[93126]: 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:20:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:47 smithi089 ceph-mon[103441]: 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:20:48.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:48.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:20:49.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:49.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:49 smithi026 ceph-mon[93126]: pgmap v1221: 97 pgs: 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:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:49 smithi089 ceph-mon[103441]: pgmap v1221: 97 pgs: 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:50.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:50.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:51.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:51.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:51 smithi026 ceph-mon[93126]: 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:20:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:51 smithi089 ceph-mon[103441]: 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:20:52.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:52.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:53.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:53.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:53 smithi026 ceph-mon[93126]: pgmap v1223: 97 pgs: 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:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:53 smithi089 ceph-mon[103441]: pgmap v1223: 97 pgs: 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:54.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:54.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:55.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:55.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:55 smithi026 ceph-mon[93126]: 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:20:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:55 smithi089 ceph-mon[103441]: 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:20:56.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:56.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:57.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:57.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:57 smithi026 ceph-mon[93126]: 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:20:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:57 smithi089 ceph-mon[103441]: 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:20:58.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:58.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:20:59.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:20:59.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:20:59 smithi026 ceph-mon[93126]: pgmap v1226: 97 pgs: 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:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:20:59 smithi089 ceph-mon[103441]: pgmap v1226: 97 pgs: 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:00.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:00.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:01.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:01.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:01 smithi026 ceph-mon[93126]: 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:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:01 smithi089 ceph-mon[103441]: 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:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:03.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:03.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:04.136 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:03 smithi026 ceph-mon[93126]: pgmap v1228: 97 pgs: 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:04.136 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:03 smithi089 ceph-mon[103441]: pgmap v1228: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:04.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:04.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:05.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:05.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:05 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:05 smithi089 ceph-mon[103441]: 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:06.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:06.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:07.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:07.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:07 smithi026 ceph-mon[93126]: 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:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:07 smithi089 ceph-mon[103441]: 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:08.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:08.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:09.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:09.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:09 smithi026 ceph-mon[93126]: pgmap v1231: 97 pgs: 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:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:09 smithi089 ceph-mon[103441]: pgmap v1231: 97 pgs: 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:10.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:10.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:11.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:11.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:11 smithi089 ceph-mon[103441]: 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:21:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:21:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:11 smithi026 ceph-mon[93126]: 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:21:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:21:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:12.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:12.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:12.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:13.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:13.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:14.250 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:13 smithi026 ceph-mon[93126]: pgmap v1233: 97 pgs: 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:13 smithi089 ceph-mon[103441]: pgmap v1233: 97 pgs: 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:14.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:14.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:15.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:15.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:15 smithi026 ceph-mon[93126]: 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:21:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:15 smithi089 ceph-mon[103441]: 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:21:16.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:16.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:17.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:17.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:18.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:17 smithi026 ceph-mon[93126]: 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:21:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:17 smithi089 ceph-mon[103441]: 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:21:18.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:18.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:19.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:19.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:19 smithi026 ceph-mon[93126]: pgmap v1236: 97 pgs: 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:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:21:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:21:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:21:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:19 smithi089 ceph-mon[103441]: pgmap v1236: 97 pgs: 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:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:21:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:21:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:21:20.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:21:20.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:20.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:21.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:21.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:21 smithi089 ceph-mon[103441]: 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:21:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:21 smithi026 ceph-mon[93126]: 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:21:22.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:22.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:23.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:23.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:23 smithi026 ceph-mon[93126]: pgmap v1238: 97 pgs: 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:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:23 smithi089 ceph-mon[103441]: pgmap v1238: 97 pgs: 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:24.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:24.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:25.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:25.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:25 smithi026 ceph-mon[93126]: 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:21:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:25 smithi089 ceph-mon[103441]: 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:21:26.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:26.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:27.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:27.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:27 smithi026 ceph-mon[93126]: 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:21:28.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:27 smithi089 ceph-mon[103441]: 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:21:28.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:28.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:29.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:29.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:29 smithi026 ceph-mon[93126]: pgmap v1241: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:29 smithi089 ceph-mon[103441]: pgmap v1241: 97 pgs: 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.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:30.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:31.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:31.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:31 smithi026 ceph-mon[93126]: 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:21:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:31 smithi089 ceph-mon[103441]: 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:21:32.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:32.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:33.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:33.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:33 smithi026 ceph-mon[93126]: pgmap v1243: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:33 smithi089 ceph-mon[103441]: pgmap v1243: 97 pgs: 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:34.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:34.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:35.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:35.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:35 smithi026 ceph-mon[93126]: 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:21:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:35 smithi089 ceph-mon[103441]: 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:21:36.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:36.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:37.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:37.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:37 smithi026 ceph-mon[93126]: 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:21:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:37 smithi089 ceph-mon[103441]: 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:21:38.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:38.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:39.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:39.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:39 smithi026 ceph-mon[93126]: pgmap v1246: 97 pgs: 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:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:39 smithi089 ceph-mon[103441]: pgmap v1246: 97 pgs: 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:40.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:40.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:41.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:41.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:41 smithi026 ceph-mon[93126]: 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:21:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:41 smithi089 ceph-mon[103441]: 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:21:42.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:42.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:43.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:43.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:43 smithi026 ceph-mon[93126]: pgmap v1248: 97 pgs: 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:43 smithi089 ceph-mon[103441]: pgmap v1248: 97 pgs: 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:44.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:44.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:45.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:45.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:45 smithi026 ceph-mon[93126]: 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:21:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:45 smithi089 ceph-mon[103441]: 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:21:46.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:46.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:47.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:47.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:47 smithi026 ceph-mon[93126]: 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:21:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:47 smithi089 ceph-mon[103441]: 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:21:48.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:48.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:21:49.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:49.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:49 smithi026 ceph-mon[93126]: pgmap v1251: 97 pgs: 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:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:49 smithi089 ceph-mon[103441]: pgmap v1251: 97 pgs: 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:50.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:50.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:51.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:51.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:51 smithi026 ceph-mon[93126]: 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:21:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:51 smithi089 ceph-mon[103441]: 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:21:52.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:52.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:53.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:53.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:53 smithi026 ceph-mon[93126]: pgmap v1253: 97 pgs: 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:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:53 smithi089 ceph-mon[103441]: pgmap v1253: 97 pgs: 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:54.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:54.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:55.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:55.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:55 smithi026 ceph-mon[93126]: 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:21:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:55 smithi089 ceph-mon[103441]: 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:21:56.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:56.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:57.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:57.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:57 smithi026 ceph-mon[93126]: 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:21:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:57 smithi089 ceph-mon[103441]: 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:21:58.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:58.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:21:59.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:21:59.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:21:59 smithi026 ceph-mon[93126]: pgmap v1256: 97 pgs: 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:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:21:59 smithi089 ceph-mon[103441]: pgmap v1256: 97 pgs: 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:00.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:00.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:01.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:01.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:02.261 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:01 smithi089 ceph-mon[103441]: 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:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:01 smithi026 ceph-mon[93126]: 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:02.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:02.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:03.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:03.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:03 smithi026 ceph-mon[93126]: pgmap v1258: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:03 smithi089 ceph-mon[103441]: pgmap v1258: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:04.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:04.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:05.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:05.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:05 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:05 smithi089 ceph-mon[103441]: 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:06.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:06.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:07.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:07.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:07 smithi026 ceph-mon[93126]: 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:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:07 smithi089 ceph-mon[103441]: 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:08.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:08.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:09.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:09.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:09 smithi026 ceph-mon[93126]: pgmap v1261: 97 pgs: 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:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:09 smithi089 ceph-mon[103441]: pgmap v1261: 97 pgs: 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:10.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:10.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:11.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:11.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:11 smithi026 ceph-mon[93126]: 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:22:12.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:11 smithi089 ceph-mon[103441]: 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:22:12.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:12.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:13.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:13.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:13 smithi026 ceph-mon[93126]: pgmap v1263: 97 pgs: 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:13 smithi089 ceph-mon[103441]: pgmap v1263: 97 pgs: 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:14.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:14.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:15.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:15.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:15 smithi026 ceph-mon[93126]: 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:22:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:15 smithi089 ceph-mon[103441]: 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:22:16.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:16.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:17.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:17.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:17 smithi026 ceph-mon[93126]: 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:22:18.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:17 smithi089 ceph-mon[103441]: 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:22:18.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:18.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:19.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:19.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:19 smithi026 ceph-mon[93126]: pgmap v1266: 97 pgs: 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:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:22:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:19 smithi089 ceph-mon[103441]: pgmap v1266: 97 pgs: 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:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:22:20.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:20.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:22:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:22:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:22:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:22:21.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:22:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:22:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:22:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:22:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:22:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:22:21.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:21.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:22 smithi089 ceph-mon[103441]: 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:22:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:22 smithi026 ceph-mon[93126]: 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:22:22.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:22.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:23.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:23.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:24 smithi089 ceph-mon[103441]: pgmap v1268: 97 pgs: 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:24.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:24 smithi026 ceph-mon[93126]: pgmap v1268: 97 pgs: 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:24.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:24.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:25.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:25.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:26 smithi089 ceph-mon[103441]: 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:22:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:26 smithi026 ceph-mon[93126]: 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:22:26.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:26.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:27.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:27.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:28 smithi089 ceph-mon[103441]: 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:22:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:28 smithi026 ceph-mon[93126]: 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:22:28.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:28.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:29.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:29.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:29 smithi026 ceph-mon[93126]: pgmap v1271: 97 pgs: 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:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:29 smithi089 ceph-mon[103441]: pgmap v1271: 97 pgs: 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:30.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:30.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:31.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:31.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:31 smithi026 ceph-mon[93126]: 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:22:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:31 smithi089 ceph-mon[103441]: 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:22:32.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:32.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:33.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:33.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:33 smithi026 ceph-mon[93126]: pgmap v1273: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:33 smithi089 ceph-mon[103441]: pgmap v1273: 97 pgs: 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:34.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:34.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:35.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:35.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:36.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:35 smithi026 ceph-mon[93126]: 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:22:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:35 smithi089 ceph-mon[103441]: 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:22:36.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:36.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:37.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:37.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:37 smithi026 ceph-mon[93126]: 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:22:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:37 smithi089 ceph-mon[103441]: 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:22:38.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:38.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:39.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:39.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:39 smithi026 ceph-mon[93126]: pgmap v1276: 97 pgs: 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:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:39 smithi089 ceph-mon[103441]: pgmap v1276: 97 pgs: 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:40.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:40.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:41.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:41.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:41 smithi026 ceph-mon[93126]: 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:22:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:41 smithi089 ceph-mon[103441]: 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:22:42.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:42.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:43.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:43.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:43 smithi026 ceph-mon[93126]: pgmap v1278: 97 pgs: 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:43 smithi089 ceph-mon[103441]: pgmap v1278: 97 pgs: 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:44.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:44.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:45.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:45.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:45 smithi026 ceph-mon[93126]: 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:22:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:45 smithi089 ceph-mon[103441]: 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:22:46.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:46.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:47.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:47.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:47 smithi089 ceph-mon[103441]: 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:22:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:47 smithi026 ceph-mon[93126]: 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:22:48.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:48.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:22:49.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:49.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:49 smithi026 ceph-mon[93126]: pgmap v1281: 97 pgs: 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:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:49 smithi089 ceph-mon[103441]: pgmap v1281: 97 pgs: 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:50.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:50.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:51.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:51.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:51 smithi026 ceph-mon[93126]: 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:22:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:51 smithi089 ceph-mon[103441]: 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:22:52.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:52.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:53.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:53.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:53 smithi026 ceph-mon[93126]: pgmap v1283: 97 pgs: 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:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:53 smithi089 ceph-mon[103441]: pgmap v1283: 97 pgs: 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:54.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:54.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:55.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:55.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:55 smithi026 ceph-mon[93126]: 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:22:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:55 smithi089 ceph-mon[103441]: 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:22:56.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:56.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:57.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:57.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:57 smithi089 ceph-mon[103441]: 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:22:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:57 smithi026 ceph-mon[93126]: 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:22:58.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:58.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:22:59.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:22:59.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:22:59 smithi026 ceph-mon[93126]: pgmap v1286: 97 pgs: 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:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:22:59 smithi089 ceph-mon[103441]: pgmap v1286: 97 pgs: 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:00.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:00.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:01.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:01.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:01 smithi026 ceph-mon[93126]: 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:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:01 smithi089 ceph-mon[103441]: 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:02.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:02.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:03.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:03.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:03 smithi026 ceph-mon[93126]: pgmap v1288: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:03 smithi089 ceph-mon[103441]: pgmap v1288: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:04.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:04.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:05.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:05.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:05 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:05 smithi089 ceph-mon[103441]: 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:06.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:06.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:07.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:07.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:07 smithi026 ceph-mon[93126]: 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:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:07 smithi089 ceph-mon[103441]: 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:08.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:08.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:09.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:09.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:09 smithi026 ceph-mon[93126]: pgmap v1291: 97 pgs: 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:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:09 smithi089 ceph-mon[103441]: pgmap v1291: 97 pgs: 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:10.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:10.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:11.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:11.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:11 smithi026 ceph-mon[93126]: 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:23:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:11 smithi089 ceph-mon[103441]: 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:23:12.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:12.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:13.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:13.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:13 smithi026 ceph-mon[93126]: pgmap v1293: 97 pgs: 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:13 smithi089 ceph-mon[103441]: pgmap v1293: 97 pgs: 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:14.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:14.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:15.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:15.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:15 smithi026 ceph-mon[93126]: 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:23:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:15 smithi089 ceph-mon[103441]: 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:23:16.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:16.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:17.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:17.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:17 smithi026 ceph-mon[93126]: 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:23:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:17 smithi089 ceph-mon[103441]: 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:23:18.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:18.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:19.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:19.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:19 smithi026 ceph-mon[93126]: pgmap v1296: 97 pgs: 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:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:19 smithi089 ceph-mon[103441]: pgmap v1296: 97 pgs: 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:20.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:20.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:23:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:23:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:23:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:23:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:23:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:23:21.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:21.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:21 smithi026 ceph-mon[93126]: 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:23:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:23:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:23:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:23:22.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:23:22.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:23:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:21 smithi089 ceph-mon[103441]: 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:23:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:23:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:23:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:23:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:23:22.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:23:22.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:22.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:23.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:23.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:23 smithi026 ceph-mon[93126]: pgmap v1298: 97 pgs: 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:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:23 smithi089 ceph-mon[103441]: pgmap v1298: 97 pgs: 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:24.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:24.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:25.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:25.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:25 smithi026 ceph-mon[93126]: 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:23:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:25 smithi089 ceph-mon[103441]: 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:23:26.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:26.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:27.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:27.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:27 smithi026 ceph-mon[93126]: 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:23:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:27 smithi089 ceph-mon[103441]: 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:23:28.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:28.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:29.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:29.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:29 smithi089 ceph-mon[103441]: pgmap v1301: 97 pgs: 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:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:29 smithi026 ceph-mon[93126]: pgmap v1301: 97 pgs: 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:30.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:30.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:31.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:31.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:31 smithi026 ceph-mon[93126]: 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:23:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:31 smithi089 ceph-mon[103441]: 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:23:32.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:32.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:33.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:33.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:33 smithi026 ceph-mon[93126]: pgmap v1303: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:33 smithi089 ceph-mon[103441]: pgmap v1303: 97 pgs: 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:34.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:34.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:35.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:35.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:35 smithi026 ceph-mon[93126]: 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:23:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:35 smithi089 ceph-mon[103441]: 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:23:36.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:36.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:37.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:37.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:38.261 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:37 smithi089 ceph-mon[103441]: 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:23:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:37 smithi026 ceph-mon[93126]: 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:23:38.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:38.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:39.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:39.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:39 smithi089 ceph-mon[103441]: pgmap v1306: 97 pgs: 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:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:39 smithi026 ceph-mon[93126]: pgmap v1306: 97 pgs: 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:40.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:40.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:41.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:41.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:41 smithi026 ceph-mon[93126]: 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:23:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:41 smithi089 ceph-mon[103441]: 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:23:42.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:42.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:43.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:43.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:43 smithi026 ceph-mon[93126]: pgmap v1308: 97 pgs: 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:43 smithi089 ceph-mon[103441]: pgmap v1308: 97 pgs: 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:44.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:44.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:45.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:45.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:45 smithi026 ceph-mon[93126]: 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:23:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:45 smithi089 ceph-mon[103441]: 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:23:46.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:46.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:47.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:47.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:47 smithi026 ceph-mon[93126]: 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:23:48.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:47 smithi089 ceph-mon[103441]: 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:23:48.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:48.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:23:49.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:49.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:49 smithi026 ceph-mon[93126]: pgmap v1311: 97 pgs: 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:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:49 smithi089 ceph-mon[103441]: pgmap v1311: 97 pgs: 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:50.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:50.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:51.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:51.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:51 smithi026 ceph-mon[93126]: 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:23:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:51 smithi089 ceph-mon[103441]: 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:23:52.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:52.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:53.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:53.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:53 smithi026 ceph-mon[93126]: pgmap v1313: 97 pgs: 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:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:53 smithi089 ceph-mon[103441]: pgmap v1313: 97 pgs: 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:54.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:54.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:55.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:55.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:55 smithi026 ceph-mon[93126]: 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:23:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:55 smithi089 ceph-mon[103441]: 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:23:56.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:56.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:57.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:57.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:58 smithi026 ceph-mon[93126]: 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:23:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:58 smithi089 ceph-mon[103441]: 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:23:58.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:58.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:23:59.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:23:59.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:23:59 smithi089 ceph-mon[103441]: pgmap v1316: 97 pgs: 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:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:23:59 smithi026 ceph-mon[93126]: pgmap v1316: 97 pgs: 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:00.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:00.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:01.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:01.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:01 smithi026 ceph-mon[93126]: 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:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:01 smithi089 ceph-mon[103441]: 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:02.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:02.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:03.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:03.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:03 smithi026 ceph-mon[93126]: pgmap v1318: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:03 smithi089 ceph-mon[103441]: pgmap v1318: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:04.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:04.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:05.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:05.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:05 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:05 smithi089 ceph-mon[103441]: 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:06.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:06.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:07.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:07.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:07 smithi026 ceph-mon[93126]: 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:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:07 smithi089 ceph-mon[103441]: 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:08.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:08.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:09.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:09.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:09 smithi089 ceph-mon[103441]: pgmap v1321: 97 pgs: 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:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:09 smithi026 ceph-mon[93126]: pgmap v1321: 97 pgs: 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:10.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:10.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:11.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:11.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:11 smithi026 ceph-mon[93126]: 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:24:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:11 smithi089 ceph-mon[103441]: 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:24:12.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:12.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:13.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:13.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:13 smithi026 ceph-mon[93126]: pgmap v1323: 97 pgs: 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:13 smithi089 ceph-mon[103441]: pgmap v1323: 97 pgs: 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:14.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:14.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:15.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:15.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:15 smithi026 ceph-mon[93126]: 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:24:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:15 smithi089 ceph-mon[103441]: 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:24:16.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:16.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:17.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:17.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:18.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:17 smithi026 ceph-mon[93126]: 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:24:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:17 smithi089 ceph-mon[103441]: 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:24:18.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:18.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:19.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:19.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:20 smithi026 ceph-mon[93126]: pgmap v1326: 97 pgs: 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:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:20 smithi089 ceph-mon[103441]: pgmap v1326: 97 pgs: 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:20.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:20.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:21.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:21.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:22 smithi026 ceph-mon[93126]: 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:24:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:24:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:24:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:24:22.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:24:22.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:24:22.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:24:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:22 smithi089 ceph-mon[103441]: 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:24:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:24:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:24:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:24:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:24:22.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:24:22.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:24:22.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:22.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:23.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:23.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:24 smithi026 ceph-mon[93126]: pgmap v1328: 97 pgs: 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:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:24 smithi089 ceph-mon[103441]: pgmap v1328: 97 pgs: 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:24.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:24.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:25.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:25.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:26 smithi026 ceph-mon[93126]: 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:24:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:26 smithi089 ceph-mon[103441]: 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:24:26.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:26.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:27.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:27.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:28 smithi026 ceph-mon[93126]: 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:24:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:28 smithi089 ceph-mon[103441]: 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:24:28.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:28.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:29.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:29.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:29 smithi089 ceph-mon[103441]: pgmap v1331: 97 pgs: 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:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:29 smithi026 ceph-mon[93126]: pgmap v1331: 97 pgs: 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:30.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:30.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:31.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:31.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:31 smithi026 ceph-mon[93126]: 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:24:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:31 smithi089 ceph-mon[103441]: 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:24:32.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:32.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:33.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:33.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:34 smithi089 ceph-mon[103441]: pgmap v1333: 97 pgs: 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:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:34 smithi026 ceph-mon[93126]: pgmap v1333: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:34.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:34.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:35.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:35.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:36 smithi026 ceph-mon[93126]: 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:24:36.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:36 smithi089 ceph-mon[103441]: 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:24:36.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:36.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:37.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:37.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:38 smithi026 ceph-mon[93126]: 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:24:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:38 smithi089 ceph-mon[103441]: 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:24:38.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:38.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:39.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:39.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:39 smithi089 ceph-mon[103441]: pgmap v1336: 97 pgs: 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:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:39 smithi026 ceph-mon[93126]: pgmap v1336: 97 pgs: 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:40.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:40.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:41.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:41.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:41 smithi026 ceph-mon[93126]: 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:24:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:41 smithi089 ceph-mon[103441]: 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:24:42.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:42.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:43.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:43.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:44 smithi026 ceph-mon[93126]: pgmap v1338: 97 pgs: 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:44 smithi089 ceph-mon[103441]: pgmap v1338: 97 pgs: 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:44.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:44.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:45.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:45.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:46 smithi026 ceph-mon[93126]: 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:24:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:46 smithi089 ceph-mon[103441]: 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:24:46.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:46.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:47.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:47.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:48 smithi026 ceph-mon[93126]: 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:24:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:48 smithi089 ceph-mon[103441]: 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:24:48.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:48.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:24:49.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:49.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:50 smithi026 ceph-mon[93126]: pgmap v1341: 97 pgs: 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:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:50 smithi089 ceph-mon[103441]: pgmap v1341: 97 pgs: 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:50.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:50.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:51.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:51.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:52 smithi026 ceph-mon[93126]: 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:24:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:52 smithi089 ceph-mon[103441]: 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:24:52.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:52.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:53.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:53.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:54 smithi026 ceph-mon[93126]: pgmap v1343: 97 pgs: 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:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:54 smithi089 ceph-mon[103441]: pgmap v1343: 97 pgs: 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:54.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:54.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:55.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:55.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:56 smithi026 ceph-mon[93126]: 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:24:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:56 smithi089 ceph-mon[103441]: 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:24:56.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:56.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:57.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:57.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:58 smithi026 ceph-mon[93126]: 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:24:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:58 smithi089 ceph-mon[103441]: 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:24:58.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:58.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:24:59.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:24:59.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:24:59 smithi089 ceph-mon[103441]: pgmap v1346: 97 pgs: 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:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:24:59 smithi026 ceph-mon[93126]: pgmap v1346: 97 pgs: 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:00.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:00.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:01.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:01.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:02 smithi026 ceph-mon[93126]: 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:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:02 smithi089 ceph-mon[103441]: 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:02.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:02.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:03.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:03.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:04 smithi026 ceph-mon[93126]: pgmap v1348: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:04 smithi089 ceph-mon[103441]: pgmap v1348: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:04.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:04.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:05.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:05.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:06 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:06 smithi089 ceph-mon[103441]: 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:06.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:06.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:07.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:07.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:08 smithi026 ceph-mon[93126]: 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:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:08 smithi089 ceph-mon[103441]: 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:08.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:08.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:09.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:09.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:09 smithi089 ceph-mon[103441]: pgmap v1351: 97 pgs: 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:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:09 smithi026 ceph-mon[93126]: pgmap v1351: 97 pgs: 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:10.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:10.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:11.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:11.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:12 smithi026 ceph-mon[93126]: 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:25:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:12 smithi089 ceph-mon[103441]: 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:25:12.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:12.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:13.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:13.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:14.269 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:14 smithi089 ceph-mon[103441]: pgmap v1353: 97 pgs: 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:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:14 smithi026 ceph-mon[93126]: pgmap v1353: 97 pgs: 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:14.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:14.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:15.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:15.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:16 smithi026 ceph-mon[93126]: 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:25:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:16 smithi089 ceph-mon[103441]: 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:25:16.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:16.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:17.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:17.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:18 smithi026 ceph-mon[93126]: 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:25:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:18 smithi089 ceph-mon[103441]: 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:25:18.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:18.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:19.321 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:19.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:19.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:20 smithi026 ceph-mon[93126]: pgmap v1356: 97 pgs: 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:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:20 smithi089 ceph-mon[103441]: pgmap v1356: 97 pgs: 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:20.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:20.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:21.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:21.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:22 smithi026 ceph-mon[93126]: 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:25:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:22 smithi089 ceph-mon[103441]: 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:25:22.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:22.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:25:23.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:25:23.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:25:23.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:25:23.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:25:23.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:25:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:25:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:25:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:25:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:25:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:25:23.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:25:23.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:23.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:24 smithi026 ceph-mon[93126]: pgmap v1358: 97 pgs: 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:24.374 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:24 smithi089 ceph-mon[103441]: pgmap v1358: 97 pgs: 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:24.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:24.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:25.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:25.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:26 smithi026 ceph-mon[93126]: 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:25:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:26 smithi089 ceph-mon[103441]: 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:25:26.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:26.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:27.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:27.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:28 smithi026 ceph-mon[93126]: 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:25:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:28 smithi089 ceph-mon[103441]: 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:25:28.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:28.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:29.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:29.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:29 smithi089 ceph-mon[103441]: pgmap v1361: 97 pgs: 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:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:29 smithi026 ceph-mon[93126]: pgmap v1361: 97 pgs: 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:30.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:30.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:31.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:31.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:32 smithi026 ceph-mon[93126]: 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:25:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:32 smithi089 ceph-mon[103441]: 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:25:32.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:32.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:33.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:33.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:34 smithi026 ceph-mon[93126]: pgmap v1363: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:34 smithi089 ceph-mon[103441]: pgmap v1363: 97 pgs: 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:34.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:34.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:35.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:35.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:36 smithi026 ceph-mon[93126]: 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:25:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:36 smithi089 ceph-mon[103441]: 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:25:36.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:36.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:37.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:37.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:38 smithi026 ceph-mon[93126]: 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:25:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:38 smithi089 ceph-mon[103441]: 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:25:38.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:38.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:39.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:39.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:39 smithi089 ceph-mon[103441]: pgmap v1366: 97 pgs: 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:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:39 smithi026 ceph-mon[93126]: pgmap v1366: 97 pgs: 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:40.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:40.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:41.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:41.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:42.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:42 smithi026 ceph-mon[93126]: 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:25:42.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:42 smithi089 ceph-mon[103441]: 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:25:42.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:42.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:43.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:43.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:44 smithi026 ceph-mon[93126]: pgmap v1368: 97 pgs: 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:44 smithi089 ceph-mon[103441]: pgmap v1368: 97 pgs: 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:44.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:44.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:45.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:45.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:46 smithi026 ceph-mon[93126]: 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:25:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:46 smithi089 ceph-mon[103441]: 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:25:46.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:46.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:47.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:47.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:48 smithi026 ceph-mon[93126]: 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:25:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:48 smithi089 ceph-mon[103441]: 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:25:48.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:48.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:25:49.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:49.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:50 smithi026 ceph-mon[93126]: pgmap v1371: 97 pgs: 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:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:50 smithi089 ceph-mon[103441]: pgmap v1371: 97 pgs: 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.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:51.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:52.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:52.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:52 smithi026 ceph-mon[93126]: 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:25:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:52 smithi089 ceph-mon[103441]: 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:25:53.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:53.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:54.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:54.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:54 smithi026 ceph-mon[93126]: pgmap v1373: 97 pgs: 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:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:54 smithi089 ceph-mon[103441]: pgmap v1373: 97 pgs: 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:55.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:55.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:56.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:56.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:56 smithi026 ceph-mon[93126]: 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:25:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:56 smithi089 ceph-mon[103441]: 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:25:57.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:57.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:58.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:58.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:58 smithi026 ceph-mon[93126]: 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:25:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:58 smithi089 ceph-mon[103441]: 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:25:59.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:25:59.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:25:59.842 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:25:59 smithi089 ceph-mon[103441]: pgmap v1376: 97 pgs: 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:00.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:00.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:25:59 smithi026 ceph-mon[93126]: pgmap v1376: 97 pgs: 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.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:01.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:02.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:02.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:02 smithi026 ceph-mon[93126]: 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:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:02 smithi089 ceph-mon[103441]: 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:03.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:03.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:04.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:04.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:04 smithi026 ceph-mon[93126]: pgmap v1378: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:04 smithi089 ceph-mon[103441]: pgmap v1378: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:05.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:05.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:06.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:06.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:06 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:06 smithi089 ceph-mon[103441]: 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:07.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:07.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:08.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:08.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:08 smithi026 ceph-mon[93126]: 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:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:08 smithi089 ceph-mon[103441]: 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:09.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:09.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:10.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:10.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:09 smithi089 ceph-mon[103441]: pgmap v1381: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:09 smithi026 ceph-mon[93126]: pgmap v1381: 97 pgs: 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:11.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:11.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:12.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:12.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:12 smithi026 ceph-mon[93126]: 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:26:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:12 smithi089 ceph-mon[103441]: 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:26:13.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:13.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:14.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:14.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:14 smithi026 ceph-mon[93126]: pgmap v1383: 97 pgs: 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:14 smithi089 ceph-mon[103441]: pgmap v1383: 97 pgs: 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:15.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:15.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:16.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:16.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:16 smithi026 ceph-mon[93126]: 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:26:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:16 smithi089 ceph-mon[103441]: 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:26:17.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:17.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:18.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:18.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:18 smithi026 ceph-mon[93126]: 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:26:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:18 smithi089 ceph-mon[103441]: 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:26:19.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:19.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:20.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:20.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:20 smithi026 ceph-mon[93126]: pgmap v1386: 97 pgs: 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:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:20 smithi089 ceph-mon[103441]: pgmap v1386: 97 pgs: 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.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:21.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:22.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:22.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:22 smithi026 ceph-mon[93126]: 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:26:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:22 smithi089 ceph-mon[103441]: 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:26:23.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:23.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:26:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:26:24.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:24.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:24 smithi026 ceph-mon[93126]: pgmap v1388: 97 pgs: 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:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:26:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:26:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:26:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:26:24.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:26:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:24 smithi089 ceph-mon[103441]: pgmap v1388: 97 pgs: 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:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:26:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:26:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:26:24.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:26:24.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:26:25.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:25.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:26.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:26.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:26 smithi026 ceph-mon[93126]: 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:26:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:26 smithi089 ceph-mon[103441]: 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:26:27.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:27.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:28.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:28.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:28 smithi026 ceph-mon[93126]: 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:26:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:28 smithi089 ceph-mon[103441]: 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:26:29.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:29.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:30.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:30.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:29 smithi089 ceph-mon[103441]: pgmap v1391: 97 pgs: 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:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:29 smithi026 ceph-mon[93126]: pgmap v1391: 97 pgs: 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.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:31.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:32.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:32.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:32 smithi026 ceph-mon[93126]: 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:26:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:32 smithi089 ceph-mon[103441]: 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:26:33.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:33.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:34.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:34.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:34 smithi026 ceph-mon[93126]: pgmap v1393: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:34 smithi089 ceph-mon[103441]: pgmap v1393: 97 pgs: 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:35.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:35.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:36.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:36.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:36 smithi026 ceph-mon[93126]: 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:26:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:36 smithi089 ceph-mon[103441]: 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:26:37.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:37.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:38.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:38.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:38 smithi026 ceph-mon[93126]: 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:26:38.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:38 smithi089 ceph-mon[103441]: 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:26:39.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:39.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:40.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:40.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:40.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:39 smithi089 ceph-mon[103441]: pgmap v1396: 97 pgs: 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:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:39 smithi026 ceph-mon[93126]: pgmap v1396: 97 pgs: 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.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:41.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:42.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:42.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:42 smithi026 ceph-mon[93126]: 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:26:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:42 smithi089 ceph-mon[103441]: 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:26:43.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:43.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:44.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:44.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:44 smithi026 ceph-mon[93126]: pgmap v1398: 97 pgs: 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:44 smithi089 ceph-mon[103441]: pgmap v1398: 97 pgs: 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:45.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:45.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:46.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:46.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:46 smithi026 ceph-mon[93126]: 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:26:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:46 smithi089 ceph-mon[103441]: 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:26:47.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:47.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:48.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:48.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:48 smithi026 ceph-mon[93126]: 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:26:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:48 smithi089 ceph-mon[103441]: 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:26:49.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:49.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:26:50.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:50.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:50 smithi026 ceph-mon[93126]: pgmap v1401: 97 pgs: 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:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:50 smithi089 ceph-mon[103441]: pgmap v1401: 97 pgs: 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.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:51.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:52.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:52.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:52 smithi026 ceph-mon[93126]: 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:26:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:52 smithi089 ceph-mon[103441]: 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:26:53.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:53.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:54.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:54.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:54 smithi026 ceph-mon[93126]: pgmap v1403: 97 pgs: 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:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:54 smithi089 ceph-mon[103441]: pgmap v1403: 97 pgs: 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:55.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:55.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:56.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:56.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:56 smithi089 ceph-mon[103441]: 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:26:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:56 smithi026 ceph-mon[93126]: 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:26:57.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:57.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:58.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:58.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:26:58.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:58 smithi089 ceph-mon[103441]: 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:26:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:58 smithi026 ceph-mon[93126]: 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:26:59.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:26:59.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:00.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:00.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:26:59 smithi089 ceph-mon[103441]: pgmap v1406: 97 pgs: 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:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:26:59 smithi026 ceph-mon[93126]: pgmap v1406: 97 pgs: 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.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:01.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:02.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:02.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:02 smithi026 ceph-mon[93126]: 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:02.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:02 smithi089 ceph-mon[103441]: 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:03.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:03.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:04.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:04.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:04 smithi026 ceph-mon[93126]: pgmap v1408: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:04 smithi089 ceph-mon[103441]: pgmap v1408: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:05.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:05.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:06.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:06.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:06 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:06 smithi089 ceph-mon[103441]: 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:07.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:07.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:08.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:08.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:08 smithi026 ceph-mon[93126]: 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:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:08 smithi089 ceph-mon[103441]: 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:09.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:09.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:10.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:10.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:09 smithi089 ceph-mon[103441]: pgmap v1411: 97 pgs: 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:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:09 smithi026 ceph-mon[93126]: pgmap v1411: 97 pgs: 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.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:11.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:12.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:12.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:12 smithi026 ceph-mon[93126]: 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:27:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:12 smithi089 ceph-mon[103441]: 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:27:13.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:13.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:14.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:14.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:14 smithi026 ceph-mon[93126]: pgmap v1413: 97 pgs: 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:14 smithi089 ceph-mon[103441]: pgmap v1413: 97 pgs: 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:15.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:15.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:16.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:16.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:16 smithi026 ceph-mon[93126]: 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:27:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:16 smithi089 ceph-mon[103441]: 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:27:17.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:17.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:18.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:18.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:18.395 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:18 smithi026 ceph-mon[93126]: 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:27:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:18 smithi089 ceph-mon[103441]: 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:27:19.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:19.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:20.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:20.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:20 smithi089 ceph-mon[103441]: pgmap v1416: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:20 smithi026 ceph-mon[93126]: pgmap v1416: 97 pgs: 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.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:21.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:22.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:22.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:22 smithi089 ceph-mon[103441]: 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:27:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:22 smithi026 ceph-mon[93126]: 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:27:23.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:23.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:24.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:24.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:24 smithi026 ceph-mon[93126]: pgmap v1418: 97 pgs: 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:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:27:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:24 smithi089 ceph-mon[103441]: pgmap v1418: 97 pgs: 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:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:27:25.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:25.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:27:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:27:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:27:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:27:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:27:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:27:25.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:27:25.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:27:25.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:27:25.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:27:26.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:26.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:26 smithi089 ceph-mon[103441]: 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:27:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:26 smithi026 ceph-mon[93126]: 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:27:27.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:27.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:28.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:28.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:28 smithi089 ceph-mon[103441]: 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:27:28.510 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:28 smithi026 ceph-mon[93126]: 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:27:29.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:29.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:30.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:30.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:29 smithi089 ceph-mon[103441]: pgmap v1421: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:29 smithi026 ceph-mon[93126]: pgmap v1421: 97 pgs: 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:31.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:31.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:32.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:32.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:32 smithi026 ceph-mon[93126]: 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:27:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:32 smithi089 ceph-mon[103441]: 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:27:33.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:33.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:34.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:34.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:34 smithi026 ceph-mon[93126]: pgmap v1423: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:34 smithi089 ceph-mon[103441]: pgmap v1423: 97 pgs: 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:35.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:35.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:36.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:36.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:36 smithi089 ceph-mon[103441]: 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:27:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:36 smithi026 ceph-mon[93126]: 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:27:37.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:37.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:38.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:38.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:38.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:38 smithi089 ceph-mon[103441]: 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:27:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:38 smithi026 ceph-mon[93126]: 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:27:39.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:39.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:39 smithi089 ceph-mon[103441]: pgmap v1426: 97 pgs: 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:40.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:40.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:39 smithi026 ceph-mon[93126]: pgmap v1426: 97 pgs: 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.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:41.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:42.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:42.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:42.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:42 smithi089 ceph-mon[103441]: 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:27:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:42 smithi026 ceph-mon[93126]: 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:27:43.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:43.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:44.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:44.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:44 smithi089 ceph-mon[103441]: pgmap v1428: 97 pgs: 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:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:44 smithi026 ceph-mon[93126]: pgmap v1428: 97 pgs: 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:45.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:45.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:46 smithi089 ceph-mon[103441]: 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:27:46.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:46.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:46 smithi026 ceph-mon[93126]: 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:27:47.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:47.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:48.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:48.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:48 smithi089 ceph-mon[103441]: 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:27:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:48 smithi026 ceph-mon[93126]: 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:27:49.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:49.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:27:50.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:50.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:50 smithi089 ceph-mon[103441]: pgmap v1431: 97 pgs: 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:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:50 smithi026 ceph-mon[93126]: pgmap v1431: 97 pgs: 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.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:51.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:52.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:52.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:52.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:52 smithi089 ceph-mon[103441]: 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:27:52.617 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:52 smithi026 ceph-mon[93126]: 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:27:53.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:53.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:54.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:54.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:54 smithi089 ceph-mon[103441]: pgmap v1433: 97 pgs: 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:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:54 smithi026 ceph-mon[93126]: pgmap v1433: 97 pgs: 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:55.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:55.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:56.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:56.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:56 smithi089 ceph-mon[103441]: 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:27:56.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:56 smithi026 ceph-mon[93126]: 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:27:57.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:57.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:58.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:58.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:27:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:58 smithi089 ceph-mon[103441]: 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:27:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:58 smithi026 ceph-mon[93126]: 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:27:59.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:27:59.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:27:59 smithi089 ceph-mon[103441]: pgmap v1436: 97 pgs: 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:00.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:00.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:27:59 smithi026 ceph-mon[93126]: pgmap v1436: 97 pgs: 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.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:01.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:02.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:02.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:02 smithi026 ceph-mon[93126]: 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:03.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:03.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:04.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:04.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:04 smithi026 ceph-mon[93126]: pgmap v1438: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:04 smithi089 ceph-mon[103441]: pgmap v1438: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:05.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:05.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:06.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:06.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:06 smithi089 ceph-mon[103441]: 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:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:06 smithi026 ceph-mon[93126]: 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:07.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:07.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:08.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:08.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:08.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:08 smithi026 ceph-mon[93126]: 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:09.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:09.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:09 smithi089 ceph-mon[103441]: pgmap v1441: 97 pgs: 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:10.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:10.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:09 smithi026 ceph-mon[93126]: pgmap v1441: 97 pgs: 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.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:11.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:12.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:12.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:12 smithi089 ceph-mon[103441]: 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:28:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:12 smithi026 ceph-mon[93126]: 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:28:13.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:13.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:14.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:14.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:14 smithi026 ceph-mon[93126]: pgmap v1443: 97 pgs: 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:14.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:14 smithi089 ceph-mon[103441]: pgmap v1443: 97 pgs: 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:15.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:15.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:16.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:16.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:16 smithi089 ceph-mon[103441]: 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:28:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:16 smithi026 ceph-mon[93126]: 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:28:17.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:17.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:18.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:18.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:18.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:18 smithi089 ceph-mon[103441]: 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:28:18.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:18 smithi026 ceph-mon[93126]: 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:28:19.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:19.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:20.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:20.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:20 smithi089 ceph-mon[103441]: pgmap v1446: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:20 smithi026 ceph-mon[93126]: pgmap v1446: 97 pgs: 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.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:21.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:22.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:22.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:22 smithi089 ceph-mon[103441]: 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:28:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:22 smithi026 ceph-mon[93126]: 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:28:23.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:23.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:24.142 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:24 smithi026 ceph-mon[93126]: pgmap v1448: 97 pgs: 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:24.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:24.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:24 smithi089 ceph-mon[103441]: pgmap v1448: 97 pgs: 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:25.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:25.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:28:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:28:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:28:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:28:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:28:25.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:28:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:28:25.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:28:25.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:28:25.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:28:25.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:28:25.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:28:26.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:26.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:26 smithi089 ceph-mon[103441]: 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:28:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:26 smithi026 ceph-mon[93126]: 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:28:27.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:27.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:28.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:28.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:28.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:28 smithi089 ceph-mon[103441]: 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:28:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:28 smithi026 ceph-mon[93126]: 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:28:29.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:29.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:29 smithi089 ceph-mon[103441]: pgmap v1451: 97 pgs: 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:30.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:30.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:29 smithi026 ceph-mon[93126]: pgmap v1451: 97 pgs: 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.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:31.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:32.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:32.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:32 smithi089 ceph-mon[103441]: 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:28:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:32 smithi026 ceph-mon[93126]: 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:28:33.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:33.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:34.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:34 smithi026 ceph-mon[93126]: pgmap v1453: 97 pgs: 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:34.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:34.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:34.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:34 smithi089 ceph-mon[103441]: pgmap v1453: 97 pgs: 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:35.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:35.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:36.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:36.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:36.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:36 smithi089 ceph-mon[103441]: 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:28:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:36 smithi026 ceph-mon[93126]: 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:28:37.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:37.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:38.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:38.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:38 smithi089 ceph-mon[103441]: 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:28:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:38 smithi026 ceph-mon[93126]: 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:28:39.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:39.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:39 smithi089 ceph-mon[103441]: pgmap v1456: 97 pgs: 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:40.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:40.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:39 smithi026 ceph-mon[93126]: pgmap v1456: 97 pgs: 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.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:41.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:42.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:42.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:42.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:42 smithi089 ceph-mon[103441]: 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:28:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:42 smithi026 ceph-mon[93126]: 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:28:43.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:43.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:44.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:44.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:44 smithi026 ceph-mon[93126]: pgmap v1458: 97 pgs: 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:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:44 smithi089 ceph-mon[103441]: pgmap v1458: 97 pgs: 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:45.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:45.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:46.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:46.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:46 smithi089 ceph-mon[103441]: 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:28:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:46 smithi026 ceph-mon[93126]: 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:28:47.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:47.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:48.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:48.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:48 smithi089 ceph-mon[103441]: 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:28:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:48 smithi026 ceph-mon[93126]: 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:28:49.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:49.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:49.429 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:28:50.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:50.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:50 smithi089 ceph-mon[103441]: pgmap v1461: 97 pgs: 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:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:50 smithi026 ceph-mon[93126]: pgmap v1461: 97 pgs: 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.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:51.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:52.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:52.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:52 smithi089 ceph-mon[103441]: 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:28:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:52 smithi026 ceph-mon[93126]: 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:28:53.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:53.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:54.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:54.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:54 smithi026 ceph-mon[93126]: pgmap v1463: 97 pgs: 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:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:54 smithi089 ceph-mon[103441]: pgmap v1463: 97 pgs: 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:55.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:55.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:56.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:56.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:56 smithi089 ceph-mon[103441]: 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:28:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:56 smithi026 ceph-mon[93126]: 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:28:57.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:57.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:58.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:58.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:28:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:58 smithi089 ceph-mon[103441]: 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:28:58.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:58 smithi026 ceph-mon[93126]: 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:28:59.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:28:59.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:28:59 smithi089 ceph-mon[103441]: pgmap v1466: 97 pgs: 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:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:28:59 smithi026 ceph-mon[93126]: pgmap v1466: 97 pgs: 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:00.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:00.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:01.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:01.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:02.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:02.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:02 smithi026 ceph-mon[93126]: 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:03.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:03.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:04 smithi026 ceph-mon[93126]: pgmap v1468: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:04 smithi089 ceph-mon[103441]: pgmap v1468: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:05.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:05.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:06.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:06.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:06 smithi026 ceph-mon[93126]: 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:07.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:07.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:08.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:08.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:08 smithi026 ceph-mon[93126]: 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:09.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:09.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:09 smithi026 ceph-mon[93126]: pgmap v1471: 97 pgs: 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:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:09 smithi089 ceph-mon[103441]: pgmap v1471: 97 pgs: 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:10.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:10.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:11.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:11.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:12.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:12.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:12 smithi089 ceph-mon[103441]: 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:29:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:12 smithi026 ceph-mon[93126]: 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:29:13.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:13.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:14 smithi026 ceph-mon[93126]: pgmap v1473: 97 pgs: 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:14.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:14.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:14 smithi089 ceph-mon[103441]: pgmap v1473: 97 pgs: 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:15.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:15.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:16.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:16.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:16 smithi089 ceph-mon[103441]: 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:29:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:16 smithi026 ceph-mon[93126]: 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:29:17.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:17.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:18.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:18.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:18 smithi089 ceph-mon[103441]: 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:29:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:18 smithi026 ceph-mon[93126]: 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:29:19.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:19.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:20.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:20.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:20 smithi089 ceph-mon[103441]: pgmap v1476: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:20 smithi026 ceph-mon[93126]: pgmap v1476: 97 pgs: 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.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:21.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:22 smithi089 ceph-mon[103441]: 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:29:22.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:22.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:22 smithi026 ceph-mon[93126]: 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:29:23.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:23.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:24.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:24.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:24 smithi089 ceph-mon[103441]: pgmap v1478: 97 pgs: 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:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:24 smithi026 ceph-mon[93126]: pgmap v1478: 97 pgs: 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:25.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:25.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:29:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:29:26.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:26.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:26 smithi089 ceph-mon[103441]: 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:29:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:26 smithi026 ceph-mon[93126]: 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:29:27.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:27.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:28.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:28.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:28 smithi089 ceph-mon[103441]: 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:29:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:28 smithi026 ceph-mon[93126]: 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:29:29.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:29.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:29 smithi089 ceph-mon[103441]: pgmap v1481: 97 pgs: 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:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:29:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:29:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:29 smithi026 ceph-mon[93126]: pgmap v1481: 97 pgs: 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:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:29:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:29:30.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:30.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:31.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:29:31.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:29:31.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:29:31.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:29:31.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:29:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:29:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:29:31.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:29:31.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:29:31.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:29:31.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:31.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:31 smithi089 ceph-mon[103441]: 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:29:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:31 smithi026 ceph-mon[93126]: 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:29:32.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:32.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:33.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:33.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:34 smithi026 ceph-mon[93126]: pgmap v1483: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:34.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:34.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:34 smithi089 ceph-mon[103441]: pgmap v1483: 97 pgs: 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:35.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:35.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:36.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:36.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:36.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:36 smithi089 ceph-mon[103441]: 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:29:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:36 smithi026 ceph-mon[93126]: 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:29:37.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:37.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:38.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:38.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:38 smithi089 ceph-mon[103441]: 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:29:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:38 smithi026 ceph-mon[93126]: 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:29:39.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:39.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:39 smithi089 ceph-mon[103441]: pgmap v1486: 97 pgs: 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:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:39 smithi026 ceph-mon[93126]: pgmap v1486: 97 pgs: 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:40.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:40.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:41.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:41.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:42.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:42.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:42 smithi089 ceph-mon[103441]: 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:29:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:42 smithi026 ceph-mon[93126]: 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:29:43.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:43.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:44 smithi026 ceph-mon[93126]: pgmap v1488: 97 pgs: 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:44.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:44.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:44 smithi089 ceph-mon[103441]: pgmap v1488: 97 pgs: 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:45.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:45.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:46.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:46.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:46 smithi089 ceph-mon[103441]: 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:29:46.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:46 smithi026 ceph-mon[93126]: 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:29:47.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:47.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:48.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:48.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:48 smithi089 ceph-mon[103441]: 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:29:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:48 smithi026 ceph-mon[93126]: 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:29:49.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:49.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:29:50.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:50.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:50 smithi089 ceph-mon[103441]: pgmap v1491: 97 pgs: 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:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:50 smithi026 ceph-mon[93126]: pgmap v1491: 97 pgs: 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.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:51.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:52.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:52.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:52 smithi089 ceph-mon[103441]: 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:29:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:52 smithi026 ceph-mon[93126]: 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:29:53.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:53.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:54.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:54.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:54 smithi089 ceph-mon[103441]: pgmap v1493: 97 pgs: 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:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:54 smithi026 ceph-mon[93126]: pgmap v1493: 97 pgs: 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:55.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:55.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:56.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:56.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:56 smithi089 ceph-mon[103441]: 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:29:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:56 smithi026 ceph-mon[93126]: 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:29:57.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:57.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:58.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:58.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:29:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:58 smithi089 ceph-mon[103441]: 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:29:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:58 smithi026 ceph-mon[93126]: 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:29:59.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:29:59.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:29:59 smithi089 ceph-mon[103441]: pgmap v1496: 97 pgs: 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:00.233 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:29:59 smithi026 ceph-mon[93126]: pgmap v1496: 97 pgs: 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:00.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:00.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T21:30:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T21:30:01.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:01.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:01 smithi089 ceph-mon[103441]: 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:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:01 smithi026 ceph-mon[93126]: 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:02.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:02.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:03.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:03.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:04.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:04.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:04 smithi089 ceph-mon[103441]: pgmap v1498: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:04 smithi026 ceph-mon[93126]: pgmap v1498: 97 pgs: 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:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:05.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:05.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:06.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:06.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:06 smithi026 ceph-mon[93126]: 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:07.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:07.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:08 smithi089 ceph-mon[103441]: 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:08.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:08.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:08 smithi026 ceph-mon[93126]: 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:09.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:09.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:09 smithi089 ceph-mon[103441]: pgmap v1501: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:09 smithi026 ceph-mon[93126]: pgmap v1501: 97 pgs: 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.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:10.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:11.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:11.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:12.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:12 smithi089 ceph-mon[103441]: 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:30:12.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:12.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:12 smithi026 ceph-mon[93126]: 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:30:13.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:13.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:14 smithi089 ceph-mon[103441]: pgmap v1503: 97 pgs: 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:14.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:14.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:14 smithi026 ceph-mon[93126]: pgmap v1503: 97 pgs: 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:15.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:15.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:16 smithi089 ceph-mon[103441]: 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:30:16.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:16.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:16 smithi026 ceph-mon[93126]: 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:30:17.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:17.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:18 smithi089 ceph-mon[103441]: 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:30:18.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:18.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:18 smithi026 ceph-mon[93126]: 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:30:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:19.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:19.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:20 smithi089 ceph-mon[103441]: pgmap v1506: 97 pgs: 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:20.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:20.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:20.463 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:20 smithi026 ceph-mon[93126]: pgmap v1506: 97 pgs: 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.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:21.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:22 smithi089 ceph-mon[103441]: 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:30:22.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:22.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:22 smithi026 ceph-mon[93126]: 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:30:23.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:23.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:24 smithi089 ceph-mon[103441]: pgmap v1508: 97 pgs: 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:24.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:24.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:24 smithi026 ceph-mon[93126]: pgmap v1508: 97 pgs: 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:25.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:25.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:26 smithi089 ceph-mon[103441]: 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:30:26.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:26.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:26 smithi026 ceph-mon[93126]: 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:30:27.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:27.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:28 smithi089 ceph-mon[103441]: 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:30:28.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:28.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:28 smithi026 ceph-mon[93126]: 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:30:29.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:29.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:29 smithi089 ceph-mon[103441]: pgmap v1511: 97 pgs: 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:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:29 smithi026 ceph-mon[93126]: pgmap v1511: 97 pgs: 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:30.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:30.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:30:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:30:31.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:31.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:32.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:30:32.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:30:32.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:30:32.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:30:32.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:30:32.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:31 smithi089 ceph-mon[103441]: 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:30:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:30:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:30:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:30:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:30:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:30:32.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:31 smithi026 ceph-mon[93126]: 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:30:32.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:32.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:33.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:33.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:34 smithi089 ceph-mon[103441]: pgmap v1513: 97 pgs: 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:34.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:34.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:34 smithi026 ceph-mon[93126]: pgmap v1513: 97 pgs: 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:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:35.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:35.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:36.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:36 smithi089 ceph-mon[103441]: 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:30:36.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:36.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:36 smithi026 ceph-mon[93126]: 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:30:37.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:37.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:38 smithi089 ceph-mon[103441]: 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:30:38.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:38.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:38 smithi026 ceph-mon[93126]: 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:30:39.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:39.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:39 smithi089 ceph-mon[103441]: pgmap v1516: 97 pgs: 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:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:39 smithi026 ceph-mon[93126]: pgmap v1516: 97 pgs: 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:40.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:40.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:41.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:41.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:42 smithi089 ceph-mon[103441]: 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:30:42.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:42.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:42 smithi026 ceph-mon[93126]: 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:30:43.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:43.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:44 smithi089 ceph-mon[103441]: pgmap v1518: 97 pgs: 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:44.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:44.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:44 smithi026 ceph-mon[93126]: pgmap v1518: 97 pgs: 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:45.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:45.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:46.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:46 smithi089 ceph-mon[103441]: 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:30:46.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:46.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:46 smithi026 ceph-mon[93126]: 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:30:47.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:47.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:48 smithi089 ceph-mon[103441]: 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:30:48.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:48.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:48 smithi026 ceph-mon[93126]: 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:30:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:49.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:49.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:30:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:50 smithi089 ceph-mon[103441]: pgmap v1521: 97 pgs: 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:50.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:50.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:50 smithi026 ceph-mon[93126]: pgmap v1521: 97 pgs: 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.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:51.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:52 smithi089 ceph-mon[103441]: 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:30:52.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:52.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:52 smithi026 ceph-mon[93126]: 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:30:53.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:53.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:54 smithi089 ceph-mon[103441]: pgmap v1523: 97 pgs: 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:54.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:54.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:54 smithi026 ceph-mon[93126]: pgmap v1523: 97 pgs: 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:55.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:55.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:56 smithi089 ceph-mon[103441]: 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:30:56.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:56.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:56 smithi026 ceph-mon[93126]: 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:30:57.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:57.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:58 smithi089 ceph-mon[103441]: 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:30:58.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:58.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:30:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:58 smithi026 ceph-mon[93126]: 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:30:59.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:30:59.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:30:59 smithi089 ceph-mon[103441]: pgmap v1526: 97 pgs: 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:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:30:59 smithi026 ceph-mon[93126]: pgmap v1526: 97 pgs: 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:00.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:00.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:01.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:01.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:02 smithi089 ceph-mon[103441]: 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:02.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:02 smithi026 ceph-mon[93126]: 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:03.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:03.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:04 smithi089 ceph-mon[103441]: pgmap v1528: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:04.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:04.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:04 smithi026 ceph-mon[93126]: pgmap v1528: 97 pgs: 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:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:05.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:05.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:06 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:06 smithi089 ceph-mon[103441]: 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:06.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:06.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:07.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:07.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:08 smithi089 ceph-mon[103441]: 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:08.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:08.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:08 smithi026 ceph-mon[93126]: 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:09.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:09.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:09 smithi089 ceph-mon[103441]: pgmap v1531: 97 pgs: 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:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:09 smithi026 ceph-mon[93126]: pgmap v1531: 97 pgs: 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:10.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:10.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:11.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:11.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:12 smithi089 ceph-mon[103441]: 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:31:12.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:12.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:12 smithi026 ceph-mon[93126]: 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:31:13.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:13.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:14.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:14 smithi089 ceph-mon[103441]: pgmap v1533: 97 pgs: 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:14.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:14.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:14 smithi026 ceph-mon[93126]: pgmap v1533: 97 pgs: 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:15.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:15.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:16 smithi089 ceph-mon[103441]: 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:31:16.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:16.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:16 smithi026 ceph-mon[93126]: 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:31:17.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:17.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:18 smithi089 ceph-mon[103441]: 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:31:18.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:18.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:18 smithi026 ceph-mon[93126]: 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:31:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:19.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:19.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:20 smithi089 ceph-mon[103441]: pgmap v1536: 97 pgs: 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:20.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:20.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:20 smithi026 ceph-mon[93126]: pgmap v1536: 97 pgs: 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.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:21.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:22 smithi089 ceph-mon[103441]: 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:31:22.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:22.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:22 smithi026 ceph-mon[93126]: 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:31:23.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:23.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:24 smithi089 ceph-mon[103441]: pgmap v1538: 97 pgs: 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:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:24 smithi026 ceph-mon[93126]: pgmap v1538: 97 pgs: 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:24.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:24.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:25.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:25.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:26 smithi089 ceph-mon[103441]: 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:31:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:26 smithi026 ceph-mon[93126]: 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:31:26.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:26.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:27.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:27.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:28.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:28 smithi089 ceph-mon[103441]: 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:31:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:28 smithi026 ceph-mon[93126]: 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:31:28.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:28.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:29.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:29.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:29 smithi089 ceph-mon[103441]: pgmap v1541: 97 pgs: 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:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:29 smithi026 ceph-mon[93126]: pgmap v1541: 97 pgs: 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:30.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:30.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:31:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:31:31.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:31.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:32.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:32.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:32 smithi026 ceph-mon[93126]: 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:31:32.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:32.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:32 smithi089 ceph-mon[103441]: 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:31:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:33.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:33.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:34.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:34.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:34 smithi026 ceph-mon[93126]: pgmap v1543: 97 pgs: 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:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:34 smithi089 ceph-mon[103441]: pgmap v1543: 97 pgs: 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:35.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:35.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:36.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:36.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:36 smithi026 ceph-mon[93126]: 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:31:36.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:36 smithi089 ceph-mon[103441]: 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:31:37.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:37.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:38.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:38.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:38.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:38 smithi089 ceph-mon[103441]: 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:31:38.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:38 smithi026 ceph-mon[93126]: 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:31:38.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:39.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:39.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:31:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:31:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:31:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:31:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:31:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:31:39.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:31:40.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:40.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:40 smithi026 ceph-mon[93126]: pgmap v1546: 97 pgs: 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:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:40 smithi089 ceph-mon[103441]: pgmap v1546: 97 pgs: 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.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:41.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:42.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:42.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:42 smithi026 ceph-mon[93126]: 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:31:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:42 smithi089 ceph-mon[103441]: 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:31:43.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:43.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:44.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:44.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:44 smithi026 ceph-mon[93126]: pgmap v1548: 97 pgs: 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:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:44 smithi089 ceph-mon[103441]: pgmap v1548: 97 pgs: 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:45.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:45.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:46.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:46.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:46 smithi026 ceph-mon[93126]: 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:31:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:46 smithi089 ceph-mon[103441]: 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:31:47.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:47.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:48.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:48.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:48 smithi089 ceph-mon[103441]: 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:31:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:48 smithi026 ceph-mon[93126]: 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:31:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:31:49.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:49.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:49 smithi089 ceph-mon[103441]: pgmap v1551: 97 pgs: 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:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:49 smithi026 ceph-mon[93126]: pgmap v1551: 97 pgs: 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:50.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:50.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:51.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:51.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:52 smithi089 ceph-mon[103441]: 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:31:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:52 smithi026 ceph-mon[93126]: 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:31:52.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:52.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:53.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:53.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:54 smithi089 ceph-mon[103441]: pgmap v1553: 97 pgs: 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:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:54 smithi026 ceph-mon[93126]: pgmap v1553: 97 pgs: 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:54.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:54.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:55.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:55.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:56 smithi089 ceph-mon[103441]: 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:31:56.549 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:56 smithi026 ceph-mon[93126]: 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:31:56.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:56.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:57.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:57.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:58 smithi089 ceph-mon[103441]: 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:31:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:58 smithi026 ceph-mon[93126]: 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:31:58.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:58.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:31:59.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:31:59.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:31:59 smithi089 ceph-mon[103441]: pgmap v1556: 97 pgs: 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:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:31:59 smithi026 ceph-mon[93126]: pgmap v1556: 97 pgs: 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:00.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:00.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:01.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:01.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:02 smithi026 ceph-mon[93126]: 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:02.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:02.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:03.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:03.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:04 smithi089 ceph-mon[103441]: pgmap v1558: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:04 smithi026 ceph-mon[93126]: pgmap v1558: 97 pgs: 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:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:04.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:04.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:05.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:05.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:06 smithi026 ceph-mon[93126]: 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:06.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:06.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:07.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:07.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:08 smithi026 ceph-mon[93126]: 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:08.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:08.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:09.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:09.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:09 smithi026 ceph-mon[93126]: pgmap v1561: 97 pgs: 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.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:09 smithi089 ceph-mon[103441]: pgmap v1561: 97 pgs: 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.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:10.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:11.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:11.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:12 smithi089 ceph-mon[103441]: 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:32:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:12 smithi026 ceph-mon[93126]: 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:32:12.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:12.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:13.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:13.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:14 smithi089 ceph-mon[103441]: pgmap v1563: 97 pgs: 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:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:14 smithi026 ceph-mon[93126]: pgmap v1563: 97 pgs: 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:14.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:14.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:15.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:15.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:16 smithi089 ceph-mon[103441]: 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:32:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:16 smithi026 ceph-mon[93126]: 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:32:16.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:16.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:17.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:17.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:18 smithi089 ceph-mon[103441]: 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:32:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:18 smithi026 ceph-mon[93126]: 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:32:18.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:18.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:19.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:19.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:20 smithi089 ceph-mon[103441]: pgmap v1566: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:20 smithi026 ceph-mon[93126]: pgmap v1566: 97 pgs: 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:20.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:20.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:21.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:21.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:22 smithi089 ceph-mon[103441]: 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:32:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:22 smithi026 ceph-mon[93126]: 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:32:22.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:22.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:23.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:23.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:24 smithi089 ceph-mon[103441]: pgmap v1568: 97 pgs: 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:24.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:24 smithi026 ceph-mon[93126]: pgmap v1568: 97 pgs: 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:24.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:24.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:25.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:25.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:26 smithi089 ceph-mon[103441]: 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:32:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:26 smithi026 ceph-mon[93126]: 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:32:26.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:26.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:27.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:27.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:28 smithi089 ceph-mon[103441]: 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:32:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:28 smithi026 ceph-mon[93126]: 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:32:28.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:28.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:29.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:29.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:29 smithi026 ceph-mon[93126]: pgmap v1571: 97 pgs: 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:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:29 smithi089 ceph-mon[103441]: pgmap v1571: 97 pgs: 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:30.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:30.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:31.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:31.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:32 smithi026 ceph-mon[93126]: 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:32:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:32 smithi089 ceph-mon[103441]: 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:32:32.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:32.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:33.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:33.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:34 smithi089 ceph-mon[103441]: pgmap v1573: 97 pgs: 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:34 smithi026 ceph-mon[93126]: pgmap v1573: 97 pgs: 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:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:34.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:34.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:35.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:35.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:36 smithi089 ceph-mon[103441]: 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:32:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:36 smithi026 ceph-mon[93126]: 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:32:36.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:36.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:37.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:37.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:38 smithi089 ceph-mon[103441]: 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:32:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:38 smithi026 ceph-mon[93126]: 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:32:38.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:38.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:39.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:39.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:39 smithi026 ceph-mon[93126]: pgmap v1576: 97 pgs: 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:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:32:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:32:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:32:40.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:32:40.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:32:40.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:32:40.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:39 smithi089 ceph-mon[103441]: pgmap v1576: 97 pgs: 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:40.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:32:40.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:32:40.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:32:40.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:32:40.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:32:40.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:32:40.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:40.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:41.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:41.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:42 smithi089 ceph-mon[103441]: 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:32:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:42 smithi026 ceph-mon[93126]: 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:32:42.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:42.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:43.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:43.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:44 smithi089 ceph-mon[103441]: pgmap v1578: 97 pgs: 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:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:44 smithi026 ceph-mon[93126]: pgmap v1578: 97 pgs: 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:44.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:44.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:45.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:45.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:46 smithi089 ceph-mon[103441]: 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:32:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:46 smithi026 ceph-mon[93126]: 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:32:46.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:46.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:47.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:47.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:48 smithi089 ceph-mon[103441]: 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:32:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:48 smithi026 ceph-mon[93126]: 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:32:48.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:48.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:32:49.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:49.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:50 smithi089 ceph-mon[103441]: pgmap v1581: 97 pgs: 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:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:50 smithi026 ceph-mon[93126]: pgmap v1581: 97 pgs: 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:50.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:50.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:51.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:51.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:52 smithi089 ceph-mon[103441]: 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:32:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:52 smithi026 ceph-mon[93126]: 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:32:52.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:52.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:53.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:53.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:54 smithi089 ceph-mon[103441]: pgmap v1583: 97 pgs: 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:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:54 smithi026 ceph-mon[93126]: pgmap v1583: 97 pgs: 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:54.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:54.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:55.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:55.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:56 smithi089 ceph-mon[103441]: 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:32:56.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:56 smithi026 ceph-mon[93126]: 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:32:56.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:56.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:57.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:57.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:58 smithi026 ceph-mon[93126]: 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:32:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:58 smithi089 ceph-mon[103441]: 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:32:58.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:58.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:32:59.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:32:59.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:32:59 smithi026 ceph-mon[93126]: pgmap v1586: 97 pgs: 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:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:32:59 smithi089 ceph-mon[103441]: pgmap v1586: 97 pgs: 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:00.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:00.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:01.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:01.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:02 smithi026 ceph-mon[93126]: 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:02.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:02.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:03.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:03.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:04 smithi089 ceph-mon[103441]: pgmap v1588: 97 pgs: 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:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:04 smithi026 ceph-mon[93126]: pgmap v1588: 97 pgs: 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:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:04.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:04.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:05.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:05.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:06 smithi026 ceph-mon[93126]: 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:06.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:06.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:07.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:07.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:08 smithi026 ceph-mon[93126]: 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:08.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:08.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:09.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:09.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:09 smithi026 ceph-mon[93126]: pgmap v1591: 97 pgs: 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:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:09 smithi089 ceph-mon[103441]: pgmap v1591: 97 pgs: 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:10.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:10.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:11.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:11.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:12 smithi089 ceph-mon[103441]: 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:33:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:12 smithi026 ceph-mon[93126]: 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:33:12.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:12.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:13.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:13.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:14 smithi089 ceph-mon[103441]: pgmap v1593: 97 pgs: 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:14.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:14 smithi026 ceph-mon[93126]: pgmap v1593: 97 pgs: 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:14.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:14.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:15.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:15.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:16 smithi089 ceph-mon[103441]: 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:33:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:16 smithi026 ceph-mon[93126]: 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:33:16.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:16.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:17.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:17.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:18 smithi089 ceph-mon[103441]: 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:33:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:18 smithi026 ceph-mon[93126]: 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:33:18.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:18.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:19.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:19.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:20 smithi089 ceph-mon[103441]: pgmap v1596: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:20 smithi026 ceph-mon[93126]: pgmap v1596: 97 pgs: 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.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:20.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:21.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:21.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:22.520 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:22 smithi026 ceph-mon[93126]: 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:33:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:22 smithi089 ceph-mon[103441]: 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:33:22.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:22.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:23.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:23.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:24 smithi026 ceph-mon[93126]: pgmap v1598: 97 pgs: 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:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:24 smithi089 ceph-mon[103441]: pgmap v1598: 97 pgs: 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:24.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:24.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:25.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:25.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:26 smithi026 ceph-mon[93126]: 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:33:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:26 smithi089 ceph-mon[103441]: 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:33:26.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:26.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:27.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:27.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:28 smithi026 ceph-mon[93126]: 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:33:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:28 smithi089 ceph-mon[103441]: 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:33:28.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:28.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:29.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:29.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:29 smithi026 ceph-mon[93126]: pgmap v1601: 97 pgs: 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:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:29 smithi089 ceph-mon[103441]: pgmap v1601: 97 pgs: 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:30.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:30.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:31.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:31.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:32 smithi089 ceph-mon[103441]: 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:33:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:32 smithi026 ceph-mon[93126]: 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:33:32.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:32.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:33.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:33.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:34 smithi089 ceph-mon[103441]: pgmap v1603: 97 pgs: 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:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:34 smithi026 ceph-mon[93126]: pgmap v1603: 97 pgs: 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:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:34.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:34.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:35.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:35.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:36 smithi026 ceph-mon[93126]: 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:33:36.782 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:36 smithi089 ceph-mon[103441]: 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:33:36.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:36.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:37.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:37.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:38 smithi026 ceph-mon[93126]: 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:33:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:38 smithi089 ceph-mon[103441]: 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:33:38.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:38.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:39.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:39.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:39 smithi026 ceph-mon[93126]: pgmap v1606: 97 pgs: 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:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:33:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:39 smithi089 ceph-mon[103441]: pgmap v1606: 97 pgs: 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:40.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:33:40.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:40.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:33:41.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:33:41.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:33:41.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:33:41.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:33:41.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:33:41.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:33:41.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:41.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:33:41.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:33:41.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:33:41.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:33:41.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:33:41.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:33:41.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:33:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:42 smithi089 ceph-mon[103441]: 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:33:42.749 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:42 smithi026 ceph-mon[93126]: 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:33:42.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:42.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:43.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:43.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:44 smithi089 ceph-mon[103441]: pgmap v1608: 97 pgs: 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:44.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:44.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:44 smithi026 ceph-mon[93126]: pgmap v1608: 97 pgs: 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:45.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:45.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:46 smithi089 ceph-mon[103441]: 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:33:46.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:46.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:46 smithi026 ceph-mon[93126]: 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:33:47.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:47.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:48 smithi089 ceph-mon[103441]: 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:33:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:48.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:48.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:48 smithi026 ceph-mon[93126]: 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:33:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:33:49.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:49.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:49 smithi026 ceph-mon[93126]: pgmap v1611: 97 pgs: 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:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:49 smithi089 ceph-mon[103441]: pgmap v1611: 97 pgs: 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:50.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:50.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:51.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:51.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:52 smithi026 ceph-mon[93126]: 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:33:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:52 smithi089 ceph-mon[103441]: 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:33:52.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:52.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:53.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:53.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:54.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:54 smithi026 ceph-mon[93126]: pgmap v1613: 97 pgs: 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:54.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:54 smithi089 ceph-mon[103441]: pgmap v1613: 97 pgs: 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:54.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:54.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:55.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:55.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:56 smithi026 ceph-mon[93126]: 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:33:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:56 smithi089 ceph-mon[103441]: 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:33:56.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:56.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:57.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:57.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:58 smithi026 ceph-mon[93126]: 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:33:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:58 smithi089 ceph-mon[103441]: 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:33:58.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:58.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:33:59.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:33:59.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:33:59 smithi089 ceph-mon[103441]: pgmap v1616: 97 pgs: 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:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:33:59 smithi026 ceph-mon[93126]: pgmap v1616: 97 pgs: 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:00.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:00.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:01.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:01.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:02 smithi026 ceph-mon[93126]: 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:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:02 smithi089 ceph-mon[103441]: 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:02.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:02.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:03.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:03.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:04 smithi026 ceph-mon[93126]: pgmap v1618: 97 pgs: 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:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:04 smithi089 ceph-mon[103441]: pgmap v1618: 97 pgs: 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:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:04.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:04.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:05.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:05.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:06 smithi026 ceph-mon[93126]: 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:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:06 smithi089 ceph-mon[103441]: 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:06.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:06.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:07.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:07.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:08 smithi026 ceph-mon[93126]: 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:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:08 smithi089 ceph-mon[103441]: 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:08.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:08.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:09.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:09.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:09 smithi089 ceph-mon[103441]: pgmap v1621: 97 pgs: 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:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:09 smithi026 ceph-mon[93126]: pgmap v1621: 97 pgs: 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:10.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:10.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:11.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:11.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:12 smithi026 ceph-mon[93126]: 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:34:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:12 smithi089 ceph-mon[103441]: 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:34:12.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:12.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:13.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:13.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:14 smithi026 ceph-mon[93126]: pgmap v1623: 97 pgs: 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:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:14 smithi089 ceph-mon[103441]: pgmap v1623: 97 pgs: 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:14.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:14.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:15.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:15.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:16 smithi026 ceph-mon[93126]: 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:34:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:16 smithi089 ceph-mon[103441]: 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:34:16.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:16.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:17.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:17.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:18 smithi026 ceph-mon[93126]: 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:34:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:18 smithi089 ceph-mon[103441]: 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:34:18.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:18.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:19.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:19.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:19.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:20 smithi089 ceph-mon[103441]: pgmap v1626: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:20 smithi026 ceph-mon[93126]: pgmap v1626: 97 pgs: 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:20.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:20.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:21.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:21.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:22 smithi026 ceph-mon[93126]: 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:34:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:22 smithi089 ceph-mon[103441]: 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:34:22.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:22.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:23.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:23.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:24 smithi026 ceph-mon[93126]: pgmap v1628: 97 pgs: 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:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:24 smithi089 ceph-mon[103441]: pgmap v1628: 97 pgs: 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:24.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:24.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:25.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:25.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:26 smithi026 ceph-mon[93126]: 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:34:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:26 smithi089 ceph-mon[103441]: 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:34:26.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:26.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:27.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:27.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:28 smithi026 ceph-mon[93126]: 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:34:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:28 smithi089 ceph-mon[103441]: 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:34:28.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:28.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:29.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:29.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:29 smithi026 ceph-mon[93126]: pgmap v1631: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:29 smithi089 ceph-mon[103441]: pgmap v1631: 97 pgs: 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.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:30.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:31.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:31.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:32 smithi026 ceph-mon[93126]: 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:34:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:32 smithi089 ceph-mon[103441]: 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:34:32.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:32.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:33.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:33.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:34 smithi026 ceph-mon[93126]: pgmap v1633: 97 pgs: 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:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:34 smithi089 ceph-mon[103441]: pgmap v1633: 97 pgs: 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:34.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:34.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:34.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:35.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:35.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:36 smithi026 ceph-mon[93126]: 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:34:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:36 smithi089 ceph-mon[103441]: 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:34:36.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:36.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:37.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:37.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:38 smithi026 ceph-mon[93126]: 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:34:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:38 smithi089 ceph-mon[103441]: 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:34:38.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:38.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:39.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:39.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:39 smithi026 ceph-mon[93126]: pgmap v1636: 97 pgs: 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:40.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:39 smithi089 ceph-mon[103441]: pgmap v1636: 97 pgs: 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:40.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:40.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:34:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:34:41.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:41.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:42 smithi089 ceph-mon[103441]: 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:34:42.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:34:42.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:34:42.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:34:42.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:34:42.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:34:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:42 smithi026 ceph-mon[93126]: 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:34:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:34:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:34:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:34:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:34:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:34:42.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:42.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:43.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:43.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:44.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:44 smithi026 ceph-mon[93126]: pgmap v1638: 97 pgs: 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:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:44 smithi089 ceph-mon[103441]: pgmap v1638: 97 pgs: 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:44.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:44.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:45.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:45.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:46 smithi026 ceph-mon[93126]: 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:34:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:46 smithi089 ceph-mon[103441]: 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:34:46.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:46.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:47.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:47.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:48.491 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:48 smithi026 ceph-mon[93126]: 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:34:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:48 smithi089 ceph-mon[103441]: 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:34:48.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:48.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:34:49.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:49.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:50 smithi026 ceph-mon[93126]: pgmap v1641: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:50 smithi089 ceph-mon[103441]: pgmap v1641: 97 pgs: 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:50.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:50.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:51.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:51.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:52 smithi026 ceph-mon[93126]: 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:34:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:52 smithi089 ceph-mon[103441]: 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:34:52.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:52.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:53.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:53.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:54 smithi026 ceph-mon[93126]: pgmap v1643: 97 pgs: 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:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:54 smithi089 ceph-mon[103441]: pgmap v1643: 97 pgs: 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:54.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:54.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:55.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:55.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:56 smithi026 ceph-mon[93126]: 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:34:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:56 smithi089 ceph-mon[103441]: 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:34:56.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:56.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:57.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:57.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:58 smithi026 ceph-mon[93126]: 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:34:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:58 smithi089 ceph-mon[103441]: 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:34:58.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:58.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:34:59.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:34:59.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:34:59 smithi026 ceph-mon[93126]: pgmap v1646: 97 pgs: 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:00.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:34:59 smithi089 ceph-mon[103441]: pgmap v1646: 97 pgs: 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:00.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:00.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:01.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:01.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:02 smithi026 ceph-mon[93126]: 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:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:02 smithi089 ceph-mon[103441]: 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:02.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:02.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:03.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:03.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:04 smithi026 ceph-mon[93126]: pgmap v1648: 97 pgs: 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:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:04 smithi089 ceph-mon[103441]: pgmap v1648: 97 pgs: 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:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:04.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:04.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:05.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:05.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:06 smithi026 ceph-mon[93126]: 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:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:06 smithi089 ceph-mon[103441]: 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:06.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:06.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:07.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:07.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:08 smithi026 ceph-mon[93126]: 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:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:08 smithi089 ceph-mon[103441]: 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:08.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:08.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:09.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:09.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:09 smithi026 ceph-mon[93126]: pgmap v1651: 97 pgs: 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:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:09 smithi089 ceph-mon[103441]: pgmap v1651: 97 pgs: 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:10.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:10.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:11.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:11.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:12 smithi026 ceph-mon[93126]: 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:35:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:12 smithi089 ceph-mon[103441]: 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:35:12.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:12.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:13.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:13.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:14 smithi026 ceph-mon[93126]: pgmap v1653: 97 pgs: 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:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:14 smithi089 ceph-mon[103441]: pgmap v1653: 97 pgs: 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:14.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:14.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:15.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:15.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:16 smithi026 ceph-mon[93126]: 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:35:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:16 smithi089 ceph-mon[103441]: 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:35:16.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:16.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:17.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:17.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:18 smithi026 ceph-mon[93126]: 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:35:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:18 smithi089 ceph-mon[103441]: 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:35:18.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:18.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:19.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:19.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:20 smithi026 ceph-mon[93126]: pgmap v1656: 97 pgs: 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:20.585 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:20 smithi089 ceph-mon[103441]: pgmap v1656: 97 pgs: 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:20.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:20.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:21.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:21.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:22 smithi026 ceph-mon[93126]: 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:35:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:22 smithi089 ceph-mon[103441]: 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:35:22.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:22.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:23.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:23.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:24.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:24 smithi026 ceph-mon[93126]: pgmap v1658: 97 pgs: 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:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:24 smithi089 ceph-mon[103441]: pgmap v1658: 97 pgs: 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:24.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:24.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:25.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:25.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:26 smithi026 ceph-mon[93126]: 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:35:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:26 smithi089 ceph-mon[103441]: 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:35:26.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:26.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:27.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:27.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:28 smithi026 ceph-mon[93126]: 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:35:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:28 smithi089 ceph-mon[103441]: 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:35:28.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:28.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:29.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:29.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:29 smithi026 ceph-mon[93126]: pgmap v1661: 97 pgs: 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.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:29 smithi089 ceph-mon[103441]: pgmap v1661: 97 pgs: 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.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:30.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:31.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:31.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:32 smithi026 ceph-mon[93126]: 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:35:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:32 smithi089 ceph-mon[103441]: 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:35:32.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:32.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:33.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:33.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:34 smithi026 ceph-mon[93126]: pgmap v1663: 97 pgs: 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:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:34 smithi089 ceph-mon[103441]: pgmap v1663: 97 pgs: 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:34.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:34.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:34.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:35.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:35.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:36.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:36 smithi026 ceph-mon[93126]: 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:35:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:36 smithi089 ceph-mon[103441]: 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:35:36.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:36.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:37.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:37.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:38 smithi026 ceph-mon[93126]: 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:35:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:38 smithi089 ceph-mon[103441]: 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:35:38.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:38.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:39.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:39.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:39 smithi026 ceph-mon[93126]: pgmap v1666: 97 pgs: 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:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:39 smithi089 ceph-mon[103441]: pgmap v1666: 97 pgs: 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:40.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:40.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:41.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:41.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:42 smithi026 ceph-mon[93126]: 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:35:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:35:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:42 smithi089 ceph-mon[103441]: 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:35:42.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:35:42.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:42.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:35:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:35:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:35:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:35:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:35:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:35:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:35:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:35:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:35:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:35:43.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:43.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:44 smithi026 ceph-mon[93126]: pgmap v1668: 97 pgs: 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:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:44 smithi089 ceph-mon[103441]: pgmap v1668: 97 pgs: 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:44.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:44.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:45.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:45.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:46 smithi026 ceph-mon[93126]: 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:35:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:46 smithi089 ceph-mon[103441]: 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:35:46.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:46.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:47.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:47.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:48 smithi026 ceph-mon[93126]: 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:35:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:48 smithi089 ceph-mon[103441]: 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:35:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:35:48.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:48.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:49.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:49.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:49 smithi026 ceph-mon[93126]: pgmap v1671: 97 pgs: 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:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:49 smithi089 ceph-mon[103441]: pgmap v1671: 97 pgs: 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:50.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:50.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:52.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:52.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:52 smithi026 ceph-mon[93126]: 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:35:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:52 smithi089 ceph-mon[103441]: 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:35:53.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:53.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:54.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:54.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:54 smithi026 ceph-mon[93126]: pgmap v1673: 97 pgs: 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:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:54 smithi089 ceph-mon[103441]: pgmap v1673: 97 pgs: 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:55.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:55.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:56.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:56.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:56 smithi026 ceph-mon[93126]: 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:35:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:56 smithi089 ceph-mon[103441]: 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:35:57.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:57.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:58.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:58.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:35:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:58 smithi026 ceph-mon[93126]: 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:35:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:58 smithi089 ceph-mon[103441]: 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:35:59.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:35:59.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:00.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:00.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:35:59 smithi026 ceph-mon[93126]: pgmap v1676: 97 pgs: 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:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:35:59 smithi089 ceph-mon[103441]: pgmap v1676: 97 pgs: 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.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:01.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:02.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:02.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:02 smithi026 ceph-mon[93126]: 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:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:02 smithi089 ceph-mon[103441]: 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:03.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:03.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:04.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:04.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:04 smithi026 ceph-mon[93126]: pgmap v1678: 97 pgs: 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:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:04 smithi089 ceph-mon[103441]: pgmap v1678: 97 pgs: 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:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:05.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:05.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:06.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:06.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:06 smithi026 ceph-mon[93126]: 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:07.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:07.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:08.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:08.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:08 smithi026 ceph-mon[93126]: 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:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:08 smithi089 ceph-mon[103441]: 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:09.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:09.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:10.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:10.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:09 smithi026 ceph-mon[93126]: pgmap v1681: 97 pgs: 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:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:09 smithi089 ceph-mon[103441]: pgmap v1681: 97 pgs: 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.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:11.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:12.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:12.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:12 smithi026 ceph-mon[93126]: 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:36:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:12 smithi089 ceph-mon[103441]: 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:36:13.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:13.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:14.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:14.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:14 smithi026 ceph-mon[93126]: pgmap v1683: 97 pgs: 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:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:14 smithi089 ceph-mon[103441]: pgmap v1683: 97 pgs: 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:15.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:15.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:16.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:16.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:16 smithi089 ceph-mon[103441]: 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:36:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:16 smithi026 ceph-mon[93126]: 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:36:17.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:17.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:18.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:18.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:18 smithi026 ceph-mon[93126]: 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:36:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:18 smithi089 ceph-mon[103441]: 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:36:19.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:19.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:19.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:20.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:20.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:20 smithi026 ceph-mon[93126]: pgmap v1686: 97 pgs: 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:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:20 smithi089 ceph-mon[103441]: pgmap v1686: 97 pgs: 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.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:21.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:22.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:22.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:22 smithi026 ceph-mon[93126]: 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:36:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:22 smithi089 ceph-mon[103441]: 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:36:23.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:23.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:24.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:24.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:24 smithi026 ceph-mon[93126]: pgmap v1688: 97 pgs: 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:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:24 smithi089 ceph-mon[103441]: pgmap v1688: 97 pgs: 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:25.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:25.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:26.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:26.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:26 smithi026 ceph-mon[93126]: 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:36:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:26 smithi089 ceph-mon[103441]: 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:36:27.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:27.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:28.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:28.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:28 smithi026 ceph-mon[93126]: 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:36:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:28 smithi089 ceph-mon[103441]: 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:36:29.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:29.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:30.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:30.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:29 smithi026 ceph-mon[93126]: pgmap v1691: 97 pgs: 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:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:29 smithi089 ceph-mon[103441]: pgmap v1691: 97 pgs: 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.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:31.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:32.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:32.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:32 smithi026 ceph-mon[93126]: 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:36:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:32 smithi089 ceph-mon[103441]: 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:36:33.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:33.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:34.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:34.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:34 smithi026 ceph-mon[93126]: pgmap v1693: 97 pgs: 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:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:34 smithi089 ceph-mon[103441]: pgmap v1693: 97 pgs: 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:34.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:35.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:35.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:36.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:36.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:36 smithi026 ceph-mon[93126]: 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:36:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:36 smithi089 ceph-mon[103441]: 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:36:37.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:37.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:38.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:38.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:38 smithi026 ceph-mon[93126]: 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:36:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:38 smithi089 ceph-mon[103441]: 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:36:39.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:39.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:39 smithi026 ceph-mon[93126]: pgmap v1696: 97 pgs: 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:40.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:40.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:39 smithi089 ceph-mon[103441]: pgmap v1696: 97 pgs: 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.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:41.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:42.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:42.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:42 smithi026 ceph-mon[93126]: 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:36:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:42 smithi089 ceph-mon[103441]: 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:36:43.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:43.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:36:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:36:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:36:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:36:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:36:43.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:36:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:36:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:36:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:36:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:36:43.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:36:43.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:36:44.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:44.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:44 smithi026 ceph-mon[93126]: pgmap v1698: 97 pgs: 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:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:44 smithi089 ceph-mon[103441]: pgmap v1698: 97 pgs: 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:45.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:45.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:46.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:46.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:46 smithi026 ceph-mon[93126]: 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:36:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:46 smithi089 ceph-mon[103441]: 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:36:47.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:47.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:48.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:48.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:48 smithi026 ceph-mon[93126]: 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:36:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:48 smithi089 ceph-mon[103441]: 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:36:49.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:49.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:36:50.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:50.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:50 smithi026 ceph-mon[93126]: pgmap v1701: 97 pgs: 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:50.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:50 smithi089 ceph-mon[103441]: pgmap v1701: 97 pgs: 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.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:51.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:52.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:52.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:52.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:52 smithi026 ceph-mon[93126]: 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:36:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:52 smithi089 ceph-mon[103441]: 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:36:53.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:53.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:54.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:54.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:54 smithi026 ceph-mon[93126]: pgmap v1703: 97 pgs: 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:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:54 smithi089 ceph-mon[103441]: pgmap v1703: 97 pgs: 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:55.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:55.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:56.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:56.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:56 smithi026 ceph-mon[93126]: 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:36:56.585 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:56 smithi089 ceph-mon[103441]: 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:36:57.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:57.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:58.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:58.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:36:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:58 smithi026 ceph-mon[93126]: 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:36:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:58 smithi089 ceph-mon[103441]: 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:36:59.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:36:59.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:00.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:00.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:36:59 smithi026 ceph-mon[93126]: pgmap v1706: 97 pgs: 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:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:36:59 smithi089 ceph-mon[103441]: pgmap v1706: 97 pgs: 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.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:01.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:02.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:02.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:02 smithi026 ceph-mon[93126]: 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:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:02 smithi089 ceph-mon[103441]: 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:03.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:03.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:04.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:04.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:04 smithi026 ceph-mon[93126]: pgmap v1708: 97 pgs: 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:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:04 smithi089 ceph-mon[103441]: pgmap v1708: 97 pgs: 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:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:05.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:05.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:06.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:06.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:06 smithi026 ceph-mon[93126]: 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:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:06 smithi089 ceph-mon[103441]: 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:07.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:07.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:08.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:08.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:08.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:08 smithi026 ceph-mon[93126]: 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:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:08 smithi089 ceph-mon[103441]: 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:09.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:09.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:10.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:10.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:09 smithi026 ceph-mon[93126]: pgmap v1711: 97 pgs: 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:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:09 smithi089 ceph-mon[103441]: pgmap v1711: 97 pgs: 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.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:11.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:12.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:12.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:12 smithi026 ceph-mon[93126]: 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:37:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:12 smithi089 ceph-mon[103441]: 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:37:13.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:13.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:14.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:14.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:14 smithi026 ceph-mon[93126]: pgmap v1713: 97 pgs: 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:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:14 smithi089 ceph-mon[103441]: pgmap v1713: 97 pgs: 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:15.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:15.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:16.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:16.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:16 smithi026 ceph-mon[93126]: 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:37:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:16 smithi089 ceph-mon[103441]: 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:37:17.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:17.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:18.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:18.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:18 smithi026 ceph-mon[93126]: 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:37:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:18 smithi089 ceph-mon[103441]: 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:37:19.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:19.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:20.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:20.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:20 smithi026 ceph-mon[93126]: pgmap v1716: 97 pgs: 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:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:20 smithi089 ceph-mon[103441]: pgmap v1716: 97 pgs: 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.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:21.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:22.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:22.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:22 smithi026 ceph-mon[93126]: 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:37:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:22 smithi089 ceph-mon[103441]: 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:37:23.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:23.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:24.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:24.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:24 smithi026 ceph-mon[93126]: pgmap v1718: 97 pgs: 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:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:24 smithi089 ceph-mon[103441]: pgmap v1718: 97 pgs: 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:25.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:25.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:26.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:26.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:26 smithi026 ceph-mon[93126]: 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:37:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:26 smithi089 ceph-mon[103441]: 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:37:27.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:27.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:28.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:28.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:28 smithi026 ceph-mon[93126]: 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:37:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:28 smithi089 ceph-mon[103441]: 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:37:29.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:29.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:30.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:30.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:30 smithi026 ceph-mon[93126]: pgmap v1721: 97 pgs: 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:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:30 smithi089 ceph-mon[103441]: pgmap v1721: 97 pgs: 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.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:31.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:32.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:32.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:32 smithi026 ceph-mon[93126]: 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:37:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:32 smithi089 ceph-mon[103441]: 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:37:33.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:33.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:34.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:34.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:34 smithi026 ceph-mon[93126]: pgmap v1723: 97 pgs: 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:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:34 smithi089 ceph-mon[103441]: pgmap v1723: 97 pgs: 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:34.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:35.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:35.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:36.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:36.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:36 smithi026 ceph-mon[93126]: 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:37:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:36 smithi089 ceph-mon[103441]: 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:37:37.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:37.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:38.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:38.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:38 smithi026 ceph-mon[93126]: 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:37:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:38 smithi089 ceph-mon[103441]: 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:37:39.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:39.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:40.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:40.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:40 smithi026 ceph-mon[93126]: pgmap v1726: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:40 smithi089 ceph-mon[103441]: pgmap v1726: 97 pgs: 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.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:41.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:42.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:42.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:42 smithi089 ceph-mon[103441]: 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:37:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:42 smithi026 ceph-mon[93126]: 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:37:43.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:43.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:44.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:44.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:44 smithi026 ceph-mon[93126]: pgmap v1728: 97 pgs: 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:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:37:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:37:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:37:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:37:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:37:44.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:37:44.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:44 smithi089 ceph-mon[103441]: pgmap v1728: 97 pgs: 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:44.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:37:44.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:37:44.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:37:44.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:37:44.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:37:44.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:37:45.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:45.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:46.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:46.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:46 smithi026 ceph-mon[93126]: 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:37:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:46 smithi089 ceph-mon[103441]: 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:37:47.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:47.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:48.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:48.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:48 smithi026 ceph-mon[93126]: 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:37:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:48 smithi089 ceph-mon[103441]: 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:37:49.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:49.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:37:50.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:50.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:50 smithi026 ceph-mon[93126]: pgmap v1731: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:50 smithi089 ceph-mon[103441]: pgmap v1731: 97 pgs: 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.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:51.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:52.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:52.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:52 smithi089 ceph-mon[103441]: 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:37:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:52 smithi026 ceph-mon[93126]: 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:37:53.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:53.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:54.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:54.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:54 smithi026 ceph-mon[93126]: pgmap v1733: 97 pgs: 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:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:54 smithi089 ceph-mon[103441]: pgmap v1733: 97 pgs: 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:55.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:55.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:56.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:56.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:56 smithi026 ceph-mon[93126]: 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:37:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:56 smithi089 ceph-mon[103441]: 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:37:57.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:57.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:58.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:58.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:37:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:37:58 smithi026 ceph-mon[93126]: 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:37:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:37:58 smithi089 ceph-mon[103441]: 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:37:59.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:37:59.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:00.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:00.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:00 smithi026 ceph-mon[93126]: pgmap v1736: 97 pgs: 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:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:00 smithi089 ceph-mon[103441]: pgmap v1736: 97 pgs: 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.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:01.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:02.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:02.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:02 smithi026 ceph-mon[93126]: 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:03.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:03.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:04.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:04.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:04.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:04 smithi026 ceph-mon[93126]: pgmap v1738: 97 pgs: 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:04.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:04 smithi089 ceph-mon[103441]: pgmap v1738: 97 pgs: 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:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:05.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:05.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:06.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:06.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:06 smithi026 ceph-mon[93126]: 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:06.563 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:06 smithi089 ceph-mon[103441]: 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:07.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:07.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:08.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:08.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:08 smithi026 ceph-mon[93126]: 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:08.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:08 smithi089 ceph-mon[103441]: 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:09.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:09.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:10.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:10.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:10 smithi026 ceph-mon[93126]: pgmap v1741: 97 pgs: 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:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:10 smithi089 ceph-mon[103441]: pgmap v1741: 97 pgs: 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.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:11.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:12.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:12.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:12.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:12 smithi089 ceph-mon[103441]: 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:38:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:12 smithi026 ceph-mon[93126]: 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:38:13.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:13.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:14.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:14.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:14 smithi026 ceph-mon[93126]: pgmap v1743: 97 pgs: 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:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:14 smithi089 ceph-mon[103441]: pgmap v1743: 97 pgs: 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:15.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:15.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:16.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:16.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:16 smithi026 ceph-mon[93126]: 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:38:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:16 smithi089 ceph-mon[103441]: 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:38:17.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:17.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:18.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:18.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:18 smithi026 ceph-mon[93126]: 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:38:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:18 smithi089 ceph-mon[103441]: 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:38:19.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:19.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:20.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:20.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:20.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:20 smithi026 ceph-mon[93126]: pgmap v1746: 97 pgs: 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:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:20 smithi089 ceph-mon[103441]: pgmap v1746: 97 pgs: 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.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:21.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:22.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:22.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:22 smithi026 ceph-mon[93126]: 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:38:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:22 smithi089 ceph-mon[103441]: 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:38:23.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:23.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:24.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:24.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:24 smithi026 ceph-mon[93126]: pgmap v1748: 97 pgs: 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:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:24 smithi089 ceph-mon[103441]: pgmap v1748: 97 pgs: 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:25.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:25.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:26.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:26.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:26 smithi026 ceph-mon[93126]: 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:38:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:26 smithi089 ceph-mon[103441]: 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:38:27.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:27.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:28.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:28.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:28 smithi026 ceph-mon[93126]: 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:38:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:28 smithi089 ceph-mon[103441]: 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:38:29.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:29.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:30.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:30.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:30 smithi026 ceph-mon[93126]: pgmap v1751: 97 pgs: 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:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:30 smithi089 ceph-mon[103441]: pgmap v1751: 97 pgs: 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.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:31.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:32.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:32.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:32 smithi026 ceph-mon[93126]: 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:38:32.595 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:32 smithi089 ceph-mon[103441]: 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:38:33.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:33.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:34.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:34.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:34 smithi026 ceph-mon[93126]: pgmap v1753: 97 pgs: 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:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:34 smithi089 ceph-mon[103441]: pgmap v1753: 97 pgs: 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:34.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:35.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:35.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:36.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:36.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:36 smithi026 ceph-mon[93126]: 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:38:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:36 smithi089 ceph-mon[103441]: 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:38:37.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:37.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:38.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:38.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:38 smithi026 ceph-mon[93126]: 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:38:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:38 smithi089 ceph-mon[103441]: 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:38:39.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:39.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:40.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:40.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:40 smithi026 ceph-mon[93126]: pgmap v1756: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:40 smithi089 ceph-mon[103441]: pgmap v1756: 97 pgs: 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:41.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:41.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:42.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:42.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:42 smithi026 ceph-mon[93126]: 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:38:42.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:42 smithi089 ceph-mon[103441]: 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:38:43.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:43.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:44.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:44.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:44 smithi026 ceph-mon[93126]: pgmap v1758: 97 pgs: 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:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:38:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:44 smithi089 ceph-mon[103441]: pgmap v1758: 97 pgs: 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:44.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:38:45.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:45.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:38:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:38:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:38:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:38:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:38:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:38:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:38:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:38:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:38:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:38:46.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:46.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:46 smithi026 ceph-mon[93126]: 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:38:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:46 smithi089 ceph-mon[103441]: 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:38:47.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:47.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:48.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:48.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:48 smithi026 ceph-mon[93126]: 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:38:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:48 smithi089 ceph-mon[103441]: 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:38:49.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:49.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:38:50.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:50.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:50 smithi026 ceph-mon[93126]: pgmap v1761: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:50 smithi089 ceph-mon[103441]: pgmap v1761: 97 pgs: 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.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:51.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:52.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:52.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:52 smithi026 ceph-mon[93126]: 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:38:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:52 smithi089 ceph-mon[103441]: 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:38:53.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:53.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:54.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:54.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:54 smithi026 ceph-mon[93126]: pgmap v1763: 97 pgs: 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:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:54 smithi089 ceph-mon[103441]: pgmap v1763: 97 pgs: 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:55.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:55.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:56.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:56.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:56 smithi026 ceph-mon[93126]: 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:38:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:56 smithi089 ceph-mon[103441]: 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:38:57.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:57.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:58.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:58.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:38:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:38:58 smithi026 ceph-mon[93126]: 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:38:58.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:38:58 smithi089 ceph-mon[103441]: 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:38:59.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:38:59.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:00 smithi026 ceph-mon[93126]: pgmap v1766: 97 pgs: 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:00.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:00.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:00 smithi089 ceph-mon[103441]: pgmap v1766: 97 pgs: 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.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:01.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:02.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:02.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:02 smithi026 ceph-mon[93126]: 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:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:02 smithi089 ceph-mon[103441]: 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:03.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:03.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:04.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:04.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:04 smithi026 ceph-mon[93126]: pgmap v1768: 97 pgs: 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:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:04 smithi089 ceph-mon[103441]: pgmap v1768: 97 pgs: 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:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:05.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:05.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:06.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:06.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:06 smithi026 ceph-mon[93126]: 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:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:06 smithi089 ceph-mon[103441]: 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:07.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:07.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:08.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:08.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:08 smithi026 ceph-mon[93126]: 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:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:08 smithi089 ceph-mon[103441]: 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:09.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:09.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:10 smithi026 ceph-mon[93126]: pgmap v1771: 97 pgs: 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:10.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:10.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:10 smithi089 ceph-mon[103441]: pgmap v1771: 97 pgs: 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.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:11.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:12.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:12.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:12 smithi026 ceph-mon[93126]: 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:39:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:12 smithi089 ceph-mon[103441]: 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:39:13.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:13.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:14.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:14.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:14 smithi026 ceph-mon[93126]: pgmap v1773: 97 pgs: 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:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:14 smithi089 ceph-mon[103441]: pgmap v1773: 97 pgs: 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:15.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:15.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:16.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:16.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:16.539 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:16 smithi026 ceph-mon[93126]: 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:39:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:16 smithi089 ceph-mon[103441]: 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:39:17.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:17.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:18.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:18.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:18 smithi089 ceph-mon[103441]: 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:39:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:18 smithi026 ceph-mon[93126]: 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:39:19.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:19.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:20.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:20.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:20 smithi026 ceph-mon[93126]: pgmap v1776: 97 pgs: 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:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:20 smithi089 ceph-mon[103441]: pgmap v1776: 97 pgs: 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.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:21.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:22.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:22.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:22 smithi026 ceph-mon[93126]: 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:39:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:22 smithi089 ceph-mon[103441]: 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:39:23.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:23.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:24.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:24.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:24 smithi026 ceph-mon[93126]: pgmap v1778: 97 pgs: 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:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:24 smithi089 ceph-mon[103441]: pgmap v1778: 97 pgs: 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:25.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:25.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:26.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:26.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:26 smithi026 ceph-mon[93126]: 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:39:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:26 smithi089 ceph-mon[103441]: 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:39:27.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:27.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:28.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:28.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:28 smithi089 ceph-mon[103441]: 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:39:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:28 smithi026 ceph-mon[93126]: 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:39:29.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:29.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:30 smithi026 ceph-mon[93126]: pgmap v1781: 97 pgs: 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:30.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:30.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:30 smithi089 ceph-mon[103441]: pgmap v1781: 97 pgs: 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.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:31.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:32.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:32.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:32 smithi026 ceph-mon[93126]: 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:39:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:32 smithi089 ceph-mon[103441]: 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:39:33.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:33.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:34.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:34.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:34 smithi026 ceph-mon[93126]: pgmap v1783: 97 pgs: 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:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:34 smithi089 ceph-mon[103441]: pgmap v1783: 97 pgs: 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:34.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:35.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:35.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:36.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:36.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:36 smithi026 ceph-mon[93126]: 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:39:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:36 smithi089 ceph-mon[103441]: 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:39:37.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:37.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:38.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:38.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:38 smithi026 ceph-mon[93126]: 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:39:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:38 smithi089 ceph-mon[103441]: 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:39:39.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:39.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:40 smithi026 ceph-mon[93126]: pgmap v1786: 97 pgs: 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:40.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:40.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:40 smithi089 ceph-mon[103441]: pgmap v1786: 97 pgs: 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.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:41.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:42.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:42.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:42 smithi026 ceph-mon[93126]: 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:39:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:42 smithi089 ceph-mon[103441]: 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:39:43.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:43.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:44.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:44.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:44 smithi026 ceph-mon[93126]: pgmap v1788: 97 pgs: 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:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:44 smithi089 ceph-mon[103441]: pgmap v1788: 97 pgs: 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:45.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:45.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:39:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:39:46.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:46.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:46 smithi026 ceph-mon[93126]: 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:39:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:46 smithi089 ceph-mon[103441]: 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:39:47.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:47.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:48.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:48.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:48 smithi026 ceph-mon[93126]: 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:39:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:48 smithi089 ceph-mon[103441]: 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:39:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:39:49.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:49.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:50.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:50.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:50 smithi026 ceph-mon[93126]: pgmap v1791: 97 pgs: 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:50.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:39:50.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:39:50.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:39:50.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:39:50.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:39:50.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:39:50.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:39:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:50 smithi089 ceph-mon[103441]: pgmap v1791: 97 pgs: 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:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:39:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:39:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:39:50.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:39:50.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:39:50.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:39:50.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:39:51.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:51.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:52.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:52.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:52 smithi026 ceph-mon[93126]: 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:39:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:52 smithi089 ceph-mon[103441]: 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:39:53.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:53.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:54.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:54.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:54 smithi089 ceph-mon[103441]: pgmap v1793: 97 pgs: 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:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:54 smithi026 ceph-mon[93126]: pgmap v1793: 97 pgs: 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:55.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:55.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:56.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:56.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:56 smithi089 ceph-mon[103441]: 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:39:56.999 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:56 smithi026 ceph-mon[93126]: 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:39:57.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:57.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:58.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:58.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:39:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:39:58 smithi089 ceph-mon[103441]: 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:39:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:39:58 smithi026 ceph-mon[93126]: 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:39:59.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:39:59.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:00 smithi026 ceph-mon[93126]: pgmap v1796: 97 pgs: 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:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T21:40:00.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:00.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:00 smithi089 ceph-mon[103441]: pgmap v1796: 97 pgs: 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:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T21:40:01.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:01.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:02.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:02.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:02 smithi026 ceph-mon[93126]: 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:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:02 smithi089 ceph-mon[103441]: 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:03.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:03.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:04.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:04.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:04 smithi026 ceph-mon[93126]: pgmap v1798: 97 pgs: 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:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:04 smithi089 ceph-mon[103441]: pgmap v1798: 97 pgs: 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:05.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:05.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:06.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:06.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:06 smithi089 ceph-mon[103441]: 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:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:06 smithi026 ceph-mon[93126]: 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:07.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:07.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:08.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:08.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:08.596 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:08 smithi089 ceph-mon[103441]: 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:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:08 smithi026 ceph-mon[93126]: 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:09.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:09.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:10 smithi026 ceph-mon[93126]: pgmap v1801: 97 pgs: 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:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:10 smithi089 ceph-mon[103441]: pgmap v1801: 97 pgs: 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:10.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:10.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:11.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:11.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:12.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:12.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:12 smithi026 ceph-mon[93126]: 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:40:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:12 smithi089 ceph-mon[103441]: 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:40:13.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:13.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:14.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:14.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:14 smithi026 ceph-mon[93126]: pgmap v1803: 97 pgs: 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:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:14 smithi089 ceph-mon[103441]: pgmap v1803: 97 pgs: 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:15.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:15.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:16.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:16.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:16 smithi026 ceph-mon[93126]: 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:40:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:16 smithi089 ceph-mon[103441]: 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:40:17.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:17.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:18.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:18.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:18 smithi089 ceph-mon[103441]: 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:40:18.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:18 smithi026 ceph-mon[93126]: 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:40:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:19.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:19.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:20 smithi026 ceph-mon[93126]: pgmap v1806: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:20 smithi089 ceph-mon[103441]: pgmap v1806: 97 pgs: 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.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:20.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:21.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:21.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:22.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:22.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:22 smithi026 ceph-mon[93126]: 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:40:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:22 smithi089 ceph-mon[103441]: 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:40:23.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:23.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:24.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:24.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:24 smithi026 ceph-mon[93126]: pgmap v1808: 97 pgs: 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:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:24 smithi089 ceph-mon[103441]: pgmap v1808: 97 pgs: 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:25.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:25.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:26.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:26.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:26 smithi089 ceph-mon[103441]: 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:40:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:26 smithi026 ceph-mon[93126]: 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:40:27.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:27.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:28.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:28.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:28 smithi089 ceph-mon[103441]: 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:40:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:28 smithi026 ceph-mon[93126]: 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:40:29.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:29.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:30 smithi026 ceph-mon[93126]: pgmap v1811: 97 pgs: 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:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:30 smithi089 ceph-mon[103441]: pgmap v1811: 97 pgs: 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:30.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:30.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:31.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:31.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:32.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:32.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:32 smithi089 ceph-mon[103441]: 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:40:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:32 smithi026 ceph-mon[93126]: 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:40:33.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:33.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:34.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:34.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:34 smithi089 ceph-mon[103441]: pgmap v1813: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:34 smithi026 ceph-mon[93126]: pgmap v1813: 97 pgs: 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:35.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:35.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:36.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:36.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:36 smithi089 ceph-mon[103441]: 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:40:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:36 smithi026 ceph-mon[93126]: 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:40:37.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:37.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:38.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:38.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:38 smithi089 ceph-mon[103441]: 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:40:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:38 smithi026 ceph-mon[93126]: 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:40:39.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:39.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:40 smithi026 ceph-mon[93126]: pgmap v1816: 97 pgs: 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:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:40 smithi089 ceph-mon[103441]: pgmap v1816: 97 pgs: 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:40.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:40.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:41.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:41.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:42.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:42.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:42 smithi089 ceph-mon[103441]: 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:40:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:42 smithi026 ceph-mon[93126]: 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:40:43.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:43.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:44.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:44.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:44 smithi089 ceph-mon[103441]: pgmap v1818: 97 pgs: 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:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:44 smithi026 ceph-mon[93126]: pgmap v1818: 97 pgs: 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:45.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:45.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:46.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:46.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:46 smithi089 ceph-mon[103441]: 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:40:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:46 smithi026 ceph-mon[93126]: 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:40:47.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:47.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:48.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:48.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:48 smithi089 ceph-mon[103441]: 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:40:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:48 smithi026 ceph-mon[93126]: 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:40:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:40:49.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:49.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:50 smithi026 ceph-mon[93126]: pgmap v1821: 97 pgs: 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:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:50 smithi089 ceph-mon[103441]: pgmap v1821: 97 pgs: 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:50.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:50.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:40:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:40:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:40:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:40:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:40:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:40:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:40:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:40:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:40:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:40:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:40:51.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:40:51.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:51.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:52 smithi089 ceph-mon[103441]: 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:40:52.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:52.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:52 smithi026 ceph-mon[93126]: 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:40:53.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:53.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:54 smithi089 ceph-mon[103441]: pgmap v1823: 97 pgs: 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:54.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:54.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:54 smithi026 ceph-mon[93126]: pgmap v1823: 97 pgs: 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:55.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:55.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:56.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:56.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:56 smithi089 ceph-mon[103441]: 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:40:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:56 smithi026 ceph-mon[93126]: 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:40:57.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:57.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:58.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:58.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:40:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:40:58 smithi089 ceph-mon[103441]: 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:40:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:40:58 smithi026 ceph-mon[93126]: 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:40:59.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:40:59.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:00 smithi026 ceph-mon[93126]: pgmap v1826: 97 pgs: 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:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:00 smithi089 ceph-mon[103441]: pgmap v1826: 97 pgs: 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:00.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:00.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:01.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:01.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:02.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:02.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:02 smithi089 ceph-mon[103441]: 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:02.750 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:02 smithi026 ceph-mon[93126]: 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:03.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:03.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:04 smithi089 ceph-mon[103441]: pgmap v1828: 97 pgs: 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:04.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:04.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:04 smithi026 ceph-mon[93126]: pgmap v1828: 97 pgs: 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:05.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:05.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:06.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:06.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:06 smithi089 ceph-mon[103441]: 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:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:06 smithi026 ceph-mon[93126]: 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:07.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:07.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:08.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:08.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:08 smithi089 ceph-mon[103441]: 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:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:08 smithi026 ceph-mon[93126]: 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:09.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:09.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:10 smithi089 ceph-mon[103441]: pgmap v1831: 97 pgs: 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:10.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:10.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:10 smithi026 ceph-mon[93126]: pgmap v1831: 97 pgs: 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.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:11.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:12.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:12.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:12 smithi089 ceph-mon[103441]: 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:41:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:12 smithi026 ceph-mon[93126]: 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:41:13.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:13.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:14.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:14.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:14 smithi089 ceph-mon[103441]: pgmap v1833: 97 pgs: 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:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:14 smithi026 ceph-mon[93126]: pgmap v1833: 97 pgs: 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:15.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:15.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:16.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:16.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:16 smithi089 ceph-mon[103441]: 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:41:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:16 smithi026 ceph-mon[93126]: 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:41:17.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:17.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:18.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:18.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:18 smithi089 ceph-mon[103441]: 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:41:18.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:18 smithi026 ceph-mon[93126]: 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:41:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:19.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:19.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:20 smithi089 ceph-mon[103441]: pgmap v1836: 97 pgs: 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:20.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:20.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:20 smithi026 ceph-mon[93126]: pgmap v1836: 97 pgs: 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.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:21.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:22.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:22.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:22 smithi089 ceph-mon[103441]: 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:41:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:22 smithi026 ceph-mon[93126]: 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:41:23.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:23.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:24.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:24.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:24 smithi089 ceph-mon[103441]: pgmap v1838: 97 pgs: 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:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:24 smithi026 ceph-mon[93126]: pgmap v1838: 97 pgs: 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:25.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:25.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:26.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:26.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:26 smithi089 ceph-mon[103441]: 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:41:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:26 smithi026 ceph-mon[93126]: 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:41:27.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:27.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:28.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:28.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:28 smithi089 ceph-mon[103441]: 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:41:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:28 smithi026 ceph-mon[93126]: 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:41:29.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:29.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:30.402 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:30 smithi089 ceph-mon[103441]: pgmap v1841: 97 pgs: 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:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:30 smithi026 ceph-mon[93126]: pgmap v1841: 97 pgs: 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:30.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:30.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:31.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:31.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:32.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:32.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:32 smithi089 ceph-mon[103441]: 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:41:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:32 smithi026 ceph-mon[93126]: 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:41:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:33.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:33.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:34.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:34.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:34 smithi089 ceph-mon[103441]: pgmap v1843: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:34 smithi026 ceph-mon[93126]: pgmap v1843: 97 pgs: 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:35.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:35.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:36.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:36.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:36 smithi089 ceph-mon[103441]: 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:41:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:36 smithi026 ceph-mon[93126]: 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:41:37.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:37.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:38 smithi026 ceph-mon[93126]: 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:41:38.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:38.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:38 smithi089 ceph-mon[103441]: 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:41:39.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:39.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:40 smithi089 ceph-mon[103441]: pgmap v1846: 97 pgs: 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:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:40 smithi026 ceph-mon[93126]: pgmap v1846: 97 pgs: 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:40.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:40.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:41.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:41.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:42.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:42.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:42 smithi089 ceph-mon[103441]: 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:41:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:42 smithi026 ceph-mon[93126]: 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:41:43.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:43.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:44.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:44.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:44.599 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:44 smithi089 ceph-mon[103441]: pgmap v1848: 97 pgs: 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:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:44 smithi026 ceph-mon[93126]: pgmap v1848: 97 pgs: 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:45.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:45.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:46.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:46.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:46 smithi089 ceph-mon[103441]: 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:41:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:46 smithi026 ceph-mon[93126]: 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:41:47.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:47.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:48 smithi026 ceph-mon[93126]: 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:41:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:48.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:48.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:48 smithi089 ceph-mon[103441]: 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:41:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:41:49.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:49.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:50 smithi089 ceph-mon[103441]: pgmap v1851: 97 pgs: 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:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:50 smithi026 ceph-mon[93126]: pgmap v1851: 97 pgs: 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:50.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:50.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:41:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:41:51.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:51.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:52.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:52.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:52 smithi026 ceph-mon[93126]: 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:41:52.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:41:52.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:41:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:52 smithi089 ceph-mon[103441]: 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:41:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:41:52.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:41:53.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:53.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:54.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:54.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:54.704 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:54 smithi089 ceph-mon[103441]: pgmap v1853: 97 pgs: 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:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:54 smithi026 ceph-mon[93126]: pgmap v1853: 97 pgs: 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:55.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:55.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:56.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:56.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:56 smithi026 ceph-mon[93126]: 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:41:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:56 smithi089 ceph-mon[103441]: 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:41:57.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:57.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:58.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:58.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:41:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:41:58 smithi026 ceph-mon[93126]: 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:41:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:41:58 smithi089 ceph-mon[103441]: 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:41:59.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:41:59.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:42:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:42:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:00 smithi026 ceph-mon[93126]: pgmap v1856: 97 pgs: 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:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:42:00.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:42:00.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:42:00.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:42:00.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:42:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:42:00.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:42:00.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:00 smithi089 ceph-mon[103441]: pgmap v1856: 97 pgs: 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:00.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:42:00.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:42:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:42:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:42:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:42:00.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:00.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:01.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:01.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:02.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:02.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:02 smithi089 ceph-mon[103441]: 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:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:02 smithi026 ceph-mon[93126]: 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:03.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:03.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:04.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:04.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:04 smithi089 ceph-mon[103441]: pgmap v1858: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:04 smithi026 ceph-mon[93126]: pgmap v1858: 97 pgs: 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:05.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:05.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:06.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:06.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:06 smithi089 ceph-mon[103441]: 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:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:06 smithi026 ceph-mon[93126]: 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:07.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:07.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:08.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:08.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:08 smithi089 ceph-mon[103441]: 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:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:08 smithi026 ceph-mon[93126]: 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:09.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:09.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:10 smithi089 ceph-mon[103441]: pgmap v1861: 97 pgs: 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:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:10 smithi026 ceph-mon[93126]: pgmap v1861: 97 pgs: 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:10.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:10.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:11.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:11.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:12.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:12.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:12 smithi089 ceph-mon[103441]: 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:42:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:12 smithi026 ceph-mon[93126]: 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:42:13.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:13.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:14.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:14.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:14 smithi089 ceph-mon[103441]: pgmap v1863: 97 pgs: 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:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:14 smithi026 ceph-mon[93126]: pgmap v1863: 97 pgs: 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:15.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:15.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:16.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:16.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:16 smithi089 ceph-mon[103441]: 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:42:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:16 smithi026 ceph-mon[93126]: 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:42:17.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:17.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:18.622 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:18 smithi026 ceph-mon[93126]: 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:42:18.623 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:18.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:18.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:18 smithi089 ceph-mon[103441]: 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:42:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:19.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:19.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:20 smithi089 ceph-mon[103441]: pgmap v1866: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:20 smithi026 ceph-mon[93126]: pgmap v1866: 97 pgs: 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:20.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:20.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:21.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:21.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:22.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:22.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:22 smithi089 ceph-mon[103441]: 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:42:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:22 smithi026 ceph-mon[93126]: 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:42:23.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:23.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:24.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:24.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:24 smithi089 ceph-mon[103441]: pgmap v1868: 97 pgs: 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:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:24 smithi026 ceph-mon[93126]: pgmap v1868: 97 pgs: 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:25.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:25.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:26.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:26.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:26 smithi089 ceph-mon[103441]: 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:42:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:26 smithi026 ceph-mon[93126]: 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:42:27.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:27.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:28.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:28.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:28 smithi089 ceph-mon[103441]: 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:42:28.737 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:28 smithi026 ceph-mon[93126]: 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:42:29.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:29.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:30 smithi089 ceph-mon[103441]: pgmap v1871: 97 pgs: 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:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:30 smithi026 ceph-mon[93126]: pgmap v1871: 97 pgs: 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:30.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:30.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:31.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:31.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:32.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:32.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:32 smithi089 ceph-mon[103441]: 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:42:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:32 smithi026 ceph-mon[93126]: 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:42:33.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:33.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:33.795 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:34 smithi089 ceph-mon[103441]: pgmap v1873: 97 pgs: 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:34.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:34.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:34 smithi026 ceph-mon[93126]: pgmap v1873: 97 pgs: 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:35.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:35.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:36 smithi089 ceph-mon[103441]: 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:42:36.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:36.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:36 smithi026 ceph-mon[93126]: 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:42:37.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:37.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:38 smithi089 ceph-mon[103441]: 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:42:38.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:38.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:38 smithi026 ceph-mon[93126]: 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:42:39.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:39.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:40 smithi089 ceph-mon[103441]: pgmap v1876: 97 pgs: 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:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:40 smithi026 ceph-mon[93126]: pgmap v1876: 97 pgs: 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:40.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:40.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:41.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:41.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:42 smithi089 ceph-mon[103441]: 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:42:42.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:42.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:42 smithi026 ceph-mon[93126]: 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:42:43.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:43.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:44 smithi089 ceph-mon[103441]: pgmap v1878: 97 pgs: 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:44.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:44.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:44 smithi026 ceph-mon[93126]: pgmap v1878: 97 pgs: 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:45.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:45.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:46 smithi089 ceph-mon[103441]: 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:42:46.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:46.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:46 smithi026 ceph-mon[93126]: 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:42:47.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:47.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:48 smithi089 ceph-mon[103441]: 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:42:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:48.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:48.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:48 smithi026 ceph-mon[93126]: 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:42:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:42:49.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:49.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:50 smithi089 ceph-mon[103441]: pgmap v1881: 97 pgs: 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:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:50 smithi026 ceph-mon[93126]: pgmap v1881: 97 pgs: 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:50.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:50.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:51.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:51.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:52 smithi089 ceph-mon[103441]: 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:42:52.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:52.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:52 smithi026 ceph-mon[93126]: 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:42:53.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:53.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:54 smithi089 ceph-mon[103441]: pgmap v1883: 97 pgs: 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:54.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:54.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:54 smithi026 ceph-mon[93126]: pgmap v1883: 97 pgs: 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:55.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:55.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:56 smithi089 ceph-mon[103441]: 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:42:56.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:56.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:56 smithi026 ceph-mon[93126]: 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:42:57.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:57.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:42:58 smithi089 ceph-mon[103441]: 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:42:58.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:58.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:42:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:42:58 smithi026 ceph-mon[93126]: 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:42:59.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:42:59.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:00.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:00 smithi089 ceph-mon[103441]: pgmap v1886: 97 pgs: 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:00.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:43:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:00 smithi026 ceph-mon[93126]: pgmap v1886: 97 pgs: 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:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:43:00.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:00.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:43:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:43:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:43:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:43:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:43:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:43:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:43:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:43:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:43:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:43:01.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:01.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:02 smithi026 ceph-mon[93126]: 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:02.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:02.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:03.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:03.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:04 smithi026 ceph-mon[93126]: pgmap v1888: 97 pgs: 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:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:04 smithi089 ceph-mon[103441]: pgmap v1888: 97 pgs: 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:04.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:04.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:05.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:05.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:06 smithi089 ceph-mon[103441]: 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:06.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:06.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:06 smithi026 ceph-mon[93126]: 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:07.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:07.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:08 smithi089 ceph-mon[103441]: 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:08.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:08.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:08 smithi026 ceph-mon[93126]: 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:09.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:09.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:10.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:10 smithi089 ceph-mon[103441]: pgmap v1891: 97 pgs: 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:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:10 smithi026 ceph-mon[93126]: pgmap v1891: 97 pgs: 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:10.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:10.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:11.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:11.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:12 smithi089 ceph-mon[103441]: 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:43:12.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:12.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:12 smithi026 ceph-mon[93126]: 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:43:13.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:13.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:14 smithi026 ceph-mon[93126]: pgmap v1893: 97 pgs: 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:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:14 smithi089 ceph-mon[103441]: pgmap v1893: 97 pgs: 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:14.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:14.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:15.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:15.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:16 smithi089 ceph-mon[103441]: 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:43:16.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:16.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:16 smithi026 ceph-mon[93126]: 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:43:17.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:17.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:18 smithi089 ceph-mon[103441]: 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:43:18.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:18.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:18.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:18 smithi026 ceph-mon[93126]: 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:43:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:19.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:19.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:20 smithi089 ceph-mon[103441]: pgmap v1896: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:20 smithi026 ceph-mon[93126]: pgmap v1896: 97 pgs: 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:20.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:20.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:21.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:21.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:22 smithi089 ceph-mon[103441]: 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:43:22.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:22.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:22 smithi026 ceph-mon[93126]: 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:43:23.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:23.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:24 smithi089 ceph-mon[103441]: pgmap v1898: 97 pgs: 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:24.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:24.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:24 smithi026 ceph-mon[93126]: pgmap v1898: 97 pgs: 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:25.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:25.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:26 smithi089 ceph-mon[103441]: 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:43:26.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:26.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:26 smithi026 ceph-mon[93126]: 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:43:27.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:27.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:28 smithi089 ceph-mon[103441]: 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:43:28.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:28.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:28 smithi026 ceph-mon[93126]: 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:43:29.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:29.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:30 smithi089 ceph-mon[103441]: pgmap v1901: 97 pgs: 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:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:30 smithi026 ceph-mon[93126]: pgmap v1901: 97 pgs: 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:30.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:30.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:31.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:31.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:32 smithi089 ceph-mon[103441]: 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:43:32.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:32.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:32 smithi026 ceph-mon[93126]: 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:43:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:33.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:33.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:34 smithi089 ceph-mon[103441]: pgmap v1903: 97 pgs: 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:34.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:34.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:34 smithi026 ceph-mon[93126]: pgmap v1903: 97 pgs: 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:35.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:35.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:36 smithi089 ceph-mon[103441]: 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:43:36.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:36.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:36 smithi026 ceph-mon[93126]: 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:43:37.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:37.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:38 smithi089 ceph-mon[103441]: 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:43:38.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:38.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:38 smithi026 ceph-mon[93126]: 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:43:39.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:39.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:40 smithi089 ceph-mon[103441]: pgmap v1906: 97 pgs: 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:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:40 smithi026 ceph-mon[93126]: pgmap v1906: 97 pgs: 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:40.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:40.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:41.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:41.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:42 smithi089 ceph-mon[103441]: 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:43:42.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:42.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:42 smithi026 ceph-mon[93126]: 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:43:43.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:43.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:44 smithi089 ceph-mon[103441]: pgmap v1908: 97 pgs: 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:44.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:44.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:44 smithi026 ceph-mon[93126]: pgmap v1908: 97 pgs: 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:45.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:45.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:46 smithi089 ceph-mon[103441]: 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:43:46.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:46.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:46 smithi026 ceph-mon[93126]: 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:43:47.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:47.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:48 smithi089 ceph-mon[103441]: 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:43:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:48.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:48.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:48 smithi026 ceph-mon[93126]: 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:43:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:43:49.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:49.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:50 smithi089 ceph-mon[103441]: pgmap v1911: 97 pgs: 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:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:50 smithi026 ceph-mon[93126]: pgmap v1911: 97 pgs: 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:50.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:50.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:51.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:51.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:52 smithi089 ceph-mon[103441]: 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:43:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:52 smithi026 ceph-mon[93126]: 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:43:52.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:52.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:53.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:53.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:54 smithi089 ceph-mon[103441]: pgmap v1913: 97 pgs: 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:54.717 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:54 smithi026 ceph-mon[93126]: pgmap v1913: 97 pgs: 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:54.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:54.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:55.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:55.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:56 smithi089 ceph-mon[103441]: 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:43:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:56 smithi026 ceph-mon[93126]: 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:43:56.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:56.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:57.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:57.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:43:58 smithi089 ceph-mon[103441]: 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:43:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:43:58 smithi026 ceph-mon[93126]: 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:43:58.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:58.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:43:59.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:43:59.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:00 smithi089 ceph-mon[103441]: pgmap v1916: 97 pgs: 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:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:00 smithi026 ceph-mon[93126]: pgmap v1916: 97 pgs: 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:00.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:00.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:44:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:44:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:44:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:44:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:44:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:44:01.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:01.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:02 smithi089 ceph-mon[103441]: 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:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:44:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:44:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:44:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:44:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:44:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:02 smithi026 ceph-mon[93126]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:44:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:44:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:44:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:44:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:44:02.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:02.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:03.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:03.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:04 smithi089 ceph-mon[103441]: pgmap v1918: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:04 smithi026 ceph-mon[93126]: pgmap v1918: 97 pgs: 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:04.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:04.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:05.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:05.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:06.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:06 smithi089 ceph-mon[103441]: 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:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:06 smithi026 ceph-mon[93126]: 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:06.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:06.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:07.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:07.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:08 smithi089 ceph-mon[103441]: 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:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:08 smithi026 ceph-mon[93126]: 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:08.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:08.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:09.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:09.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:10 smithi026 ceph-mon[93126]: pgmap v1921: 97 pgs: 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:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:10 smithi089 ceph-mon[103441]: pgmap v1921: 97 pgs: 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:10.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:10.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:11.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:11.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:12 smithi089 ceph-mon[103441]: 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:44:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:12 smithi026 ceph-mon[93126]: 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:44:12.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:12.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:13.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:13.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:14.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:14 smithi089 ceph-mon[103441]: pgmap v1923: 97 pgs: 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:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:14 smithi026 ceph-mon[93126]: pgmap v1923: 97 pgs: 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:14.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:14.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:15.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:15.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:16 smithi089 ceph-mon[103441]: 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:44:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:16 smithi026 ceph-mon[93126]: 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:44:16.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:16.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:17.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:17.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:18 smithi089 ceph-mon[103441]: 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:44:18.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:18 smithi026 ceph-mon[93126]: 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:44:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:18.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:18.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:19.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:19.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:20 smithi026 ceph-mon[93126]: pgmap v1926: 97 pgs: 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:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:20 smithi089 ceph-mon[103441]: pgmap v1926: 97 pgs: 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:20.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:20.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:21.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:21.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:22 smithi089 ceph-mon[103441]: 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:44:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:22 smithi026 ceph-mon[93126]: 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:44:22.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:22.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:23.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:23.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:24 smithi089 ceph-mon[103441]: pgmap v1928: 97 pgs: 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:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:24 smithi026 ceph-mon[93126]: pgmap v1928: 97 pgs: 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:24.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:24.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:25.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:25.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:26 smithi089 ceph-mon[103441]: 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:44:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:26 smithi026 ceph-mon[93126]: 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:44:26.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:26.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:27.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:27.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:28 smithi089 ceph-mon[103441]: 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:44:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:28 smithi026 ceph-mon[93126]: 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:44:28.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:28.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:29.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:29.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:30 smithi089 ceph-mon[103441]: pgmap v1931: 97 pgs: 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:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:30 smithi026 ceph-mon[93126]: pgmap v1931: 97 pgs: 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:30.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:30.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:31.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:31.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:32 smithi089 ceph-mon[103441]: 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:44:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:32 smithi026 ceph-mon[93126]: 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:44:32.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:32.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:33.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:33.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:34 smithi089 ceph-mon[103441]: pgmap v1933: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:34 smithi026 ceph-mon[93126]: pgmap v1933: 97 pgs: 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:34.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:34.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:35.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:35.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:36 smithi089 ceph-mon[103441]: 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:44:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:36 smithi026 ceph-mon[93126]: 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:44:36.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:36.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:37.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:37.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:38 smithi089 ceph-mon[103441]: 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:44:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:38 smithi026 ceph-mon[93126]: 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:44:38.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:38.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:39.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:39.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:40 smithi089 ceph-mon[103441]: pgmap v1936: 97 pgs: 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:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:40 smithi026 ceph-mon[93126]: pgmap v1936: 97 pgs: 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:40.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:40.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:41.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:41.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:42 smithi089 ceph-mon[103441]: 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:44:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:42 smithi026 ceph-mon[93126]: 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:44:42.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:42.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:43.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:43.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:44 smithi089 ceph-mon[103441]: pgmap v1938: 97 pgs: 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:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:44 smithi026 ceph-mon[93126]: pgmap v1938: 97 pgs: 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:44.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:44.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:45.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:45.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:46 smithi089 ceph-mon[103441]: 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:44:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:46 smithi026 ceph-mon[93126]: 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:44:46.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:46.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:47.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:47.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:48 smithi089 ceph-mon[103441]: 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:44:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:48 smithi026 ceph-mon[93126]: 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:44:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:44:48.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:48.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:49.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:49.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:50 smithi089 ceph-mon[103441]: pgmap v1941: 97 pgs: 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:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:50 smithi026 ceph-mon[93126]: pgmap v1941: 97 pgs: 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:50.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:50.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:51.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:51.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:52 smithi089 ceph-mon[103441]: 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:44:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:52 smithi026 ceph-mon[93126]: 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:44:52.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:52.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:53.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:53.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:54 smithi089 ceph-mon[103441]: pgmap v1943: 97 pgs: 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:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:54 smithi026 ceph-mon[93126]: pgmap v1943: 97 pgs: 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:54.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:54.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:55.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:55.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:56 smithi089 ceph-mon[103441]: 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:44:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:56 smithi026 ceph-mon[93126]: 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:44:56.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:56.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:57.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:57.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:44:58 smithi089 ceph-mon[103441]: 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:44:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:44:58 smithi026 ceph-mon[93126]: 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:44:58.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:58.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:44:59.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:44:59.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:00 smithi089 ceph-mon[103441]: pgmap v1946: 97 pgs: 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.461 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:00 smithi026 ceph-mon[93126]: pgmap v1946: 97 pgs: 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.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:00.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:01.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:01.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:02 smithi089 ceph-mon[103441]: 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:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:45:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:02 smithi026 ceph-mon[93126]: 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:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:45:02.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:02.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:03.666 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:03.667 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:03.667 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:03.667 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:03.667 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:03.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:03.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:04 smithi089 ceph-mon[103441]: pgmap v1948: 97 pgs: 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:04.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:04.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:04 smithi026 ceph-mon[93126]: pgmap v1948: 97 pgs: 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:05.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:05.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:06 smithi089 ceph-mon[103441]: 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:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:06.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:06.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:06 smithi026 ceph-mon[93126]: 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:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:45:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:45:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:45:07.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:07.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:07.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:45:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:45:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:45:08.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:45:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:08 smithi089 ceph-mon[103441]: 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:08.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:08.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:08 smithi026 ceph-mon[93126]: 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:09.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:09.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:10 smithi089 ceph-mon[103441]: pgmap v1951: 97 pgs: 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:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:10 smithi026 ceph-mon[93126]: pgmap v1951: 97 pgs: 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:10.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:10.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:11.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:11.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:12 smithi089 ceph-mon[103441]: 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:45:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:12 smithi026 ceph-mon[93126]: 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:45:12.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:12.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:13.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:13.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:14 smithi089 ceph-mon[103441]: pgmap v1953: 97 pgs: 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:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:14 smithi026 ceph-mon[93126]: pgmap v1953: 97 pgs: 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:14.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:14.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:15.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:15.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:16 smithi089 ceph-mon[103441]: 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:45:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:16 smithi026 ceph-mon[93126]: 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:45:16.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:16.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:17.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:17.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:18 smithi089 ceph-mon[103441]: 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:45:18.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:18 smithi026 ceph-mon[93126]: 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:45:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:18.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:18.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:19.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:19.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:20 smithi089 ceph-mon[103441]: pgmap v1956: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:20 smithi026 ceph-mon[93126]: pgmap v1956: 97 pgs: 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:20.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:20.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:21.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:21.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:22 smithi089 ceph-mon[103441]: 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:45:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:22 smithi026 ceph-mon[93126]: 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:45:22.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:22.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:23.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:23.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:24 smithi089 ceph-mon[103441]: pgmap v1958: 97 pgs: 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:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:24 smithi026 ceph-mon[93126]: pgmap v1958: 97 pgs: 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:24.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:24.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:25.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:25.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:26 smithi089 ceph-mon[103441]: 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:45:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:26 smithi026 ceph-mon[93126]: 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:45:26.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:26.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:27.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:27.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:28 smithi089 ceph-mon[103441]: 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:45:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:28 smithi026 ceph-mon[93126]: 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:45:28.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:28.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:29.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:29.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:30 smithi089 ceph-mon[103441]: pgmap v1961: 97 pgs: 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:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:30 smithi026 ceph-mon[93126]: pgmap v1961: 97 pgs: 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:30.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:30.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:31.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:31.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:32 smithi089 ceph-mon[103441]: 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:45:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:32 smithi026 ceph-mon[93126]: 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:45:32.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:32.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:33.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:33.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:34 smithi089 ceph-mon[103441]: pgmap v1963: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:34 smithi026 ceph-mon[93126]: pgmap v1963: 97 pgs: 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:34.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:34.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:35.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:35.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:36 smithi089 ceph-mon[103441]: 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:45:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:36 smithi026 ceph-mon[93126]: 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:45:36.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:36.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:37.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:37.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:38 smithi089 ceph-mon[103441]: 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:45:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:38 smithi026 ceph-mon[93126]: 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:45:38.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:38.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:39.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:39.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:40 smithi089 ceph-mon[103441]: pgmap v1966: 97 pgs: 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:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:40 smithi026 ceph-mon[93126]: pgmap v1966: 97 pgs: 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:40.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:40.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:41.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:41.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:42 smithi089 ceph-mon[103441]: 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:45:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:42 smithi026 ceph-mon[93126]: 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:45:42.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:42.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:43.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:43.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:44 smithi089 ceph-mon[103441]: pgmap v1968: 97 pgs: 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:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:44 smithi026 ceph-mon[93126]: pgmap v1968: 97 pgs: 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:44.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:44.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:45.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:45.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:46 smithi089 ceph-mon[103441]: 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:45:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:46 smithi026 ceph-mon[93126]: 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:45:46.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:46.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:48.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:48.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:48 smithi089 ceph-mon[103441]: 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:45:48.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:48 smithi026 ceph-mon[93126]: 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:45:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:45:49.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:49.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:50.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:50.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:50 smithi089 ceph-mon[103441]: pgmap v1971: 97 pgs: 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:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:50 smithi026 ceph-mon[93126]: pgmap v1971: 97 pgs: 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.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:51.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:52.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:52.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:52 smithi089 ceph-mon[103441]: 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:45:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:52 smithi026 ceph-mon[93126]: 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:45:53.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:53.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:54.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:54.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:54 smithi089 ceph-mon[103441]: pgmap v1973: 97 pgs: 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:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:54 smithi026 ceph-mon[93126]: pgmap v1973: 97 pgs: 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:55.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:55.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:56.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:56.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:56 smithi089 ceph-mon[103441]: 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:45:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:56 smithi026 ceph-mon[93126]: 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:45:57.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:57.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:58.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:58.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:45:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:45:58 smithi089 ceph-mon[103441]: 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:45:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:45:58 smithi026 ceph-mon[93126]: 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:45:59.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:45:59.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:00.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:00.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:00 smithi089 ceph-mon[103441]: pgmap v1976: 97 pgs: 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:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:00 smithi026 ceph-mon[93126]: pgmap v1976: 97 pgs: 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.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:01.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:02.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:02.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:02 smithi089 ceph-mon[103441]: 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:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:02 smithi026 ceph-mon[93126]: 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:03.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:03.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:04.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:04.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:04 smithi089 ceph-mon[103441]: pgmap v1978: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:04 smithi026 ceph-mon[93126]: pgmap v1978: 97 pgs: 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:05.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:05.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:06.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:06.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:06 smithi026 ceph-mon[93126]: 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:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:06 smithi089 ceph-mon[103441]: 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:07.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:07.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:07.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:46:07.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:46:07.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:46:07.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:46:07.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:46:07.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:46:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:46:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:46:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:46:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:46:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:46:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:46:08.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:08.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:08 smithi026 ceph-mon[93126]: 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:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:08 smithi089 ceph-mon[103441]: 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:09.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:09.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:10.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:10.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:10 smithi089 ceph-mon[103441]: pgmap v1981: 97 pgs: 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:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:10 smithi026 ceph-mon[93126]: pgmap v1981: 97 pgs: 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.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:11.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:12.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:12.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:12 smithi089 ceph-mon[103441]: 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:46:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:12 smithi026 ceph-mon[93126]: 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:46:13.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:13.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:14.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:14.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:14 smithi089 ceph-mon[103441]: pgmap v1983: 97 pgs: 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:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:14 smithi026 ceph-mon[93126]: pgmap v1983: 97 pgs: 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:15.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:15.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:16.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:16.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:16 smithi089 ceph-mon[103441]: 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:46:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:16 smithi026 ceph-mon[93126]: 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:46:17.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:17.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:18.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:18.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:18 smithi089 ceph-mon[103441]: 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:46:18.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:18 smithi026 ceph-mon[93126]: 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:46:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:19.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:19.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:20.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:20.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:20 smithi089 ceph-mon[103441]: pgmap v1986: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:20 smithi026 ceph-mon[93126]: pgmap v1986: 97 pgs: 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.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:21.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:22.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:22.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:22 smithi089 ceph-mon[103441]: 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:46:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:22 smithi026 ceph-mon[93126]: 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:46:23.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:23.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:24.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:24.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:24 smithi089 ceph-mon[103441]: pgmap v1988: 97 pgs: 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:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:24 smithi026 ceph-mon[93126]: pgmap v1988: 97 pgs: 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:25.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:25.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:26.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:26.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:26 smithi089 ceph-mon[103441]: 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:46:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:26 smithi026 ceph-mon[93126]: 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:46:27.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:27.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:28.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:28.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:28 smithi026 ceph-mon[93126]: 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:46:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:28 smithi089 ceph-mon[103441]: 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:46:29.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:29.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:30.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:30.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:30 smithi089 ceph-mon[103441]: pgmap v1991: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:30 smithi026 ceph-mon[93126]: pgmap v1991: 97 pgs: 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:31.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:31.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:32.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:32.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:32 smithi089 ceph-mon[103441]: 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:46:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:32 smithi026 ceph-mon[93126]: 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:46:33.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:33.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:34.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:34.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:34 smithi026 ceph-mon[93126]: pgmap v1993: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:34 smithi026 ceph-mon[93126]: osdmap e49: 8 total, 8 up, 8 in 2023-10-16T21:46:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:34 smithi089 ceph-mon[103441]: pgmap v1993: 97 pgs: 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:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:34 smithi089 ceph-mon[103441]: osdmap e49: 8 total, 8 up, 8 in 2023-10-16T21:46:35.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:35.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:36.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:36.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:36 smithi026 ceph-mon[93126]: pgmap v1995: 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:46:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:36 smithi089 ceph-mon[103441]: pgmap v1995: 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:46:37.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:37.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:38.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:38.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:38 smithi026 ceph-mon[93126]: pgmap v1996: 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:46:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:38 smithi089 ceph-mon[103441]: pgmap v1996: 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:46:39.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:39.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:40.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:40.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:40 smithi089 ceph-mon[103441]: pgmap v1997: 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:46:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:40 smithi026 ceph-mon[93126]: pgmap v1997: 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:46:41.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:41.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:42.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:42.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:42 smithi089 ceph-mon[103441]: pgmap v1998: 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:46:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:42 smithi026 ceph-mon[93126]: pgmap v1998: 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:46:43.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:43.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:44.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:44.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:44 smithi026 ceph-mon[93126]: pgmap v1999: 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:46:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:44 smithi089 ceph-mon[103441]: pgmap v1999: 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:46:45.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:45.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:46.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:46.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:46 smithi026 ceph-mon[93126]: pgmap v2000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-10-16T21:46:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:46 smithi089 ceph-mon[103441]: pgmap v2000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 91 B/s rd, 0 op/s 2023-10-16T21:46:47.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:47.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:48.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:48.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:48 smithi026 ceph-mon[93126]: pgmap v2001: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:48 smithi089 ceph-mon[103441]: pgmap v2001: 97 pgs: 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.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:46:49.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:49.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:50.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:50.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:50 smithi089 ceph-mon[103441]: 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:46:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:50 smithi026 ceph-mon[93126]: 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:46:51.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:51.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:52.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:52.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:52 smithi026 ceph-mon[93126]: 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:46:52.828 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:52 smithi089 ceph-mon[103441]: 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:46:53.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:53.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:54.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:54.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:54.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:54 smithi026 ceph-mon[93126]: pgmap v2004: 97 pgs: 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:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:54 smithi089 ceph-mon[103441]: pgmap v2004: 97 pgs: 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:55.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:55.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:56.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:56.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:56.787 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:56 smithi026 ceph-mon[93126]: 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:46:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:56 smithi089 ceph-mon[103441]: 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:46:57.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:57.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:58.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:58.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:46:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:46:58 smithi026 ceph-mon[93126]: pgmap v2006: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:46:58 smithi089 ceph-mon[103441]: pgmap v2006: 97 pgs: 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:59.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:46:59.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:00.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:00.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:00 smithi089 ceph-mon[103441]: pgmap v2007: 97 pgs: 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:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:00 smithi026 ceph-mon[93126]: pgmap v2007: 97 pgs: 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.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:01.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:02.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:02.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:02 smithi026 ceph-mon[93126]: pgmap v2008: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:02 smithi089 ceph-mon[103441]: pgmap v2008: 97 pgs: 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.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:03.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:04.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:04.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:04 smithi026 ceph-mon[93126]: pgmap v2009: 97 pgs: 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:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:04 smithi089 ceph-mon[103441]: pgmap v2009: 97 pgs: 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:05.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:05.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:06.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:06.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:06 smithi026 ceph-mon[93126]: pgmap v2010: 97 pgs: 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:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:06 smithi089 ceph-mon[103441]: pgmap v2010: 97 pgs: 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.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:07.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:08.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:08.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:08 smithi026 ceph-mon[93126]: pgmap v2011: 97 pgs: 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.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:47:08.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:47:08.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:47:08.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:47:08.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:47:08.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:47:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:08 smithi089 ceph-mon[103441]: pgmap v2011: 97 pgs: 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.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:47:08.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:47:08.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:47:08.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:47:08.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:47:08.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:47:09.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:09.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:10.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:10.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:10 smithi089 ceph-mon[103441]: pgmap v2012: 97 pgs: 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:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:10 smithi026 ceph-mon[93126]: pgmap v2012: 97 pgs: 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.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:11.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:12.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:12.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:12.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:12 smithi026 ceph-mon[93126]: 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:47:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:12 smithi089 ceph-mon[103441]: 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:47:13.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:13.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:14.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:14.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:14 smithi026 ceph-mon[93126]: pgmap v2014: 97 pgs: 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:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:14 smithi089 ceph-mon[103441]: pgmap v2014: 97 pgs: 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:15.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:15.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:16.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:16.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:16 smithi026 ceph-mon[93126]: 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:47:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:16 smithi089 ceph-mon[103441]: 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:47:17.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:17.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:18.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:18.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:18 smithi026 ceph-mon[93126]: 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:47:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:18 smithi089 ceph-mon[103441]: 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:47:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:19.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:19.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:20.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:20.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:20 smithi089 ceph-mon[103441]: pgmap v2017: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:20 smithi026 ceph-mon[93126]: pgmap v2017: 97 pgs: 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.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:21.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:22.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:22.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:22 smithi026 ceph-mon[93126]: 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:47:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:22 smithi089 ceph-mon[103441]: 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:47:23.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:23.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:24.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:24.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:24 smithi026 ceph-mon[93126]: pgmap v2019: 97 pgs: 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:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:24 smithi089 ceph-mon[103441]: pgmap v2019: 97 pgs: 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:25.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:25.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:26.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:26.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:26 smithi026 ceph-mon[93126]: 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:47:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:26 smithi089 ceph-mon[103441]: 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:47:27.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:27.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:28.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:28.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:28 smithi026 ceph-mon[93126]: 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:47:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:28 smithi089 ceph-mon[103441]: 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:47:29.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:29.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:30.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:30.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:30 smithi089 ceph-mon[103441]: pgmap v2022: 97 pgs: 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:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:30 smithi026 ceph-mon[93126]: pgmap v2022: 97 pgs: 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.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:31.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:32.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:32.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:32 smithi026 ceph-mon[93126]: 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:47:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:32 smithi089 ceph-mon[103441]: 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:47:33.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:33.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:34.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:34.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:34 smithi026 ceph-mon[93126]: pgmap v2024: 97 pgs: 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:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:34 smithi089 ceph-mon[103441]: pgmap v2024: 97 pgs: 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:35.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:35.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:36.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:36.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:36 smithi026 ceph-mon[93126]: 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:47:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:36 smithi089 ceph-mon[103441]: 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:47:37.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:37.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:38.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:38.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:38 smithi089 ceph-mon[103441]: 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:47:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:38 smithi026 ceph-mon[93126]: 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:47:39.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:39.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:40.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:40.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:40 smithi089 ceph-mon[103441]: pgmap v2027: 97 pgs: 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:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:40 smithi026 ceph-mon[93126]: pgmap v2027: 97 pgs: 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.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:41.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:42.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:42.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:42 smithi026 ceph-mon[93126]: 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:47:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:42 smithi089 ceph-mon[103441]: 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:47:43.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:43.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:44.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:44.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:44 smithi026 ceph-mon[93126]: pgmap v2029: 97 pgs: 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:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:44 smithi089 ceph-mon[103441]: pgmap v2029: 97 pgs: 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:45.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:45.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:46.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:46.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:46 smithi026 ceph-mon[93126]: 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:47:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:46 smithi089 ceph-mon[103441]: 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:47:47.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:47.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:48.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:48.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:48 smithi089 ceph-mon[103441]: 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:47:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:48 smithi026 ceph-mon[93126]: 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:47:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:47:49.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:49.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:50.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:50.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:50 smithi089 ceph-mon[103441]: pgmap v2032: 97 pgs: 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:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:50 smithi026 ceph-mon[93126]: pgmap v2032: 97 pgs: 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:51.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:51.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:52.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:52.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:52 smithi026 ceph-mon[93126]: 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:47:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:52 smithi089 ceph-mon[103441]: 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:47:53.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:53.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:54.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:54.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:54 smithi026 ceph-mon[93126]: pgmap v2034: 97 pgs: 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:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:54 smithi089 ceph-mon[103441]: pgmap v2034: 97 pgs: 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:55.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:55.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:56.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:56.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:56 smithi026 ceph-mon[93126]: 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:47:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:56 smithi089 ceph-mon[103441]: 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:47:57.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:57.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:58.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:58.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:47:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:47:58 smithi026 ceph-mon[93126]: 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:47:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:47:58 smithi089 ceph-mon[103441]: 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:47:59.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:47:59.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:00.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:00.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:00 smithi089 ceph-mon[103441]: pgmap v2037: 97 pgs: 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:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:00 smithi026 ceph-mon[93126]: pgmap v2037: 97 pgs: 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.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:01.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:02.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:02.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:02 smithi026 ceph-mon[93126]: 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:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:02 smithi089 ceph-mon[103441]: 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:03.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:03.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:04.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:04.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:04 smithi026 ceph-mon[93126]: pgmap v2039: 97 pgs: 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:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:04 smithi089 ceph-mon[103441]: pgmap v2039: 97 pgs: 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:05.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:05.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:06.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:06.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:06 smithi026 ceph-mon[93126]: 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:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:06 smithi089 ceph-mon[103441]: 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:07.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:07.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:08.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:08.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:08 smithi026 ceph-mon[93126]: 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:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:48:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:08 smithi089 ceph-mon[103441]: 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:08.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:48:09.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:09.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:48:09.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:48:09.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:48:09.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:48:09.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:48:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:48:09.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:48:09.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:48:09.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:48:09.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:48:10.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:10.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:10 smithi026 ceph-mon[93126]: pgmap v2042: 97 pgs: 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:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:10 smithi089 ceph-mon[103441]: pgmap v2042: 97 pgs: 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.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:11.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:12.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:12.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:12 smithi026 ceph-mon[93126]: 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:48:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:12 smithi089 ceph-mon[103441]: 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:48:13.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:13.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:14.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:14.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:14 smithi026 ceph-mon[93126]: pgmap v2044: 97 pgs: 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:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:14 smithi089 ceph-mon[103441]: pgmap v2044: 97 pgs: 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:15.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:15.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:16.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:16.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:16 smithi026 ceph-mon[93126]: 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:48:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:16 smithi089 ceph-mon[103441]: 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:48:17.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:17.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:18.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:18.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:18 smithi026 ceph-mon[93126]: 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:48:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:18 smithi089 ceph-mon[103441]: 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:48:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:19.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:19.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:20.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:20.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:20 smithi089 ceph-mon[103441]: pgmap v2047: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:20 smithi026 ceph-mon[93126]: pgmap v2047: 97 pgs: 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.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:21.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:22.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:22.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:22.767 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:22 smithi026 ceph-mon[93126]: 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:48:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:22 smithi089 ceph-mon[103441]: 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:48:23.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:23.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:24.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:24.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:24 smithi026 ceph-mon[93126]: pgmap v2049: 97 pgs: 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:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:24 smithi089 ceph-mon[103441]: pgmap v2049: 97 pgs: 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:25.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:25.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:26.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:26.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:26 smithi026 ceph-mon[93126]: 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:48:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:26 smithi089 ceph-mon[103441]: 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:48:27.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:27.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:28.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:28.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:28 smithi026 ceph-mon[93126]: 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:48:28.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:28 smithi089 ceph-mon[103441]: 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:48:29.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:29.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:30.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:30.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:30 smithi089 ceph-mon[103441]: pgmap v2052: 97 pgs: 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:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:30 smithi026 ceph-mon[93126]: pgmap v2052: 97 pgs: 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.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:31.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:32.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:32.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:32 smithi026 ceph-mon[93126]: 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:48:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:32 smithi089 ceph-mon[103441]: 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:48:33.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:33.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:33.885 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:34.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:34.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:34 smithi026 ceph-mon[93126]: pgmap v2054: 97 pgs: 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:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:34 smithi089 ceph-mon[103441]: pgmap v2054: 97 pgs: 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:35.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:35.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:36.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:36.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:36 smithi026 ceph-mon[93126]: 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:48:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:36 smithi089 ceph-mon[103441]: 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:48:37.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:37.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:38.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:38.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:38 smithi026 ceph-mon[93126]: 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:48:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:38 smithi089 ceph-mon[103441]: 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:48:39.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:39.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:40.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:40.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:40 smithi089 ceph-mon[103441]: pgmap v2057: 97 pgs: 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:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:40 smithi026 ceph-mon[93126]: pgmap v2057: 97 pgs: 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.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:41.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:42.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:42.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:42 smithi026 ceph-mon[93126]: 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:48:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:42 smithi089 ceph-mon[103441]: 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:48:43.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:43.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:44.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:44.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:44 smithi026 ceph-mon[93126]: pgmap v2059: 97 pgs: 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:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:44 smithi089 ceph-mon[103441]: pgmap v2059: 97 pgs: 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:45.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:45.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:46.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:46.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:46 smithi026 ceph-mon[93126]: 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:48:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:46 smithi089 ceph-mon[103441]: 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:48:47.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:47.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:48.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:48.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:48 smithi026 ceph-mon[93126]: 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:48:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:48 smithi089 ceph-mon[103441]: 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:48:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:48:49.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:49.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:50.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:50.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:50 smithi089 ceph-mon[103441]: pgmap v2062: 97 pgs: 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:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:50 smithi026 ceph-mon[93126]: pgmap v2062: 97 pgs: 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.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:51.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:52.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:52.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:52 smithi026 ceph-mon[93126]: 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:48:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:52 smithi089 ceph-mon[103441]: 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:48:53.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:53.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:54.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:54.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:54 smithi026 ceph-mon[93126]: pgmap v2064: 97 pgs: 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:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:54 smithi089 ceph-mon[103441]: pgmap v2064: 97 pgs: 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:55.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:55.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:56.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:56.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:56 smithi026 ceph-mon[93126]: 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:48:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:56 smithi089 ceph-mon[103441]: 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:48:57.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:57.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:58.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:58.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:48:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:48:58 smithi026 ceph-mon[93126]: 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:48:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:48:58 smithi089 ceph-mon[103441]: 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:48:59.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:48:59.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:00.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:00.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:00 smithi089 ceph-mon[103441]: pgmap v2067: 97 pgs: 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:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:00 smithi026 ceph-mon[93126]: pgmap v2067: 97 pgs: 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.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:01.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:02.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:02.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:02 smithi026 ceph-mon[93126]: 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:02.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:02 smithi089 ceph-mon[103441]: 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:03.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:03.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:04.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:04.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:04 smithi026 ceph-mon[93126]: pgmap v2069: 97 pgs: 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:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:04 smithi089 ceph-mon[103441]: pgmap v2069: 97 pgs: 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:05.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:05.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:06.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:06.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:06 smithi026 ceph-mon[93126]: 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:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:06 smithi089 ceph-mon[103441]: 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:07.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:07.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:08.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:08.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:08 smithi026 ceph-mon[93126]: 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:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:08 smithi089 ceph-mon[103441]: 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:09.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:09.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:49:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:49:10.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:10.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:10 smithi026 ceph-mon[93126]: pgmap v2072: 97 pgs: 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:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:49:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:49:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:49:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:49:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:49:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:10 smithi089 ceph-mon[103441]: pgmap v2072: 97 pgs: 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:10.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:49:10.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:49:10.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:49:10.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:49:10.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:49:11.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:11.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:12.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:12.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:12 smithi026 ceph-mon[93126]: 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:49:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:12 smithi089 ceph-mon[103441]: 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:49:13.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:13.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:14.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:14.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:14 smithi089 ceph-mon[103441]: pgmap v2074: 97 pgs: 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:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:14 smithi026 ceph-mon[93126]: pgmap v2074: 97 pgs: 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:15.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:15.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:16.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:16.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:16 smithi026 ceph-mon[93126]: 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:49:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:16 smithi089 ceph-mon[103441]: 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:49:17.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:17.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:18.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:18.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:18 smithi026 ceph-mon[93126]: 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:49:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:18 smithi089 ceph-mon[103441]: 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:49:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:19.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:19.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:20.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:20.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:20 smithi089 ceph-mon[103441]: pgmap v2077: 97 pgs: 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:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:20 smithi026 ceph-mon[93126]: pgmap v2077: 97 pgs: 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.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:21.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:22.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:22.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:22 smithi026 ceph-mon[93126]: 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:49:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:22 smithi089 ceph-mon[103441]: 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:49:23.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:23.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:24.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:24.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:24 smithi089 ceph-mon[103441]: pgmap v2079: 97 pgs: 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:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:24 smithi026 ceph-mon[93126]: pgmap v2079: 97 pgs: 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:25.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:25.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:26.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:26.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:26 smithi026 ceph-mon[93126]: 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:49:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:26 smithi089 ceph-mon[103441]: 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:49:27.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:27.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:28.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:28.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:28 smithi026 ceph-mon[93126]: 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:49:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:28 smithi089 ceph-mon[103441]: 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:49:29.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:29.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:30.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:30.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:30 smithi089 ceph-mon[103441]: pgmap v2082: 97 pgs: 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:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:30 smithi026 ceph-mon[93126]: pgmap v2082: 97 pgs: 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.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:31.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:32.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:32.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:32 smithi026 ceph-mon[93126]: 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:49:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:32 smithi089 ceph-mon[103441]: 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:49:33.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:33.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:34.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:34.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:34 smithi026 ceph-mon[93126]: pgmap v2084: 97 pgs: 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:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:34 smithi089 ceph-mon[103441]: pgmap v2084: 97 pgs: 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:35.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:35.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:36.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:36.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:36 smithi026 ceph-mon[93126]: 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:49:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:36 smithi089 ceph-mon[103441]: 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:49:37.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:37.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:38.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:38.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:38 smithi026 ceph-mon[93126]: 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:49:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:38 smithi089 ceph-mon[103441]: 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:49:39.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:39.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:40.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:40.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:40 smithi089 ceph-mon[103441]: pgmap v2087: 97 pgs: 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:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:40 smithi026 ceph-mon[93126]: pgmap v2087: 97 pgs: 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.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:41.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:42.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:42.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:42 smithi026 ceph-mon[93126]: 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:49:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:42 smithi089 ceph-mon[103441]: 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:49:43.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:43.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:44.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:44.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:44 smithi026 ceph-mon[93126]: pgmap v2089: 97 pgs: 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:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:44 smithi089 ceph-mon[103441]: pgmap v2089: 97 pgs: 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:45.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:45.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:46.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:46.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:46 smithi026 ceph-mon[93126]: 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:49:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:46 smithi089 ceph-mon[103441]: 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:49:47.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:47.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:48.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:48.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:48.745 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:48 smithi026 ceph-mon[93126]: 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:49:48.745 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:48 smithi089 ceph-mon[103441]: 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:49:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:49:49.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:49.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:50.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:50.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:50 smithi026 ceph-mon[93126]: pgmap v2092: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:50 smithi089 ceph-mon[103441]: pgmap v2092: 97 pgs: 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.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:51.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:52.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:52.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:52 smithi026 ceph-mon[93126]: 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:49:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:52 smithi089 ceph-mon[103441]: 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:49:53.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:53.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:54.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:54.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:54 smithi026 ceph-mon[93126]: pgmap v2094: 97 pgs: 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:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:54 smithi089 ceph-mon[103441]: pgmap v2094: 97 pgs: 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:55.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:55.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:56.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:56.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:56 smithi026 ceph-mon[93126]: 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:49:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:56 smithi089 ceph-mon[103441]: 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:49:57.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:57.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:58.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:58.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:49:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:49:58 smithi026 ceph-mon[93126]: 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:49:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:49:58 smithi089 ceph-mon[103441]: 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:49:59.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:49:59.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:00.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:00.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:00 smithi026 ceph-mon[93126]: pgmap v2097: 97 pgs: 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:00.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T21:50:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:00 smithi089 ceph-mon[103441]: pgmap v2097: 97 pgs: 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:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T21:50:01.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:01.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:02.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:02.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:02 smithi026 ceph-mon[93126]: 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:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:02 smithi089 ceph-mon[103441]: 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:03.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:03.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:04.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:04.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:04 smithi026 ceph-mon[93126]: pgmap v2099: 97 pgs: 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:04.832 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:04 smithi089 ceph-mon[103441]: pgmap v2099: 97 pgs: 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:05.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:05.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:06.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:06.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:06 smithi026 ceph-mon[93126]: 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:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:06 smithi089 ceph-mon[103441]: 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:07.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:07.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:08.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:08.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:08 smithi026 ceph-mon[93126]: 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:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:08 smithi089 ceph-mon[103441]: 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:09.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:09.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:10.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:10.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:10 smithi026 ceph-mon[93126]: pgmap v2102: 97 pgs: 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:10.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:50:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:10 smithi089 ceph-mon[103441]: pgmap v2102: 97 pgs: 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:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:50:11.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:11.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:12.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:12.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:12 smithi026 ceph-mon[93126]: 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:50:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:12 smithi089 ceph-mon[103441]: 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:50:13.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:13.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:14.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:14.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:14 smithi026 ceph-mon[93126]: pgmap v2104: 97 pgs: 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:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:50:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:50:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:14 smithi089 ceph-mon[103441]: pgmap v2104: 97 pgs: 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:14.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:50:14.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:50:15.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:15.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:50:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:50:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:50:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:50:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:50:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:50:15.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:50:15.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:50:15.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:50:15.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:50:16.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:16.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:16 smithi026 ceph-mon[93126]: 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:50:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:16 smithi089 ceph-mon[103441]: 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:50:17.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:17.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:18.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:18.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:18 smithi026 ceph-mon[93126]: 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:50:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:18 smithi089 ceph-mon[103441]: 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:50:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:19.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:19.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:20 smithi089 ceph-mon[103441]: pgmap v2107: 97 pgs: 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:20.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:20.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:20 smithi026 ceph-mon[93126]: pgmap v2107: 97 pgs: 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.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:21.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:22.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:22.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:22 smithi026 ceph-mon[93126]: 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:50:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:22 smithi089 ceph-mon[103441]: 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:50:23.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:23.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:24.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:24.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:24 smithi026 ceph-mon[93126]: pgmap v2109: 97 pgs: 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:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:24 smithi089 ceph-mon[103441]: pgmap v2109: 97 pgs: 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:25.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:25.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:26.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:26.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:26 smithi026 ceph-mon[93126]: 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:50:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:26 smithi089 ceph-mon[103441]: 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:50:27.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:27.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:28.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:28.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:28.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:28 smithi026 ceph-mon[93126]: 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:50:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:28 smithi089 ceph-mon[103441]: 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:50:29.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:29.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:30 smithi089 ceph-mon[103441]: pgmap v2112: 97 pgs: 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:30.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:30.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:30 smithi026 ceph-mon[93126]: pgmap v2112: 97 pgs: 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.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:31.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:32.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:32.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:32 smithi026 ceph-mon[93126]: 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:50:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:32 smithi089 ceph-mon[103441]: 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:50:33.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:33.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:34.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:34.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:34 smithi026 ceph-mon[93126]: pgmap v2114: 97 pgs: 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:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:34 smithi089 ceph-mon[103441]: pgmap v2114: 97 pgs: 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:35.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:35.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:36.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:36.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:36 smithi026 ceph-mon[93126]: 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:50:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:36 smithi089 ceph-mon[103441]: 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:50:37.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:37.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:38.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:38.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:38 smithi026 ceph-mon[93126]: 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:50:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:38 smithi089 ceph-mon[103441]: 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:50:39.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:39.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:40.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:40.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:40 smithi026 ceph-mon[93126]: pgmap v2117: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:40 smithi089 ceph-mon[103441]: pgmap v2117: 97 pgs: 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:41.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:41.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:42.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:42.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:42 smithi026 ceph-mon[93126]: 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:50:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:42 smithi089 ceph-mon[103441]: 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:50:43.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:43.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:44.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:44.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:44 smithi026 ceph-mon[93126]: pgmap v2119: 97 pgs: 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:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:44 smithi089 ceph-mon[103441]: pgmap v2119: 97 pgs: 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:45.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:45.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:46.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:46.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:46 smithi026 ceph-mon[93126]: 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:50:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:46 smithi089 ceph-mon[103441]: 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:50:47.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:47.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:48.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:48.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:48 smithi026 ceph-mon[93126]: 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:50:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:48 smithi089 ceph-mon[103441]: 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:50:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:50:49.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:49.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:50.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:50.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:50 smithi026 ceph-mon[93126]: pgmap v2122: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:50 smithi089 ceph-mon[103441]: pgmap v2122: 97 pgs: 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.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:51.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:52.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:52.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:52 smithi026 ceph-mon[93126]: 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:50:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:52 smithi089 ceph-mon[103441]: 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:50:53.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:53.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:54.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:54.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:54 smithi026 ceph-mon[93126]: pgmap v2124: 97 pgs: 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:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:54 smithi089 ceph-mon[103441]: pgmap v2124: 97 pgs: 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:55.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:55.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:56.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:56.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:56 smithi026 ceph-mon[93126]: 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:50:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:56 smithi089 ceph-mon[103441]: 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:50:57.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:57.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:58.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:58.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:50:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:50:58 smithi026 ceph-mon[93126]: 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:50:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:50:58 smithi089 ceph-mon[103441]: 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:50:59.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:50:59.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:00.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:00.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:00 smithi026 ceph-mon[93126]: pgmap v2127: 97 pgs: 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:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:00 smithi089 ceph-mon[103441]: pgmap v2127: 97 pgs: 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.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:01.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:02.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:02.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:02 smithi026 ceph-mon[93126]: 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:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:02 smithi089 ceph-mon[103441]: 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:03.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:03.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:04.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:04.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:04 smithi026 ceph-mon[93126]: pgmap v2129: 97 pgs: 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:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:04 smithi089 ceph-mon[103441]: pgmap v2129: 97 pgs: 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:05.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:05.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:06.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:06.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:06 smithi026 ceph-mon[93126]: 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:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:06 smithi089 ceph-mon[103441]: 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:07.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:07.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:08.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:08.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:08 smithi026 ceph-mon[93126]: 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:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:08 smithi089 ceph-mon[103441]: 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:09.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:09.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:10.521 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:10 smithi089 ceph-mon[103441]: pgmap v2132: 97 pgs: 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:10.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:10.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:10 smithi026 ceph-mon[93126]: pgmap v2132: 97 pgs: 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.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:11.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:12.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:12.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:12 smithi026 ceph-mon[93126]: 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:51:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:12 smithi089 ceph-mon[103441]: 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:51:13.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:13.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:14.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:14.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:14 smithi026 ceph-mon[93126]: pgmap v2134: 97 pgs: 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:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:14 smithi089 ceph-mon[103441]: pgmap v2134: 97 pgs: 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:15.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:15.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:51:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:51:16.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:16.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:16 smithi026 ceph-mon[93126]: 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:51:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:51:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:51:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:51:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:51:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:51:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:16 smithi089 ceph-mon[103441]: 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:51:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:51:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:51:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:51:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:51:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:51:17.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:17.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:18.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:18.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:18 smithi026 ceph-mon[93126]: 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:51:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:18 smithi089 ceph-mon[103441]: 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:51:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:19.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:19.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:20.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:20.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:20 smithi026 ceph-mon[93126]: pgmap v2137: 97 pgs: 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:20.631 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:20 smithi089 ceph-mon[103441]: pgmap v2137: 97 pgs: 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.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:21.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:22.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:22.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:22 smithi026 ceph-mon[93126]: 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:51:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:22 smithi089 ceph-mon[103441]: 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:51:23.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:23.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:24.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:24.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:24 smithi026 ceph-mon[93126]: pgmap v2139: 97 pgs: 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:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:24 smithi089 ceph-mon[103441]: pgmap v2139: 97 pgs: 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:25.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:25.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:26.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:26.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:26 smithi026 ceph-mon[93126]: 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:51:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:26 smithi089 ceph-mon[103441]: 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:51:27.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:27.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:28.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:28.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:28 smithi026 ceph-mon[93126]: 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:51:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:28 smithi089 ceph-mon[103441]: 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:51:29.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:29.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:30 smithi026 ceph-mon[93126]: pgmap v2142: 97 pgs: 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.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:30.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:30 smithi089 ceph-mon[103441]: pgmap v2142: 97 pgs: 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:31.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:31.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:32.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:32.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:32 smithi026 ceph-mon[93126]: 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:51:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:32 smithi089 ceph-mon[103441]: 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:51:33.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:33.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:34.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:34.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:34 smithi026 ceph-mon[93126]: pgmap v2144: 97 pgs: 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:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:34 smithi089 ceph-mon[103441]: pgmap v2144: 97 pgs: 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:35.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:35.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:36.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:36.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:36 smithi026 ceph-mon[93126]: 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:51:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:36 smithi089 ceph-mon[103441]: 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:51:37.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:37.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:38.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:38.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:38 smithi026 ceph-mon[93126]: 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:51:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:38 smithi089 ceph-mon[103441]: 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:51:39.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:39.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:40 smithi026 ceph-mon[93126]: pgmap v2147: 97 pgs: 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:40.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:40.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:40 smithi089 ceph-mon[103441]: pgmap v2147: 97 pgs: 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.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:41.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:42.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:42.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:42 smithi026 ceph-mon[93126]: 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:51:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:42 smithi089 ceph-mon[103441]: 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:51:43.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:43.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:44.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:44.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:44 smithi026 ceph-mon[93126]: pgmap v2149: 97 pgs: 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:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:44 smithi089 ceph-mon[103441]: pgmap v2149: 97 pgs: 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:45.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:45.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:46.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:46.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:46 smithi026 ceph-mon[93126]: 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:51:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:46 smithi089 ceph-mon[103441]: 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:51:47.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:47.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:48.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:48.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:48 smithi026 ceph-mon[93126]: 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:51:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:48 smithi089 ceph-mon[103441]: 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:51:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:51:49.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:49.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:50 smithi026 ceph-mon[93126]: osdmap e50: 8 total, 8 up, 8 in 2023-10-16T21:51:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:50 smithi026 ceph-mon[93126]: pgmap v2153: 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:51:50.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:50.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:50 smithi089 ceph-mon[103441]: osdmap e50: 8 total, 8 up, 8 in 2023-10-16T21:51:50.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:50 smithi089 ceph-mon[103441]: pgmap v2153: 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:51:51.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:51.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:52.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:52.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:52 smithi026 ceph-mon[93126]: pgmap v2154: 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:51:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:52 smithi089 ceph-mon[103441]: pgmap v2154: 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:51:53.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:53.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:54.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:54.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:54 smithi026 ceph-mon[93126]: pgmap v2155: 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:51:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:54 smithi089 ceph-mon[103441]: pgmap v2155: 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:51:55.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:55.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:56.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:56.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:56 smithi026 ceph-mon[93126]: pgmap v2156: 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:51:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:56 smithi089 ceph-mon[103441]: pgmap v2156: 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:51:57.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:57.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:58.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:58.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:51:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:51:58 smithi026 ceph-mon[93126]: pgmap v2157: 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:51:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:51:58 smithi089 ceph-mon[103441]: pgmap v2157: 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:51:59.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:51:59.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:00 smithi026 ceph-mon[93126]: pgmap v2158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-10-16T21:52:00.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:00.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:00 smithi089 ceph-mon[103441]: pgmap v2158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 99 B/s rd, 0 op/s 2023-10-16T21:52:01.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:01.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:02.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:02.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:02 smithi026 ceph-mon[93126]: 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:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:02 smithi089 ceph-mon[103441]: 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:03.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:03.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:04.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:04.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:04 smithi026 ceph-mon[93126]: pgmap v2160: 97 pgs: 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:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:04 smithi089 ceph-mon[103441]: pgmap v2160: 97 pgs: 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:05.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:05.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:06.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:06.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:06 smithi026 ceph-mon[93126]: 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:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:06 smithi089 ceph-mon[103441]: 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:07.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:07.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:08.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:08.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:08 smithi026 ceph-mon[93126]: pgmap v2162: 97 pgs: 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:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:08 smithi089 ceph-mon[103441]: pgmap v2162: 97 pgs: 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:09.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:09.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:10 smithi026 ceph-mon[93126]: 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:52:10.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:10.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:10 smithi089 ceph-mon[103441]: 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:52:11.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:11.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:12.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:12.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:12 smithi026 ceph-mon[93126]: pgmap v2164: 97 pgs: 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:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:12 smithi089 ceph-mon[103441]: pgmap v2164: 97 pgs: 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.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:13.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:14.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:14.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:14 smithi026 ceph-mon[93126]: pgmap v2165: 97 pgs: 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:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:14 smithi089 ceph-mon[103441]: pgmap v2165: 97 pgs: 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:15.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:15.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:16.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:16.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:16 smithi026 ceph-mon[93126]: pgmap v2166: 97 pgs: 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:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:52:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:16 smithi089 ceph-mon[103441]: pgmap v2166: 97 pgs: 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:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:52:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:17.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:17.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:18.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:18.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:18 smithi026 ceph-mon[93126]: pgmap v2167: 97 pgs: 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:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:18 smithi089 ceph-mon[103441]: pgmap v2167: 97 pgs: 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:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:19.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:19.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:20.469 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:20 smithi026 ceph-mon[93126]: pgmap v2168: 97 pgs: 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:20.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:20.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:20 smithi089 ceph-mon[103441]: pgmap v2168: 97 pgs: 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.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:21.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:22.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:22.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:22 smithi026 ceph-mon[93126]: pgmap v2169: 97 pgs: 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:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:22 smithi089 ceph-mon[103441]: pgmap v2169: 97 pgs: 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.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:23.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:24.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:24.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:24 smithi089 ceph-mon[103441]: pgmap v2170: 97 pgs: 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:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:52:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:52:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:52:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:24 smithi026 ceph-mon[93126]: pgmap v2170: 97 pgs: 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:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:52:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:52:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:52:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:52:25.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:25.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:26.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:26.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:26 smithi089 ceph-mon[103441]: 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:52:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:26 smithi026 ceph-mon[93126]: 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:52:27.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:27.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:28.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:28.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:28 smithi089 ceph-mon[103441]: 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:52:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:28 smithi026 ceph-mon[93126]: 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:52:29.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:29.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:30 smithi026 ceph-mon[93126]: pgmap v2173: 97 pgs: 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:30.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:30.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:30 smithi089 ceph-mon[103441]: pgmap v2173: 97 pgs: 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.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:31.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:32.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:32.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:32 smithi026 ceph-mon[93126]: 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:52:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:32 smithi089 ceph-mon[103441]: 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:52:33.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:33.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:34.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:34.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:34 smithi026 ceph-mon[93126]: pgmap v2175: 97 pgs: 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:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:34 smithi089 ceph-mon[103441]: pgmap v2175: 97 pgs: 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:35.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:35.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:36 smithi089 ceph-mon[103441]: 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:52:36.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:36.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:36 smithi026 ceph-mon[93126]: 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:52:37.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:37.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:38.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:38.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:38 smithi026 ceph-mon[93126]: 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:52:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:38 smithi089 ceph-mon[103441]: 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:52:39.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:39.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:40 smithi026 ceph-mon[93126]: pgmap v2178: 97 pgs: 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:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:40 smithi089 ceph-mon[103441]: pgmap v2178: 97 pgs: 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:40.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:40.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:41.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:41.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:42.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:42.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:42 smithi026 ceph-mon[93126]: 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:52:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:42 smithi089 ceph-mon[103441]: 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:52:43.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:43.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:44.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:44.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:44 smithi026 ceph-mon[93126]: pgmap v2180: 97 pgs: 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:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:44 smithi089 ceph-mon[103441]: pgmap v2180: 97 pgs: 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:45.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:45.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:46.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:46.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:46 smithi026 ceph-mon[93126]: 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:52:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:46 smithi089 ceph-mon[103441]: 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:52:47.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:47.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:48.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:48.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:48 smithi026 ceph-mon[93126]: 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:52:48.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:48 smithi089 ceph-mon[103441]: 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:52:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:52:49.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:49.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:50 smithi026 ceph-mon[93126]: pgmap v2183: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:50 smithi089 ceph-mon[103441]: pgmap v2183: 97 pgs: 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:50.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:50.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:51.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:51.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:52.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:52.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:52 smithi026 ceph-mon[93126]: 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:52:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:52 smithi089 ceph-mon[103441]: 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:52:53.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:53.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:54.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:54.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:54 smithi026 ceph-mon[93126]: pgmap v2185: 97 pgs: 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:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:54 smithi089 ceph-mon[103441]: pgmap v2185: 97 pgs: 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:55.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:55.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:56.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:56.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:56.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:56 smithi026 ceph-mon[93126]: 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:52:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:56 smithi089 ceph-mon[103441]: 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:52:57.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:57.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:58.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:58.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:52:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:52:58 smithi026 ceph-mon[93126]: 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:52:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:52:58 smithi089 ceph-mon[103441]: 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:52:59.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:52:59.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:00 smithi026 ceph-mon[93126]: pgmap v2188: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:00 smithi089 ceph-mon[103441]: pgmap v2188: 97 pgs: 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.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:00.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:01.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:01.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:02.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:02.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:02 smithi026 ceph-mon[93126]: 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:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:02 smithi089 ceph-mon[103441]: 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:03.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:03.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:04.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:04.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:04 smithi026 ceph-mon[93126]: pgmap v2190: 97 pgs: 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:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:04 smithi089 ceph-mon[103441]: pgmap v2190: 97 pgs: 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:05.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:05.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:06.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:06.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:06 smithi089 ceph-mon[103441]: 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:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:06 smithi026 ceph-mon[93126]: 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:07.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:07.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:08.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:08.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:08 smithi089 ceph-mon[103441]: 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:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:08 smithi026 ceph-mon[93126]: 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:09.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:09.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:10 smithi026 ceph-mon[93126]: pgmap v2193: 97 pgs: 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:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:10 smithi089 ceph-mon[103441]: pgmap v2193: 97 pgs: 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:10.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:10.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:11.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:11.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:12.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:12.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:12 smithi026 ceph-mon[93126]: 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:53:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:12 smithi089 ceph-mon[103441]: 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:53:13.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:13.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:14.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:14.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:14 smithi026 ceph-mon[93126]: pgmap v2195: 97 pgs: 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:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:14 smithi089 ceph-mon[103441]: pgmap v2195: 97 pgs: 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:15.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:15.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:16.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:16.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:16.847 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:16 smithi089 ceph-mon[103441]: 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:53:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:16 smithi026 ceph-mon[93126]: 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:53:17.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:17.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:18.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:18.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:18 smithi089 ceph-mon[103441]: 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:53:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:18 smithi026 ceph-mon[93126]: 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:53:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:19.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:19.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:20 smithi026 ceph-mon[93126]: pgmap v2198: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:20 smithi089 ceph-mon[103441]: pgmap v2198: 97 pgs: 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.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:20.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:21.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:21.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:22.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:22.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:22 smithi026 ceph-mon[93126]: 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:53:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:22 smithi089 ceph-mon[103441]: 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:53:23.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:23.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:24.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:24.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:24 smithi089 ceph-mon[103441]: pgmap v2200: 97 pgs: 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:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:53:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:24 smithi026 ceph-mon[93126]: pgmap v2200: 97 pgs: 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:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:53:25.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:25.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:53:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:53:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:53:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:53:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:53:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:53:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:53:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:53:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:53:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:53:26.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:26.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:26 smithi089 ceph-mon[103441]: 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:53:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:26 smithi026 ceph-mon[93126]: 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:53:27.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:27.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:28.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:28.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:28 smithi089 ceph-mon[103441]: 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:53:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:28 smithi026 ceph-mon[93126]: 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:53:29.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:29.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:30 smithi026 ceph-mon[93126]: pgmap v2203: 97 pgs: 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:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:30 smithi089 ceph-mon[103441]: pgmap v2203: 97 pgs: 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:30.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:30.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:31.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:31.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:32.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:32.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:32 smithi089 ceph-mon[103441]: 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:53:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:32 smithi026 ceph-mon[93126]: 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:53:33.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:33.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:34.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:34.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:34 smithi089 ceph-mon[103441]: pgmap v2205: 97 pgs: 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:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:34 smithi026 ceph-mon[93126]: pgmap v2205: 97 pgs: 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:35.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:35.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:36.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:36.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:36 smithi026 ceph-mon[93126]: 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:53:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:36 smithi089 ceph-mon[103441]: 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:53:37.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:37.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:38.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:38.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:38 smithi089 ceph-mon[103441]: 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:53:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:38 smithi026 ceph-mon[93126]: 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:53:39.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:39.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:40 smithi026 ceph-mon[93126]: pgmap v2208: 97 pgs: 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:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:40 smithi089 ceph-mon[103441]: pgmap v2208: 97 pgs: 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:40.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:40.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:41.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:41.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:42.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:42.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:42 smithi089 ceph-mon[103441]: 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:53:43.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:42 smithi026 ceph-mon[93126]: 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:53:43.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:43.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:44.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:44.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:44 smithi089 ceph-mon[103441]: pgmap v2210: 97 pgs: 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:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:44 smithi026 ceph-mon[93126]: pgmap v2210: 97 pgs: 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:45.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:45.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:46.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:46.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:46 smithi026 ceph-mon[93126]: 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:53:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:46 smithi089 ceph-mon[103441]: 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:53:47.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:47.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:48.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:48.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:48 smithi089 ceph-mon[103441]: 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:53:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:48 smithi026 ceph-mon[93126]: 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:53:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:53:49.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:49.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:50 smithi026 ceph-mon[93126]: pgmap v2213: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:50 smithi089 ceph-mon[103441]: pgmap v2213: 97 pgs: 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:50.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:50.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:51.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:51.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:52.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:52.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:52 smithi089 ceph-mon[103441]: 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:53:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:52 smithi026 ceph-mon[93126]: 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:53:53.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:53.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:54.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:54.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:54 smithi089 ceph-mon[103441]: pgmap v2215: 97 pgs: 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:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:54 smithi026 ceph-mon[93126]: pgmap v2215: 97 pgs: 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:55.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:55.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:56.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:56.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:56 smithi089 ceph-mon[103441]: 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:53:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:56 smithi026 ceph-mon[93126]: 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:53:57.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:57.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:58.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:58.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:53:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:53:58 smithi089 ceph-mon[103441]: 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:53:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:53:58 smithi026 ceph-mon[93126]: 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:53:59.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:53:59.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:00 smithi026 ceph-mon[93126]: pgmap v2218: 97 pgs: 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:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:00 smithi089 ceph-mon[103441]: pgmap v2218: 97 pgs: 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:00.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:00.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:01.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:01.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:02.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:02.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:02 smithi089 ceph-mon[103441]: 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:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:02 smithi026 ceph-mon[93126]: 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:03.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:03.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:03.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:04.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:04.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:04 smithi089 ceph-mon[103441]: pgmap v2220: 97 pgs: 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:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:04 smithi026 ceph-mon[93126]: pgmap v2220: 97 pgs: 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:05.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:05.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:06.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:06.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:06 smithi089 ceph-mon[103441]: 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:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:06 smithi026 ceph-mon[93126]: 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:07.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:07.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:08.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:08.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:08 smithi089 ceph-mon[103441]: 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:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:08 smithi026 ceph-mon[93126]: 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:09.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:09.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:10 smithi026 ceph-mon[93126]: pgmap v2223: 97 pgs: 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:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:10 smithi089 ceph-mon[103441]: pgmap v2223: 97 pgs: 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:10.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:10.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:11.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:11.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:12 smithi089 ceph-mon[103441]: 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:54:12.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:12.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:12 smithi026 ceph-mon[93126]: 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:54:13.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:13.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:14.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:14.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:14 smithi089 ceph-mon[103441]: pgmap v2225: 97 pgs: 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:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:14 smithi026 ceph-mon[93126]: pgmap v2225: 97 pgs: 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:15.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:15.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:16.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:16.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:16 smithi089 ceph-mon[103441]: 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:54:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:16 smithi026 ceph-mon[93126]: 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:54:17.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:17.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:18.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:18.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:18 smithi089 ceph-mon[103441]: 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:54:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:18 smithi026 ceph-mon[93126]: 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:54:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:19.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:19.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:20 smithi026 ceph-mon[93126]: pgmap v2228: 97 pgs: 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:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:20 smithi089 ceph-mon[103441]: pgmap v2228: 97 pgs: 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:20.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:20.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:21.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:21.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:22.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:22.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:22 smithi089 ceph-mon[103441]: 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:54:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:22 smithi026 ceph-mon[93126]: 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:54:23.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:23.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:24.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:24.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:24 smithi089 ceph-mon[103441]: pgmap v2230: 97 pgs: 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:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:24 smithi026 ceph-mon[93126]: pgmap v2230: 97 pgs: 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:25.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:25.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:54:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:54:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:54:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:54:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:54:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:54:26.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:26.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:26.905 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:26 smithi026 ceph-mon[93126]: 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:54:26.905 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:54:26.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:54:26.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:54:26.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:54:26.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:54:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:26 smithi089 ceph-mon[103441]: 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:54:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:54:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:54:26.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:54:26.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:54:26.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:54:27.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:27.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:28.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:28.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:28 smithi089 ceph-mon[103441]: 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:54:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:28 smithi026 ceph-mon[93126]: 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:54:29.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:29.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:30 smithi026 ceph-mon[93126]: pgmap v2233: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:30 smithi089 ceph-mon[103441]: pgmap v2233: 97 pgs: 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.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:30.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:31.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:31.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:32.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:32.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:32 smithi089 ceph-mon[103441]: 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:54:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:32 smithi026 ceph-mon[93126]: 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:54:33.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:33.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:33.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:34.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:34.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:34 smithi089 ceph-mon[103441]: pgmap v2235: 97 pgs: 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:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:34 smithi026 ceph-mon[93126]: pgmap v2235: 97 pgs: 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:35.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:35.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:36.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:36.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:36 smithi089 ceph-mon[103441]: 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:54:37.019 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:36 smithi026 ceph-mon[93126]: 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:54:37.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:37.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:38.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:38.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:38 smithi089 ceph-mon[103441]: 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:54:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:38 smithi026 ceph-mon[93126]: 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:54:39.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:39.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:40 smithi026 ceph-mon[93126]: pgmap v2238: 97 pgs: 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:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:40 smithi089 ceph-mon[103441]: pgmap v2238: 97 pgs: 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:40.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:40.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:41.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:41.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:42.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:42.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:42 smithi089 ceph-mon[103441]: 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:54:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:42 smithi026 ceph-mon[93126]: 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:54:43.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:43.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:44.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:44.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:44 smithi089 ceph-mon[103441]: pgmap v2240: 97 pgs: 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:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:44 smithi026 ceph-mon[93126]: pgmap v2240: 97 pgs: 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:45.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:45.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:46.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:46.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:46 smithi089 ceph-mon[103441]: 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:54:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:46 smithi026 ceph-mon[93126]: 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:54:47.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:47.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:48.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:48.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:48 smithi089 ceph-mon[103441]: 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:54:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:48 smithi026 ceph-mon[93126]: 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:54:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:54:49.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:49.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:50.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:50 smithi026 ceph-mon[93126]: pgmap v2243: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:50 smithi089 ceph-mon[103441]: pgmap v2243: 97 pgs: 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:50.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:50.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:51.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:51.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:52.846 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:52 smithi089 ceph-mon[103441]: 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:54:52.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:52.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:52 smithi026 ceph-mon[93126]: 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:54:53.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:53.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:54.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:54.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:54 smithi089 ceph-mon[103441]: pgmap v2245: 97 pgs: 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:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:54 smithi026 ceph-mon[93126]: pgmap v2245: 97 pgs: 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:55.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:55.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:56.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:56.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:56 smithi089 ceph-mon[103441]: 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:54:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:56 smithi026 ceph-mon[93126]: 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:54:57.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:57.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:58.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:58.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:54:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:54:58 smithi089 ceph-mon[103441]: 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:54:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:54:58 smithi026 ceph-mon[93126]: 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:54:59.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:54:59.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:00 smithi026 ceph-mon[93126]: pgmap v2248: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:00 smithi089 ceph-mon[103441]: pgmap v2248: 97 pgs: 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.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:00.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:01.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:01.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:02.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:02.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:02 smithi089 ceph-mon[103441]: 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:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:02 smithi026 ceph-mon[93126]: 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:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:03.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:03.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:04 smithi089 ceph-mon[103441]: pgmap v2250: 97 pgs: 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:04.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:04.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:04 smithi026 ceph-mon[93126]: pgmap v2250: 97 pgs: 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:05.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:05.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:06 smithi089 ceph-mon[103441]: 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:06.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:06.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:06 smithi026 ceph-mon[93126]: 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:07.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:07.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:08 smithi089 ceph-mon[103441]: 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:08.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:08.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:08 smithi026 ceph-mon[93126]: 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:09.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:09.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:10 smithi026 ceph-mon[93126]: pgmap v2253: 97 pgs: 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:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:10 smithi089 ceph-mon[103441]: pgmap v2253: 97 pgs: 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:10.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:10.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:11.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:11.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:12 smithi026 ceph-mon[93126]: 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:55:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:12 smithi089 ceph-mon[103441]: 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:55:12.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:12.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:13.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:13.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:14 smithi089 ceph-mon[103441]: pgmap v2255: 97 pgs: 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:14.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:14.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:14 smithi026 ceph-mon[93126]: pgmap v2255: 97 pgs: 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:15.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:15.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:16 smithi089 ceph-mon[103441]: 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:55:16.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:16.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:16 smithi026 ceph-mon[93126]: 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:55:17.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:17.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:18 smithi089 ceph-mon[103441]: 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:55:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:18.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:18.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:19.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:18 smithi026 ceph-mon[93126]: 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:55:19.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:19.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:19.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:20 smithi026 ceph-mon[93126]: pgmap v2258: 97 pgs: 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:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:20 smithi089 ceph-mon[103441]: pgmap v2258: 97 pgs: 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:20.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:20.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:21.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:21.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:22 smithi026 ceph-mon[93126]: 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:55:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:22 smithi089 ceph-mon[103441]: 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:55:22.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:22.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:23.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:23.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:24 smithi089 ceph-mon[103441]: pgmap v2260: 97 pgs: 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:24.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:24.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:24 smithi026 ceph-mon[93126]: pgmap v2260: 97 pgs: 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:25.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:25.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:26 smithi089 ceph-mon[103441]: 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:55:26.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:55:26.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:26.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:26 smithi026 ceph-mon[93126]: 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:55:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:55:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:55:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:55:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:55:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:55:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:55:27.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:27.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:55:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:55:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:55:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:55:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:55:28.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:28.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:28 smithi026 ceph-mon[93126]: 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:55:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:28 smithi089 ceph-mon[103441]: 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:55:29.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:29.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:30 smithi026 ceph-mon[93126]: pgmap v2263: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:30 smithi089 ceph-mon[103441]: pgmap v2263: 97 pgs: 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.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:30.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:31.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:31.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:32 smithi089 ceph-mon[103441]: 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:55:32.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:32.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:32 smithi026 ceph-mon[93126]: 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:55:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:33.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:33.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:34 smithi089 ceph-mon[103441]: pgmap v2265: 97 pgs: 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:34.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:34.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:34 smithi026 ceph-mon[93126]: pgmap v2265: 97 pgs: 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:35.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:35.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:36 smithi089 ceph-mon[103441]: 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:55:36.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:36.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:36 smithi026 ceph-mon[93126]: 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:55:37.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:37.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:38 smithi089 ceph-mon[103441]: 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:55:38.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:38.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:38 smithi026 ceph-mon[93126]: 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:55:39.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:39.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:40 smithi026 ceph-mon[93126]: pgmap v2268: 97 pgs: 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:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:40 smithi089 ceph-mon[103441]: pgmap v2268: 97 pgs: 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:40.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:40.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:41.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:41.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:42 smithi089 ceph-mon[103441]: 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:55:42.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:42.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:42 smithi026 ceph-mon[93126]: 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:55:43.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:43.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:44 smithi089 ceph-mon[103441]: pgmap v2270: 97 pgs: 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:44.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:44.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:44 smithi026 ceph-mon[93126]: pgmap v2270: 97 pgs: 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:45.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:45.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:46 smithi089 ceph-mon[103441]: 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:55:46.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:47.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:46 smithi026 ceph-mon[93126]: 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:55:48.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:48.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:48 smithi089 ceph-mon[103441]: 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:55:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:49.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:49.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:48 smithi026 ceph-mon[93126]: 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:55:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:55:50.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:50.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:50.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:50 smithi026 ceph-mon[93126]: pgmap v2273: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:50 smithi089 ceph-mon[103441]: pgmap v2273: 97 pgs: 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.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:51.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:52.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:52.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:52.880 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:52 smithi026 ceph-mon[93126]: 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:55:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:52 smithi089 ceph-mon[103441]: 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:55:53.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:53.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:54.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:54.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:54 smithi089 ceph-mon[103441]: pgmap v2275: 97 pgs: 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:55.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:55.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:54 smithi026 ceph-mon[93126]: pgmap v2275: 97 pgs: 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:56.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:56.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:56 smithi089 ceph-mon[103441]: 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:55:57.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:57.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:56 smithi026 ceph-mon[93126]: 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:55:58.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:58.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:55:58 smithi089 ceph-mon[103441]: 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:55:59.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:55:59.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:55:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:55:58 smithi026 ceph-mon[93126]: 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:00.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:00.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:00 smithi026 ceph-mon[93126]: pgmap v2278: 97 pgs: 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:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:00 smithi089 ceph-mon[103441]: pgmap v2278: 97 pgs: 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.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:01.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:02.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:02.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:02 smithi089 ceph-mon[103441]: 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:02.993 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:02 smithi026 ceph-mon[93126]: 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:03.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:03.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:04.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:04.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:04 smithi089 ceph-mon[103441]: pgmap v2280: 97 pgs: 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:05.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:05.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:04 smithi026 ceph-mon[93126]: pgmap v2280: 97 pgs: 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:06.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:06.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:06 smithi089 ceph-mon[103441]: 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:07.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:07.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:06 smithi026 ceph-mon[93126]: 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:08.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:08.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:08 smithi089 ceph-mon[103441]: 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:09.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:09.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:08 smithi026 ceph-mon[93126]: 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:10.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:10.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:10 smithi026 ceph-mon[93126]: pgmap v2283: 97 pgs: 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:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:10 smithi089 ceph-mon[103441]: pgmap v2283: 97 pgs: 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.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:11.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:12.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:12.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:12 smithi089 ceph-mon[103441]: 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:56:13.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:13.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:12 smithi026 ceph-mon[93126]: 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:56:14.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:14.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:14 smithi089 ceph-mon[103441]: pgmap v2285: 97 pgs: 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:15.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:15.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:14 smithi026 ceph-mon[93126]: pgmap v2285: 97 pgs: 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:16.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:16.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:16 smithi089 ceph-mon[103441]: 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:56:17.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:17.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:16 smithi026 ceph-mon[93126]: 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:56:18.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:18.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:18 smithi089 ceph-mon[103441]: 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:56:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:19.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:19.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:18 smithi026 ceph-mon[93126]: 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:56:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:20.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:20.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:20 smithi026 ceph-mon[93126]: pgmap v2288: 97 pgs: 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:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:20 smithi089 ceph-mon[103441]: pgmap v2288: 97 pgs: 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.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:21.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:22.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:22.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:22 smithi089 ceph-mon[103441]: 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:56:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:22 smithi026 ceph-mon[93126]: 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:56:23.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:23.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:24.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:24.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:24 smithi089 ceph-mon[103441]: pgmap v2290: 97 pgs: 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:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:24 smithi026 ceph-mon[93126]: pgmap v2290: 97 pgs: 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:25.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:25.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:26.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:26.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:26 smithi089 ceph-mon[103441]: 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:56:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:26 smithi026 ceph-mon[93126]: 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:56:27.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:27.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:56:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:56:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:56:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:56:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:56:27.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:56:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:56:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:56:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:56:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:56:28.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:56:28.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:56:28.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:28.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:28 smithi089 ceph-mon[103441]: 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:56:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:28 smithi026 ceph-mon[93126]: 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:56:29.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:29.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:30.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:30.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:30 smithi026 ceph-mon[93126]: pgmap v2293: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:30 smithi089 ceph-mon[103441]: pgmap v2293: 97 pgs: 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.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:31.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:32.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:32.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:32 smithi089 ceph-mon[103441]: 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:56:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:32 smithi026 ceph-mon[93126]: 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:56:33.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:33.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:33.901 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:34.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:34.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:34 smithi089 ceph-mon[103441]: pgmap v2295: 97 pgs: 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:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:34 smithi026 ceph-mon[93126]: pgmap v2295: 97 pgs: 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:35.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:35.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:36.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:36.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:36 smithi089 ceph-mon[103441]: 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:56:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:36 smithi026 ceph-mon[93126]: 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:56:37.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:37.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:38.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:38.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:38 smithi026 ceph-mon[93126]: 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:56:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:38 smithi089 ceph-mon[103441]: 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:56:39.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:39.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:40.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:40.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:40 smithi026 ceph-mon[93126]: pgmap v2298: 97 pgs: 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:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:40 smithi089 ceph-mon[103441]: pgmap v2298: 97 pgs: 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.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:41.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:42.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:42.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:42 smithi089 ceph-mon[103441]: 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:56:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:42 smithi026 ceph-mon[93126]: 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:56:43.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:43.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:44.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:44.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:44 smithi089 ceph-mon[103441]: pgmap v2300: 97 pgs: 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:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:44 smithi026 ceph-mon[93126]: pgmap v2300: 97 pgs: 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:45.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:45.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:46.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:46.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:46 smithi089 ceph-mon[103441]: 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:56:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:46 smithi026 ceph-mon[93126]: 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:56:47.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:47.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:48.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:48.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:48 smithi026 ceph-mon[93126]: 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:56:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:48 smithi089 ceph-mon[103441]: 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:56:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:56:49.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:49.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:50.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:50.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:50 smithi026 ceph-mon[93126]: pgmap v2303: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:50 smithi089 ceph-mon[103441]: pgmap v2303: 97 pgs: 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.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:51.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:52.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:52.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:52 smithi089 ceph-mon[103441]: 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:56:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:52 smithi026 ceph-mon[93126]: 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:56:53.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:53.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:54.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:54.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:54 smithi089 ceph-mon[103441]: pgmap v2305: 97 pgs: 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:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:54 smithi026 ceph-mon[93126]: pgmap v2305: 97 pgs: 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:55.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:55.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:56.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:56.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:56 smithi089 ceph-mon[103441]: 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:56:57.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:56 smithi026 ceph-mon[93126]: 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:56:57.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:57.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:58.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:58.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:56:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:56:58 smithi089 ceph-mon[103441]: 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:56:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:56:58 smithi026 ceph-mon[93126]: 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:56:59.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:56:59.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:00.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:00.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:00 smithi026 ceph-mon[93126]: pgmap v2308: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:00 smithi089 ceph-mon[103441]: pgmap v2308: 97 pgs: 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.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:01.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:02.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:02.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:02 smithi089 ceph-mon[103441]: 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:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:02 smithi026 ceph-mon[93126]: 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:03.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:03.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:04.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:04.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:04 smithi089 ceph-mon[103441]: pgmap v2310: 97 pgs: 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:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:04 smithi026 ceph-mon[93126]: pgmap v2310: 97 pgs: 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:05.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:05.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:06.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:06.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:06 smithi089 ceph-mon[103441]: 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:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:06 smithi026 ceph-mon[93126]: 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:07.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:07.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:08.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:08.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:08 smithi089 ceph-mon[103441]: 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:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:08 smithi026 ceph-mon[93126]: 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:09.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:09.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:10.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:10.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:10 smithi026 ceph-mon[93126]: pgmap v2313: 97 pgs: 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:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:10 smithi089 ceph-mon[103441]: pgmap v2313: 97 pgs: 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.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:11.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:12.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:12.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:12 smithi089 ceph-mon[103441]: 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:57:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:12 smithi026 ceph-mon[93126]: 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:57:13.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:13.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:14.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:14.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:14 smithi089 ceph-mon[103441]: pgmap v2315: 97 pgs: 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:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:14 smithi026 ceph-mon[93126]: pgmap v2315: 97 pgs: 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:15.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:15.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:16.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:16.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:16 smithi089 ceph-mon[103441]: 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:57:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:16 smithi026 ceph-mon[93126]: 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:57:17.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:17.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:18.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:18.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:18 smithi089 ceph-mon[103441]: 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:57:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:18 smithi026 ceph-mon[93126]: 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:57:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:19.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:19.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:20.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:20.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:20 smithi026 ceph-mon[93126]: pgmap v2318: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:20 smithi089 ceph-mon[103441]: pgmap v2318: 97 pgs: 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.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:21.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:22.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:22.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:22 smithi089 ceph-mon[103441]: 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:57:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:22 smithi026 ceph-mon[93126]: 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:57:23.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:23.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:24.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:24.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:24 smithi089 ceph-mon[103441]: pgmap v2320: 97 pgs: 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:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:24 smithi026 ceph-mon[93126]: pgmap v2320: 97 pgs: 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:25.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:25.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:26.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:26.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:26 smithi089 ceph-mon[103441]: 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:57:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:26 smithi026 ceph-mon[93126]: 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:57:27.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:27.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:57:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:57:28.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:28.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:28 smithi089 ceph-mon[103441]: 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:57:28.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:57:28.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:57:28.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:57:28.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:57:28.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:57:28.968 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:28 smithi026 ceph-mon[93126]: 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:57:28.969 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:57:28.969 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:57:28.969 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:57:28.969 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:57:28.969 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:57:29.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:29.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:30.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:30.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:30 smithi026 ceph-mon[93126]: pgmap v2323: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:30 smithi089 ceph-mon[103441]: pgmap v2323: 97 pgs: 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.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:31.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:32.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:32.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:32 smithi089 ceph-mon[103441]: 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:57:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:32 smithi026 ceph-mon[93126]: 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:57:33.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:33.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:34.024 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:34.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:34.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:34 smithi089 ceph-mon[103441]: pgmap v2325: 97 pgs: 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:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:34 smithi026 ceph-mon[93126]: pgmap v2325: 97 pgs: 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:35.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:35.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:36.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:36.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:36 smithi089 ceph-mon[103441]: 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:57:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:36 smithi026 ceph-mon[93126]: 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:57:37.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:37.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:38.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:38.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:38 smithi089 ceph-mon[103441]: 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:57:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:38 smithi026 ceph-mon[93126]: 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:57:39.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:39.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:40.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:40.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:40 smithi026 ceph-mon[93126]: pgmap v2328: 97 pgs: 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:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:40 smithi089 ceph-mon[103441]: pgmap v2328: 97 pgs: 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.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:41.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:42.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:42.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:42 smithi089 ceph-mon[103441]: 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:57:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:42 smithi026 ceph-mon[93126]: 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:57:43.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:43.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:44.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:44.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:44 smithi089 ceph-mon[103441]: pgmap v2330: 97 pgs: 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:45.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:44 smithi026 ceph-mon[93126]: pgmap v2330: 97 pgs: 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:45.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:45.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:46.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:46.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:46 smithi089 ceph-mon[103441]: 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:57:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:46 smithi026 ceph-mon[93126]: 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:57:47.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:47.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:48.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:48.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:48 smithi089 ceph-mon[103441]: 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:57:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:48 smithi026 ceph-mon[93126]: 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:57:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:57:49.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:49.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:50.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:50.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:50 smithi026 ceph-mon[93126]: pgmap v2333: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:50 smithi089 ceph-mon[103441]: pgmap v2333: 97 pgs: 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.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:51.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:52.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:52.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:52 smithi089 ceph-mon[103441]: 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:57:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:52 smithi026 ceph-mon[93126]: 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:57:53.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:53.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:54.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:54.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:54 smithi089 ceph-mon[103441]: pgmap v2335: 97 pgs: 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:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:54 smithi026 ceph-mon[93126]: pgmap v2335: 97 pgs: 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:55.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:55.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:56.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:56.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:56 smithi089 ceph-mon[103441]: 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:57:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:56 smithi026 ceph-mon[93126]: 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:57:57.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:57.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:58.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:58.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:57:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:57:58 smithi089 ceph-mon[103441]: 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:57:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:57:58 smithi026 ceph-mon[93126]: 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:57:59.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:57:59.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:00.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:00.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:00 smithi026 ceph-mon[93126]: pgmap v2338: 97 pgs: 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.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:00 smithi089 ceph-mon[103441]: pgmap v2338: 97 pgs: 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.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:01.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:02.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:02.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:02 smithi089 ceph-mon[103441]: 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:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:02 smithi026 ceph-mon[93126]: 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:03.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:03.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:04.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:04.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:04 smithi089 ceph-mon[103441]: pgmap v2340: 97 pgs: 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:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:04 smithi026 ceph-mon[93126]: pgmap v2340: 97 pgs: 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:05.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:05.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:06.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:06.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:06 smithi089 ceph-mon[103441]: 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:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:06 smithi026 ceph-mon[93126]: 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:07.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:07.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:08.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:08.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:08 smithi089 ceph-mon[103441]: 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:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:08 smithi026 ceph-mon[93126]: 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:09.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:09.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:10.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:10.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:10 smithi026 ceph-mon[93126]: pgmap v2343: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:10 smithi089 ceph-mon[103441]: pgmap v2343: 97 pgs: 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.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:11.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:12.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:12.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:12 smithi089 ceph-mon[103441]: 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:58:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:12 smithi026 ceph-mon[93126]: 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:58:13.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:13.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:14.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:14.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:14 smithi026 ceph-mon[93126]: pgmap v2345: 97 pgs: 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:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:14 smithi089 ceph-mon[103441]: pgmap v2345: 97 pgs: 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:15.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:15.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:16.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:16.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:16 smithi089 ceph-mon[103441]: 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:58:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:16 smithi026 ceph-mon[93126]: 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:58:17.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:17.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:18.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:18.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:18 smithi089 ceph-mon[103441]: 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:58:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:18 smithi026 ceph-mon[93126]: 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:58:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:19.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:19.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:20.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:20.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:20 smithi026 ceph-mon[93126]: pgmap v2348: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:20 smithi089 ceph-mon[103441]: pgmap v2348: 97 pgs: 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.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:21.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:22.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:22.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:22 smithi089 ceph-mon[103441]: 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:58:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:22 smithi026 ceph-mon[93126]: 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:58:23.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:23.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:24.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:24.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:24 smithi089 ceph-mon[103441]: pgmap v2350: 97 pgs: 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:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:24 smithi026 ceph-mon[93126]: pgmap v2350: 97 pgs: 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:25.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:25.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:26.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:26.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:26 smithi089 ceph-mon[103441]: 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:58:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:26 smithi026 ceph-mon[93126]: 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:58:27.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:27.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:28.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:28.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:28 smithi089 ceph-mon[103441]: 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:58:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:58:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:28 smithi026 ceph-mon[93126]: 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:58:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:58:29.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:29.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:58:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:58:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:58:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:58:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:58:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:58:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:58:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:58:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:58:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:58:30.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:30.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:30 smithi089 ceph-mon[103441]: pgmap v2353: 97 pgs: 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.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:30 smithi026 ceph-mon[93126]: pgmap v2353: 97 pgs: 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.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:31.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:32.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:32.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:32 smithi089 ceph-mon[103441]: 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:58:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:32 smithi026 ceph-mon[93126]: 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:58:33.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:33.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:34.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:34.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:34 smithi089 ceph-mon[103441]: pgmap v2355: 97 pgs: 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:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:34 smithi026 ceph-mon[93126]: pgmap v2355: 97 pgs: 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:35.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:35.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:36.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:36.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:36 smithi026 ceph-mon[93126]: 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:58:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:36 smithi089 ceph-mon[103441]: 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:58:37.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:37.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:38.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:38.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:38 smithi026 ceph-mon[93126]: 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:58:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:38 smithi089 ceph-mon[103441]: 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:58:39.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:39.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:40.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:40.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:40 smithi026 ceph-mon[93126]: pgmap v2358: 97 pgs: 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:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:40 smithi089 ceph-mon[103441]: pgmap v2358: 97 pgs: 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.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:41.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:42.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:42.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:42 smithi089 ceph-mon[103441]: 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:58:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:42 smithi026 ceph-mon[93126]: 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:58:43.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:43.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:44.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:44.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:44 smithi089 ceph-mon[103441]: pgmap v2360: 97 pgs: 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:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:44 smithi026 ceph-mon[93126]: pgmap v2360: 97 pgs: 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:45.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:45.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:46.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:46.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:46 smithi089 ceph-mon[103441]: 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:58:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:46 smithi026 ceph-mon[93126]: 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:58:47.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:47.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:48.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:48.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:48 smithi089 ceph-mon[103441]: 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:58:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:48 smithi026 ceph-mon[93126]: 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:58:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:58:49.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:49.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:50.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:50.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:50 smithi026 ceph-mon[93126]: pgmap v2363: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:50 smithi089 ceph-mon[103441]: pgmap v2363: 97 pgs: 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.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:51.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:52.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:52.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:52 smithi089 ceph-mon[103441]: 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:58:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:52 smithi026 ceph-mon[93126]: 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:58:53.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:53.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:54.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:54.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:54 smithi089 ceph-mon[103441]: pgmap v2365: 97 pgs: 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:54.942 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:54 smithi026 ceph-mon[93126]: pgmap v2365: 97 pgs: 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:55.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:55.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:56.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:56.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:56 smithi089 ceph-mon[103441]: 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:58:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:56 smithi026 ceph-mon[93126]: 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:58:57.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:57.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:58.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:58.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:58:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:58:58 smithi089 ceph-mon[103441]: 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:58:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:58:58 smithi026 ceph-mon[93126]: 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:58:59.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:58:59.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:00.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:00.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:00 smithi089 ceph-mon[103441]: pgmap v2368: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:00 smithi026 ceph-mon[93126]: pgmap v2368: 97 pgs: 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.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:01.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:02.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:02.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:02 smithi089 ceph-mon[103441]: 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:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:02 smithi026 ceph-mon[93126]: 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:03.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:03.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:04.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:04.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:04 smithi089 ceph-mon[103441]: pgmap v2370: 97 pgs: 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:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:04 smithi026 ceph-mon[93126]: pgmap v2370: 97 pgs: 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:05.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:05.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:06.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:06.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:06 smithi026 ceph-mon[93126]: 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:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:06 smithi089 ceph-mon[103441]: 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:07.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:07.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:08.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:08.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:08 smithi026 ceph-mon[93126]: 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:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:08 smithi089 ceph-mon[103441]: 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:09.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:09.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:10.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:10.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:10 smithi026 ceph-mon[93126]: pgmap v2373: 97 pgs: 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:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:10 smithi089 ceph-mon[103441]: pgmap v2373: 97 pgs: 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.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:11.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:12.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:12.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:12 smithi089 ceph-mon[103441]: 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-16T21:59:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:12 smithi026 ceph-mon[93126]: 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-16T21:59:13.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:13.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:14.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:14.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:14 smithi089 ceph-mon[103441]: pgmap v2375: 97 pgs: 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:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:14 smithi026 ceph-mon[93126]: pgmap v2375: 97 pgs: 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:15.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:15.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:16.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:16.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:16 smithi026 ceph-mon[93126]: 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-16T21:59:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:16 smithi089 ceph-mon[103441]: 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-16T21:59:17.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:17.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:18.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:18.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:19.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:18 smithi026 ceph-mon[93126]: 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-16T21:59:19.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:18 smithi089 ceph-mon[103441]: 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-16T21:59:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:19.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:19.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:20.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:20.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:20 smithi026 ceph-mon[93126]: pgmap v2378: 97 pgs: 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:20.645 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:20 smithi089 ceph-mon[103441]: pgmap v2378: 97 pgs: 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.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:21.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:22.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:22.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:22 smithi089 ceph-mon[103441]: 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-16T21:59:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:22 smithi026 ceph-mon[93126]: 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-16T21:59:23.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:23.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:24.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:24.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:24 smithi026 ceph-mon[93126]: pgmap v2380: 97 pgs: 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:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:24 smithi089 ceph-mon[103441]: pgmap v2380: 97 pgs: 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:25.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:25.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:26.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:26.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:26 smithi026 ceph-mon[93126]: 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-16T21:59:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:26 smithi089 ceph-mon[103441]: 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-16T21:59:27.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:27.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:28.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:28.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:28 smithi026 ceph-mon[93126]: 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-16T21:59:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:28 smithi089 ceph-mon[103441]: 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-16T21:59:29.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:29.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:59:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:59:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:59:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:59:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:59:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:59:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T21:59:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T21:59:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T21:59:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:59:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T21:59:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T21:59:30.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:30.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:30 smithi026 ceph-mon[93126]: pgmap v2383: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:30 smithi089 ceph-mon[103441]: pgmap v2383: 97 pgs: 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.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:31.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:32.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:32.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:32 smithi026 ceph-mon[93126]: 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-16T21:59:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:32 smithi089 ceph-mon[103441]: 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-16T21:59:33.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:33.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:34.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:34.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:34 smithi026 ceph-mon[93126]: pgmap v2385: 97 pgs: 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:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:34 smithi089 ceph-mon[103441]: pgmap v2385: 97 pgs: 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:35.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:35.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:36.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:36.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:36 smithi026 ceph-mon[93126]: 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-16T21:59:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:36 smithi089 ceph-mon[103441]: 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-16T21:59:37.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:37.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:38.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:38.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:38 smithi026 ceph-mon[93126]: 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-16T21:59:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:38 smithi089 ceph-mon[103441]: 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-16T21:59:39.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:39.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:40.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:40.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:40 smithi089 ceph-mon[103441]: pgmap v2388: 97 pgs: 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:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:40 smithi026 ceph-mon[93126]: pgmap v2388: 97 pgs: 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.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:41.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:42.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:42.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:42 smithi026 ceph-mon[93126]: 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-16T21:59:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:42 smithi089 ceph-mon[103441]: 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-16T21:59:43.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:43.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:44.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:44.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:44 smithi026 ceph-mon[93126]: pgmap v2390: 97 pgs: 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:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:44 smithi089 ceph-mon[103441]: pgmap v2390: 97 pgs: 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:45.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:45.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:46.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:46.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:46 smithi026 ceph-mon[93126]: 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-16T21:59:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:46 smithi089 ceph-mon[103441]: 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-16T21:59:47.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:47.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:48.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:48.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:48 smithi026 ceph-mon[93126]: 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-16T21:59:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:48 smithi089 ceph-mon[103441]: 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-16T21:59:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T21:59:49.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:49.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:50.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:50.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:50.573 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:50 smithi026 ceph-mon[93126]: pgmap v2393: 97 pgs: 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:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:50 smithi089 ceph-mon[103441]: pgmap v2393: 97 pgs: 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.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:51.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:52.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:52.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:52 smithi026 ceph-mon[93126]: 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-16T21:59:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:52 smithi089 ceph-mon[103441]: 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-16T21:59:53.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:53.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:54.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:54.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:54 smithi026 ceph-mon[93126]: pgmap v2395: 97 pgs: 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:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:54 smithi089 ceph-mon[103441]: pgmap v2395: 97 pgs: 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:55.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:55.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:56.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:56.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:56 smithi026 ceph-mon[93126]: 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-16T21:59:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:56 smithi089 ceph-mon[103441]: 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-16T21:59:57.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:57.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:58.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:58.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T21:59:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 21:59:58 smithi026 ceph-mon[93126]: 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-16T21:59:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 21:59:58 smithi089 ceph-mon[103441]: 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-16T21:59:59.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T21:59:59.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:00.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:00.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:00 smithi089 ceph-mon[103441]: pgmap v2398: 97 pgs: 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:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T22:00:00.690 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:00 smithi026 ceph-mon[93126]: pgmap v2398: 97 pgs: 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:00.690 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T22:00:01.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:01.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:02.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:02.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:02 smithi026 ceph-mon[93126]: 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:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:02 smithi089 ceph-mon[103441]: 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:03.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:03.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:04.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:04.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:04 smithi026 ceph-mon[93126]: pgmap v2400: 97 pgs: 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:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:04 smithi089 ceph-mon[103441]: pgmap v2400: 97 pgs: 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:05.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:05.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:06.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:06.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:06 smithi026 ceph-mon[93126]: 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:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:06 smithi089 ceph-mon[103441]: 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:07.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:07.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:08.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:08.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:08 smithi026 ceph-mon[93126]: 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:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:08 smithi089 ceph-mon[103441]: 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:09.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:09.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:10.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:10.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:10 smithi089 ceph-mon[103441]: pgmap v2403: 97 pgs: 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:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:10 smithi026 ceph-mon[93126]: pgmap v2403: 97 pgs: 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.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:11.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:12.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:12.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:12 smithi026 ceph-mon[93126]: 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:00:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:12 smithi089 ceph-mon[103441]: 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:00:13.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:13.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:14.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:14.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:14 smithi026 ceph-mon[93126]: pgmap v2405: 97 pgs: 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:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:14 smithi089 ceph-mon[103441]: pgmap v2405: 97 pgs: 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:15.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:15.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:16.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:16.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:16 smithi026 ceph-mon[93126]: 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:00:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:16 smithi089 ceph-mon[103441]: 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:00:17.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:17.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:18.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:18.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:18 smithi026 ceph-mon[93126]: 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:00:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:18 smithi089 ceph-mon[103441]: 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:00:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:19.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:19.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:20.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:20.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:20.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:20 smithi089 ceph-mon[103441]: pgmap v2408: 97 pgs: 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:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:20 smithi026 ceph-mon[93126]: pgmap v2408: 97 pgs: 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.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:21.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:22.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:22.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:22 smithi026 ceph-mon[93126]: 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:00:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:22 smithi089 ceph-mon[103441]: 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:00:23.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:23.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:24.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:24.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:24 smithi026 ceph-mon[93126]: pgmap v2410: 97 pgs: 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:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:24 smithi089 ceph-mon[103441]: pgmap v2410: 97 pgs: 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:25.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:25.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:26.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:26.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:26 smithi026 ceph-mon[93126]: 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:00:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:26 smithi089 ceph-mon[103441]: 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:00:27.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:27.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:28.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:28.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:28 smithi026 ceph-mon[93126]: 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:00:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:28 smithi089 ceph-mon[103441]: 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:00:29.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:29.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:30.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:30.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:30 smithi089 ceph-mon[103441]: pgmap v2413: 97 pgs: 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:30.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:00:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:30 smithi026 ceph-mon[93126]: pgmap v2413: 97 pgs: 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:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:00:31.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:31.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:32.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:32.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:32 smithi026 ceph-mon[93126]: 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:00:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:32 smithi089 ceph-mon[103441]: 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:00:33.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:33.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:34.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:34.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:34 smithi026 ceph-mon[93126]: pgmap v2415: 97 pgs: 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:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:00:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:00:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:34 smithi089 ceph-mon[103441]: pgmap v2415: 97 pgs: 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:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:00:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:00:35.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:35.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:00:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:00:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:00:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:00:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:00:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:00:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:00:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:00:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:00:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:00:36.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:36.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:36 smithi026 ceph-mon[93126]: 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:00:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:36 smithi089 ceph-mon[103441]: 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:00:37.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:37.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:38.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:38.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:38 smithi026 ceph-mon[93126]: 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:00:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:38 smithi089 ceph-mon[103441]: 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:00:39.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:39.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:40.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:40.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:40 smithi089 ceph-mon[103441]: pgmap v2418: 97 pgs: 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:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:40 smithi026 ceph-mon[93126]: pgmap v2418: 97 pgs: 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.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:41.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:42.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:42.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:42 smithi026 ceph-mon[93126]: 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:00:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:42 smithi089 ceph-mon[103441]: 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:00:43.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:43.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:44.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:44.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:44 smithi026 ceph-mon[93126]: pgmap v2420: 97 pgs: 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:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:44 smithi089 ceph-mon[103441]: pgmap v2420: 97 pgs: 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:45.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:45.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:46.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:46.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:46 smithi089 ceph-mon[103441]: 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:00:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:46 smithi026 ceph-mon[93126]: 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:00:47.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:47.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:48.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:48.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:48 smithi026 ceph-mon[93126]: 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:00:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:48 smithi089 ceph-mon[103441]: 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:00:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:00:49.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:49.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:50.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:50.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:50 smithi089 ceph-mon[103441]: pgmap v2423: 97 pgs: 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:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:50 smithi026 ceph-mon[93126]: pgmap v2423: 97 pgs: 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.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:51.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:52.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:52.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:52 smithi026 ceph-mon[93126]: 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:00:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:52 smithi089 ceph-mon[103441]: 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:00:53.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:53.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:54.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:54.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:54 smithi026 ceph-mon[93126]: pgmap v2425: 97 pgs: 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:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:54 smithi089 ceph-mon[103441]: pgmap v2425: 97 pgs: 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:55.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:55.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:56.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:56.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:56 smithi089 ceph-mon[103441]: 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:00:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:56 smithi026 ceph-mon[93126]: 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:00:57.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:57.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:58.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:58.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:00:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:00:58 smithi026 ceph-mon[93126]: 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:00:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:00:58 smithi089 ceph-mon[103441]: 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:00:59.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:00:59.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:00.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:00.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:00 smithi089 ceph-mon[103441]: pgmap v2428: 97 pgs: 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:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:00 smithi026 ceph-mon[93126]: pgmap v2428: 97 pgs: 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.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:01.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:02.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:02.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:02 smithi026 ceph-mon[93126]: 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:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:02 smithi089 ceph-mon[103441]: 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:03.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:03.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:04.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:04.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:04 smithi026 ceph-mon[93126]: pgmap v2430: 97 pgs: 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:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:04 smithi089 ceph-mon[103441]: pgmap v2430: 97 pgs: 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:05.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:05.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:06.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:06.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:06 smithi026 ceph-mon[93126]: 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:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:06 smithi089 ceph-mon[103441]: 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:07.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:07.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:08.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:08.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:08 smithi026 ceph-mon[93126]: 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:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:08 smithi089 ceph-mon[103441]: 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:09.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:09.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:10.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:10.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:10 smithi089 ceph-mon[103441]: pgmap v2433: 97 pgs: 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:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:10 smithi026 ceph-mon[93126]: pgmap v2433: 97 pgs: 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.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:11.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:12.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:12.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:12 smithi026 ceph-mon[93126]: 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:01:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:12 smithi089 ceph-mon[103441]: 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:01:13.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:13.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:14.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:14.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:14 smithi026 ceph-mon[93126]: pgmap v2435: 97 pgs: 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:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:14 smithi089 ceph-mon[103441]: pgmap v2435: 97 pgs: 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:15.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:15.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:16.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:16.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:16 smithi026 ceph-mon[93126]: 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:01:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:16 smithi089 ceph-mon[103441]: 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:01:17.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:17.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:18.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:18.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:18 smithi026 ceph-mon[93126]: 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:01:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:18 smithi089 ceph-mon[103441]: 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:01:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:19.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:19.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:20.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:20.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:20 smithi089 ceph-mon[103441]: pgmap v2438: 97 pgs: 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:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:20 smithi026 ceph-mon[93126]: pgmap v2438: 97 pgs: 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.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:21.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:22.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:22.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:22 smithi026 ceph-mon[93126]: 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:01:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:22 smithi089 ceph-mon[103441]: 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:01:23.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:23.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:24.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:24.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:24 smithi026 ceph-mon[93126]: pgmap v2440: 97 pgs: 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:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:24 smithi089 ceph-mon[103441]: pgmap v2440: 97 pgs: 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:25.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:25.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:26.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:26.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:26 smithi026 ceph-mon[93126]: 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:01:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:26 smithi089 ceph-mon[103441]: 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:01:27.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:27.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:28.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:28.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:28 smithi026 ceph-mon[93126]: 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:01:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:28 smithi089 ceph-mon[103441]: 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:01:29.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:29.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:30.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:30.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:30 smithi089 ceph-mon[103441]: pgmap v2443: 97 pgs: 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:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:30 smithi026 ceph-mon[93126]: pgmap v2443: 97 pgs: 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.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:31.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:32.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:32.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:32 smithi026 ceph-mon[93126]: 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:01:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:32 smithi089 ceph-mon[103441]: 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:01:33.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:33.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:34.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:34.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:34 smithi026 ceph-mon[93126]: pgmap v2445: 97 pgs: 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:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:34 smithi089 ceph-mon[103441]: pgmap v2445: 97 pgs: 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:35.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:35.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:01:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:01:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:01:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:01:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:01:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:01:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:01:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:01:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:01:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:01:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:01:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:01:36.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:36.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:36 smithi026 ceph-mon[93126]: 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:01:37.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:36 smithi089 ceph-mon[103441]: 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:01:37.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:37.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:38.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:38.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:38 smithi026 ceph-mon[93126]: 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:01:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:38 smithi089 ceph-mon[103441]: 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:01:39.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:39.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:40.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:40.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:40 smithi089 ceph-mon[103441]: pgmap v2448: 97 pgs: 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:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:40 smithi026 ceph-mon[93126]: pgmap v2448: 97 pgs: 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.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:41.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:42.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:42.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:42 smithi026 ceph-mon[93126]: 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:01:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:42 smithi089 ceph-mon[103441]: 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:01:43.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:43.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:44.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:44.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:44 smithi026 ceph-mon[93126]: pgmap v2450: 97 pgs: 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:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:44 smithi089 ceph-mon[103441]: pgmap v2450: 97 pgs: 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:45.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:45.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:46.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:46.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:46 smithi026 ceph-mon[93126]: 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:01:47.167 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:46 smithi089 ceph-mon[103441]: 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:01:47.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:47.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:48.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:48.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:48 smithi026 ceph-mon[93126]: 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:01:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:48 smithi089 ceph-mon[103441]: 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:01:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:01:49.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:49.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:50.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:50.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:50 smithi089 ceph-mon[103441]: pgmap v2453: 97 pgs: 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:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:50 smithi026 ceph-mon[93126]: pgmap v2453: 97 pgs: 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.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:51.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:52.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:52.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:52 smithi026 ceph-mon[93126]: 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:01:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:52 smithi089 ceph-mon[103441]: 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:01:53.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:53.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:54.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:54.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:54 smithi026 ceph-mon[93126]: pgmap v2455: 97 pgs: 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:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:54 smithi089 ceph-mon[103441]: pgmap v2455: 97 pgs: 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:55.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:55.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:56.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:56.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:57.009 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:56 smithi026 ceph-mon[93126]: 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:01:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:56 smithi089 ceph-mon[103441]: 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:01:57.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:57.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:58.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:58.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:01:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:01:58 smithi026 ceph-mon[93126]: 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:01:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:01:58 smithi089 ceph-mon[103441]: 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:01:59.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:01:59.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:00.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:00.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:00 smithi089 ceph-mon[103441]: pgmap v2458: 97 pgs: 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:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:00 smithi026 ceph-mon[93126]: pgmap v2458: 97 pgs: 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.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:01.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:02.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:02.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:02 smithi026 ceph-mon[93126]: 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:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:02 smithi089 ceph-mon[103441]: 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:03.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:03.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:04.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:04.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:04 smithi026 ceph-mon[93126]: pgmap v2460: 97 pgs: 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:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:04 smithi089 ceph-mon[103441]: pgmap v2460: 97 pgs: 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:05.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:05.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:06.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:06.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:06 smithi026 ceph-mon[93126]: 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:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:06 smithi089 ceph-mon[103441]: 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:07.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:07.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:08.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:08.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:08 smithi026 ceph-mon[93126]: 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:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:08 smithi089 ceph-mon[103441]: 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:09.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:09.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:10.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:10.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:10 smithi089 ceph-mon[103441]: pgmap v2463: 97 pgs: 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:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:10 smithi026 ceph-mon[93126]: pgmap v2463: 97 pgs: 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.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:11.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:12.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:12.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:12 smithi026 ceph-mon[93126]: 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:02:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:12 smithi089 ceph-mon[103441]: 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:02:13.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:13.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:14.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:14.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:14 smithi026 ceph-mon[93126]: pgmap v2465: 97 pgs: 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:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:14 smithi089 ceph-mon[103441]: pgmap v2465: 97 pgs: 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:15.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:15.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:16.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:16.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:16 smithi026 ceph-mon[93126]: 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:02:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:16 smithi089 ceph-mon[103441]: 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:02:17.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:17.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:18.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:18.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:18 smithi026 ceph-mon[93126]: 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:02:19.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:18 smithi089 ceph-mon[103441]: 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:02:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:19.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:19.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:20.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:20.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:20 smithi089 ceph-mon[103441]: pgmap v2468: 97 pgs: 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:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:20 smithi026 ceph-mon[93126]: pgmap v2468: 97 pgs: 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.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:21.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:22.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:22.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:22 smithi089 ceph-mon[103441]: 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:02:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:22 smithi026 ceph-mon[93126]: 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:02:23.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:23.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:24.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:24.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:24 smithi026 ceph-mon[93126]: pgmap v2470: 97 pgs: 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:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:24 smithi089 ceph-mon[103441]: pgmap v2470: 97 pgs: 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:25.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:25.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:26.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:26.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:26 smithi026 ceph-mon[93126]: 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:02:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:26 smithi089 ceph-mon[103441]: 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:02:27.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:27.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:28.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:28.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:28 smithi026 ceph-mon[93126]: 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:02:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:28 smithi089 ceph-mon[103441]: 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:02:29.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:29.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:30.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:30 smithi089 ceph-mon[103441]: pgmap v2473: 97 pgs: 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:30.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:30.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:30 smithi026 ceph-mon[93126]: pgmap v2473: 97 pgs: 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.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:31.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:32.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:32.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:32 smithi089 ceph-mon[103441]: 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:02:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:32 smithi026 ceph-mon[93126]: 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:02:33.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:33.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:34.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:34.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:34 smithi026 ceph-mon[93126]: pgmap v2475: 97 pgs: 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:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:34 smithi089 ceph-mon[103441]: pgmap v2475: 97 pgs: 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:35.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:35.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:02:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:02:36.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:36.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:36 smithi026 ceph-mon[93126]: 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:02:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:36 smithi089 ceph-mon[103441]: 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:02:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:37.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:37.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:38.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:38.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:38 smithi026 ceph-mon[93126]: 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:02:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:38 smithi089 ceph-mon[103441]: 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:02:39.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:39.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:40 smithi089 ceph-mon[103441]: pgmap v2478: 97 pgs: 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:40.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:40.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:40 smithi026 ceph-mon[93126]: pgmap v2478: 97 pgs: 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.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:41.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:42.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:42.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:42 smithi026 ceph-mon[93126]: 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:02:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:42 smithi089 ceph-mon[103441]: 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:02:43.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:43.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:44.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:44 smithi089 ceph-mon[103441]: pgmap v2480: 97 pgs: 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:44.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:02:44.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:02:44.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:44.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:02:44.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:44.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:44.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:44.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:44.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:44 smithi026 ceph-mon[93126]: pgmap v2480: 97 pgs: 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:44.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:02:44.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:02:44.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:44.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:02:44.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:02:45.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:45.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:46.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:46.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:46 smithi026 ceph-mon[93126]: 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:02:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:46 smithi089 ceph-mon[103441]: 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:02:47.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:47.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:48.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:48.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:49.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:48 smithi026 ceph-mon[93126]: 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:02:49.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:48 smithi089 ceph-mon[103441]: 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:02:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:02:49.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:49.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:50 smithi089 ceph-mon[103441]: pgmap v2483: 97 pgs: 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:50.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:50.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:50 smithi026 ceph-mon[93126]: pgmap v2483: 97 pgs: 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.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:51.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:52.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:52.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:52 smithi026 ceph-mon[93126]: 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:02:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:52 smithi089 ceph-mon[103441]: 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:02:53.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:53.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:54.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:54.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:54 smithi026 ceph-mon[93126]: pgmap v2485: 97 pgs: 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:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:54 smithi089 ceph-mon[103441]: pgmap v2485: 97 pgs: 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:55.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:55.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:56.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:56.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:56 smithi026 ceph-mon[93126]: 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:02:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:56 smithi089 ceph-mon[103441]: 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:02:57.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:57.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:58.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:58.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:02:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:02:58 smithi026 ceph-mon[93126]: 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:02:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:02:58 smithi089 ceph-mon[103441]: 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:02:59.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:02:59.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:00.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:00 smithi089 ceph-mon[103441]: pgmap v2488: 97 pgs: 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:00.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:00.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:00 smithi026 ceph-mon[93126]: pgmap v2488: 97 pgs: 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.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:01.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:02.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:02.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:02 smithi026 ceph-mon[93126]: 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:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:02 smithi089 ceph-mon[103441]: 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:03.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:03.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:04.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:04.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:04 smithi026 ceph-mon[93126]: pgmap v2490: 97 pgs: 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:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:04 smithi089 ceph-mon[103441]: pgmap v2490: 97 pgs: 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:05.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:05.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:06.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:06.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:06 smithi026 ceph-mon[93126]: 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:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:06 smithi089 ceph-mon[103441]: 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:07.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:07.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:08.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:08.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:08 smithi026 ceph-mon[93126]: 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:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:08 smithi089 ceph-mon[103441]: 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:09.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:09.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:10 smithi089 ceph-mon[103441]: pgmap v2493: 97 pgs: 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:10.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:10.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:10 smithi026 ceph-mon[93126]: pgmap v2493: 97 pgs: 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.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:11.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:12.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:12.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:12 smithi026 ceph-mon[93126]: 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:03:13.069 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:12 smithi089 ceph-mon[103441]: 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:03:13.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:13.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:14.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:14.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:14 smithi026 ceph-mon[93126]: pgmap v2495: 97 pgs: 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:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:14 smithi089 ceph-mon[103441]: pgmap v2495: 97 pgs: 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:15.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:15.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:16.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:16.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:16 smithi026 ceph-mon[93126]: 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:03:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:16 smithi089 ceph-mon[103441]: 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:03:17.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:17.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:18.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:18.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:18 smithi026 ceph-mon[93126]: 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:03:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:18 smithi089 ceph-mon[103441]: 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:03:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:19.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:19.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:20 smithi089 ceph-mon[103441]: pgmap v2498: 97 pgs: 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:20.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:20.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:20 smithi026 ceph-mon[93126]: pgmap v2498: 97 pgs: 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.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:21.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:22.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:22.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:22 smithi026 ceph-mon[93126]: 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:03:23.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:22 smithi089 ceph-mon[103441]: 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:03:23.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:23.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:24.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:24.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:24 smithi026 ceph-mon[93126]: pgmap v2500: 97 pgs: 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:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:24 smithi089 ceph-mon[103441]: pgmap v2500: 97 pgs: 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:25.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:25.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:26.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:26.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:26 smithi026 ceph-mon[93126]: 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:03:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:26 smithi089 ceph-mon[103441]: 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:03:27.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:27.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:28.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:28.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:28 smithi026 ceph-mon[93126]: 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:03:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:28 smithi089 ceph-mon[103441]: 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:03:29.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:29.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:30 smithi089 ceph-mon[103441]: pgmap v2503: 97 pgs: 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:30.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:30.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:30 smithi026 ceph-mon[93126]: pgmap v2503: 97 pgs: 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.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:31.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:32.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:32.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:32 smithi026 ceph-mon[93126]: 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:03:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:32 smithi089 ceph-mon[103441]: 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:03:33.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:33.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:34.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:34.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:34 smithi026 ceph-mon[93126]: pgmap v2505: 97 pgs: 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:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:34 smithi089 ceph-mon[103441]: pgmap v2505: 97 pgs: 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:35.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:35.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:36.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:36.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:36 smithi026 ceph-mon[93126]: 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:03:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:36 smithi089 ceph-mon[103441]: 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:03:37.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:37.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:38.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:38.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:38 smithi026 ceph-mon[93126]: 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:03:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:38 smithi089 ceph-mon[103441]: 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:03:39.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:39.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:40 smithi089 ceph-mon[103441]: pgmap v2508: 97 pgs: 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:40.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:40.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:40 smithi026 ceph-mon[93126]: pgmap v2508: 97 pgs: 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.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:41.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:42.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:42.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:42 smithi026 ceph-mon[93126]: 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:03:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:42 smithi089 ceph-mon[103441]: 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:03:43.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:43.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:44.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:44.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:44 smithi026 ceph-mon[93126]: pgmap v2510: 97 pgs: 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:45.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:03:45.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:03:45.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:03:45.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:03:45.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:03:45.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:03:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:44 smithi089 ceph-mon[103441]: pgmap v2510: 97 pgs: 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:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:03:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:03:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:03:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:03:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:03:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:03:45.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:45.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:46.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:46.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:46 smithi026 ceph-mon[93126]: 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:03:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:46 smithi089 ceph-mon[103441]: 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:03:47.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:47.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:48.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:48.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:48 smithi026 ceph-mon[93126]: 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:03:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:48 smithi089 ceph-mon[103441]: 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:03:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:03:49.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:49.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:50 smithi089 ceph-mon[103441]: pgmap v2513: 97 pgs: 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:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:50 smithi026 ceph-mon[93126]: pgmap v2513: 97 pgs: 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:50.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:50.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:51.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:51.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:52.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:52.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:52 smithi026 ceph-mon[93126]: 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:03:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:52 smithi089 ceph-mon[103441]: 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:03:53.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:53.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:54.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:54.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:54 smithi026 ceph-mon[93126]: pgmap v2515: 97 pgs: 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:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:54 smithi089 ceph-mon[103441]: pgmap v2515: 97 pgs: 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:55.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:55.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:56.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:56.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:56 smithi026 ceph-mon[93126]: 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:03:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:56 smithi089 ceph-mon[103441]: 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:03:57.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:57.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:58.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:58.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:03:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:03:58 smithi089 ceph-mon[103441]: 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:03:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:03:58 smithi026 ceph-mon[93126]: 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:03:59.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:03:59.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:00 smithi089 ceph-mon[103441]: pgmap v2518: 97 pgs: 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:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:00 smithi026 ceph-mon[93126]: pgmap v2518: 97 pgs: 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:00.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:00.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:01.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:01.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:02.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:02.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:02 smithi026 ceph-mon[93126]: 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:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:02 smithi089 ceph-mon[103441]: 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:03.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:03.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:04.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:04.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:04 smithi026 ceph-mon[93126]: pgmap v2520: 97 pgs: 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:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:04 smithi089 ceph-mon[103441]: pgmap v2520: 97 pgs: 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:05.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:05.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:06.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:06.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:06 smithi026 ceph-mon[93126]: 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:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:06 smithi089 ceph-mon[103441]: 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:07.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:07.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:08.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:08.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:08 smithi089 ceph-mon[103441]: 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:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:08 smithi026 ceph-mon[93126]: 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:09.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:09.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:10 smithi089 ceph-mon[103441]: pgmap v2523: 97 pgs: 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:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:10 smithi026 ceph-mon[93126]: pgmap v2523: 97 pgs: 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:10.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:10.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:11.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:11.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:12.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:12.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:12 smithi026 ceph-mon[93126]: 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:04:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:12 smithi089 ceph-mon[103441]: 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:04:13.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:13.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:14.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:14.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:14 smithi026 ceph-mon[93126]: pgmap v2525: 97 pgs: 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:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:14 smithi089 ceph-mon[103441]: pgmap v2525: 97 pgs: 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:15.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:15.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:16.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:16.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:17.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:16 smithi026 ceph-mon[93126]: 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:04:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:16 smithi089 ceph-mon[103441]: 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:04:17.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:17.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:18.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:18.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:18 smithi026 ceph-mon[93126]: 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:04:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:18 smithi089 ceph-mon[103441]: 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:04:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:19.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:19.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:20 smithi089 ceph-mon[103441]: pgmap v2528: 97 pgs: 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:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:20 smithi026 ceph-mon[93126]: pgmap v2528: 97 pgs: 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:20.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:20.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:21.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:21.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:22.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:22.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:22 smithi026 ceph-mon[93126]: 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:04:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:22 smithi089 ceph-mon[103441]: 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:04:23.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:23.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:24.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:24.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:24 smithi026 ceph-mon[93126]: pgmap v2530: 97 pgs: 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:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:24 smithi089 ceph-mon[103441]: pgmap v2530: 97 pgs: 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:25.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:25.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:26.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:26.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:26 smithi026 ceph-mon[93126]: 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:04:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:26 smithi089 ceph-mon[103441]: 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:04:27.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:27.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:28.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:28.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:28 smithi026 ceph-mon[93126]: 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:04:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:28 smithi089 ceph-mon[103441]: 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:04:29.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:29.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:30 smithi089 ceph-mon[103441]: pgmap v2533: 97 pgs: 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:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:30 smithi026 ceph-mon[93126]: pgmap v2533: 97 pgs: 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:30.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:30.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:31.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:31.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:32.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:32.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:32 smithi026 ceph-mon[93126]: 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:04:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:32 smithi089 ceph-mon[103441]: 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:04:33.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:33.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:34.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:34.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:34 smithi026 ceph-mon[93126]: pgmap v2535: 97 pgs: 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:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:34 smithi089 ceph-mon[103441]: pgmap v2535: 97 pgs: 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:35.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:35.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:36.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:36.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:36 smithi026 ceph-mon[93126]: 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:04:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:36 smithi089 ceph-mon[103441]: 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:04:37.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:37.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:38.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:38.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:38 smithi026 ceph-mon[93126]: 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:04:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:38 smithi089 ceph-mon[103441]: 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:04:39.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:39.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:40 smithi089 ceph-mon[103441]: pgmap v2538: 97 pgs: 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:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:40 smithi026 ceph-mon[93126]: pgmap v2538: 97 pgs: 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:40.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:40.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:41.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:41.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:42.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:42.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:42 smithi026 ceph-mon[93126]: 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:04:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:42 smithi089 ceph-mon[103441]: 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:04:43.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:43.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:44.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:44.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:44 smithi026 ceph-mon[93126]: pgmap v2540: 97 pgs: 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:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:44 smithi089 ceph-mon[103441]: pgmap v2540: 97 pgs: 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:45.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:45.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:04:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:04:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:04:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:04:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:04:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:04:46.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:46.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:46 smithi026 ceph-mon[93126]: 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:04:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:04:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:04:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:04:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:04:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:04:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:46 smithi089 ceph-mon[103441]: 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:04:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:04:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:04:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:04:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:04:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:04:47.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:47.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:48.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:48.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:48 smithi026 ceph-mon[93126]: 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:04:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:49.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:48 smithi089 ceph-mon[103441]: 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:04:49.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:04:49.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:49.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:50 smithi089 ceph-mon[103441]: pgmap v2543: 97 pgs: 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:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:50 smithi026 ceph-mon[93126]: pgmap v2543: 97 pgs: 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:50.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:50.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:51.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:51.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:52.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:52.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:52 smithi026 ceph-mon[93126]: 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:04:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:52 smithi089 ceph-mon[103441]: 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:04:53.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:53.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:54.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:54.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:54 smithi026 ceph-mon[93126]: pgmap v2545: 97 pgs: 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:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:54 smithi089 ceph-mon[103441]: pgmap v2545: 97 pgs: 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:55.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:55.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:56.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:56.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:56 smithi026 ceph-mon[93126]: 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:04:57.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:56 smithi089 ceph-mon[103441]: 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:04:57.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:57.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:58.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:58.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:04:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:04:58 smithi026 ceph-mon[93126]: 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:04:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:04:58 smithi089 ceph-mon[103441]: 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:04:59.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:04:59.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:00 smithi089 ceph-mon[103441]: pgmap v2548: 97 pgs: 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:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:00 smithi026 ceph-mon[93126]: pgmap v2548: 97 pgs: 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:00.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:00.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:01.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:01.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:02.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:02.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:02 smithi026 ceph-mon[93126]: 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:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:02 smithi089 ceph-mon[103441]: 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:03.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:03.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:04.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:04.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:04 smithi026 ceph-mon[93126]: pgmap v2550: 97 pgs: 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:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:04 smithi089 ceph-mon[103441]: pgmap v2550: 97 pgs: 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:05.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:05.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:06.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:06.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:06 smithi026 ceph-mon[93126]: 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:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:06 smithi089 ceph-mon[103441]: 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:07.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:07.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:08.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:08.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:08 smithi026 ceph-mon[93126]: 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:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:08 smithi089 ceph-mon[103441]: 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:09.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:09.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:10 smithi089 ceph-mon[103441]: pgmap v2553: 97 pgs: 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:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:10 smithi026 ceph-mon[93126]: pgmap v2553: 97 pgs: 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:10.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:10.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:11.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:11.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:12.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:12.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:12 smithi026 ceph-mon[93126]: 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:05:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:12 smithi089 ceph-mon[103441]: 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:05:13.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:13.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:14.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:14.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:14 smithi026 ceph-mon[93126]: pgmap v2555: 97 pgs: 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:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:14 smithi089 ceph-mon[103441]: pgmap v2555: 97 pgs: 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:15.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:15.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:16.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:16.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:16 smithi026 ceph-mon[93126]: 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:05:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:16 smithi089 ceph-mon[103441]: 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:05:17.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:17.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:18.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:18.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:18 smithi026 ceph-mon[93126]: 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:05:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:18 smithi089 ceph-mon[103441]: 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:05:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:19.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:19.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:20 smithi089 ceph-mon[103441]: pgmap v2558: 97 pgs: 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:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:20 smithi026 ceph-mon[93126]: pgmap v2558: 97 pgs: 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:20.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:20.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:21.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:21.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:22.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:22.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:22 smithi026 ceph-mon[93126]: 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:05:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:22 smithi089 ceph-mon[103441]: 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:05:23.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:23.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:24.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:24.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:24 smithi026 ceph-mon[93126]: pgmap v2560: 97 pgs: 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:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:24 smithi089 ceph-mon[103441]: pgmap v2560: 97 pgs: 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:25.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:25.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:26.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:26.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:26 smithi026 ceph-mon[93126]: 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:05:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:26 smithi089 ceph-mon[103441]: 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:05:27.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:27.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:28.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:28.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:28 smithi026 ceph-mon[93126]: 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:05:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:28 smithi089 ceph-mon[103441]: 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:05:29.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:29.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:30 smithi089 ceph-mon[103441]: pgmap v2563: 97 pgs: 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:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:30 smithi026 ceph-mon[93126]: pgmap v2563: 97 pgs: 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:30.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:30.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:31.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:31.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:32.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:32.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:32 smithi026 ceph-mon[93126]: 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:05:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:32 smithi089 ceph-mon[103441]: 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:05:33.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:34.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:34.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:34.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:34 smithi026 ceph-mon[93126]: pgmap v2565: 97 pgs: 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:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:34 smithi089 ceph-mon[103441]: pgmap v2565: 97 pgs: 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:35.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:35.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:36.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:36.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:36 smithi089 ceph-mon[103441]: 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:05:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:36 smithi026 ceph-mon[93126]: 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:05:37.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:37.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:38.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:38.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:38 smithi089 ceph-mon[103441]: 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:05:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:38 smithi026 ceph-mon[93126]: 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:05:39.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:39.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:40 smithi089 ceph-mon[103441]: pgmap v2568: 97 pgs: 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:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:40 smithi026 ceph-mon[93126]: pgmap v2568: 97 pgs: 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:40.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:40.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:41.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:41.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:42.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:42.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:42 smithi026 ceph-mon[93126]: 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:05:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:42 smithi089 ceph-mon[103441]: 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:05:44.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:44.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:44 smithi089 ceph-mon[103441]: pgmap v2570: 97 pgs: 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:45.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:45.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:44 smithi026 ceph-mon[93126]: pgmap v2570: 97 pgs: 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:46.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:46.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:47.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:47.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:46 smithi089 ceph-mon[103441]: 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:05:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:05:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:05:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:05:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:05:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:05:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:05:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:46 smithi026 ceph-mon[93126]: 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:05:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:05:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:05:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:05:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:05:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:05:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:05:48.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:48.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:49.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:49.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:48 smithi089 ceph-mon[103441]: 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:05:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:48 smithi026 ceph-mon[93126]: 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:05:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:05:50.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:50.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:50 smithi089 ceph-mon[103441]: pgmap v2573: 97 pgs: 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:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:50 smithi026 ceph-mon[93126]: pgmap v2573: 97 pgs: 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.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:51.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:52.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:52.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:53.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:53.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:52 smithi026 ceph-mon[93126]: 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:05:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:52 smithi089 ceph-mon[103441]: 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:05:54.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:54.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:55.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:55.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:54 smithi026 ceph-mon[93126]: pgmap v2575: 97 pgs: 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:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:54 smithi089 ceph-mon[103441]: pgmap v2575: 97 pgs: 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:56.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:56.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:57.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:57.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:56 smithi089 ceph-mon[103441]: 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:05:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:56 smithi026 ceph-mon[93126]: 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:05:58.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:58.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:59.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:05:59.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:05:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:05:58 smithi089 ceph-mon[103441]: 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:05:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:05:58 smithi026 ceph-mon[93126]: 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:00.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:00.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:00 smithi089 ceph-mon[103441]: pgmap v2578: 97 pgs: 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:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:00 smithi026 ceph-mon[93126]: pgmap v2578: 97 pgs: 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.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:01.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:02.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:02.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:03.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:03.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:02 smithi089 ceph-mon[103441]: 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:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:02 smithi026 ceph-mon[93126]: 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:04.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:04.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:05.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:05.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:04 smithi089 ceph-mon[103441]: pgmap v2580: 97 pgs: 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:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:04 smithi026 ceph-mon[93126]: pgmap v2580: 97 pgs: 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:06.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:06.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:07.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:07.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:06 smithi089 ceph-mon[103441]: 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:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:06 smithi026 ceph-mon[93126]: 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:08.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:08.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:09.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:09.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:08 smithi089 ceph-mon[103441]: 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:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:08 smithi026 ceph-mon[93126]: 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:10.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:10.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:10 smithi089 ceph-mon[103441]: pgmap v2583: 97 pgs: 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:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:10 smithi026 ceph-mon[93126]: pgmap v2583: 97 pgs: 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.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:11.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:12.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:12.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:13.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:13.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:12 smithi089 ceph-mon[103441]: 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:06:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:12 smithi026 ceph-mon[93126]: 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:06:14.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:14.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:15.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:15.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:14 smithi089 ceph-mon[103441]: pgmap v2585: 97 pgs: 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:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:14 smithi026 ceph-mon[93126]: pgmap v2585: 97 pgs: 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:16.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:16.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:17.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:17.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:16 smithi089 ceph-mon[103441]: 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:06:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:16 smithi026 ceph-mon[93126]: 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:06:18.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:18.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:19.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:19.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:18 smithi089 ceph-mon[103441]: 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:06:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:18 smithi026 ceph-mon[93126]: 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:06:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:20.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:20.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:20 smithi089 ceph-mon[103441]: pgmap v2588: 97 pgs: 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:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:20 smithi026 ceph-mon[93126]: pgmap v2588: 97 pgs: 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.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:21.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:22.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:22.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:23.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:23.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:22 smithi089 ceph-mon[103441]: 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:06:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:22 smithi026 ceph-mon[93126]: 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:06:24.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:24.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:25.068 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:24 smithi026 ceph-mon[93126]: pgmap v2590: 97 pgs: 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:25.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:25.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:25.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:24 smithi089 ceph-mon[103441]: pgmap v2590: 97 pgs: 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:26.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:26.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:27.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:27.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:26 smithi089 ceph-mon[103441]: 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:06:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:26 smithi026 ceph-mon[93126]: 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:06:28.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:28.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:29.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:29.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:28 smithi089 ceph-mon[103441]: 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:06:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:28 smithi026 ceph-mon[93126]: 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:06:30.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:30.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:30 smithi089 ceph-mon[103441]: pgmap v2593: 97 pgs: 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:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:30 smithi026 ceph-mon[93126]: pgmap v2593: 97 pgs: 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.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:31.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:32.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:32.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:33.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:33.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:32 smithi089 ceph-mon[103441]: 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:06:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:32 smithi026 ceph-mon[93126]: 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:06:34.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:34.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:35.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:35.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:34 smithi089 ceph-mon[103441]: pgmap v2595: 97 pgs: 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:35.183 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:34 smithi026 ceph-mon[93126]: pgmap v2595: 97 pgs: 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:36.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:36.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:37.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:37.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:36 smithi089 ceph-mon[103441]: 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:06:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:36 smithi026 ceph-mon[93126]: 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:06:38.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:38.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:39.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:39.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:38 smithi089 ceph-mon[103441]: 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:06:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:38 smithi026 ceph-mon[93126]: 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:06:40.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:40.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:40 smithi026 ceph-mon[93126]: pgmap v2598: 97 pgs: 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:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:40 smithi089 ceph-mon[103441]: pgmap v2598: 97 pgs: 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.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:41.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:42.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:42.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:43.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:43.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:42 smithi089 ceph-mon[103441]: 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:06:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:42 smithi026 ceph-mon[93126]: 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:06:44.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:44.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:45.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:45.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:44 smithi089 ceph-mon[103441]: pgmap v2600: 97 pgs: 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:45.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:44 smithi026 ceph-mon[93126]: pgmap v2600: 97 pgs: 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:46.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:46.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:47.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:47.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:46 smithi089 ceph-mon[103441]: 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:06:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:06:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:46 smithi026 ceph-mon[93126]: 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:06:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:06:48.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:48.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:06:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:06:48.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:06:48.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:06:48.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:06:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:06:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:06:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:06:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:06:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:06:49.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:49.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:48 smithi089 ceph-mon[103441]: 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:06:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:48 smithi026 ceph-mon[93126]: 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:06:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:06:50.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:50.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:50 smithi089 ceph-mon[103441]: pgmap v2603: 97 pgs: 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:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:50 smithi026 ceph-mon[93126]: pgmap v2603: 97 pgs: 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.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:51.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:52.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:52.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:53.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:53.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:52 smithi089 ceph-mon[103441]: 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:06:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:52 smithi026 ceph-mon[93126]: 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:06:54.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:54.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:55.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:55.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:54 smithi089 ceph-mon[103441]: pgmap v2605: 97 pgs: 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:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:54 smithi026 ceph-mon[93126]: pgmap v2605: 97 pgs: 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:56.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:56.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:57.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:57.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:56 smithi089 ceph-mon[103441]: 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:06:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:56 smithi026 ceph-mon[93126]: 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:06:58.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:58.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:59.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:06:59.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:06:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:06:58 smithi089 ceph-mon[103441]: 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:06:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:06:58 smithi026 ceph-mon[93126]: 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:00.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:00.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:00 smithi089 ceph-mon[103441]: pgmap v2608: 97 pgs: 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:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:00 smithi026 ceph-mon[93126]: pgmap v2608: 97 pgs: 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.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:01.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:02.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:02.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:03.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:03.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:02 smithi089 ceph-mon[103441]: 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:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:02 smithi026 ceph-mon[93126]: 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:04.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:04.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:05.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:05.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:04 smithi089 ceph-mon[103441]: pgmap v2610: 97 pgs: 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:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:04 smithi026 ceph-mon[93126]: pgmap v2610: 97 pgs: 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:06.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:06.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:07.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:07.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:06 smithi089 ceph-mon[103441]: 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:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:06 smithi026 ceph-mon[93126]: 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:08.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:08.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:09.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:09.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:08 smithi089 ceph-mon[103441]: 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:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:08 smithi026 ceph-mon[93126]: 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:10.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:10.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:10 smithi089 ceph-mon[103441]: pgmap v2613: 97 pgs: 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:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:10 smithi026 ceph-mon[93126]: pgmap v2613: 97 pgs: 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.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:11.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:12.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:12.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:13.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:13.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:12 smithi089 ceph-mon[103441]: 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:07:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:12 smithi026 ceph-mon[93126]: 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:07:14.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:14.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:15.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:15.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:14 smithi089 ceph-mon[103441]: pgmap v2615: 97 pgs: 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:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:14 smithi026 ceph-mon[93126]: pgmap v2615: 97 pgs: 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:16.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:16.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:17.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:17.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:16 smithi089 ceph-mon[103441]: 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:07:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:16 smithi026 ceph-mon[93126]: 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:07:18.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:18.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:19.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:19.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:18 smithi089 ceph-mon[103441]: 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:07:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:18 smithi026 ceph-mon[93126]: 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:07:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:20.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:20.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:20 smithi089 ceph-mon[103441]: pgmap v2618: 97 pgs: 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:20.702 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:20 smithi026 ceph-mon[93126]: pgmap v2618: 97 pgs: 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.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:21.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:22.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:22.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:23.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:23.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:22 smithi089 ceph-mon[103441]: 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:07:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:22 smithi026 ceph-mon[93126]: 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:07:24.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:24.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:25.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:25.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:24 smithi089 ceph-mon[103441]: pgmap v2620: 97 pgs: 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:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:24 smithi026 ceph-mon[93126]: pgmap v2620: 97 pgs: 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:26.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:26.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:27.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:27.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:26 smithi089 ceph-mon[103441]: 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:07:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:26 smithi026 ceph-mon[93126]: 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:07:28.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:28.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:29.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:29.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:28 smithi089 ceph-mon[103441]: 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:07:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:28 smithi026 ceph-mon[93126]: 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:07:30.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:30.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:30 smithi089 ceph-mon[103441]: pgmap v2623: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:30 smithi026 ceph-mon[93126]: pgmap v2623: 97 pgs: 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.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:31.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:32.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:32.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:32 smithi089 ceph-mon[103441]: 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:07:33.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:33.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:32 smithi026 ceph-mon[93126]: 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:07:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:34.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:34.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:34 smithi089 ceph-mon[103441]: pgmap v2625: 97 pgs: 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:35.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:35.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:34 smithi026 ceph-mon[93126]: pgmap v2625: 97 pgs: 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:36.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:36.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:36 smithi089 ceph-mon[103441]: 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:07:37.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:37.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:36 smithi026 ceph-mon[93126]: 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:07:38.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:38.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:38 smithi089 ceph-mon[103441]: 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:07:39.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:39.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:38 smithi026 ceph-mon[93126]: 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:07:40.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:40.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:40 smithi089 ceph-mon[103441]: pgmap v2628: 97 pgs: 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:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:40 smithi026 ceph-mon[93126]: pgmap v2628: 97 pgs: 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.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:41.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:42.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:42.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:42 smithi089 ceph-mon[103441]: 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:07:43.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:43.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:42 smithi026 ceph-mon[93126]: 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:07:44.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:44.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:44 smithi089 ceph-mon[103441]: pgmap v2630: 97 pgs: 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:45.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:45.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:44 smithi026 ceph-mon[93126]: pgmap v2630: 97 pgs: 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:46.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:46.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:46 smithi089 ceph-mon[103441]: 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:07:47.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:47.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:46 smithi026 ceph-mon[93126]: 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:07:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:07:48.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:48.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:07:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:48 smithi089 ceph-mon[103441]: 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:07:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:07:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:07:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:07:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:07:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:07:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:49.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:49.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:48 smithi026 ceph-mon[93126]: 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:07:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:07:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:07:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:07:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:07:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:07:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:07:50.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:50.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:50 smithi026 ceph-mon[93126]: pgmap v2633: 97 pgs: 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:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:50 smithi089 ceph-mon[103441]: pgmap v2633: 97 pgs: 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.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:51.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:52.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:52.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:52 smithi089 ceph-mon[103441]: 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:07:53.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:53.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:52 smithi026 ceph-mon[93126]: 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:07:54.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:54.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:54 smithi089 ceph-mon[103441]: pgmap v2635: 97 pgs: 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:55.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:55.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:54 smithi026 ceph-mon[93126]: pgmap v2635: 97 pgs: 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:56.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:56.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:56 smithi089 ceph-mon[103441]: 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:07:57.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:57.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:56 smithi026 ceph-mon[93126]: 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:07:58.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:58.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:07:58 smithi089 ceph-mon[103441]: 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:07:59.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:07:59.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:07:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:07:58 smithi026 ceph-mon[93126]: 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:00.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:00.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:00 smithi026 ceph-mon[93126]: pgmap v2638: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:00 smithi089 ceph-mon[103441]: pgmap v2638: 97 pgs: 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.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:01.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:02.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:02.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:02 smithi089 ceph-mon[103441]: 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:03.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:03.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:02 smithi026 ceph-mon[93126]: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:04.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:04.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:04 smithi089 ceph-mon[103441]: pgmap v2640: 97 pgs: 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:05.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:05.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:04 smithi026 ceph-mon[93126]: pgmap v2640: 97 pgs: 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:06.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:06.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:06 smithi089 ceph-mon[103441]: 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:07.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:07.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:06 smithi026 ceph-mon[93126]: 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:08.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:08.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:08 smithi089 ceph-mon[103441]: 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:09.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:09.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:08 smithi026 ceph-mon[93126]: 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:10.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:10.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:10 smithi026 ceph-mon[93126]: pgmap v2643: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:10 smithi089 ceph-mon[103441]: pgmap v2643: 97 pgs: 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.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:11.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:12.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:12.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:12 smithi089 ceph-mon[103441]: 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:08:13.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:13.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:12 smithi026 ceph-mon[93126]: 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:08:14.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:14.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:14 smithi089 ceph-mon[103441]: pgmap v2645: 97 pgs: 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:15.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:15.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:14 smithi026 ceph-mon[93126]: pgmap v2645: 97 pgs: 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:16.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:16.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:16 smithi089 ceph-mon[103441]: 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:08:17.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:17.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:16 smithi026 ceph-mon[93126]: 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:08:18.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:18.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:18 smithi089 ceph-mon[103441]: 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:08:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:19.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:19.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:18 smithi026 ceph-mon[93126]: 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:08:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:20.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:20.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:20 smithi026 ceph-mon[93126]: pgmap v2648: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:20 smithi089 ceph-mon[103441]: pgmap v2648: 97 pgs: 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.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:21.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:22.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:22.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:22 smithi089 ceph-mon[103441]: 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:08:23.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:23.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:22 smithi026 ceph-mon[93126]: 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:08:24.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:24.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:24 smithi089 ceph-mon[103441]: pgmap v2650: 97 pgs: 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:25.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:25.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:24 smithi026 ceph-mon[93126]: pgmap v2650: 97 pgs: 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:26.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:26.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:26 smithi089 ceph-mon[103441]: 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:08:27.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:27.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:26 smithi026 ceph-mon[93126]: 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:08:28.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:28.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:28 smithi089 ceph-mon[103441]: 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:08:29.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:29.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:28 smithi026 ceph-mon[93126]: 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:08:30.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:30.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:30 smithi026 ceph-mon[93126]: pgmap v2653: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:30 smithi089 ceph-mon[103441]: pgmap v2653: 97 pgs: 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.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:31.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:32.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:32.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:32 smithi089 ceph-mon[103441]: 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:08:33.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:33.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:32 smithi026 ceph-mon[93126]: 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:08:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:34.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:34.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:34 smithi089 ceph-mon[103441]: pgmap v2655: 97 pgs: 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:35.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:35.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:34 smithi026 ceph-mon[93126]: pgmap v2655: 97 pgs: 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:36.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:36.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:36 smithi089 ceph-mon[103441]: 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:08:37.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:37.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:36 smithi026 ceph-mon[93126]: 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:08:38.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:38.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:38 smithi089 ceph-mon[103441]: 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:08:39.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:39.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:38 smithi026 ceph-mon[93126]: 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:08:40.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:40.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:40 smithi026 ceph-mon[93126]: pgmap v2658: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:40 smithi089 ceph-mon[103441]: pgmap v2658: 97 pgs: 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.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:41.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:42.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:42.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:42 smithi089 ceph-mon[103441]: 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:08:43.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:43.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:42 smithi026 ceph-mon[93126]: 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:08:44.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:44.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:44 smithi089 ceph-mon[103441]: pgmap v2660: 97 pgs: 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:45.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:45.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:44 smithi026 ceph-mon[93126]: pgmap v2660: 97 pgs: 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:46.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:46.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:46 smithi026 ceph-mon[93126]: 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:08:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:46 smithi089 ceph-mon[103441]: 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:08:47.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:47.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:48.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:48.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:48 smithi089 ceph-mon[103441]: 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:08:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:08:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:08:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:08:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:08:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:08:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:08:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:48 smithi026 ceph-mon[93126]: 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:08:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:08:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:08:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:08:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:08:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:08:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:08:49.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:08:49.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:49.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:50.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:50.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:50 smithi026 ceph-mon[93126]: pgmap v2663: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:50 smithi089 ceph-mon[103441]: pgmap v2663: 97 pgs: 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.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:51.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:52.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:52.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:52 smithi089 ceph-mon[103441]: 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:08:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:52 smithi026 ceph-mon[93126]: 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:08:53.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:53.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:54.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:54.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:54 smithi089 ceph-mon[103441]: pgmap v2665: 97 pgs: 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:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:54 smithi026 ceph-mon[93126]: pgmap v2665: 97 pgs: 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:55.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:55.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:56.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:56.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:56 smithi089 ceph-mon[103441]: 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:08:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:56 smithi026 ceph-mon[93126]: 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:08:57.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:57.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:58.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:58.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:08:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:08:58 smithi089 ceph-mon[103441]: 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:08:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:08:58 smithi026 ceph-mon[93126]: 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:08:59.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:08:59.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:00.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:00.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:00 smithi026 ceph-mon[93126]: pgmap v2668: 97 pgs: 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:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:00 smithi089 ceph-mon[103441]: pgmap v2668: 97 pgs: 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.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:01.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:02.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:02.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:02 smithi089 ceph-mon[103441]: 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:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:02 smithi026 ceph-mon[93126]: 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:03.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:03.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:04.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:04.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:04 smithi089 ceph-mon[103441]: pgmap v2670: 97 pgs: 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:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:04 smithi026 ceph-mon[93126]: pgmap v2670: 97 pgs: 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:05.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:05.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:06.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:06.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:06 smithi089 ceph-mon[103441]: 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:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:06 smithi026 ceph-mon[93126]: 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:07.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:07.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:08.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:08.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:08 smithi089 ceph-mon[103441]: 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:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:08 smithi026 ceph-mon[93126]: 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:09.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:09.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:10.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:10.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:10 smithi026 ceph-mon[93126]: pgmap v2673: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:10 smithi089 ceph-mon[103441]: pgmap v2673: 97 pgs: 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.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:11.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:12.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:12.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:12 smithi089 ceph-mon[103441]: 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:09:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:12 smithi026 ceph-mon[93126]: 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:09:13.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:13.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:14.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:14.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:15.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:14 smithi089 ceph-mon[103441]: pgmap v2675: 97 pgs: 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:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:14 smithi026 ceph-mon[93126]: pgmap v2675: 97 pgs: 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:15.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:15.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:16.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:16.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:16 smithi089 ceph-mon[103441]: 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:09:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:16 smithi026 ceph-mon[93126]: 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:09:17.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:17.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:18.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:18.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:18 smithi089 ceph-mon[103441]: 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:09:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:18 smithi026 ceph-mon[93126]: 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:09:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:19.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:19.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:20.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:20.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:20 smithi026 ceph-mon[93126]: pgmap v2678: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:20 smithi089 ceph-mon[103441]: pgmap v2678: 97 pgs: 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.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:21.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:22.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:22.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:22 smithi089 ceph-mon[103441]: 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:09:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:22 smithi026 ceph-mon[93126]: 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:09:23.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:23.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:24.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:24.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:24 smithi089 ceph-mon[103441]: pgmap v2680: 97 pgs: 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:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:24 smithi026 ceph-mon[93126]: pgmap v2680: 97 pgs: 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:25.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:25.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:26.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:26.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:27.139 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:26 smithi026 ceph-mon[93126]: 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:09:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:26 smithi089 ceph-mon[103441]: 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:09:27.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:27.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:28.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:28.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:28 smithi089 ceph-mon[103441]: 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:09:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:28 smithi026 ceph-mon[93126]: 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:09:29.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:29.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:30.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:30.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:30 smithi026 ceph-mon[93126]: pgmap v2683: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:30 smithi089 ceph-mon[103441]: pgmap v2683: 97 pgs: 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.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:31.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:32.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:32.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:32 smithi089 ceph-mon[103441]: 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:09:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:32 smithi026 ceph-mon[93126]: 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:09:33.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:33.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:34.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:34.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:34 smithi089 ceph-mon[103441]: pgmap v2685: 97 pgs: 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:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:34 smithi026 ceph-mon[93126]: pgmap v2685: 97 pgs: 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:35.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:35.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:36.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:36.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:36 smithi089 ceph-mon[103441]: 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:09:37.254 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:36 smithi026 ceph-mon[93126]: 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:09:37.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:37.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:38.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:38.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:38 smithi089 ceph-mon[103441]: 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:09:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:38 smithi026 ceph-mon[93126]: 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:09:39.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:39.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:40.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:40.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:40 smithi026 ceph-mon[93126]: pgmap v2688: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:40 smithi089 ceph-mon[103441]: pgmap v2688: 97 pgs: 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.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:41.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:42.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:42.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:42 smithi089 ceph-mon[103441]: 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:09:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:42 smithi026 ceph-mon[93126]: 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:09:43.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:43.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:44.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:44.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:44 smithi089 ceph-mon[103441]: pgmap v2690: 97 pgs: 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:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:44 smithi026 ceph-mon[93126]: pgmap v2690: 97 pgs: 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:45.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:45.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:46.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:46.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:46 smithi089 ceph-mon[103441]: 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:09:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:46 smithi026 ceph-mon[93126]: 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:09:47.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:47.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:48.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:48.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:48 smithi089 ceph-mon[103441]: 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:09:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:09:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:48 smithi026 ceph-mon[93126]: 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:09:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:09:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:09:49.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:49.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:09:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:09:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:09:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:09:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:09:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:09:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:09:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:09:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:09:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:09:50.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:50.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:50 smithi089 ceph-mon[103441]: pgmap v2693: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:50 smithi026 ceph-mon[93126]: pgmap v2693: 97 pgs: 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.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:51.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:52.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:52.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:52 smithi089 ceph-mon[103441]: 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:09:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:52 smithi026 ceph-mon[93126]: 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:09:53.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:53.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:54.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:54.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:54 smithi089 ceph-mon[103441]: pgmap v2695: 97 pgs: 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:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:54 smithi026 ceph-mon[93126]: pgmap v2695: 97 pgs: 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:55.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:55.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:56.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:56.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:56 smithi089 ceph-mon[103441]: 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:09:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:56 smithi026 ceph-mon[93126]: 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:09:57.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:57.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:58.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:58.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:09:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:09:58 smithi089 ceph-mon[103441]: 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:09:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:09:58 smithi026 ceph-mon[93126]: 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:09:59.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:09:59.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:00.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:00.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:00 smithi026 ceph-mon[93126]: pgmap v2698: 97 pgs: 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:00.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T22:10:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:00 smithi089 ceph-mon[103441]: pgmap v2698: 97 pgs: 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:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T22:10:01.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:01.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:02.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:02.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:02 smithi089 ceph-mon[103441]: 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:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:02 smithi026 ceph-mon[93126]: 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:03.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:03.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:04.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:04.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:04 smithi089 ceph-mon[103441]: pgmap v2700: 97 pgs: 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:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:04 smithi026 ceph-mon[93126]: pgmap v2700: 97 pgs: 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:05.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:05.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:06.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:06.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:06 smithi089 ceph-mon[103441]: 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:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:06 smithi026 ceph-mon[93126]: 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:07.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:07.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:08.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:08.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:08 smithi089 ceph-mon[103441]: 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:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:08 smithi026 ceph-mon[93126]: 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:09.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:09.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:10.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:10.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:10 smithi026 ceph-mon[93126]: pgmap v2703: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:10 smithi089 ceph-mon[103441]: pgmap v2703: 97 pgs: 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.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:11.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:12.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:12.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:12 smithi026 ceph-mon[93126]: 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:10:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:12 smithi089 ceph-mon[103441]: 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:10:13.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:13.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:14.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:14.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:14 smithi089 ceph-mon[103441]: pgmap v2705: 97 pgs: 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:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:14 smithi026 ceph-mon[93126]: pgmap v2705: 97 pgs: 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:15.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:15.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:16.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:16.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:16 smithi089 ceph-mon[103441]: 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:10:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:16 smithi026 ceph-mon[93126]: 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:10:17.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:17.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:18.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:18.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:18 smithi089 ceph-mon[103441]: 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:10:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:18 smithi026 ceph-mon[93126]: 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:10:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:19.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:19.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:20.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:20.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:20 smithi026 ceph-mon[93126]: pgmap v2708: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:20 smithi089 ceph-mon[103441]: pgmap v2708: 97 pgs: 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.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:21.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:22.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:22.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:22 smithi026 ceph-mon[93126]: 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:10:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:22 smithi089 ceph-mon[103441]: 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:10:23.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:23.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:24.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:24.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:24 smithi089 ceph-mon[103441]: pgmap v2710: 97 pgs: 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:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:24 smithi026 ceph-mon[93126]: pgmap v2710: 97 pgs: 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:25.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:25.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:26.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:26.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:26 smithi089 ceph-mon[103441]: 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:10:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:26 smithi026 ceph-mon[93126]: 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:10:27.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:27.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:28.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:28.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:28 smithi089 ceph-mon[103441]: 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:10:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:28 smithi026 ceph-mon[93126]: 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:10:29.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:29.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:30.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:30.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:30 smithi026 ceph-mon[93126]: pgmap v2713: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:30 smithi089 ceph-mon[103441]: pgmap v2713: 97 pgs: 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:31.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:31.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:32.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:32.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:32 smithi089 ceph-mon[103441]: 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:10:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:32 smithi026 ceph-mon[93126]: 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:10:33.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:33.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:34.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:34.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:34 smithi089 ceph-mon[103441]: pgmap v2715: 97 pgs: 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:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:34 smithi026 ceph-mon[93126]: pgmap v2715: 97 pgs: 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:35.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:35.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:36.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:36.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:36 smithi089 ceph-mon[103441]: 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:10:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:36 smithi026 ceph-mon[93126]: 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:10:37.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:37.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:38.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:38.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:38 smithi089 ceph-mon[103441]: 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:10:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:38 smithi026 ceph-mon[93126]: 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:10:39.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:39.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:40.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:40.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:40 smithi026 ceph-mon[93126]: pgmap v2718: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:40 smithi089 ceph-mon[103441]: pgmap v2718: 97 pgs: 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:41.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:41.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:42.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:42.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:42 smithi089 ceph-mon[103441]: 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:10:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:42 smithi026 ceph-mon[93126]: 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:10:43.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:43.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:44.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:44.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:44 smithi089 ceph-mon[103441]: pgmap v2720: 97 pgs: 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:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:44 smithi026 ceph-mon[93126]: pgmap v2720: 97 pgs: 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:45.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:45.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:46.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:46.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:46 smithi089 ceph-mon[103441]: 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:10:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:46 smithi026 ceph-mon[93126]: 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:10:47.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:47.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:48.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:48.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:48 smithi089 ceph-mon[103441]: 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:10:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:48 smithi026 ceph-mon[93126]: 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:10:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:10:49.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:49.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:50.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:50.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:10:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:50 smithi026 ceph-mon[93126]: pgmap v2723: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:10:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:50 smithi089 ceph-mon[103441]: pgmap v2723: 97 pgs: 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:51.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:51.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:52 smithi089 ceph-mon[103441]: 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:10:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:52 smithi026 ceph-mon[93126]: 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:10:53.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:53.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:54.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:54.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:54 smithi089 ceph-mon[103441]: pgmap v2725: 97 pgs: 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:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:10:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:10:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:10:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:10:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:10:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:10:55.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:10:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:54 smithi026 ceph-mon[93126]: pgmap v2725: 97 pgs: 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:55.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:10:55.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:10:55.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:10:55.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:10:55.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:10:55.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:10:55.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:10:55.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:55.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:56.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:56.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:56 smithi089 ceph-mon[103441]: 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:10:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:56 smithi026 ceph-mon[93126]: 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:10:57.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:57.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:58.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:58.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:10:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:10:58 smithi089 ceph-mon[103441]: 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:10:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:10:58 smithi026 ceph-mon[93126]: 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:10:59.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:10:59.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:00.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:00.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:00 smithi026 ceph-mon[93126]: pgmap v2728: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:00 smithi089 ceph-mon[103441]: pgmap v2728: 97 pgs: 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:01.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:01.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:02.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:02.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:02 smithi089 ceph-mon[103441]: 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:03.232 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:02 smithi026 ceph-mon[93126]: 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:03.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:03.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:04.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:04.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:04 smithi089 ceph-mon[103441]: pgmap v2730: 97 pgs: 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:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:04 smithi026 ceph-mon[93126]: pgmap v2730: 97 pgs: 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:05.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:05.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:06.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:06.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:06 smithi089 ceph-mon[103441]: 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:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:06 smithi026 ceph-mon[93126]: 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:07.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:07.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:08.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:08.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:08 smithi089 ceph-mon[103441]: 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:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:08 smithi026 ceph-mon[93126]: 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:09.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:09.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:10.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:10.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:10 smithi026 ceph-mon[93126]: pgmap v2733: 97 pgs: 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:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:10 smithi089 ceph-mon[103441]: pgmap v2733: 97 pgs: 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.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:11.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:12.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:12.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:12 smithi089 ceph-mon[103441]: 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:11:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:12 smithi026 ceph-mon[93126]: 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:11:13.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:13.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:14.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:14.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:14 smithi089 ceph-mon[103441]: pgmap v2735: 97 pgs: 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:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:14 smithi026 ceph-mon[93126]: pgmap v2735: 97 pgs: 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:15.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:15.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:16.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:16.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:16 smithi089 ceph-mon[103441]: 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:11:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:16 smithi026 ceph-mon[93126]: 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:11:17.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:17.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:18.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:18.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:18 smithi089 ceph-mon[103441]: 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:11:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:18 smithi026 ceph-mon[93126]: 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:11:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:19.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:19.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:20.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:20.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:20 smithi026 ceph-mon[93126]: pgmap v2738: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:20 smithi089 ceph-mon[103441]: pgmap v2738: 97 pgs: 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:21.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:21.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:22.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:22.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:22 smithi089 ceph-mon[103441]: 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:11:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:22 smithi026 ceph-mon[93126]: 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:11:23.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:23.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:24.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:24.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:24 smithi089 ceph-mon[103441]: pgmap v2740: 97 pgs: 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:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:24 smithi026 ceph-mon[93126]: pgmap v2740: 97 pgs: 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:25.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:25.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:26.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:26.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:26 smithi089 ceph-mon[103441]: 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:11:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:26 smithi026 ceph-mon[93126]: 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:11:27.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:27.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:28.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:28.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:28 smithi089 ceph-mon[103441]: 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:11:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:28 smithi026 ceph-mon[93126]: 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:11:29.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:29.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:30.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:30.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:30 smithi026 ceph-mon[93126]: pgmap v2743: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:30 smithi089 ceph-mon[103441]: pgmap v2743: 97 pgs: 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:31.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:31.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:32.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:32.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:32 smithi089 ceph-mon[103441]: 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:11:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:32 smithi026 ceph-mon[93126]: 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:11:33.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:33.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:34.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:34.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:34 smithi089 ceph-mon[103441]: pgmap v2745: 97 pgs: 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:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:34 smithi026 ceph-mon[93126]: pgmap v2745: 97 pgs: 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:35.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:35.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:36.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:36.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:36 smithi089 ceph-mon[103441]: 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:11:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:36 smithi026 ceph-mon[93126]: 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:11:37.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:37.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:38.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:38.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:38 smithi026 ceph-mon[93126]: 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:11:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:38 smithi089 ceph-mon[103441]: 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:11:39.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:39.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:40.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:40.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:40 smithi026 ceph-mon[93126]: pgmap v2748: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:40 smithi089 ceph-mon[103441]: pgmap v2748: 97 pgs: 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:41.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:41.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:42.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:42.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:42 smithi089 ceph-mon[103441]: 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:11:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:42 smithi026 ceph-mon[93126]: 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:11:43.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:43.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:44.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:44.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:44 smithi089 ceph-mon[103441]: pgmap v2750: 97 pgs: 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:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:44 smithi026 ceph-mon[93126]: pgmap v2750: 97 pgs: 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:45.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:45.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:46.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:46.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:46 smithi089 ceph-mon[103441]: 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:11:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:46 smithi026 ceph-mon[93126]: 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:11:47.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:47.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:48.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:48.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:48 smithi026 ceph-mon[93126]: 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:11:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:48 smithi089 ceph-mon[103441]: 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:11:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:11:49.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:49.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:50.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:50.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:50 smithi026 ceph-mon[93126]: pgmap v2753: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:50 smithi089 ceph-mon[103441]: pgmap v2753: 97 pgs: 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:51.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:51.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:52.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:52.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:52 smithi089 ceph-mon[103441]: 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:11:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:52 smithi026 ceph-mon[93126]: 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:11:53.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:53.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:54.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:54.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:54 smithi089 ceph-mon[103441]: pgmap v2755: 97 pgs: 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:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:11:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:54 smithi026 ceph-mon[93126]: pgmap v2755: 97 pgs: 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:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:11:55.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:55.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:11:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:11:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:11:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:11:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:11:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:11:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:11:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:11:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:11:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:11:56.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:56.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:56 smithi026 ceph-mon[93126]: 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:11:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:56 smithi089 ceph-mon[103441]: 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:11:57.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:57.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:58.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:58.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:11:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:11:58 smithi026 ceph-mon[93126]: 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:11:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:11:58 smithi089 ceph-mon[103441]: 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:11:59.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:11:59.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:00.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:00.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:00 smithi026 ceph-mon[93126]: pgmap v2758: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:00 smithi089 ceph-mon[103441]: pgmap v2758: 97 pgs: 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:01.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:01.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:02.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:02.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:02 smithi089 ceph-mon[103441]: 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:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:02 smithi026 ceph-mon[93126]: 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:03.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:03.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:04.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:04.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:04 smithi026 ceph-mon[93126]: pgmap v2760: 97 pgs: 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:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:04 smithi089 ceph-mon[103441]: pgmap v2760: 97 pgs: 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:05.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:05.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:06.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:06.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:06 smithi026 ceph-mon[93126]: 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:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:06 smithi089 ceph-mon[103441]: 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:07.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:07.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:08.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:08.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:08 smithi026 ceph-mon[93126]: 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:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:08 smithi089 ceph-mon[103441]: 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:09.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:09.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:10.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:10.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:10 smithi026 ceph-mon[93126]: pgmap v2763: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:10 smithi089 ceph-mon[103441]: pgmap v2763: 97 pgs: 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.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:11.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:12.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:12.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:12 smithi026 ceph-mon[93126]: 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:12:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:12 smithi089 ceph-mon[103441]: 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:12:13.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:13.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:14.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:14.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:14 smithi026 ceph-mon[93126]: pgmap v2765: 97 pgs: 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:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:14 smithi089 ceph-mon[103441]: pgmap v2765: 97 pgs: 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:15.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:15.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:16.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:16.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:16 smithi026 ceph-mon[93126]: 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:12:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:16 smithi089 ceph-mon[103441]: 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:12:17.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:17.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:18.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:18.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:18 smithi089 ceph-mon[103441]: 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:12:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:18 smithi026 ceph-mon[93126]: 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:12:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:19.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:19.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:20.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:20.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:20 smithi026 ceph-mon[93126]: pgmap v2768: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:20 smithi089 ceph-mon[103441]: pgmap v2768: 97 pgs: 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:21.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:21.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:22.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:22.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:22 smithi026 ceph-mon[93126]: 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:12:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:22 smithi089 ceph-mon[103441]: 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:12:23.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:23.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:24.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:24.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:24 smithi026 ceph-mon[93126]: pgmap v2770: 97 pgs: 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:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:24 smithi089 ceph-mon[103441]: pgmap v2770: 97 pgs: 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:25.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:25.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:26.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:26.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:26 smithi026 ceph-mon[93126]: 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:12:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:26 smithi089 ceph-mon[103441]: 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:12:27.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:27.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:28.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:28.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:28 smithi089 ceph-mon[103441]: 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:12:29.209 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:28 smithi026 ceph-mon[93126]: 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:12:29.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:29.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:30.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:30.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:30 smithi026 ceph-mon[93126]: pgmap v2773: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:30 smithi089 ceph-mon[103441]: pgmap v2773: 97 pgs: 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:31.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:31.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:32.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:32.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:32 smithi026 ceph-mon[93126]: 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:12:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:32 smithi089 ceph-mon[103441]: 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:12:33.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:33.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:34.266 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:34.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:34.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:34 smithi026 ceph-mon[93126]: pgmap v2775: 97 pgs: 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:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:34 smithi089 ceph-mon[103441]: pgmap v2775: 97 pgs: 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:35.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:35.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:36.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:36.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:36 smithi026 ceph-mon[93126]: 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:12:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:36 smithi089 ceph-mon[103441]: 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:12:37.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:37.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:38.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:38.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:38 smithi026 ceph-mon[93126]: 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:12:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:38 smithi089 ceph-mon[103441]: 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:12:39.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:39.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:40.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:40.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:40 smithi026 ceph-mon[93126]: pgmap v2778: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:40 smithi089 ceph-mon[103441]: pgmap v2778: 97 pgs: 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:41.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:41.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:42.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:42.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:42 smithi026 ceph-mon[93126]: 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:12:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:42 smithi089 ceph-mon[103441]: 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:12:43.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:43.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:44.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:44.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:45.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:44 smithi026 ceph-mon[93126]: pgmap v2780: 97 pgs: 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:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:44 smithi089 ceph-mon[103441]: pgmap v2780: 97 pgs: 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:45.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:45.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:46.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:46.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:46 smithi026 ceph-mon[93126]: 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:12:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:46 smithi089 ceph-mon[103441]: 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:12:47.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:47.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:48.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:48.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:48 smithi026 ceph-mon[93126]: 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:12:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:48 smithi089 ceph-mon[103441]: 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:12:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:12:49.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:49.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:50.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:50.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:50 smithi026 ceph-mon[93126]: pgmap v2783: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:50 smithi089 ceph-mon[103441]: pgmap v2783: 97 pgs: 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:51.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:51.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:52.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:52.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:52 smithi026 ceph-mon[93126]: 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:12:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:52 smithi089 ceph-mon[103441]: 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:12:53.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:53.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:54.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:54.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:54 smithi026 ceph-mon[93126]: pgmap v2785: 97 pgs: 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:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:54 smithi089 ceph-mon[103441]: pgmap v2785: 97 pgs: 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:55.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:55.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:12:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:12:56.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:56.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:56 smithi026 ceph-mon[93126]: 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:12:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:12:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:12:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:56 smithi089 ceph-mon[103441]: 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:12:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:12:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:12:57.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:57.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:58.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:58.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:12:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:12:58 smithi026 ceph-mon[93126]: 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:12:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:12:58 smithi089 ceph-mon[103441]: 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:12:59.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:12:59.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:00.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:00.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:00 smithi026 ceph-mon[93126]: pgmap v2788: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:00 smithi089 ceph-mon[103441]: pgmap v2788: 97 pgs: 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:01.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:01.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:02.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:02.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:02 smithi026 ceph-mon[93126]: 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:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:02 smithi089 ceph-mon[103441]: 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:03.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:03.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:13:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:13:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:13:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:13:04.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:13:04.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:13:04.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:13:04.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:04 smithi026 ceph-mon[93126]: pgmap v2790: 97 pgs: 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:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:13:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:13:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:13:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:13:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:13:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:13:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:13:04.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:04 smithi089 ceph-mon[103441]: pgmap v2790: 97 pgs: 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:04.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:04.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:05.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:05.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:06.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:06.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:06 smithi026 ceph-mon[93126]: 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:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:06 smithi089 ceph-mon[103441]: 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:07.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:07.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:08.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:08.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:09.285 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:08 smithi089 ceph-mon[103441]: 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:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:08 smithi026 ceph-mon[93126]: 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:09.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:09.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:10.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:10.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:10 smithi026 ceph-mon[93126]: pgmap v2793: 97 pgs: 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:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:10 smithi089 ceph-mon[103441]: pgmap v2793: 97 pgs: 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.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:11.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:12.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:12.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:12 smithi026 ceph-mon[93126]: 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:13:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:12 smithi089 ceph-mon[103441]: 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:13:13.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:13.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:14.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:14.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:14 smithi026 ceph-mon[93126]: pgmap v2795: 97 pgs: 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:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:14 smithi089 ceph-mon[103441]: pgmap v2795: 97 pgs: 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:15.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:15.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:16.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:16.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:16 smithi026 ceph-mon[93126]: 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:13:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:16 smithi089 ceph-mon[103441]: 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:13:17.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:17.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:18.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:18.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:18 smithi026 ceph-mon[93126]: pgmap v2797: 97 pgs: 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:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:19.391 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:18 smithi089 ceph-mon[103441]: pgmap v2797: 97 pgs: 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:19.391 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:19.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:19.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:20.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:20.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:20 smithi026 ceph-mon[93126]: pgmap v2798: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:20 smithi089 ceph-mon[103441]: pgmap v2798: 97 pgs: 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:21.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:21.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:22.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:22.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:22 smithi026 ceph-mon[93126]: 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:13:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:22 smithi089 ceph-mon[103441]: 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:13:23.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:23.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:24.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:24.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:24 smithi026 ceph-mon[93126]: pgmap v2800: 97 pgs: 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:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:24 smithi089 ceph-mon[103441]: pgmap v2800: 97 pgs: 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:25.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:25.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:26.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:26.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:26 smithi026 ceph-mon[93126]: 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:13:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:26 smithi089 ceph-mon[103441]: 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:13:27.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:27.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:28.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:28.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:28 smithi026 ceph-mon[93126]: pgmap v2802: 97 pgs: 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:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:28 smithi089 ceph-mon[103441]: pgmap v2802: 97 pgs: 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:29.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:29.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:30.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:30.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:30 smithi026 ceph-mon[93126]: 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:13:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:30 smithi089 ceph-mon[103441]: 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:13:31.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:31.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:32.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:32.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:32 smithi026 ceph-mon[93126]: 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:13:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:32 smithi089 ceph-mon[103441]: 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:13:33.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:33.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:34.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:34.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:34 smithi026 ceph-mon[93126]: pgmap v2805: 97 pgs: 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:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:34 smithi089 ceph-mon[103441]: pgmap v2805: 97 pgs: 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:35.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:35.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:36.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:36.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:36 smithi026 ceph-mon[93126]: 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:13:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:36 smithi089 ceph-mon[103441]: 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:13:37.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:37.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:38.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:38.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:38 smithi026 ceph-mon[93126]: pgmap v2807: 97 pgs: 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:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:38 smithi089 ceph-mon[103441]: pgmap v2807: 97 pgs: 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:39.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:39.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:40.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:40.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:40 smithi026 ceph-mon[93126]: 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:13:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:40 smithi089 ceph-mon[103441]: 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:13:41.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:41.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:42.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:42.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:42 smithi026 ceph-mon[93126]: 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:13:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:42 smithi089 ceph-mon[103441]: 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:13:43.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:43.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:44.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:44.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:44 smithi026 ceph-mon[93126]: pgmap v2810: 97 pgs: 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:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:44 smithi089 ceph-mon[103441]: pgmap v2810: 97 pgs: 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:45.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:45.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:46.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:46.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:46 smithi026 ceph-mon[93126]: 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:13:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:46 smithi089 ceph-mon[103441]: 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:13:47.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:47.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:48.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:48.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:48 smithi026 ceph-mon[93126]: pgmap v2812: 97 pgs: 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:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:48 smithi089 ceph-mon[103441]: pgmap v2812: 97 pgs: 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:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:13:49.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:49.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:50 smithi026 ceph-mon[93126]: 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:13:50.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:50.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:50.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:50 smithi089 ceph-mon[103441]: 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:13:51.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:51.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:52.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:52.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:52 smithi026 ceph-mon[93126]: 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:13:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:52 smithi089 ceph-mon[103441]: 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:13:53.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:53.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:54.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:54.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:54 smithi089 ceph-mon[103441]: pgmap v2815: 97 pgs: 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:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:54 smithi026 ceph-mon[93126]: pgmap v2815: 97 pgs: 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:55.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:55.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:56.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:56.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:56 smithi026 ceph-mon[93126]: 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:13:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:56 smithi089 ceph-mon[103441]: 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:13:57.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:57.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:58.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:58.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:13:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:13:58 smithi026 ceph-mon[93126]: pgmap v2817: 97 pgs: 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:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:13:58 smithi089 ceph-mon[103441]: pgmap v2817: 97 pgs: 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:59.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:13:59.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:00 smithi026 ceph-mon[93126]: 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:00.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:00.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:00 smithi089 ceph-mon[103441]: 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:01.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:01.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:02.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:02.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:02 smithi026 ceph-mon[93126]: 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:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:02 smithi089 ceph-mon[103441]: 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:03.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:03.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:14:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:14:04.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:04.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:04 smithi089 ceph-mon[103441]: pgmap v2820: 97 pgs: 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:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:14:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:14:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:14:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:14:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:14:05.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:04 smithi026 ceph-mon[93126]: pgmap v2820: 97 pgs: 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:05.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:14:05.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:14:05.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:14:05.301 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:14:05.301 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:14:05.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:05.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:06.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:06.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:06 smithi026 ceph-mon[93126]: 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:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:06 smithi089 ceph-mon[103441]: 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:07.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:07.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:08.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:08.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:08 smithi026 ceph-mon[93126]: pgmap v2822: 97 pgs: 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:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:08 smithi089 ceph-mon[103441]: pgmap v2822: 97 pgs: 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:09.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:09.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:10 smithi026 ceph-mon[93126]: 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:10.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:10.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:10 smithi089 ceph-mon[103441]: 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:11.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:11.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:12.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:12.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:12 smithi026 ceph-mon[93126]: 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:14:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:12 smithi089 ceph-mon[103441]: 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:14:13.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:13.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:14.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:14.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:14 smithi026 ceph-mon[93126]: pgmap v2825: 97 pgs: 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:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:14 smithi089 ceph-mon[103441]: pgmap v2825: 97 pgs: 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:15.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:15.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:16.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:16.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:16 smithi026 ceph-mon[93126]: 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:14:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:16 smithi089 ceph-mon[103441]: 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:14:17.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:17.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:18.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:18.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:18 smithi026 ceph-mon[93126]: pgmap v2827: 97 pgs: 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:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:18 smithi089 ceph-mon[103441]: pgmap v2827: 97 pgs: 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:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:19.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:19.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:20 smithi026 ceph-mon[93126]: 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:14:20.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:20.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:20 smithi089 ceph-mon[103441]: 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:14:21.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:21.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:22.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:22.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:22 smithi026 ceph-mon[93126]: 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:14:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:22 smithi089 ceph-mon[103441]: 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:14:23.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:23.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:24.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:24.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:25.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:24 smithi026 ceph-mon[93126]: pgmap v2830: 97 pgs: 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:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:24 smithi089 ceph-mon[103441]: pgmap v2830: 97 pgs: 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:25.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:25.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:26.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:26.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:26 smithi026 ceph-mon[93126]: 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:14:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:26 smithi089 ceph-mon[103441]: 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:14:27.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:27.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:28.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:28.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:28 smithi026 ceph-mon[93126]: pgmap v2832: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:28 smithi089 ceph-mon[103441]: pgmap v2832: 97 pgs: 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.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:29.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:30 smithi026 ceph-mon[93126]: 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:14:30.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:30.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:30 smithi089 ceph-mon[103441]: 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:14:31.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:31.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:32.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:32.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:32 smithi026 ceph-mon[93126]: 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:14:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:32 smithi089 ceph-mon[103441]: 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:14:33.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:33.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:34.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:34.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:34 smithi026 ceph-mon[93126]: pgmap v2835: 97 pgs: 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:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:34 smithi089 ceph-mon[103441]: pgmap v2835: 97 pgs: 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:35.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:35.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:36.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:36.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:36 smithi026 ceph-mon[93126]: 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:14:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:36 smithi089 ceph-mon[103441]: 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:14:37.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:37.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:38.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:38.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:38 smithi026 ceph-mon[93126]: pgmap v2837: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:38 smithi089 ceph-mon[103441]: pgmap v2837: 97 pgs: 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.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:39.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:40 smithi026 ceph-mon[93126]: 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:14:40.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:40.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:40 smithi089 ceph-mon[103441]: 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:14:41.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:41.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:42.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:42.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:42 smithi026 ceph-mon[93126]: 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:14:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:42 smithi089 ceph-mon[103441]: 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:14:43.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:43.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:44.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:44.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:45.278 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:44 smithi089 ceph-mon[103441]: pgmap v2840: 97 pgs: 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:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:44 smithi026 ceph-mon[93126]: pgmap v2840: 97 pgs: 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:45.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:45.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:46.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:46.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:46 smithi026 ceph-mon[93126]: 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:14:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:46 smithi089 ceph-mon[103441]: 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:14:47.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:47.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:48.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:48.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:48 smithi026 ceph-mon[93126]: pgmap v2842: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:48 smithi089 ceph-mon[103441]: pgmap v2842: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:14:49.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:49.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:50 smithi089 ceph-mon[103441]: 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:14:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:50 smithi026 ceph-mon[93126]: 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:14:50.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:50.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:51.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:51.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:52.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:52.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:52 smithi026 ceph-mon[93126]: 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:14:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:52 smithi089 ceph-mon[103441]: 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:14:53.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:53.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:54.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:54.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:54 smithi026 ceph-mon[93126]: pgmap v2845: 97 pgs: 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:55.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:54 smithi089 ceph-mon[103441]: pgmap v2845: 97 pgs: 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:55.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:55.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:56.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:56.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:56 smithi026 ceph-mon[93126]: 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:14:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:56 smithi089 ceph-mon[103441]: 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:14:57.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:57.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:58.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:58.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:14:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:14:58 smithi026 ceph-mon[93126]: pgmap v2847: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:14:58 smithi089 ceph-mon[103441]: pgmap v2847: 97 pgs: 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.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:14:59.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:00 smithi026 ceph-mon[93126]: 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:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:00 smithi089 ceph-mon[103441]: 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:00.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:00.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:01.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:01.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:02.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:02.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:02 smithi026 ceph-mon[93126]: 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:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:02 smithi089 ceph-mon[103441]: 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:03.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:03.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:04.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:04.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:04 smithi026 ceph-mon[93126]: pgmap v2850: 97 pgs: 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:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:15:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:04 smithi089 ceph-mon[103441]: pgmap v2850: 97 pgs: 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:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:15:05.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:05.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: 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:06.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:15:06.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:15:06.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:15:06.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: 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:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:15:06.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:15:06.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:15:06.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:15:06.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:06.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:07.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:07.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:08.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:08.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:08 smithi026 ceph-mon[93126]: pgmap v2852: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:08 smithi089 ceph-mon[103441]: pgmap v2852: 97 pgs: 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.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:09.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:10 smithi026 ceph-mon[93126]: 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:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:10 smithi089 ceph-mon[103441]: 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:10.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:10.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:11.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:11.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:12.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:12.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:12 smithi026 ceph-mon[93126]: 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:15:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:12 smithi089 ceph-mon[103441]: 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:15:13.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:13.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:14.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:14.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:14 smithi026 ceph-mon[93126]: pgmap v2855: 97 pgs: 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:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:14 smithi089 ceph-mon[103441]: pgmap v2855: 97 pgs: 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:15.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:15.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:16.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:16.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:16 smithi026 ceph-mon[93126]: 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:15:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:16 smithi089 ceph-mon[103441]: 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:15:17.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:17.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:18.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:18.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:18 smithi026 ceph-mon[93126]: pgmap v2857: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:18 smithi089 ceph-mon[103441]: pgmap v2857: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:19.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:19.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:20 smithi026 ceph-mon[93126]: 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:15:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:20 smithi089 ceph-mon[103441]: 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:15:20.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:20.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:21.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:21.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:22.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:22.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:22 smithi026 ceph-mon[93126]: 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:15:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:22 smithi089 ceph-mon[103441]: 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:15:23.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:23.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:24.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:24.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:24 smithi026 ceph-mon[93126]: pgmap v2860: 97 pgs: 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:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:24 smithi089 ceph-mon[103441]: pgmap v2860: 97 pgs: 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:25.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:25.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:26.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:26.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:26 smithi026 ceph-mon[93126]: 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:15:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:26 smithi089 ceph-mon[103441]: 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:15:27.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:27.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:28 smithi026 ceph-mon[93126]: pgmap v2862: 97 pgs: 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:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:28 smithi089 ceph-mon[103441]: pgmap v2862: 97 pgs: 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:28.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:28.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:29.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:29.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:30 smithi026 ceph-mon[93126]: 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:15:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:30 smithi089 ceph-mon[103441]: 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:15:30.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:30.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:31.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:31.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:32.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:32.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:32 smithi026 ceph-mon[93126]: 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:15:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:32 smithi089 ceph-mon[103441]: 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:15:33.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:33.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:34.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:34.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:35 smithi026 ceph-mon[93126]: pgmap v2865: 97 pgs: 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:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:35 smithi089 ceph-mon[103441]: pgmap v2865: 97 pgs: 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:35.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:35.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:36 smithi089 ceph-mon[103441]: 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:15:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:36 smithi026 ceph-mon[93126]: 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:15:36.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:36.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:37.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:37.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:38.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:38.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:38 smithi026 ceph-mon[93126]: pgmap v2867: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:38 smithi089 ceph-mon[103441]: pgmap v2867: 97 pgs: 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.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:39.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:40 smithi026 ceph-mon[93126]: 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:15:40.851 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:40 smithi089 ceph-mon[103441]: 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:15:41.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:41.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:42.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:42.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:43.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:43.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:42 smithi026 ceph-mon[93126]: 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:15:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:42 smithi089 ceph-mon[103441]: 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:15:44.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:44.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:45.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:45.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:45 smithi026 ceph-mon[93126]: pgmap v2870: 97 pgs: 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:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:45 smithi089 ceph-mon[103441]: pgmap v2870: 97 pgs: 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:46.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:46.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:46 smithi089 ceph-mon[103441]: 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:15:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:46 smithi026 ceph-mon[93126]: 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:15:47.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:47.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:48.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:48.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:49.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:49.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:49 smithi026 ceph-mon[93126]: pgmap v2872: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:49 smithi089 ceph-mon[103441]: pgmap v2872: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:15:50.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:50.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:50 smithi026 ceph-mon[93126]: 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:15:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:50 smithi089 ceph-mon[103441]: 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:15:51.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:51.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:52.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:52.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:53.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:53.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:53 smithi026 ceph-mon[93126]: 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:15:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:53 smithi089 ceph-mon[103441]: 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:15:54.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:54.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:54 smithi026 ceph-mon[93126]: pgmap v2875: 97 pgs: 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:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:54 smithi089 ceph-mon[103441]: pgmap v2875: 97 pgs: 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:55.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:55.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:56.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:56.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:57.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:57.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:57 smithi026 ceph-mon[93126]: 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:15:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:57 smithi089 ceph-mon[103441]: 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:15:58.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:58.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:15:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:15:58 smithi026 ceph-mon[93126]: pgmap v2877: 97 pgs: 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:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:15:58 smithi089 ceph-mon[103441]: pgmap v2877: 97 pgs: 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.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:15:59.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:00.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:00.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:00 smithi026 ceph-mon[93126]: 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:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:00 smithi089 ceph-mon[103441]: 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:01.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:01.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:02.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:02.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:02 smithi026 ceph-mon[93126]: 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:03.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:03.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:04.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:04.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:04 smithi089 ceph-mon[103441]: pgmap v2880: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:04 smithi026 ceph-mon[93126]: pgmap v2880: 97 pgs: 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:05.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:05.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:06.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:06.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:06 smithi026 ceph-mon[93126]: 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:07.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:07.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:16:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:16:08.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:08.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:08 smithi026 ceph-mon[93126]: pgmap v2882: 97 pgs: 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:08.333 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:08 smithi089 ceph-mon[103441]: pgmap v2882: 97 pgs: 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.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:09.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:10.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:10.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:10 smithi026 ceph-mon[93126]: 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:16:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:10 smithi089 ceph-mon[103441]: 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:16:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:11.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:11.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:16:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:16:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:16:11.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:12.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:12.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:16:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:16:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:16:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:16:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:12 smithi089 ceph-mon[103441]: 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:16:13.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:13.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:12 smithi026 ceph-mon[93126]: 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:16:14.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:14.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:14 smithi026 ceph-mon[93126]: pgmap v2885: 97 pgs: 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:14 smithi089 ceph-mon[103441]: pgmap v2885: 97 pgs: 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:15.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:15.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:16.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:16.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:16 smithi089 ceph-mon[103441]: 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:16:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:16 smithi026 ceph-mon[93126]: 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:16:17.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:17.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:18.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:18.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:18 smithi089 ceph-mon[103441]: pgmap v2887: 97 pgs: 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:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:18 smithi026 ceph-mon[93126]: pgmap v2887: 97 pgs: 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.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:19.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:20.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:20.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:20 smithi026 ceph-mon[93126]: 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:16:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:20 smithi089 ceph-mon[103441]: 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:16:21.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:21.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:22.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:22.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:22 smithi026 ceph-mon[93126]: 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:16:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:22 smithi089 ceph-mon[103441]: 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:16:23.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:23.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:24.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:24.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:24 smithi026 ceph-mon[93126]: pgmap v2890: 97 pgs: 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:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:24 smithi089 ceph-mon[103441]: pgmap v2890: 97 pgs: 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:25.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:25.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:26.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:26.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:26.320 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:26 smithi089 ceph-mon[103441]: 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:16:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:26 smithi026 ceph-mon[93126]: 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:16:27.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:27.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:28.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:28.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:28 smithi089 ceph-mon[103441]: pgmap v2892: 97 pgs: 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:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:28 smithi026 ceph-mon[93126]: pgmap v2892: 97 pgs: 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.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:29.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:30.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:30.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:30 smithi026 ceph-mon[93126]: 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:16:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:30 smithi089 ceph-mon[103441]: 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:16:31.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:31.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:32.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:32.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:32 smithi026 ceph-mon[93126]: 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:16:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:32 smithi089 ceph-mon[103441]: 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:16:33.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:33.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:34.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:34.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:34 smithi089 ceph-mon[103441]: pgmap v2895: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:34 smithi026 ceph-mon[93126]: pgmap v2895: 97 pgs: 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:35.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:35.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:36.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:36.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:36.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:36 smithi089 ceph-mon[103441]: 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:16:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:36 smithi026 ceph-mon[93126]: 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:16:37.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:37.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:38.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:38.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:38 smithi089 ceph-mon[103441]: pgmap v2897: 97 pgs: 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:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:38 smithi026 ceph-mon[93126]: pgmap v2897: 97 pgs: 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.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:39.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:40.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:40.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:40 smithi026 ceph-mon[93126]: 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:16:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:40 smithi089 ceph-mon[103441]: 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:16:41.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:41.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:42.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:42.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:42 smithi089 ceph-mon[103441]: 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:16:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:42 smithi026 ceph-mon[93126]: 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:16:43.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:43.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:44.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:44.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:44 smithi026 ceph-mon[93126]: pgmap v2900: 97 pgs: 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:44 smithi089 ceph-mon[103441]: pgmap v2900: 97 pgs: 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:45.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:45.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:46.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:46.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:46 smithi089 ceph-mon[103441]: 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:16:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:46 smithi026 ceph-mon[93126]: 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:16:47.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:47.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:48.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:48.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:48 smithi089 ceph-mon[103441]: pgmap v2902: 97 pgs: 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:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:48 smithi026 ceph-mon[93126]: pgmap v2902: 97 pgs: 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.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:49.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:16:50.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:50.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:50 smithi026 ceph-mon[93126]: 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:16:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:50 smithi089 ceph-mon[103441]: 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:16:51.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:51.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:52.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:52.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:52 smithi089 ceph-mon[103441]: 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:16:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:52 smithi026 ceph-mon[93126]: 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:16:53.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:53.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:54.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:54.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:54 smithi026 ceph-mon[93126]: pgmap v2905: 97 pgs: 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:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:54 smithi089 ceph-mon[103441]: pgmap v2905: 97 pgs: 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:55.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:55.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:56.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:56.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:56 smithi089 ceph-mon[103441]: 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:16:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:56 smithi026 ceph-mon[93126]: 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:16:57.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:57.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:58.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:58.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:16:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:16:58 smithi089 ceph-mon[103441]: pgmap v2907: 97 pgs: 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:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:16:58 smithi026 ceph-mon[93126]: pgmap v2907: 97 pgs: 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:59.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:16:59.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:00.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:00.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:00 smithi026 ceph-mon[93126]: 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:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:00 smithi089 ceph-mon[103441]: 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:01.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:01.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:02.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:02.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:02 smithi026 ceph-mon[93126]: 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:03.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:03.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:04.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:04.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:04 smithi089 ceph-mon[103441]: pgmap v2910: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:04 smithi026 ceph-mon[93126]: pgmap v2910: 97 pgs: 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:05.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:05.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:06.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:06.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:06 smithi026 ceph-mon[93126]: 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:07.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:07.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:08.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:08.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:08 smithi089 ceph-mon[103441]: pgmap v2912: 97 pgs: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:08 smithi026 ceph-mon[93126]: pgmap v2912: 97 pgs: 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:09.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:09.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:10.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:10.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:10 smithi089 ceph-mon[103441]: 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:17:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:10 smithi026 ceph-mon[93126]: 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:17:11.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:11.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:17:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:17:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:17:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:17:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:17:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:17:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:17:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:17:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:17:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:17:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:17:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:17:12.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:12.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:12 smithi026 ceph-mon[93126]: 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:17:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:12 smithi089 ceph-mon[103441]: 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:17:13.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:13.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:14.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:14.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:14 smithi026 ceph-mon[93126]: pgmap v2915: 97 pgs: 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:14 smithi089 ceph-mon[103441]: pgmap v2915: 97 pgs: 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:15.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:15.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:16.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:16.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:16 smithi089 ceph-mon[103441]: 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:17:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:16 smithi026 ceph-mon[93126]: 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:17:17.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:17.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:18.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:18.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:18 smithi089 ceph-mon[103441]: pgmap v2917: 97 pgs: 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:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:18 smithi026 ceph-mon[93126]: pgmap v2917: 97 pgs: 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:19.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:19.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:20.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:20.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:20 smithi089 ceph-mon[103441]: 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:17:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:20 smithi026 ceph-mon[93126]: 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:17:21.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:21.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:22.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:22.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:22 smithi089 ceph-mon[103441]: 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:17:22.538 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:22 smithi026 ceph-mon[93126]: 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:17:23.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:23.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:24.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:24.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:24 smithi026 ceph-mon[93126]: pgmap v2920: 97 pgs: 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:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:24 smithi089 ceph-mon[103441]: pgmap v2920: 97 pgs: 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:25.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:25.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:26.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:26.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:26 smithi089 ceph-mon[103441]: 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:17:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:26 smithi026 ceph-mon[93126]: 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:17:27.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:27.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:28.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:28.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:28 smithi089 ceph-mon[103441]: pgmap v2922: 97 pgs: 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:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:28 smithi026 ceph-mon[93126]: pgmap v2922: 97 pgs: 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:29.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:29.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:30.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:30.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:30 smithi089 ceph-mon[103441]: 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:17:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:30 smithi026 ceph-mon[93126]: 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:17:31.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:31.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:32.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:32.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:32 smithi089 ceph-mon[103441]: 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:17:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:32 smithi026 ceph-mon[93126]: 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:17:33.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:33.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:34.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:34.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:34 smithi089 ceph-mon[103441]: pgmap v2925: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:34 smithi026 ceph-mon[93126]: pgmap v2925: 97 pgs: 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:35.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:35.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:36.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:36.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:36 smithi089 ceph-mon[103441]: 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:17:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:36 smithi026 ceph-mon[93126]: 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:17:37.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:37.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:38.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:38.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:38 smithi089 ceph-mon[103441]: pgmap v2927: 97 pgs: 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:38.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:38 smithi026 ceph-mon[93126]: pgmap v2927: 97 pgs: 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:39.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:39.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:40.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:40.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:40 smithi089 ceph-mon[103441]: 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:17:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:40 smithi026 ceph-mon[93126]: 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:17:41.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:41.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:42.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:42.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:42 smithi089 ceph-mon[103441]: 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:17:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:42 smithi026 ceph-mon[93126]: 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:17:43.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:43.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:44.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:44.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:44 smithi026 ceph-mon[93126]: pgmap v2930: 97 pgs: 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:44 smithi089 ceph-mon[103441]: pgmap v2930: 97 pgs: 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:45.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:45.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:46.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:46.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:46 smithi089 ceph-mon[103441]: 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:17:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:46 smithi026 ceph-mon[93126]: 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:17:47.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:47.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:48.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:48.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:48 smithi026 ceph-mon[93126]: pgmap v2932: 97 pgs: 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:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:48 smithi089 ceph-mon[103441]: pgmap v2932: 97 pgs: 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:49.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:49.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:17:50.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:50.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:50 smithi089 ceph-mon[103441]: 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:17:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:50 smithi026 ceph-mon[93126]: 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:17:51.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:51.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:52.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:52.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:52 smithi089 ceph-mon[103441]: 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:17:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:52 smithi026 ceph-mon[93126]: 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:17:53.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:53.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:54.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:54.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:54 smithi026 ceph-mon[93126]: pgmap v2935: 97 pgs: 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:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:54 smithi089 ceph-mon[103441]: pgmap v2935: 97 pgs: 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:55.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:55.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:56.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:56.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:56 smithi089 ceph-mon[103441]: 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:17:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:56 smithi026 ceph-mon[93126]: 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:17:57.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:57.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:58.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:58.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:17:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:17:58 smithi026 ceph-mon[93126]: pgmap v2937: 97 pgs: 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:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:17:58 smithi089 ceph-mon[103441]: pgmap v2937: 97 pgs: 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:59.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:17:59.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:00.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:00.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:00 smithi089 ceph-mon[103441]: 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:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:00 smithi026 ceph-mon[93126]: 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:01.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:01.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:02.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:02.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:02 smithi026 ceph-mon[93126]: 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:03.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:03.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:04.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:04.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:04 smithi089 ceph-mon[103441]: pgmap v2940: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:04 smithi026 ceph-mon[93126]: pgmap v2940: 97 pgs: 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:05.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:05.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:06.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:06.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:06 smithi026 ceph-mon[93126]: 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:07.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:07.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:08.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:08.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:08 smithi089 ceph-mon[103441]: pgmap v2942: 97 pgs: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:08 smithi026 ceph-mon[93126]: pgmap v2942: 97 pgs: 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:09.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:09.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:10.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:10.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:10 smithi089 ceph-mon[103441]: 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:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:10 smithi026 ceph-mon[93126]: 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:11.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:11.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:18:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:18:12.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:12.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:12 smithi089 ceph-mon[103441]: 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:18:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:18:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:18:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:18:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:18:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:18:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:12 smithi026 ceph-mon[93126]: 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:18:13.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:18:13.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:18:13.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:18:13.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:18:13.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:18:13.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:13.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:14.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:14.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:14 smithi026 ceph-mon[93126]: pgmap v2945: 97 pgs: 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:14 smithi089 ceph-mon[103441]: pgmap v2945: 97 pgs: 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:15.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:15.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:16.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:16.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:16 smithi089 ceph-mon[103441]: 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:18:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:16 smithi026 ceph-mon[93126]: 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:18:17.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:17.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:18.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:18.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:18 smithi089 ceph-mon[103441]: pgmap v2947: 97 pgs: 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:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:18 smithi026 ceph-mon[93126]: pgmap v2947: 97 pgs: 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.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:19.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:20.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:20.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:20 smithi089 ceph-mon[103441]: 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:18:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:20 smithi026 ceph-mon[93126]: 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:18:21.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:21.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:22.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:22.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:22 smithi089 ceph-mon[103441]: 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:18:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:22 smithi026 ceph-mon[93126]: 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:18:23.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:23.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:24.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:24.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:24 smithi026 ceph-mon[93126]: pgmap v2950: 97 pgs: 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:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:24 smithi089 ceph-mon[103441]: pgmap v2950: 97 pgs: 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:25.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:25.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:26.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:26.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:26 smithi089 ceph-mon[103441]: 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:18:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:26 smithi026 ceph-mon[93126]: 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:18:27.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:27.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:28.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:28.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:28 smithi089 ceph-mon[103441]: pgmap v2952: 97 pgs: 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:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:28 smithi026 ceph-mon[93126]: pgmap v2952: 97 pgs: 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.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:29.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:30.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:30.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:30 smithi089 ceph-mon[103441]: 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:18:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:30 smithi026 ceph-mon[93126]: 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:18:31.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:31.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:32.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:32.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:32 smithi089 ceph-mon[103441]: 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:18:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:32 smithi026 ceph-mon[93126]: 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:18:33.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:33.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:34.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:34.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:34 smithi089 ceph-mon[103441]: pgmap v2955: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:34 smithi026 ceph-mon[93126]: pgmap v2955: 97 pgs: 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:35.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:35.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:36.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:36.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:36 smithi089 ceph-mon[103441]: 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:18:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:36 smithi026 ceph-mon[93126]: 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:18:37.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:37.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:38.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:38.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:38.403 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:38 smithi026 ceph-mon[93126]: pgmap v2957: 97 pgs: 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:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:38 smithi089 ceph-mon[103441]: pgmap v2957: 97 pgs: 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.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:39.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:40.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:40.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:40 smithi089 ceph-mon[103441]: 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:18:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:40 smithi026 ceph-mon[93126]: 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:18:41.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:41.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:42.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:42.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:42 smithi089 ceph-mon[103441]: 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:18:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:42 smithi026 ceph-mon[93126]: 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:18:43.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:43.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:44.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:44.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:44 smithi026 ceph-mon[93126]: pgmap v2960: 97 pgs: 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:44 smithi089 ceph-mon[103441]: pgmap v2960: 97 pgs: 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:45.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:45.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:46.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:46.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:46 smithi089 ceph-mon[103441]: 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:18:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:46 smithi026 ceph-mon[93126]: 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:18:47.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:47.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:48.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:48.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:48 smithi089 ceph-mon[103441]: pgmap v2962: 97 pgs: 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:48.518 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:48 smithi026 ceph-mon[93126]: pgmap v2962: 97 pgs: 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.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:49.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:18:50.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:50.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:50 smithi089 ceph-mon[103441]: 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:18:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:50 smithi026 ceph-mon[93126]: 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:18:51.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:51.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:52.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:52.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:52 smithi089 ceph-mon[103441]: 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:18:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:52 smithi026 ceph-mon[93126]: 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:18:53.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:53.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:54 smithi026 ceph-mon[93126]: pgmap v2965: 97 pgs: 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:54.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:54.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:54 smithi089 ceph-mon[103441]: pgmap v2965: 97 pgs: 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:55.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:55.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:56.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:56.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:56 smithi089 ceph-mon[103441]: 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:18:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:56 smithi026 ceph-mon[93126]: 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:18:57.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:57.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:18:58 smithi089 ceph-mon[103441]: pgmap v2967: 97 pgs: 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:58.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:58.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:18:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:18:58 smithi026 ceph-mon[93126]: pgmap v2967: 97 pgs: 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.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:18:59.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:00.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:00.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:00 smithi089 ceph-mon[103441]: 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:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:00 smithi026 ceph-mon[93126]: 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:01.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:01.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:02.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:02.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:02 smithi026 ceph-mon[93126]: 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:03.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:03.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:03.690 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:04.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:04.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:04 smithi089 ceph-mon[103441]: pgmap v2970: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:04 smithi026 ceph-mon[93126]: pgmap v2970: 97 pgs: 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:05.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:05.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:06.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:06.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:06 smithi026 ceph-mon[93126]: 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:07.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:07.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:08.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:08.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:08 smithi089 ceph-mon[103441]: pgmap v2972: 97 pgs: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:08 smithi026 ceph-mon[93126]: pgmap v2972: 97 pgs: 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.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:09.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:10.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:10.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:10 smithi089 ceph-mon[103441]: 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:19:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:10 smithi026 ceph-mon[93126]: 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:19:11.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:11.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:12.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:12.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:12 smithi089 ceph-mon[103441]: 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:19:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:12 smithi026 ceph-mon[93126]: 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:19:13.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:13.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:19:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:19:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:19:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:19:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:19:13.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:19:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:19:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:19:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:19:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:19:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:19:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:19:14.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:14.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:14 smithi089 ceph-mon[103441]: pgmap v2975: 97 pgs: 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:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:14 smithi026 ceph-mon[93126]: pgmap v2975: 97 pgs: 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:15.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:15.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:16.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:16.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:16 smithi089 ceph-mon[103441]: 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:19:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:16 smithi026 ceph-mon[93126]: 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:19:17.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:17.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:18.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:18.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:18 smithi089 ceph-mon[103441]: pgmap v2977: 97 pgs: 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:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:18 smithi026 ceph-mon[93126]: pgmap v2977: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:19.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:19.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:20.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:20.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:20 smithi089 ceph-mon[103441]: 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:19:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:20 smithi026 ceph-mon[93126]: 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:19:21.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:21.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:22.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:22.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:22 smithi089 ceph-mon[103441]: 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:19:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:22 smithi026 ceph-mon[93126]: 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:19:23.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:23.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:24 smithi026 ceph-mon[93126]: pgmap v2980: 97 pgs: 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:24.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:24.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:24 smithi089 ceph-mon[103441]: pgmap v2980: 97 pgs: 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:25.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:25.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:26.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:26.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:26 smithi089 ceph-mon[103441]: 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:19:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:26 smithi026 ceph-mon[93126]: 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:19:27.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:27.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:28.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:28.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:28 smithi089 ceph-mon[103441]: pgmap v2982: 97 pgs: 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:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:28 smithi026 ceph-mon[93126]: pgmap v2982: 97 pgs: 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:29.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:29.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:30.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:30.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:30 smithi089 ceph-mon[103441]: 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:19:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:30 smithi026 ceph-mon[93126]: 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:19:31.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:31.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:32.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:32.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:32 smithi089 ceph-mon[103441]: 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:19:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:32 smithi026 ceph-mon[93126]: 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:19:33.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:33.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:34.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:34.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:34 smithi089 ceph-mon[103441]: pgmap v2985: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:34 smithi026 ceph-mon[93126]: pgmap v2985: 97 pgs: 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:35.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:35.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:36.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:36.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:36 smithi089 ceph-mon[103441]: 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:19:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:36 smithi026 ceph-mon[93126]: 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:19:37.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:37.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:38.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:38.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:38 smithi089 ceph-mon[103441]: pgmap v2987: 97 pgs: 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:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:38 smithi026 ceph-mon[93126]: pgmap v2987: 97 pgs: 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:39.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:39.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:40.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:40.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:40 smithi089 ceph-mon[103441]: 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:19:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:40 smithi026 ceph-mon[93126]: 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:19:41.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:41.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:42.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:42.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:42 smithi089 ceph-mon[103441]: 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:19:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:42 smithi026 ceph-mon[93126]: 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:19:43.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:43.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:44.149 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:44 smithi026 ceph-mon[93126]: pgmap v2990: 97 pgs: 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:44.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:44.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:44 smithi089 ceph-mon[103441]: pgmap v2990: 97 pgs: 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:45.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:45.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:46.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:46.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:46 smithi089 ceph-mon[103441]: 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:19:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:46 smithi026 ceph-mon[93126]: 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:19:47.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:47.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:48.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:48 smithi089 ceph-mon[103441]: pgmap v2992: 97 pgs: 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:48.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:48.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:48 smithi026 ceph-mon[93126]: pgmap v2992: 97 pgs: 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:49.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:49.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:19:50.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:50.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:50 smithi089 ceph-mon[103441]: 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:19:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:50 smithi026 ceph-mon[93126]: 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:19:51.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:51.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:52.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:52.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:52 smithi089 ceph-mon[103441]: 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:19:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:52 smithi026 ceph-mon[93126]: 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:19:53.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:53.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:54.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:54 smithi026 ceph-mon[93126]: pgmap v2995: 97 pgs: 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:54.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:54.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:54 smithi089 ceph-mon[103441]: pgmap v2995: 97 pgs: 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:55.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:55.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:56.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:56.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:56 smithi089 ceph-mon[103441]: 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:19:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:56 smithi026 ceph-mon[93126]: 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:19:57.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:57.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:19:58 smithi089 ceph-mon[103441]: pgmap v2997: 97 pgs: 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:58.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:58.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:19:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:19:58 smithi026 ceph-mon[93126]: pgmap v2997: 97 pgs: 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:59.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:19:59.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:00.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:00.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T22:20:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:00 smithi089 ceph-mon[103441]: 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:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T22:20:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:00 smithi026 ceph-mon[93126]: 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:01.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:01.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:02 smithi089 ceph-mon[103441]: 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:02.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:02.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:02 smithi026 ceph-mon[93126]: 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:03.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:03.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:04.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:04.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:04 smithi089 ceph-mon[103441]: pgmap v3000: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:04 smithi026 ceph-mon[93126]: pgmap v3000: 97 pgs: 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:05.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:05.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:06 smithi089 ceph-mon[103441]: 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:06.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:06.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:06 smithi026 ceph-mon[93126]: 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:07.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:07.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:08 smithi089 ceph-mon[103441]: pgmap v3002: 97 pgs: 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:08.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:08.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:08 smithi026 ceph-mon[93126]: pgmap v3002: 97 pgs: 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:09.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:09.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:10.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:10.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:10 smithi089 ceph-mon[103441]: 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:20:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:10 smithi026 ceph-mon[93126]: 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:20:11.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:11.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:12 smithi089 ceph-mon[103441]: 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:20:12.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:12.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:12 smithi026 ceph-mon[93126]: 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:20:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:20:13.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:13.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:20:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:20:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:20:14.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:20:14.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:20:14.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:20:14.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:14 smithi089 ceph-mon[103441]: pgmap v3005: 97 pgs: 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:14.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:14.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:14.496 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:20:14.496 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:20:14.496 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:20:14.497 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:20:14.497 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:20:14.497 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:14 smithi026 ceph-mon[93126]: pgmap v3005: 97 pgs: 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:15.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:15.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:16 smithi089 ceph-mon[103441]: 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:20:16.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:16.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:16 smithi026 ceph-mon[93126]: 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:20:17.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:17.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:18 smithi089 ceph-mon[103441]: pgmap v3007: 97 pgs: 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:18.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:18.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:18 smithi026 ceph-mon[93126]: pgmap v3007: 97 pgs: 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:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:19.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:19.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:20.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:20.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:20 smithi089 ceph-mon[103441]: 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:20:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:20 smithi026 ceph-mon[93126]: 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:20:21.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:21.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:22 smithi089 ceph-mon[103441]: 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:20:22.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:22.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:22 smithi026 ceph-mon[93126]: 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:20:23.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:23.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:24 smithi089 ceph-mon[103441]: pgmap v3010: 97 pgs: 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:24.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:24.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:24 smithi026 ceph-mon[93126]: pgmap v3010: 97 pgs: 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:25.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:25.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:26 smithi089 ceph-mon[103441]: 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:20:26.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:26.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:26 smithi026 ceph-mon[93126]: 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:20:27.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:27.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:28 smithi089 ceph-mon[103441]: pgmap v3012: 97 pgs: 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:28.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:28.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:28 smithi026 ceph-mon[93126]: pgmap v3012: 97 pgs: 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:29.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:29.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:30.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:30.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:30 smithi089 ceph-mon[103441]: 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:20:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:30 smithi026 ceph-mon[93126]: 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:20:31.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:31.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:32 smithi089 ceph-mon[103441]: 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:20:32.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:32.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:32 smithi026 ceph-mon[93126]: 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:20:33.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:33.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:34.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:34.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:34 smithi089 ceph-mon[103441]: pgmap v3015: 97 pgs: 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:34.726 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:34 smithi026 ceph-mon[93126]: pgmap v3015: 97 pgs: 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:35.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:35.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:36 smithi089 ceph-mon[103441]: 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:20:36.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:36.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:36 smithi026 ceph-mon[93126]: 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:20:37.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:37.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:38 smithi089 ceph-mon[103441]: pgmap v3017: 97 pgs: 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:38.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:38.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:38 smithi026 ceph-mon[93126]: pgmap v3017: 97 pgs: 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:39.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:39.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:40.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:40.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:40 smithi089 ceph-mon[103441]: 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:20:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:40 smithi026 ceph-mon[93126]: 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:20:41.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:41.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:42 smithi089 ceph-mon[103441]: 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:20:42.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:42.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:42 smithi026 ceph-mon[93126]: 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:20:43.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:43.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:44 smithi089 ceph-mon[103441]: pgmap v3020: 97 pgs: 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:44.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:44.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:44 smithi026 ceph-mon[93126]: pgmap v3020: 97 pgs: 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:45.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:45.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:46 smithi089 ceph-mon[103441]: 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:20:46.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:46.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:46 smithi026 ceph-mon[93126]: 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:20:47.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:47.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:48 smithi089 ceph-mon[103441]: pgmap v3022: 97 pgs: 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:48.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:48.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:48 smithi026 ceph-mon[93126]: pgmap v3022: 97 pgs: 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:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:49.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:49.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:20:50.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:50.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:50 smithi089 ceph-mon[103441]: 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:20:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:50 smithi026 ceph-mon[93126]: 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:20:51.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:51.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:52 smithi089 ceph-mon[103441]: 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:20:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:52 smithi026 ceph-mon[93126]: 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:20:53.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:53.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:54 smithi089 ceph-mon[103441]: pgmap v3025: 97 pgs: 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:54.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:54.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:54 smithi026 ceph-mon[93126]: pgmap v3025: 97 pgs: 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:55.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:55.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:56 smithi089 ceph-mon[103441]: 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:20:56.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:56.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:56 smithi026 ceph-mon[93126]: 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:20:57.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:57.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:20:58 smithi089 ceph-mon[103441]: pgmap v3027: 97 pgs: 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:58.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:58.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:20:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:20:58 smithi026 ceph-mon[93126]: pgmap v3027: 97 pgs: 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:59.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:20:59.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:00.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:00.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:00 smithi089 ceph-mon[103441]: 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:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:00 smithi026 ceph-mon[93126]: 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:01.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:01.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:02 smithi089 ceph-mon[103441]: 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:02.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:02.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:02 smithi026 ceph-mon[93126]: 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:03.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:03.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:04.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:04.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:04 smithi089 ceph-mon[103441]: pgmap v3030: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:04 smithi026 ceph-mon[93126]: pgmap v3030: 97 pgs: 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:05.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:05.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:06 smithi089 ceph-mon[103441]: 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:06.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:06.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:06 smithi026 ceph-mon[93126]: 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:07.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:07.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:08 smithi089 ceph-mon[103441]: pgmap v3032: 97 pgs: 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:08.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:08.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:08 smithi026 ceph-mon[93126]: pgmap v3032: 97 pgs: 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:09.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:09.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:10.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:10.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:10 smithi089 ceph-mon[103441]: 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:21:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:10 smithi026 ceph-mon[93126]: 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:21:11.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:11.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:12 smithi089 ceph-mon[103441]: 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:21:12.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:12.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:12 smithi026 ceph-mon[93126]: 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:21:13.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:13.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:21:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:21:14.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:14.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:14 smithi026 ceph-mon[93126]: pgmap v3035: 97 pgs: 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:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:14 smithi089 ceph-mon[103441]: pgmap v3035: 97 pgs: 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:15.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:15.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:16 smithi089 ceph-mon[103441]: 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:21:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:16 smithi026 ceph-mon[93126]: 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:21:16.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:16.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:17.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:17.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:18 smithi089 ceph-mon[103441]: pgmap v3037: 97 pgs: 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:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:18 smithi026 ceph-mon[93126]: pgmap v3037: 97 pgs: 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:18.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:18.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:21:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:21:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:21:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:21:19.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:21:19.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:21:19.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:21:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:21:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:21:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:21:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:21:19.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:21:19.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:21:19.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:21:19.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:19.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:20.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:20.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:20 smithi089 ceph-mon[103441]: 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:21:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:20 smithi026 ceph-mon[93126]: 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:21:21.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:21.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:22 smithi089 ceph-mon[103441]: 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:21:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:22 smithi026 ceph-mon[93126]: 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:21:22.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:22.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:23.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:23.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:24.401 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:24 smithi089 ceph-mon[103441]: pgmap v3040: 97 pgs: 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:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:24 smithi026 ceph-mon[93126]: pgmap v3040: 97 pgs: 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:24.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:24.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:25.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:25.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:26 smithi089 ceph-mon[103441]: 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:21:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:26 smithi026 ceph-mon[93126]: 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:21:26.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:26.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:27.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:27.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:28 smithi089 ceph-mon[103441]: pgmap v3042: 97 pgs: 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:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:28 smithi026 ceph-mon[93126]: pgmap v3042: 97 pgs: 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:28.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:28.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:29.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:29.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:30.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:30.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:30 smithi089 ceph-mon[103441]: 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:21:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:30 smithi026 ceph-mon[93126]: 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:21:31.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:31.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:32 smithi089 ceph-mon[103441]: 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:21:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:32 smithi026 ceph-mon[93126]: 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:21:32.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:32.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:33.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:33.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:34.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:34.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:34 smithi089 ceph-mon[103441]: pgmap v3045: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:34 smithi026 ceph-mon[93126]: pgmap v3045: 97 pgs: 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:35.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:35.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:36 smithi089 ceph-mon[103441]: 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:21:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:36 smithi026 ceph-mon[93126]: 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:21:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:37.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:37.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:38 smithi089 ceph-mon[103441]: pgmap v3047: 97 pgs: 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:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:38 smithi026 ceph-mon[93126]: pgmap v3047: 97 pgs: 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:38.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:38.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:39.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:39.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:40.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:40.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:41.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:41.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:41 smithi089 ceph-mon[103441]: 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:21:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:41 smithi026 ceph-mon[93126]: 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:21:42.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:42.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:43.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:43.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:43 smithi089 ceph-mon[103441]: 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:21:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:43 smithi026 ceph-mon[93126]: 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:21:44.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:44.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:45.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:45.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:45 smithi026 ceph-mon[93126]: pgmap v3050: 97 pgs: 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:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:45 smithi089 ceph-mon[103441]: pgmap v3050: 97 pgs: 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:46.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:46.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:47.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:47.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:47 smithi089 ceph-mon[103441]: 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:21:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:47 smithi026 ceph-mon[93126]: 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:21:48.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:48.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:21:49.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:49.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:49 smithi089 ceph-mon[103441]: pgmap v3052: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:49 smithi026 ceph-mon[93126]: pgmap v3052: 97 pgs: 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.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:50.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:51.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:51.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:51 smithi089 ceph-mon[103441]: 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:21:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:51 smithi026 ceph-mon[93126]: 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:21:52.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:52.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:53.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:53.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:53 smithi089 ceph-mon[103441]: 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:21:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:53 smithi026 ceph-mon[93126]: 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:21:54.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:54.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:55.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:55.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:55 smithi089 ceph-mon[103441]: pgmap v3055: 97 pgs: 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:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:55 smithi026 ceph-mon[93126]: pgmap v3055: 97 pgs: 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:56.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:56.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:57.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:57.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:57 smithi089 ceph-mon[103441]: 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:21:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:57 smithi026 ceph-mon[93126]: 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:21:58.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:58.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:59.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:21:59.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:21:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:21:59 smithi089 ceph-mon[103441]: pgmap v3057: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:21:59 smithi026 ceph-mon[93126]: pgmap v3057: 97 pgs: 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.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:00.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:01.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:01.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:01 smithi089 ceph-mon[103441]: 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:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:01 smithi026 ceph-mon[93126]: 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:02.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:02.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:03.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:03.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:03 smithi026 ceph-mon[93126]: 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:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:03 smithi089 ceph-mon[103441]: 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:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:04.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:04.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:05.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:05.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:05 smithi089 ceph-mon[103441]: pgmap v3060: 97 pgs: 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:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:05 smithi026 ceph-mon[93126]: pgmap v3060: 97 pgs: 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:06.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:06.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:07.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:07.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:07 smithi089 ceph-mon[103441]: 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:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:07 smithi026 ceph-mon[93126]: 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:08.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:08.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:09.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:09.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:09 smithi089 ceph-mon[103441]: pgmap v3062: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:09 smithi026 ceph-mon[93126]: pgmap v3062: 97 pgs: 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.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:10.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:11.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:11.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:11 smithi089 ceph-mon[103441]: 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:22:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:11 smithi026 ceph-mon[93126]: 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:22:12.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:12.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:13.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:13.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:13 smithi089 ceph-mon[103441]: 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:22:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:13 smithi026 ceph-mon[93126]: 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:22:14.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:14.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:15.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:15.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:15 smithi089 ceph-mon[103441]: pgmap v3065: 97 pgs: 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:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:15 smithi026 ceph-mon[93126]: pgmap v3065: 97 pgs: 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:16.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:16.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:17.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:17.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:17 smithi026 ceph-mon[93126]: 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:22:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:17 smithi089 ceph-mon[103441]: 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:22:18.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:18.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:19.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:19.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:19.981 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:19 smithi089 ceph-mon[103441]: pgmap v3067: 97 pgs: 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:19.981 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:22:19.982 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:22:19.982 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:22:19.982 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:22:19.983 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:22:19.983 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:22:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:19 smithi026 ceph-mon[93126]: pgmap v3067: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:22:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:22:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:22:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:22:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:22:20.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:22:20.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:20.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:21.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:21.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:21 smithi026 ceph-mon[93126]: 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:22:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:21 smithi089 ceph-mon[103441]: 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:22:22.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:22.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:23.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:23.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:23 smithi026 ceph-mon[93126]: 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:22:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:23 smithi089 ceph-mon[103441]: 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:22:24.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:24.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:25.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:25.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:25.991 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:25 smithi026 ceph-mon[93126]: pgmap v3070: 97 pgs: 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:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:25 smithi089 ceph-mon[103441]: pgmap v3070: 97 pgs: 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:26.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:26.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:27.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:27.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:27 smithi026 ceph-mon[93126]: 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:22:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:27 smithi089 ceph-mon[103441]: 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:22:28.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:28.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:29.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:29.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:29 smithi026 ceph-mon[93126]: pgmap v3072: 97 pgs: 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.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:29 smithi089 ceph-mon[103441]: pgmap v3072: 97 pgs: 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.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:30.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:31.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:31.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:31 smithi026 ceph-mon[93126]: 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:22:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:31 smithi089 ceph-mon[103441]: 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:22:32.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:32.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:33.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:33.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:34.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:33 smithi026 ceph-mon[93126]: 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:22:34.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:33 smithi089 ceph-mon[103441]: 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:22:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:34.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:34.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:35.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:35.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:35 smithi026 ceph-mon[93126]: pgmap v3075: 97 pgs: 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:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:35 smithi089 ceph-mon[103441]: pgmap v3075: 97 pgs: 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:36.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:36.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:37.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:37.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:37 smithi026 ceph-mon[93126]: 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:22:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:37 smithi089 ceph-mon[103441]: 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:22:38.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:38.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:39.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:39.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:39 smithi026 ceph-mon[93126]: pgmap v3077: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:39 smithi089 ceph-mon[103441]: pgmap v3077: 97 pgs: 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.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:40.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:41.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:41.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:42.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:41 smithi026 ceph-mon[93126]: 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:22:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:41 smithi089 ceph-mon[103441]: 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:22:42.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:42.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:43.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:43.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:43 smithi026 ceph-mon[93126]: 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:22:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:43 smithi089 ceph-mon[103441]: 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:22:44.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:44.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:45.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:45.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:45 smithi026 ceph-mon[93126]: pgmap v3080: 97 pgs: 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:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:45 smithi089 ceph-mon[103441]: pgmap v3080: 97 pgs: 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:46.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:46.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:47.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:47.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:47 smithi026 ceph-mon[93126]: 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:22:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:47 smithi089 ceph-mon[103441]: 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:22:48.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:48.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:22:49.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:49.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:49 smithi026 ceph-mon[93126]: pgmap v3082: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:49 smithi089 ceph-mon[103441]: pgmap v3082: 97 pgs: 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.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:50.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:51.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:51.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:51 smithi026 ceph-mon[93126]: 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:22:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:51 smithi089 ceph-mon[103441]: 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:22:52.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:52.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:53.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:53.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:53 smithi026 ceph-mon[93126]: 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:22:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:53 smithi089 ceph-mon[103441]: 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:22:54.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:54.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:55.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:55.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:55 smithi026 ceph-mon[93126]: pgmap v3085: 97 pgs: 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:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:55 smithi089 ceph-mon[103441]: pgmap v3085: 97 pgs: 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:56.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:56.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:57.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:57.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:57 smithi026 ceph-mon[93126]: 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:22:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:57 smithi089 ceph-mon[103441]: 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:22:58.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:58.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:22:59.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:22:59.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:22:59 smithi026 ceph-mon[93126]: pgmap v3087: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:22:59 smithi089 ceph-mon[103441]: pgmap v3087: 97 pgs: 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.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:00.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:01.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:01.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:01 smithi026 ceph-mon[93126]: 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:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:01 smithi089 ceph-mon[103441]: 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:02.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:02.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:03.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:03.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:03 smithi026 ceph-mon[93126]: 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:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:03 smithi089 ceph-mon[103441]: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:04.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:04.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:05.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:05.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:05 smithi026 ceph-mon[93126]: pgmap v3090: 97 pgs: 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:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:05 smithi089 ceph-mon[103441]: pgmap v3090: 97 pgs: 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:06.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:06.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:07.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:07.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:08.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:07 smithi026 ceph-mon[93126]: 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:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:07 smithi089 ceph-mon[103441]: 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:08.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:08.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:09.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:09.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:09 smithi026 ceph-mon[93126]: pgmap v3092: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:09 smithi089 ceph-mon[103441]: pgmap v3092: 97 pgs: 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.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:10.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:11.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:11.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:11 smithi026 ceph-mon[93126]: 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:23:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:11 smithi089 ceph-mon[103441]: 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:23:12.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:12.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:13.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:13.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:13 smithi026 ceph-mon[93126]: 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:23:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:13 smithi089 ceph-mon[103441]: 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:23:14.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:14.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:15.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:15.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:15 smithi089 ceph-mon[103441]: pgmap v3095: 97 pgs: 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:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:15 smithi026 ceph-mon[93126]: pgmap v3095: 97 pgs: 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:16.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:16.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:17.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:17.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:17 smithi026 ceph-mon[93126]: 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:23:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:17 smithi089 ceph-mon[103441]: 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:23:18.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:18.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:19.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:19.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:19 smithi026 ceph-mon[93126]: pgmap v3097: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:19 smithi089 ceph-mon[103441]: pgmap v3097: 97 pgs: 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.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:20.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:23:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:23:21.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:21.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:21.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:21.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:21 smithi026 ceph-mon[93126]: 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:23:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:21 smithi089 ceph-mon[103441]: 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:23:22.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:22.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:23.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:23.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:23 smithi026 ceph-mon[93126]: 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:23:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:23 smithi089 ceph-mon[103441]: 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:23:24.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:24.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:25.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:25.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:25 smithi089 ceph-mon[103441]: pgmap v3100: 97 pgs: 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:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:25 smithi026 ceph-mon[93126]: pgmap v3100: 97 pgs: 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:26.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:26.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:27.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:27.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:27 smithi026 ceph-mon[93126]: 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:23:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:27 smithi089 ceph-mon[103441]: 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:23:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:28.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:28.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:28.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:23:29.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:23:29.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:29.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:23:29.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:23:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:23:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:23:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:23:29.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:29.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:29 smithi026 ceph-mon[93126]: pgmap v3102: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:29 smithi089 ceph-mon[103441]: pgmap v3102: 97 pgs: 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.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:30.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:31.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:31.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:31 smithi026 ceph-mon[93126]: 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:23:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:31 smithi089 ceph-mon[103441]: 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:23:32.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:32.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:33.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:33.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:33 smithi026 ceph-mon[93126]: 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:23:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:33 smithi089 ceph-mon[103441]: 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:23:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:34.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:34.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:35.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:35.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:35 smithi089 ceph-mon[103441]: pgmap v3105: 97 pgs: 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:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:35 smithi026 ceph-mon[93126]: pgmap v3105: 97 pgs: 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:36.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:36.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:37.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:37.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:37 smithi026 ceph-mon[93126]: 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:23:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:37 smithi089 ceph-mon[103441]: 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:23:38.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:38.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:39.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:39.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:39 smithi026 ceph-mon[93126]: pgmap v3107: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:39 smithi089 ceph-mon[103441]: pgmap v3107: 97 pgs: 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.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:40.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:41.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:41.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:41 smithi026 ceph-mon[93126]: 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:23:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:41 smithi089 ceph-mon[103441]: 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:23:42.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:42.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:43.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:43.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:43 smithi026 ceph-mon[93126]: 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:23:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:43 smithi089 ceph-mon[103441]: 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:23:44.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:44.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:45.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:45.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:45 smithi089 ceph-mon[103441]: pgmap v3110: 97 pgs: 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:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:45 smithi026 ceph-mon[93126]: pgmap v3110: 97 pgs: 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:46.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:46.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:47.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:47.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:47 smithi026 ceph-mon[93126]: 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:23:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:47 smithi089 ceph-mon[103441]: 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:23:48.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:48.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:23:49.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:49.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:49 smithi026 ceph-mon[93126]: pgmap v3112: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:49 smithi089 ceph-mon[103441]: pgmap v3112: 97 pgs: 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.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:50.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:51.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:51.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:51 smithi026 ceph-mon[93126]: 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:23:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:51 smithi089 ceph-mon[103441]: 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:23:52.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:52.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:53.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:53.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:53 smithi026 ceph-mon[93126]: 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:23:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:53 smithi089 ceph-mon[103441]: 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:23:54.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:54.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:55.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:55.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:55 smithi026 ceph-mon[93126]: pgmap v3115: 97 pgs: 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:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:55 smithi089 ceph-mon[103441]: pgmap v3115: 97 pgs: 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:56.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:56.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:57.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:57.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:23:58 smithi026 ceph-mon[93126]: 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:23:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:23:58 smithi089 ceph-mon[103441]: 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:23:58.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:58.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:23:59.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:23:59.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:00 smithi026 ceph-mon[93126]: pgmap v3117: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:00 smithi089 ceph-mon[103441]: pgmap v3117: 97 pgs: 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.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:00.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:01.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:01.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:02 smithi026 ceph-mon[93126]: 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:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:02 smithi089 ceph-mon[103441]: 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:02.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:02.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:03.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:03.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:04 smithi026 ceph-mon[93126]: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:04 smithi089 ceph-mon[103441]: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:04.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:04.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:05.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:05.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:06 smithi026 ceph-mon[93126]: pgmap v3120: 97 pgs: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:06 smithi089 ceph-mon[103441]: pgmap v3120: 97 pgs: 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:06.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:06.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:07.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:07.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:08 smithi026 ceph-mon[93126]: 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:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:08 smithi089 ceph-mon[103441]: 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:08.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:08.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:09.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:09.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:10 smithi026 ceph-mon[93126]: pgmap v3122: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:10 smithi089 ceph-mon[103441]: pgmap v3122: 97 pgs: 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.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:10.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:11.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:11.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:12 smithi026 ceph-mon[93126]: 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:24:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:12 smithi089 ceph-mon[103441]: 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:24:12.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:12.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:13.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:13.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:14 smithi026 ceph-mon[93126]: 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:24:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:14 smithi089 ceph-mon[103441]: 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:24:14.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:14.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:15.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:15.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:16 smithi026 ceph-mon[93126]: pgmap v3125: 97 pgs: 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:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:16 smithi089 ceph-mon[103441]: pgmap v3125: 97 pgs: 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:16.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:16.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:17.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:17.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:18 smithi026 ceph-mon[93126]: 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:24:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:18 smithi089 ceph-mon[103441]: 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:24:18.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:18.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:19.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:19.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:20 smithi026 ceph-mon[93126]: pgmap v3127: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:20 smithi089 ceph-mon[103441]: pgmap v3127: 97 pgs: 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.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:20.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:21.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:21.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:22 smithi026 ceph-mon[93126]: 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:24:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:22 smithi089 ceph-mon[103441]: 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:24:22.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:22.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:23.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:23.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:24 smithi026 ceph-mon[93126]: 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:24:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:24 smithi089 ceph-mon[103441]: 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:24:24.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:24.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:25.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:25.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:26 smithi026 ceph-mon[93126]: pgmap v3130: 97 pgs: 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:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:26 smithi089 ceph-mon[103441]: pgmap v3130: 97 pgs: 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:26.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:26.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:27.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:27.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:28 smithi089 ceph-mon[103441]: 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:24:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:28 smithi026 ceph-mon[93126]: 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:24:28.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:28.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:24:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:24:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:24:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:24:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:24:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:24:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:24:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:24:29.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:24:29.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:24:29.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:24:29.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:24:29.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:29.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:30 smithi089 ceph-mon[103441]: pgmap v3132: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:30 smithi026 ceph-mon[93126]: pgmap v3132: 97 pgs: 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.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:30.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:31.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:31.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:32 smithi089 ceph-mon[103441]: 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:24:32.429 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:32 smithi026 ceph-mon[93126]: 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:24:32.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:32.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:33.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:33.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:34 smithi026 ceph-mon[93126]: 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:24:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:34 smithi089 ceph-mon[103441]: 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:24:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:34.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:34.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:35.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:35.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:36.395 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:36 smithi089 ceph-mon[103441]: pgmap v3135: 97 pgs: 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:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:36 smithi026 ceph-mon[93126]: pgmap v3135: 97 pgs: 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:36.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:36.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:37.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:37.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:38 smithi089 ceph-mon[103441]: 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:24:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:38 smithi026 ceph-mon[93126]: 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:24:38.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:38.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:39.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:39.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:40 smithi089 ceph-mon[103441]: pgmap v3137: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:40 smithi026 ceph-mon[93126]: pgmap v3137: 97 pgs: 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.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:40.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:41.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:41.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:42 smithi089 ceph-mon[103441]: 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:24:42.543 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:42 smithi026 ceph-mon[93126]: 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:24:42.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:42.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:43.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:43.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:44 smithi026 ceph-mon[93126]: 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:24:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:44 smithi089 ceph-mon[103441]: 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:24:44.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:44.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:45.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:45.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:46 smithi089 ceph-mon[103441]: pgmap v3140: 97 pgs: 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:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:46 smithi026 ceph-mon[93126]: pgmap v3140: 97 pgs: 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:46.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:46.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:47.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:47.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:48 smithi089 ceph-mon[103441]: 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:24:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:48 smithi026 ceph-mon[93126]: 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:24:48.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:48.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:24:49.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:49.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:50 smithi089 ceph-mon[103441]: pgmap v3142: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:50 smithi026 ceph-mon[93126]: pgmap v3142: 97 pgs: 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.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:50.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:51.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:51.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:52 smithi089 ceph-mon[103441]: 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:24:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:52 smithi026 ceph-mon[93126]: 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:24:52.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:52.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:53 smithi089 ceph-mon[103441]: 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:24:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:53 smithi026 ceph-mon[93126]: 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:24:53.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:53.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:54.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:54.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:55.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:55.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:55 smithi089 ceph-mon[103441]: pgmap v3145: 97 pgs: 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:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:55 smithi026 ceph-mon[93126]: pgmap v3145: 97 pgs: 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:56.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:56.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:57 smithi089 ceph-mon[103441]: 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:24:57.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:57.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:57 smithi026 ceph-mon[93126]: 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:24:58.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:58.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:24:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:24:59 smithi089 ceph-mon[103441]: pgmap v3147: 97 pgs: 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:59.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:24:59.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:24:59 smithi026 ceph-mon[93126]: pgmap v3147: 97 pgs: 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.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:00.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:01 smithi089 ceph-mon[103441]: 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:01.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:01.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:01 smithi026 ceph-mon[93126]: 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:02.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:02.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:03.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:03.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:03 smithi026 ceph-mon[93126]: 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:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:03 smithi089 ceph-mon[103441]: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:04.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:04.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:05.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:05.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:05 smithi026 ceph-mon[93126]: pgmap v3150: 97 pgs: 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:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:05 smithi089 ceph-mon[103441]: pgmap v3150: 97 pgs: 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:06.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:06.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:07.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:07.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:07 smithi026 ceph-mon[93126]: 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:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:07 smithi089 ceph-mon[103441]: 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:08.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:08.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:09.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:09.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:09 smithi026 ceph-mon[93126]: pgmap v3152: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:09 smithi089 ceph-mon[103441]: pgmap v3152: 97 pgs: 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.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:10.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:11.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:11.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:11 smithi026 ceph-mon[93126]: 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:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:11 smithi089 ceph-mon[103441]: 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:12.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:12.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:13.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:13.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:13 smithi026 ceph-mon[93126]: 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:25:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:13 smithi089 ceph-mon[103441]: 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:25:14.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:14.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:15.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:15.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:15 smithi026 ceph-mon[93126]: pgmap v3155: 97 pgs: 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:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:15 smithi089 ceph-mon[103441]: pgmap v3155: 97 pgs: 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:16.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:16.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:17.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:17.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:17 smithi026 ceph-mon[93126]: 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:25:18.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:17 smithi089 ceph-mon[103441]: 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:25:18.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:18.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:19.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:19.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:19 smithi026 ceph-mon[93126]: pgmap v3157: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:19 smithi089 ceph-mon[103441]: pgmap v3157: 97 pgs: 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.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:20.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:21.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:21.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:21 smithi026 ceph-mon[93126]: 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:25:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:21 smithi089 ceph-mon[103441]: 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:25:22.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:22.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:23.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:23.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:23 smithi026 ceph-mon[93126]: 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:25:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:23 smithi089 ceph-mon[103441]: 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:25:24.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:24.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:25.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:25.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:25 smithi026 ceph-mon[93126]: pgmap v3160: 97 pgs: 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:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:25 smithi089 ceph-mon[103441]: pgmap v3160: 97 pgs: 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:26.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:26.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:27.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:27.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:27 smithi026 ceph-mon[93126]: 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:25:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:27 smithi089 ceph-mon[103441]: 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:25:28.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:28.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:29.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:29.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:29 smithi026 ceph-mon[93126]: pgmap v3162: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:25:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:25:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:25:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:29 smithi089 ceph-mon[103441]: pgmap v3162: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:25:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:25:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:25:30.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:30.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:25:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:25:31.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:25:31.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:25:31.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:25:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:25:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:25:31.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:25:31.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:25:31.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:25:31.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:31.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:31 smithi089 ceph-mon[103441]: 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:25:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:31 smithi026 ceph-mon[93126]: 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:25:32.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:32.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:33.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:33.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:33 smithi089 ceph-mon[103441]: 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:25:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:33 smithi026 ceph-mon[93126]: 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:25:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:34.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:34.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:35.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:35.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:35 smithi089 ceph-mon[103441]: pgmap v3165: 97 pgs: 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:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:35 smithi026 ceph-mon[93126]: pgmap v3165: 97 pgs: 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:36.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:36.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:37.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:37.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:38.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:37 smithi026 ceph-mon[93126]: 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:25:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:37 smithi089 ceph-mon[103441]: 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:25:38.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:38.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:39.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:39.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:39 smithi089 ceph-mon[103441]: pgmap v3167: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:39 smithi026 ceph-mon[93126]: pgmap v3167: 97 pgs: 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.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:40.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:42.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:42.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:41 smithi089 ceph-mon[103441]: 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:25:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:41 smithi026 ceph-mon[93126]: 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:25:43.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:43.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:44.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:44.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:43 smithi089 ceph-mon[103441]: 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:25:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:43 smithi026 ceph-mon[93126]: 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:25:45.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:45.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:46.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:46.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:45 smithi089 ceph-mon[103441]: pgmap v3170: 97 pgs: 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:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:45 smithi026 ceph-mon[93126]: pgmap v3170: 97 pgs: 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.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:47.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:48.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:48.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:47 smithi089 ceph-mon[103441]: 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:25:48.289 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:47 smithi026 ceph-mon[93126]: 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:25:49.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:49.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:25:50.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:50.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:49 smithi089 ceph-mon[103441]: pgmap v3172: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:49 smithi026 ceph-mon[93126]: pgmap v3172: 97 pgs: 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.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:51.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:52.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:52.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:51 smithi089 ceph-mon[103441]: 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:25:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:51 smithi026 ceph-mon[93126]: 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:25:53.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:53.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:54.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:54.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:53 smithi089 ceph-mon[103441]: 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:25:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:53 smithi026 ceph-mon[93126]: 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:25:55.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:55.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:56.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:56.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:55 smithi089 ceph-mon[103441]: pgmap v3175: 97 pgs: 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:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:55 smithi026 ceph-mon[93126]: pgmap v3175: 97 pgs: 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.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:57.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:58.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:58.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:25:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:57 smithi089 ceph-mon[103441]: 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:25:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:57 smithi026 ceph-mon[93126]: 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:25:59.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:25:59.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:00.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:00.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:25:59 smithi089 ceph-mon[103441]: pgmap v3177: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:25:59 smithi026 ceph-mon[93126]: pgmap v3177: 97 pgs: 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.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:01.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:02.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:02.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:01 smithi089 ceph-mon[103441]: 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:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:01 smithi026 ceph-mon[93126]: 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:03.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:03.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:04.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:04.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:03 smithi089 ceph-mon[103441]: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:03 smithi026 ceph-mon[93126]: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:05.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:05.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:06.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:06.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:05 smithi089 ceph-mon[103441]: pgmap v3180: 97 pgs: 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:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:05 smithi026 ceph-mon[93126]: pgmap v3180: 97 pgs: 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.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:07.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:08.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:08.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:07 smithi089 ceph-mon[103441]: 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:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:07 smithi026 ceph-mon[93126]: 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:09.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:09.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:10.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:10.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:09 smithi089 ceph-mon[103441]: pgmap v3182: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:09 smithi026 ceph-mon[93126]: pgmap v3182: 97 pgs: 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.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:11.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:12.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:12.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:11 smithi089 ceph-mon[103441]: 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:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:11 smithi026 ceph-mon[93126]: 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:13.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:13.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:14.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:14.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:13 smithi089 ceph-mon[103441]: 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:26:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:13 smithi026 ceph-mon[93126]: 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:26:15.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:15.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:16.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:16.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:15 smithi089 ceph-mon[103441]: pgmap v3185: 97 pgs: 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:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:15 smithi026 ceph-mon[93126]: pgmap v3185: 97 pgs: 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.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:17.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:18.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:18.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:17 smithi089 ceph-mon[103441]: 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:26:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:17 smithi026 ceph-mon[93126]: 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:26:19.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:19.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:20.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:20.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:19 smithi089 ceph-mon[103441]: pgmap v3187: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:19 smithi026 ceph-mon[93126]: pgmap v3187: 97 pgs: 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.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:21.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:22.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:22.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:21 smithi026 ceph-mon[93126]: 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:26:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:21 smithi089 ceph-mon[103441]: 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:26:23.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:23.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:23 smithi026 ceph-mon[93126]: 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:26:24.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:24.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:23 smithi089 ceph-mon[103441]: 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:26:25.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:25.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:26.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:26.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:25 smithi026 ceph-mon[93126]: pgmap v3190: 97 pgs: 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:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:25 smithi089 ceph-mon[103441]: pgmap v3190: 97 pgs: 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.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:27.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:28.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:28.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:27 smithi026 ceph-mon[93126]: 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:26:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:27 smithi089 ceph-mon[103441]: 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:26:29.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:29.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:30.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:30.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:29 smithi026 ceph-mon[93126]: pgmap v3192: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:29 smithi089 ceph-mon[103441]: pgmap v3192: 97 pgs: 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.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:31.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:26:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:26:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:26:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:26:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:26:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:26:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:26:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:26:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:26:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:26:31.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:26:31.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:26:32.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:32.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:31 smithi026 ceph-mon[93126]: 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:26:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:31 smithi089 ceph-mon[103441]: 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:26:33.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:33.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:34.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:34.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:33 smithi026 ceph-mon[93126]: 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:26:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:33 smithi089 ceph-mon[103441]: 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:26:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:35.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:35.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:36.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:36.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:35 smithi026 ceph-mon[93126]: pgmap v3195: 97 pgs: 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:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:35 smithi089 ceph-mon[103441]: pgmap v3195: 97 pgs: 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.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:37.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:38.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:38.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:37 smithi026 ceph-mon[93126]: 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:26:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:37 smithi089 ceph-mon[103441]: 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:26:39.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:39.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:40.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:40.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:39 smithi026 ceph-mon[93126]: pgmap v3197: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:39 smithi089 ceph-mon[103441]: pgmap v3197: 97 pgs: 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.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:41.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:42.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:42.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:41 smithi026 ceph-mon[93126]: 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:26:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:41 smithi089 ceph-mon[103441]: 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:26:43.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:43.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:44.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:44.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:43 smithi026 ceph-mon[93126]: 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:26:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:43 smithi089 ceph-mon[103441]: 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:26:45.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:45.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:46.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:46.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:45 smithi026 ceph-mon[93126]: pgmap v3200: 97 pgs: 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:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:45 smithi089 ceph-mon[103441]: pgmap v3200: 97 pgs: 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.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:47.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:48.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:48.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:47 smithi089 ceph-mon[103441]: 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:26:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:47 smithi026 ceph-mon[93126]: 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:26:49.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:49.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:26:50.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:50.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:49 smithi026 ceph-mon[93126]: pgmap v3202: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:49 smithi089 ceph-mon[103441]: pgmap v3202: 97 pgs: 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:51.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:51.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:52.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:52.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:51 smithi026 ceph-mon[93126]: 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:26:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:51 smithi089 ceph-mon[103441]: 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:26:53.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:53.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:54.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:54.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:53 smithi026 ceph-mon[93126]: 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:26:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:53 smithi089 ceph-mon[103441]: 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:26:55.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:55.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:56.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:56.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:55 smithi026 ceph-mon[93126]: pgmap v3205: 97 pgs: 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:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:55 smithi089 ceph-mon[103441]: pgmap v3205: 97 pgs: 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.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:57.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:58.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:58.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:26:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:57 smithi089 ceph-mon[103441]: 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:26:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:57 smithi026 ceph-mon[93126]: 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:26:59.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:26:59.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:00.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:00.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:26:59 smithi026 ceph-mon[93126]: pgmap v3207: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:26:59 smithi089 ceph-mon[103441]: pgmap v3207: 97 pgs: 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.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:01.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:02.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:02.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:01 smithi026 ceph-mon[93126]: 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:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:01 smithi089 ceph-mon[103441]: 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:03.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:03.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:04.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:04.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:04.155 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:04 smithi026 ceph-mon[93126]: 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:04.155 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:04 smithi089 ceph-mon[103441]: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:05.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:05.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:06.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:06.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:06 smithi026 ceph-mon[93126]: pgmap v3210: 97 pgs: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:06 smithi089 ceph-mon[103441]: pgmap v3210: 97 pgs: 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.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:07.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:08.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:08.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:08 smithi026 ceph-mon[93126]: 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:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:08 smithi089 ceph-mon[103441]: 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:09.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:09.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:10.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:10.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:10 smithi026 ceph-mon[93126]: pgmap v3212: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:10 smithi089 ceph-mon[103441]: pgmap v3212: 97 pgs: 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:11.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:11.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:12.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:12.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:12 smithi026 ceph-mon[93126]: 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:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:12 smithi089 ceph-mon[103441]: 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:13.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:13.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:14.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:14.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:14.270 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:14 smithi026 ceph-mon[93126]: 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:27:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:14 smithi089 ceph-mon[103441]: 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:27:15.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:15.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:16.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:16.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:16 smithi026 ceph-mon[93126]: pgmap v3215: 97 pgs: 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:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:16 smithi089 ceph-mon[103441]: pgmap v3215: 97 pgs: 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.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:17.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:18.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:18.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:18 smithi026 ceph-mon[93126]: 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:27:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:18 smithi089 ceph-mon[103441]: 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:27:19.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:19.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:20.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:20.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:20 smithi026 ceph-mon[93126]: pgmap v3217: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:20 smithi089 ceph-mon[103441]: pgmap v3217: 97 pgs: 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:21.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:21.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:22.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:22.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:22 smithi026 ceph-mon[93126]: 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:27:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:22 smithi089 ceph-mon[103441]: 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:27:23.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:23.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:24.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:24.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:24 smithi026 ceph-mon[93126]: 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:27:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:24 smithi089 ceph-mon[103441]: 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:27:25.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:25.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:26.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:26.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:26 smithi026 ceph-mon[93126]: pgmap v3220: 97 pgs: 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:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:26 smithi089 ceph-mon[103441]: pgmap v3220: 97 pgs: 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.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:27.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:28.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:28.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:28 smithi026 ceph-mon[93126]: 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:27:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:28 smithi089 ceph-mon[103441]: 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:27:29.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:29.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:30.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:30.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:30 smithi026 ceph-mon[93126]: pgmap v3222: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:30 smithi089 ceph-mon[103441]: pgmap v3222: 97 pgs: 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:31.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:31.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:27:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:27:32.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:32.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:32 smithi026 ceph-mon[93126]: 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:27:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:27:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:27:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:27:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:27:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:27:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:32 smithi089 ceph-mon[103441]: 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:27:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:27:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:27:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:27:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:27:32.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:27:33.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:33.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:34.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:34.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:34 smithi026 ceph-mon[93126]: 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:27:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:34 smithi089 ceph-mon[103441]: 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:27:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:35.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:35.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:36.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:36.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:36 smithi089 ceph-mon[103441]: pgmap v3225: 97 pgs: 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:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:36 smithi026 ceph-mon[93126]: pgmap v3225: 97 pgs: 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.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:37.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:38.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:38.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:38 smithi089 ceph-mon[103441]: 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:27:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:38 smithi026 ceph-mon[93126]: 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:27:39.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:39.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:40.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:40.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:40 smithi089 ceph-mon[103441]: pgmap v3227: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:40 smithi026 ceph-mon[93126]: pgmap v3227: 97 pgs: 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:41.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:41.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:42.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:42.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:42 smithi089 ceph-mon[103441]: 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:27:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:42 smithi026 ceph-mon[93126]: 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:27:43.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:43.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:44.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:44.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:44 smithi026 ceph-mon[93126]: 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:27:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:44 smithi089 ceph-mon[103441]: 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:27:45.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:45.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:46.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:46.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:46 smithi089 ceph-mon[103441]: pgmap v3230: 97 pgs: 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:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:46 smithi026 ceph-mon[93126]: pgmap v3230: 97 pgs: 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.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:47.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:48.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:48.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:48.401 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:48 smithi089 ceph-mon[103441]: 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:27:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:48 smithi026 ceph-mon[93126]: 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:27:49.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:49.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:27:50.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:50.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:50 smithi089 ceph-mon[103441]: pgmap v3232: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:50 smithi026 ceph-mon[93126]: pgmap v3232: 97 pgs: 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:51.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:51.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:52.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:52.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:52 smithi089 ceph-mon[103441]: 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:27:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:52 smithi026 ceph-mon[93126]: 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:27:53.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:53.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:54.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:54.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:54 smithi026 ceph-mon[93126]: 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:27:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:54 smithi089 ceph-mon[103441]: 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:27:55.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:55.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:56.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:56.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:56 smithi089 ceph-mon[103441]: pgmap v3235: 97 pgs: 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:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:56 smithi026 ceph-mon[93126]: pgmap v3235: 97 pgs: 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.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:57.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:58.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:58.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:27:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:27:58 smithi089 ceph-mon[103441]: 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:27:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:27:58 smithi026 ceph-mon[93126]: 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:27:59.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:27:59.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:00.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:00.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:00 smithi089 ceph-mon[103441]: pgmap v3237: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:00 smithi026 ceph-mon[93126]: pgmap v3237: 97 pgs: 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:01.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:01.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:02.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:02.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:02 smithi026 ceph-mon[93126]: 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:03.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:03.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:04.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:04.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:04 smithi089 ceph-mon[103441]: pgmap v3239: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:04 smithi026 ceph-mon[93126]: pgmap v3239: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:05.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:05.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:06.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:06.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:06 smithi089 ceph-mon[103441]: pgmap v3240: 97 pgs: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:06 smithi026 ceph-mon[93126]: pgmap v3240: 97 pgs: 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.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:07.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:08.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:08.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:08 smithi026 ceph-mon[93126]: 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:09.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:09.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:10.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:10.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:10 smithi026 ceph-mon[93126]: pgmap v3242: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:10 smithi089 ceph-mon[103441]: pgmap v3242: 97 pgs: 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:11.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:11.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:12.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:12.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:12 smithi089 ceph-mon[103441]: 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:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:12 smithi026 ceph-mon[93126]: 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:13.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:13.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:14.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:14.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:14 smithi089 ceph-mon[103441]: pgmap v3244: 97 pgs: 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:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:14 smithi026 ceph-mon[93126]: pgmap v3244: 97 pgs: 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:15.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:15.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:16.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:16.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:16 smithi089 ceph-mon[103441]: 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:28:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:16 smithi026 ceph-mon[93126]: 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:28:17.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:17.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:18.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:18.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:18 smithi089 ceph-mon[103441]: 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:28:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:18 smithi026 ceph-mon[93126]: 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:28:19.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:19.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:20.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:20.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:20 smithi026 ceph-mon[93126]: pgmap v3247: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:20 smithi089 ceph-mon[103441]: pgmap v3247: 97 pgs: 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:21.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:21.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:21 smithi089 ceph-mon[103441]: 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:28:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:21 smithi026 ceph-mon[93126]: 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:28:22.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:22.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:23.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:23.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:23 smithi026 ceph-mon[93126]: pgmap v3249: 97 pgs: 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:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:23 smithi089 ceph-mon[103441]: pgmap v3249: 97 pgs: 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:24.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:24.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:25.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:25.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:25 smithi026 ceph-mon[93126]: 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:28:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:25 smithi089 ceph-mon[103441]: 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:28:26.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:26.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:27.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:27.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:27 smithi026 ceph-mon[93126]: 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:28:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:27 smithi089 ceph-mon[103441]: 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:28:28.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:28.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:29.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:29.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:29 smithi026 ceph-mon[93126]: pgmap v3252: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:29 smithi089 ceph-mon[103441]: pgmap v3252: 97 pgs: 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.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:30.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:31.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:31.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:31 smithi026 ceph-mon[93126]: 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:28:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:28:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:31 smithi089 ceph-mon[103441]: 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:28:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:28:32.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:32.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:28:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:28:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:28:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:28:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:28:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:28:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:28:33.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:28:33.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:28:33.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:28:33.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:33.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:34 smithi089 ceph-mon[103441]: pgmap v3254: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:34.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:34.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:34 smithi026 ceph-mon[93126]: pgmap v3254: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:35.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:35.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:36.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:36.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:36 smithi026 ceph-mon[93126]: 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:28:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:36 smithi089 ceph-mon[103441]: 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:28:37.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:37.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:38.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:38.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:38 smithi026 ceph-mon[93126]: 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:28:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:38 smithi089 ceph-mon[103441]: 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:28:39.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:39.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:40.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:40.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:40 smithi026 ceph-mon[93126]: pgmap v3257: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:40 smithi089 ceph-mon[103441]: pgmap v3257: 97 pgs: 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:41.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:41.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:42.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:42.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:42 smithi026 ceph-mon[93126]: 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:28:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:42 smithi089 ceph-mon[103441]: 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:28:43.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:43.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:44 smithi026 ceph-mon[93126]: pgmap v3259: 97 pgs: 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:44.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:44.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:44 smithi089 ceph-mon[103441]: pgmap v3259: 97 pgs: 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:45.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:45.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:46.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:46.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:46 smithi089 ceph-mon[103441]: 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:28:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:46 smithi026 ceph-mon[93126]: 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:28:47.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:47.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:48.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:48.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:48 smithi089 ceph-mon[103441]: 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:28:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:48 smithi026 ceph-mon[93126]: 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:28:49.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:49.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:28:50.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:50.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:50.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:50 smithi026 ceph-mon[93126]: pgmap v3262: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:50 smithi089 ceph-mon[103441]: pgmap v3262: 97 pgs: 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:51.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:51.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:52.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:52.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:52 smithi089 ceph-mon[103441]: 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:28:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:52 smithi026 ceph-mon[93126]: 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:28:53.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:53.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:54 smithi026 ceph-mon[93126]: pgmap v3264: 97 pgs: 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:54.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:54.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:54 smithi089 ceph-mon[103441]: pgmap v3264: 97 pgs: 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:55.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:55.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:56.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:56.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:56 smithi089 ceph-mon[103441]: 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:28:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:56 smithi026 ceph-mon[93126]: 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:28:57.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:57.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:58.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:58.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:28:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:28:58 smithi089 ceph-mon[103441]: 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:28:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:28:58 smithi026 ceph-mon[93126]: 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:28:59.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:28:59.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:00.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:00.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:00 smithi089 ceph-mon[103441]: pgmap v3267: 97 pgs: 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.474 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:00 smithi026 ceph-mon[93126]: pgmap v3267: 97 pgs: 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:01.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:01.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:02.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:02.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:02 smithi026 ceph-mon[93126]: 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:03.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:03.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:04 smithi026 ceph-mon[93126]: pgmap v3269: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:04.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:04.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:04 smithi089 ceph-mon[103441]: pgmap v3269: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:05.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:05.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:06.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:06.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:06 smithi026 ceph-mon[93126]: 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:07.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:07.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:08.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:08.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:08 smithi026 ceph-mon[93126]: 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:09.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:09.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:10.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:10.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:10 smithi089 ceph-mon[103441]: pgmap v3272: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:10 smithi026 ceph-mon[93126]: pgmap v3272: 97 pgs: 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:11.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:11.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:12.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:12.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:12 smithi089 ceph-mon[103441]: 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:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:12 smithi026 ceph-mon[93126]: 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:13.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:13.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:14.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:14.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:14 smithi089 ceph-mon[103441]: pgmap v3274: 97 pgs: 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:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:14 smithi026 ceph-mon[93126]: pgmap v3274: 97 pgs: 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:15.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:15.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:16.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:16.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:16 smithi089 ceph-mon[103441]: 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:29:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:16 smithi026 ceph-mon[93126]: 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:29:17.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:17.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:18.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:18.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:18 smithi089 ceph-mon[103441]: 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:29:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:18 smithi026 ceph-mon[93126]: 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:29:19.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:19.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:20.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:20.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:20 smithi089 ceph-mon[103441]: pgmap v3277: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:20 smithi026 ceph-mon[93126]: pgmap v3277: 97 pgs: 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:21.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:21.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:22.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:22.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:22 smithi089 ceph-mon[103441]: 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:29:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:22 smithi026 ceph-mon[93126]: 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:29:23.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:23.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:24.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:24.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:24.397 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:24 smithi089 ceph-mon[103441]: pgmap v3279: 97 pgs: 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:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:24 smithi026 ceph-mon[93126]: pgmap v3279: 97 pgs: 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:25.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:25.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:26.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:26.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:26 smithi089 ceph-mon[103441]: 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:29:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:26 smithi026 ceph-mon[93126]: 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:29:27.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:27.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:28.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:28.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:28 smithi089 ceph-mon[103441]: 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:29:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:28 smithi026 ceph-mon[93126]: 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:29:29.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:29.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:30.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:30.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:30 smithi089 ceph-mon[103441]: pgmap v3282: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:30 smithi026 ceph-mon[93126]: pgmap v3282: 97 pgs: 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:31.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:31.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:32.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:32.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:32 smithi089 ceph-mon[103441]: 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:29:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:32 smithi026 ceph-mon[93126]: 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:29:33.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:33.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:29:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:29:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:29:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:29:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:29:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:29:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:29:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:29:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:29:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:29:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:29:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:29:34.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:34.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:34 smithi089 ceph-mon[103441]: pgmap v3284: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:34 smithi026 ceph-mon[93126]: pgmap v3284: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:35.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:35.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:36.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:36.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:36 smithi089 ceph-mon[103441]: 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:29:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:36 smithi026 ceph-mon[93126]: 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:29:37.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:37.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:37 smithi089 ceph-mon[103441]: 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:29:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:37 smithi026 ceph-mon[93126]: 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:29:38.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:38.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:39.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:39.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:39.553 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:39 smithi089 ceph-mon[103441]: pgmap v3287: 97 pgs: 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:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:39 smithi026 ceph-mon[93126]: pgmap v3287: 97 pgs: 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.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:40.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:41.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:41.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:41 smithi026 ceph-mon[93126]: 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:29:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:41 smithi089 ceph-mon[103441]: 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:29:42.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:42.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:43.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:43.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:43 smithi026 ceph-mon[93126]: pgmap v3289: 97 pgs: 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:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:43 smithi089 ceph-mon[103441]: pgmap v3289: 97 pgs: 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:44.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:44.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:45.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:45.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:45.993 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:45 smithi026 ceph-mon[93126]: 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:29:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:45 smithi089 ceph-mon[103441]: 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:29:46.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:46.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:47.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:47.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:47 smithi026 ceph-mon[93126]: 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:29:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:47 smithi089 ceph-mon[103441]: 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:29:48.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:48.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:29:49.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:49.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:49 smithi089 ceph-mon[103441]: pgmap v3292: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:49 smithi026 ceph-mon[93126]: pgmap v3292: 97 pgs: 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.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:50.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:51.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:51.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:51 smithi026 ceph-mon[93126]: 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:29:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:51 smithi089 ceph-mon[103441]: 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:29:52.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:52.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:53.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:53.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:53 smithi026 ceph-mon[93126]: pgmap v3294: 97 pgs: 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:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:53 smithi089 ceph-mon[103441]: pgmap v3294: 97 pgs: 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:54.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:54.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:55.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:55.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:55 smithi026 ceph-mon[93126]: 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:29:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:55 smithi089 ceph-mon[103441]: 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:29:56.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:56.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:57.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:57.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:57 smithi026 ceph-mon[93126]: 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:29:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:57 smithi089 ceph-mon[103441]: 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:29:58.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:58.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:29:59.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:29:59.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:29:59 smithi026 ceph-mon[93126]: pgmap v3297: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:29:59 smithi089 ceph-mon[103441]: pgmap v3297: 97 pgs: 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.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:00.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T22:30:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T22:30:01.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:01.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:01 smithi026 ceph-mon[93126]: 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:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:01 smithi089 ceph-mon[103441]: 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:02.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:02.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:03.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:03.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:03 smithi026 ceph-mon[93126]: pgmap v3299: 97 pgs: 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:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:03 smithi089 ceph-mon[103441]: pgmap v3299: 97 pgs: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:04.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:04.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:05.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:05.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:05 smithi026 ceph-mon[93126]: 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:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:05 smithi089 ceph-mon[103441]: 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:06.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:06.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:07.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:07.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:07 smithi026 ceph-mon[93126]: 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:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:07 smithi089 ceph-mon[103441]: 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:08.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:08.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:09.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:09.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:09 smithi026 ceph-mon[93126]: pgmap v3302: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:09 smithi089 ceph-mon[103441]: pgmap v3302: 97 pgs: 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.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:10.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:11.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:11.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:11 smithi026 ceph-mon[93126]: 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:30:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:11 smithi089 ceph-mon[103441]: 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:30:12.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:12.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:13.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:13.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:13 smithi026 ceph-mon[93126]: pgmap v3304: 97 pgs: 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:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:13 smithi089 ceph-mon[103441]: pgmap v3304: 97 pgs: 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:14.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:14.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:15.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:15.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:15 smithi026 ceph-mon[93126]: 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:30:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:15 smithi089 ceph-mon[103441]: 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:30:16.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:16.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:17.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:17.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:17 smithi026 ceph-mon[93126]: 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:30:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:17 smithi089 ceph-mon[103441]: 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:30:18.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:18.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:19.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:19.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:19 smithi089 ceph-mon[103441]: pgmap v3307: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:19 smithi026 ceph-mon[93126]: pgmap v3307: 97 pgs: 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.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:20.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:21.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:21.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:21 smithi089 ceph-mon[103441]: 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:30:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:21 smithi026 ceph-mon[93126]: 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:30:22.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:22.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:23.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:23.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:23 smithi089 ceph-mon[103441]: pgmap v3309: 97 pgs: 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:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:23 smithi026 ceph-mon[93126]: pgmap v3309: 97 pgs: 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:24.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:24.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:25.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:25.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:25 smithi089 ceph-mon[103441]: 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:30:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:25 smithi026 ceph-mon[93126]: 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:30:26.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:26.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:27.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:27.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:27 smithi089 ceph-mon[103441]: 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:30:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:27 smithi026 ceph-mon[93126]: 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:30:28.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:28.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:29.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:29.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:30.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:29 smithi089 ceph-mon[103441]: pgmap v3312: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:29 smithi026 ceph-mon[93126]: pgmap v3312: 97 pgs: 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.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:30.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:31.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:31.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:31 smithi089 ceph-mon[103441]: 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:30:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:31 smithi026 ceph-mon[93126]: 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:30:32.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:32.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:33.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:33.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:33 smithi089 ceph-mon[103441]: pgmap v3314: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:30:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:30:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:30:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:30:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:30:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:30:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:33 smithi026 ceph-mon[93126]: pgmap v3314: 97 pgs: 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:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:30:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:30:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:30:34.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:30:34.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:30:34.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:30:34.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:34.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:35.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:35.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:35 smithi089 ceph-mon[103441]: 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:30:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:35 smithi026 ceph-mon[93126]: 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:30:36.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:36.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:37.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:37.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:37 smithi089 ceph-mon[103441]: 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:30:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:37 smithi026 ceph-mon[93126]: 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:30:38.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:38.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:39.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:39.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:39 smithi089 ceph-mon[103441]: pgmap v3317: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:39 smithi026 ceph-mon[93126]: pgmap v3317: 97 pgs: 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.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:40.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:41.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:41.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:42.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:41 smithi026 ceph-mon[93126]: 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:30:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:41 smithi089 ceph-mon[103441]: 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:30:42.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:42.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:43.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:43.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:43 smithi089 ceph-mon[103441]: pgmap v3319: 97 pgs: 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:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:43 smithi026 ceph-mon[93126]: pgmap v3319: 97 pgs: 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:44.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:44.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:45.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:45.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:45 smithi089 ceph-mon[103441]: 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:30:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:45 smithi026 ceph-mon[93126]: 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:30:46.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:46.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:47.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:47.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:47 smithi089 ceph-mon[103441]: 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:30:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:47 smithi026 ceph-mon[93126]: 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:30:48.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:48.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:30:49.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:49.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:49 smithi089 ceph-mon[103441]: pgmap v3322: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:49 smithi026 ceph-mon[93126]: pgmap v3322: 97 pgs: 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.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:50.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:51.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:51.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:51 smithi026 ceph-mon[93126]: 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:30:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:51 smithi089 ceph-mon[103441]: 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:30:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:52.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:53.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:53.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:53 smithi089 ceph-mon[103441]: pgmap v3324: 97 pgs: 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:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:53 smithi026 ceph-mon[93126]: pgmap v3324: 97 pgs: 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:54.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:54.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:55.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:55.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:55 smithi089 ceph-mon[103441]: 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:30:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:55 smithi026 ceph-mon[93126]: 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:30:56.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:56.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:57.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:57.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:57 smithi089 ceph-mon[103441]: 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:30:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:57 smithi026 ceph-mon[93126]: 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:30:58.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:58.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:30:59.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:30:59.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:30:59 smithi089 ceph-mon[103441]: pgmap v3327: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:30:59 smithi026 ceph-mon[93126]: pgmap v3327: 97 pgs: 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.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:00.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:01.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:01.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:01 smithi089 ceph-mon[103441]: 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:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:01 smithi026 ceph-mon[93126]: 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:02.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:02.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:03.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:03.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:03 smithi089 ceph-mon[103441]: pgmap v3329: 97 pgs: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:03 smithi026 ceph-mon[93126]: pgmap v3329: 97 pgs: 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:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:04.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:04.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:05.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:05.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:05 smithi089 ceph-mon[103441]: 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:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:05 smithi026 ceph-mon[93126]: 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:06.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:06.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:07.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:07.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:07 smithi089 ceph-mon[103441]: 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:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:07 smithi026 ceph-mon[93126]: 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:08.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:08.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:09.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:09.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:09 smithi089 ceph-mon[103441]: pgmap v3332: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:09 smithi026 ceph-mon[93126]: pgmap v3332: 97 pgs: 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.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:10.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:11.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:11.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:11 smithi089 ceph-mon[103441]: 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:31:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:11 smithi026 ceph-mon[93126]: 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:31:12.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:12.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:13.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:13.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:13 smithi089 ceph-mon[103441]: pgmap v3334: 97 pgs: 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:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:13 smithi026 ceph-mon[93126]: pgmap v3334: 97 pgs: 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:14.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:14.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:15.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:15.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:15 smithi089 ceph-mon[103441]: 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:31:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:15 smithi026 ceph-mon[93126]: 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:31:16.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:16.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:17.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:17.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:17 smithi089 ceph-mon[103441]: 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:31:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:17 smithi026 ceph-mon[93126]: 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:31:18.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:18.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:19.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:19.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:19 smithi089 ceph-mon[103441]: pgmap v3337: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:19 smithi026 ceph-mon[93126]: pgmap v3337: 97 pgs: 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.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:20.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:21.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:21.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:21 smithi089 ceph-mon[103441]: 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:31:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:21 smithi026 ceph-mon[93126]: 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:31:22.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:22.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:23.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:23.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:23 smithi089 ceph-mon[103441]: pgmap v3339: 97 pgs: 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:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:23 smithi026 ceph-mon[93126]: pgmap v3339: 97 pgs: 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:24.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:24.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:25.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:25.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:25 smithi089 ceph-mon[103441]: 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:31:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:25 smithi026 ceph-mon[93126]: 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:31:26.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:26.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:27.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:27.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:27 smithi089 ceph-mon[103441]: 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:31:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:27 smithi026 ceph-mon[93126]: 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:31:28.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:28.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:29.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:29.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:29 smithi089 ceph-mon[103441]: pgmap v3342: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:29 smithi026 ceph-mon[93126]: pgmap v3342: 97 pgs: 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.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:30.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:31.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:31.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:32.198 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:31 smithi026 ceph-mon[93126]: 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:31:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:31 smithi089 ceph-mon[103441]: 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:31:32.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:32.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:33.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:33.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:33 smithi026 ceph-mon[93126]: pgmap v3344: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:31:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:33 smithi089 ceph-mon[103441]: pgmap v3344: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:31:34.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:34.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:35.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:35.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:35 smithi089 ceph-mon[103441]: 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:31:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:35 smithi026 ceph-mon[93126]: 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:31:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:37.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:37.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:37 smithi026 ceph-mon[93126]: 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:31:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:37 smithi089 ceph-mon[103441]: 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:31:38.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:38.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:31:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:31:39.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:39 smithi026 ceph-mon[93126]: pgmap v3347: 97 pgs: 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:39.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:31:39.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:31:39.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:31:39.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:31:39.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:31:39.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:39.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:31:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:31:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:39 smithi089 ceph-mon[103441]: pgmap v3347: 97 pgs: 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:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:31:39.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:31:39.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:31:39.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:31:39.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:31:40.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:40.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:41.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:41.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:41 smithi026 ceph-mon[93126]: 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:31:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:41 smithi089 ceph-mon[103441]: 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:31:42.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:42.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:43.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:43.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:43 smithi026 ceph-mon[93126]: pgmap v3349: 97 pgs: 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:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:43 smithi089 ceph-mon[103441]: pgmap v3349: 97 pgs: 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:44.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:44.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:45.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:45.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:45 smithi026 ceph-mon[93126]: 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:31:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:45 smithi089 ceph-mon[103441]: 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:31:46.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:46.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:47.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:47.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:47 smithi026 ceph-mon[93126]: 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:31:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:47 smithi089 ceph-mon[103441]: 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:31:48.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:48.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:31:49.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:49.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:49 smithi026 ceph-mon[93126]: pgmap v3352: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:49 smithi089 ceph-mon[103441]: pgmap v3352: 97 pgs: 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.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:50.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:51.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:51.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:51 smithi026 ceph-mon[93126]: 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:31:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:51 smithi089 ceph-mon[103441]: 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:31:52.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:52.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:53.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:53.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:53 smithi026 ceph-mon[93126]: pgmap v3354: 97 pgs: 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:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:53 smithi089 ceph-mon[103441]: pgmap v3354: 97 pgs: 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:54.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:54.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:55.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:55.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:55 smithi026 ceph-mon[93126]: 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:31:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:55 smithi089 ceph-mon[103441]: 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:31:56.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:56.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:57.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:57.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:57 smithi026 ceph-mon[93126]: 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:31:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:57 smithi089 ceph-mon[103441]: 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:31:58.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:58.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:31:59.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:31:59.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:31:59 smithi026 ceph-mon[93126]: pgmap v3357: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:31:59 smithi089 ceph-mon[103441]: pgmap v3357: 97 pgs: 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.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:00.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:01.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:01.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:01 smithi026 ceph-mon[93126]: 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:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:01 smithi089 ceph-mon[103441]: 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:02.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:02.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:03.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:03.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:03 smithi026 ceph-mon[93126]: pgmap v3359: 97 pgs: 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:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:03 smithi089 ceph-mon[103441]: pgmap v3359: 97 pgs: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:04.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:04.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:05.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:05.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:05 smithi026 ceph-mon[93126]: 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:06.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:05 smithi089 ceph-mon[103441]: 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:06.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:06.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:07.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:07.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:07 smithi026 ceph-mon[93126]: 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:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:07 smithi089 ceph-mon[103441]: 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:08.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:08.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:09.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:09.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:09 smithi089 ceph-mon[103441]: pgmap v3362: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:09 smithi026 ceph-mon[93126]: pgmap v3362: 97 pgs: 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.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:10.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:11.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:11.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:11 smithi089 ceph-mon[103441]: 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:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:11 smithi026 ceph-mon[93126]: 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:12.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:12.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:13.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:13.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:13 smithi089 ceph-mon[103441]: pgmap v3364: 97 pgs: 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:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:13 smithi026 ceph-mon[93126]: pgmap v3364: 97 pgs: 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:14.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:14.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:15.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:15.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:15 smithi089 ceph-mon[103441]: 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:32:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:15 smithi026 ceph-mon[93126]: 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:32:16.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:16.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:17.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:17.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:17 smithi026 ceph-mon[93126]: 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:32:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:17 smithi089 ceph-mon[103441]: 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:32:18.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:18.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:19.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:19.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:19 smithi089 ceph-mon[103441]: pgmap v3367: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:19 smithi026 ceph-mon[93126]: pgmap v3367: 97 pgs: 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.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:20.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:21.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:21.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:21 smithi089 ceph-mon[103441]: 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:32:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:21 smithi026 ceph-mon[93126]: 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:32:22.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:22.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:23.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:23.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:23 smithi089 ceph-mon[103441]: pgmap v3369: 97 pgs: 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:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:23 smithi026 ceph-mon[93126]: pgmap v3369: 97 pgs: 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:24.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:24.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:25.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:25.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:25 smithi089 ceph-mon[103441]: 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:32:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:25 smithi026 ceph-mon[93126]: 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:32:26.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:26.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:27.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:27.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:27 smithi089 ceph-mon[103441]: 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:32:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:27 smithi026 ceph-mon[93126]: 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:32:28.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:28.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:29.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:29.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:29 smithi089 ceph-mon[103441]: pgmap v3372: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:29 smithi026 ceph-mon[93126]: pgmap v3372: 97 pgs: 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.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:30.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:31.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:31.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:31 smithi089 ceph-mon[103441]: 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:32:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:31 smithi026 ceph-mon[93126]: 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:32:32.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:32.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:33.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:33.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:33 smithi089 ceph-mon[103441]: pgmap v3374: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:33 smithi026 ceph-mon[93126]: pgmap v3374: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:34.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:34.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:35.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:35.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:35 smithi089 ceph-mon[103441]: 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:32:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:35 smithi026 ceph-mon[93126]: 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:32:36.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:36.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:37.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:37.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:37 smithi089 ceph-mon[103441]: 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:32:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:37 smithi026 ceph-mon[93126]: 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:32:38.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:38.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:39.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:39.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:39 smithi089 ceph-mon[103441]: pgmap v3377: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:32:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:32:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:32:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:32:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:32:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:32:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:39 smithi026 ceph-mon[93126]: pgmap v3377: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:32:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:32:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:32:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:32:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:32:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:32:40.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:40.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:41.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:41.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:41 smithi089 ceph-mon[103441]: 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:32:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:41 smithi026 ceph-mon[93126]: 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:32:42.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:42.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:43.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:43.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:43 smithi089 ceph-mon[103441]: pgmap v3379: 97 pgs: 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:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:43 smithi026 ceph-mon[93126]: pgmap v3379: 97 pgs: 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:44.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:44.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:45.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:45.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:45 smithi089 ceph-mon[103441]: 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:32:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:45 smithi026 ceph-mon[93126]: 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:32:46.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:46.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:47.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:47.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:47 smithi089 ceph-mon[103441]: 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:32:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:47 smithi026 ceph-mon[93126]: 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:32:48.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:48.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:32:49.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:49.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:49 smithi089 ceph-mon[103441]: pgmap v3382: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:49 smithi026 ceph-mon[93126]: pgmap v3382: 97 pgs: 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.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:50.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:51.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:51.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:51 smithi089 ceph-mon[103441]: 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:32:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:51 smithi026 ceph-mon[93126]: 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:32:52.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:52.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:53.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:53.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:53 smithi089 ceph-mon[103441]: pgmap v3384: 97 pgs: 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:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:53 smithi026 ceph-mon[93126]: pgmap v3384: 97 pgs: 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:54.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:54.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:55.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:55.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:55 smithi089 ceph-mon[103441]: 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:32:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:55 smithi026 ceph-mon[93126]: 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:32:56.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:56.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:57.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:58.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:58.296 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:57 smithi089 ceph-mon[103441]: 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:32:58.296 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:57 smithi026 ceph-mon[93126]: 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:32:58.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:58.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:32:59.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:32:59.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:32:59 smithi089 ceph-mon[103441]: pgmap v3387: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:32:59 smithi026 ceph-mon[93126]: pgmap v3387: 97 pgs: 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.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:00.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:01.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:01.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:01 smithi089 ceph-mon[103441]: 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:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:01 smithi026 ceph-mon[93126]: 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:02.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:02.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:03.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:03.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:03 smithi089 ceph-mon[103441]: pgmap v3389: 97 pgs: 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:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:03 smithi026 ceph-mon[93126]: pgmap v3389: 97 pgs: 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:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:04.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:04.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:05.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:05.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:05 smithi089 ceph-mon[103441]: 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:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:05 smithi026 ceph-mon[93126]: 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:06.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:06.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:07.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:07.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:07 smithi089 ceph-mon[103441]: 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:08.292 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:07 smithi026 ceph-mon[93126]: 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:08.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:08.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:09.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:09.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:09 smithi089 ceph-mon[103441]: pgmap v3392: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:09 smithi026 ceph-mon[93126]: pgmap v3392: 97 pgs: 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.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:10.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:11.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:11.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:11 smithi089 ceph-mon[103441]: 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:33:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:11 smithi026 ceph-mon[93126]: 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:33:12.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:12.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:13.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:13.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:13 smithi089 ceph-mon[103441]: pgmap v3394: 97 pgs: 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:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:13 smithi026 ceph-mon[93126]: pgmap v3394: 97 pgs: 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:14.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:14.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:15.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:15.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:15 smithi089 ceph-mon[103441]: 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:33:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:15 smithi026 ceph-mon[93126]: 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:33:16.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:16.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:17.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:17.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:17 smithi089 ceph-mon[103441]: 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:33:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:17 smithi026 ceph-mon[93126]: 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:33:18.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:18.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:19.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:19.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:19 smithi089 ceph-mon[103441]: pgmap v3397: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:19 smithi026 ceph-mon[93126]: pgmap v3397: 97 pgs: 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.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:20.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:21.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:21.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:21 smithi089 ceph-mon[103441]: 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:33:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:21 smithi026 ceph-mon[93126]: 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:33:22.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:22.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:23.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:23.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:23 smithi026 ceph-mon[93126]: pgmap v3399: 97 pgs: 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:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:23 smithi089 ceph-mon[103441]: pgmap v3399: 97 pgs: 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:24.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:24.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:25.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:25.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:25 smithi026 ceph-mon[93126]: 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:33:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:25 smithi089 ceph-mon[103441]: 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:33:26.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:26.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:27.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:27.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:27 smithi026 ceph-mon[93126]: 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:33:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:27 smithi089 ceph-mon[103441]: 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:33:28.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:28.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:29.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:29.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:29 smithi026 ceph-mon[93126]: pgmap v3402: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:29 smithi089 ceph-mon[103441]: pgmap v3402: 97 pgs: 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.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:30.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:31.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:31.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:31 smithi026 ceph-mon[93126]: 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:33:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:31 smithi089 ceph-mon[103441]: 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:33:32.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:32.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:33.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:33.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:33 smithi026 ceph-mon[93126]: pgmap v3404: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:33 smithi089 ceph-mon[103441]: pgmap v3404: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:34.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:34.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:35.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:35.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:35 smithi026 ceph-mon[93126]: 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:33:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:35 smithi089 ceph-mon[103441]: 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:33:36.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:36.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:37.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:37.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:37 smithi026 ceph-mon[93126]: 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:33:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:37 smithi089 ceph-mon[103441]: 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:33:38.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:38.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:39.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:39.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:39 smithi026 ceph-mon[93126]: pgmap v3407: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:33:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:39 smithi089 ceph-mon[103441]: pgmap v3407: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:33:40.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:40.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:41.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:41.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:42 smithi089 ceph-mon[103441]: 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:33:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:42 smithi026 ceph-mon[93126]: 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:33:42.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:42.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:43.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:43.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:44 smithi089 ceph-mon[103441]: pgmap v3409: 97 pgs: 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:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:44 smithi026 ceph-mon[93126]: pgmap v3409: 97 pgs: 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:44.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:44.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:45.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:45.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:46 smithi089 ceph-mon[103441]: 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:33:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:46 smithi026 ceph-mon[93126]: 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:33:46.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:46.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:47.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:47.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:48 smithi089 ceph-mon[103441]: 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:33:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:33:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:33:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:33:48.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:48 smithi026 ceph-mon[93126]: 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:33:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:33:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:33:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:33:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:33:48.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:48.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:33:49.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:49.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:50 smithi089 ceph-mon[103441]: pgmap v3412: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:50 smithi026 ceph-mon[93126]: pgmap v3412: 97 pgs: 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.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:50.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:51.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:51.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:52 smithi089 ceph-mon[103441]: 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:33:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:52 smithi026 ceph-mon[93126]: 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:33:52.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:52.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:53.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:53.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:54 smithi089 ceph-mon[103441]: pgmap v3414: 97 pgs: 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:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:54 smithi026 ceph-mon[93126]: pgmap v3414: 97 pgs: 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:54.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:54.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:55.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:55.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:56 smithi089 ceph-mon[103441]: 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:33:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:56 smithi026 ceph-mon[93126]: 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:33:56.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:56.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:57.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:57.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:33:58 smithi089 ceph-mon[103441]: 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:33:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:33:58 smithi026 ceph-mon[93126]: 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:33:58.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:58.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:33:59.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:33:59.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:00 smithi089 ceph-mon[103441]: pgmap v3417: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:00 smithi026 ceph-mon[93126]: pgmap v3417: 97 pgs: 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.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:00.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:01.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:01.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:02 smithi026 ceph-mon[93126]: 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:02.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:02.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:03.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:03.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:04 smithi089 ceph-mon[103441]: pgmap v3419: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:04 smithi026 ceph-mon[93126]: pgmap v3419: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:04.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:04.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:05.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:05.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:06 smithi026 ceph-mon[93126]: 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:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:06 smithi089 ceph-mon[103441]: 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:06.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:06.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:07.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:07.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:08 smithi026 ceph-mon[93126]: 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:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:08 smithi089 ceph-mon[103441]: 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:08.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:08.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:09.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:09.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:10 smithi026 ceph-mon[93126]: pgmap v3422: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:10 smithi089 ceph-mon[103441]: pgmap v3422: 97 pgs: 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.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:10.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:11.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:11.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:12 smithi026 ceph-mon[93126]: 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:34:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:12 smithi089 ceph-mon[103441]: 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:34:12.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:12.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:13.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:13.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:14 smithi026 ceph-mon[93126]: pgmap v3424: 97 pgs: 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:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:14 smithi089 ceph-mon[103441]: pgmap v3424: 97 pgs: 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:14.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:14.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:15.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:15.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:16 smithi026 ceph-mon[93126]: 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:34:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:16 smithi089 ceph-mon[103441]: 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:34:16.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:16.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:17.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:17.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:18 smithi026 ceph-mon[93126]: 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:34:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:18 smithi089 ceph-mon[103441]: 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:34:18.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:18.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:19.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:19.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:19.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:20 smithi026 ceph-mon[93126]: pgmap v3427: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:20 smithi089 ceph-mon[103441]: pgmap v3427: 97 pgs: 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.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:20.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:21 smithi026 ceph-mon[93126]: 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:34:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:21 smithi089 ceph-mon[103441]: 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:34:21.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:21.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:22.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:22.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:23 smithi089 ceph-mon[103441]: pgmap v3429: 97 pgs: 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:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:23 smithi026 ceph-mon[93126]: pgmap v3429: 97 pgs: 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:23.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:23.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:24.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:24.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:25.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:25.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:25 smithi026 ceph-mon[93126]: 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:34:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:25 smithi089 ceph-mon[103441]: 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:34:26.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:26.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:27.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:27.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:27 smithi089 ceph-mon[103441]: 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:34:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:27 smithi026 ceph-mon[93126]: 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:34:28.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:28.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:29.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:29.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:29 smithi026 ceph-mon[93126]: pgmap v3432: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:29 smithi089 ceph-mon[103441]: pgmap v3432: 97 pgs: 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.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:30.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:31.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:31.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:31 smithi026 ceph-mon[93126]: 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:34:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:31 smithi089 ceph-mon[103441]: 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:34:32.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:32.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:33.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:33.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:33 smithi089 ceph-mon[103441]: pgmap v3434: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:34.272 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:33 smithi026 ceph-mon[93126]: pgmap v3434: 97 pgs: 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:34.272 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:34.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:34.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:35.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:35.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:35 smithi089 ceph-mon[103441]: 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:34:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:35 smithi026 ceph-mon[93126]: 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:34:36.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:36.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:37.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:37.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:37 smithi089 ceph-mon[103441]: 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:34:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:37 smithi026 ceph-mon[93126]: 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:34:38.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:38.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:39.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:39.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:39 smithi089 ceph-mon[103441]: pgmap v3437: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:39 smithi026 ceph-mon[93126]: pgmap v3437: 97 pgs: 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.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:40.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:41.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:41.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:41 smithi089 ceph-mon[103441]: 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:34:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:41 smithi026 ceph-mon[93126]: 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:34:42.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:42.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:43.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:43.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:43 smithi089 ceph-mon[103441]: pgmap v3439: 97 pgs: 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:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:43 smithi026 ceph-mon[93126]: pgmap v3439: 97 pgs: 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:44.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:44.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:45.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:45.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:45 smithi089 ceph-mon[103441]: 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:34:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:45 smithi026 ceph-mon[93126]: 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:34:46.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:46.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:47.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:47.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:47 smithi089 ceph-mon[103441]: 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:34:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:34:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:47 smithi026 ceph-mon[93126]: 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:34:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:34:48.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:48.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:34:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:34:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:34:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:34:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:34:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:34:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:34:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:34:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:34:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:34:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:34:49.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:49.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:49 smithi089 ceph-mon[103441]: pgmap v3442: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:49 smithi026 ceph-mon[93126]: pgmap v3442: 97 pgs: 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.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:50.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:51.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:51.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:51 smithi089 ceph-mon[103441]: 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:34:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:51 smithi026 ceph-mon[93126]: 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:34:52.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:52.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:53.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:53.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:53 smithi089 ceph-mon[103441]: pgmap v3444: 97 pgs: 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:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:53 smithi026 ceph-mon[93126]: pgmap v3444: 97 pgs: 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:54.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:54.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:55.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:55.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:55 smithi089 ceph-mon[103441]: 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:34:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:55 smithi026 ceph-mon[93126]: 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:34:56.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:56.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:57.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:57.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:57 smithi089 ceph-mon[103441]: 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:34:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:57 smithi026 ceph-mon[93126]: 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:34:58.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:58.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:34:59.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:34:59.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:34:59 smithi089 ceph-mon[103441]: pgmap v3447: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:34:59 smithi026 ceph-mon[93126]: pgmap v3447: 97 pgs: 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.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:00.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:01.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:01.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:01 smithi089 ceph-mon[103441]: 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:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:01 smithi026 ceph-mon[93126]: 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:02.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:02.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:03.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:03.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:03 smithi089 ceph-mon[103441]: pgmap v3449: 97 pgs: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:03 smithi026 ceph-mon[93126]: pgmap v3449: 97 pgs: 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:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:04.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:04.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:05.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:05.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:05 smithi089 ceph-mon[103441]: 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:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:05 smithi026 ceph-mon[93126]: 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:06.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:06.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:07.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:07.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:07 smithi089 ceph-mon[103441]: 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:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:07 smithi026 ceph-mon[93126]: 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:08.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:08.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:09.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:09.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:09 smithi026 ceph-mon[93126]: pgmap v3452: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:09 smithi089 ceph-mon[103441]: pgmap v3452: 97 pgs: 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.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:10.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:11.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:11.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:11 smithi089 ceph-mon[103441]: 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:35:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:11 smithi026 ceph-mon[93126]: 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:35:12.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:12.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:13.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:13.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:13 smithi089 ceph-mon[103441]: pgmap v3454: 97 pgs: 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:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:13 smithi026 ceph-mon[93126]: pgmap v3454: 97 pgs: 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:14.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:14.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:15.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:15.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:15 smithi089 ceph-mon[103441]: 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:35:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:15 smithi026 ceph-mon[93126]: 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:35:16.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:16.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:17.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:17.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:17 smithi089 ceph-mon[103441]: 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:35:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:17 smithi026 ceph-mon[93126]: 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:35:18.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:18.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:19.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:19.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:19 smithi026 ceph-mon[93126]: pgmap v3457: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:19 smithi089 ceph-mon[103441]: pgmap v3457: 97 pgs: 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.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:20.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:21.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:21.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:21 smithi089 ceph-mon[103441]: 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:35:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:21 smithi026 ceph-mon[93126]: 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:35:22.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:22.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:23.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:23.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:23 smithi089 ceph-mon[103441]: pgmap v3459: 97 pgs: 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:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:23 smithi026 ceph-mon[93126]: pgmap v3459: 97 pgs: 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:24.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:24.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:25.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:25.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:25 smithi089 ceph-mon[103441]: 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:35:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:25 smithi026 ceph-mon[93126]: 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:35:26.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:26.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:27.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:27.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:27 smithi089 ceph-mon[103441]: 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:35:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:27 smithi026 ceph-mon[93126]: 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:35:28.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:28.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:29.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:29.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:29 smithi089 ceph-mon[103441]: pgmap v3462: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:29 smithi026 ceph-mon[93126]: pgmap v3462: 97 pgs: 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.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:30.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:31.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:31.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:31 smithi089 ceph-mon[103441]: 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:35:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:31 smithi026 ceph-mon[93126]: 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:35:32.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:32.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:33.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:33.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:33 smithi089 ceph-mon[103441]: pgmap v3464: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:33 smithi026 ceph-mon[93126]: pgmap v3464: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:34.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:34.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:35.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:35.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:35 smithi089 ceph-mon[103441]: 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:35:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:35 smithi026 ceph-mon[93126]: 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:35:36.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:36.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:37.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:37.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:37 smithi089 ceph-mon[103441]: 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:35:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:37 smithi026 ceph-mon[93126]: 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:35:38.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:38.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:40.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:40.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:39 smithi089 ceph-mon[103441]: pgmap v3467: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:39 smithi026 ceph-mon[93126]: pgmap v3467: 97 pgs: 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:41.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:41.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:42.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:42.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:41 smithi089 ceph-mon[103441]: 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:35:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:41 smithi026 ceph-mon[93126]: 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:35:43.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:43.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:44.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:44.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:43 smithi089 ceph-mon[103441]: pgmap v3469: 97 pgs: 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:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:43 smithi026 ceph-mon[93126]: pgmap v3469: 97 pgs: 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:45.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:45.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:46.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:46.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:45 smithi089 ceph-mon[103441]: 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:35:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:45 smithi026 ceph-mon[93126]: 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:35:47.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:47.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:48.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:48.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:47 smithi026 ceph-mon[93126]: 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:35:48.397 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:47 smithi089 ceph-mon[103441]: 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:35:49.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:49.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:35:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:35:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:35:50.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:50.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:50 smithi026 ceph-mon[93126]: pgmap v3472: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:35:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:35:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:35:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:35:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:35:50.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:35:50.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:35:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:50 smithi089 ceph-mon[103441]: pgmap v3472: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:35:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:35:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:35:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:35:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:35:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:35:50.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:35:51.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:51.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:52.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:52.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:52 smithi026 ceph-mon[93126]: 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:35:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:52 smithi089 ceph-mon[103441]: 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:35:53.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:53.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:54.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:54.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:54 smithi026 ceph-mon[93126]: pgmap v3474: 97 pgs: 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:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:54 smithi089 ceph-mon[103441]: pgmap v3474: 97 pgs: 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:55.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:55.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:56.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:56.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:56 smithi026 ceph-mon[93126]: 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:35:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:56 smithi089 ceph-mon[103441]: 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:35:57.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:57.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:58.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:58.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:35:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:35:58 smithi026 ceph-mon[93126]: 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:35:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:35:58 smithi089 ceph-mon[103441]: 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:35:59.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:35:59.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:00.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:00.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:00 smithi026 ceph-mon[93126]: pgmap v3477: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:00 smithi089 ceph-mon[103441]: pgmap v3477: 97 pgs: 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:01.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:01.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:02.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:02.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:02 smithi026 ceph-mon[93126]: 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:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:02 smithi089 ceph-mon[103441]: 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:03.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:03.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:04.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:04.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:04 smithi026 ceph-mon[93126]: pgmap v3479: 97 pgs: 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:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:04 smithi089 ceph-mon[103441]: pgmap v3479: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:05.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:05.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:06.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:06.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:06 smithi026 ceph-mon[93126]: 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:07.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:07.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:08.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:08.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:08 smithi026 ceph-mon[93126]: 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:09.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:09.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:10.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:10.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:10.360 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:10 smithi026 ceph-mon[93126]: pgmap v3482: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:10 smithi089 ceph-mon[103441]: pgmap v3482: 97 pgs: 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:11.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:11.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:12.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:12.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:12 smithi089 ceph-mon[103441]: 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:36:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:12 smithi026 ceph-mon[93126]: 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:36:13.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:13.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:14.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:14.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:14 smithi026 ceph-mon[93126]: pgmap v3484: 97 pgs: 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:14 smithi089 ceph-mon[103441]: pgmap v3484: 97 pgs: 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:15.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:15.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:16.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:16.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:16 smithi089 ceph-mon[103441]: 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:36:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:16 smithi026 ceph-mon[93126]: 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:36:17.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:17.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:18.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:18.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:18 smithi089 ceph-mon[103441]: 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:36:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:18 smithi026 ceph-mon[93126]: 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:36:19.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:19.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:20.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:20.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:20 smithi089 ceph-mon[103441]: pgmap v3487: 97 pgs: 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.474 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:20 smithi026 ceph-mon[93126]: pgmap v3487: 97 pgs: 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:21.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:21.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:22.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:22.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:22 smithi089 ceph-mon[103441]: 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:36:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:22 smithi026 ceph-mon[93126]: 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:36:23.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:23.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:24.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:24.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:24 smithi026 ceph-mon[93126]: pgmap v3489: 97 pgs: 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:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:24 smithi089 ceph-mon[103441]: pgmap v3489: 97 pgs: 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:25.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:25.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:26.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:26.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:26 smithi089 ceph-mon[103441]: 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:36:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:26 smithi026 ceph-mon[93126]: 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:36:27.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:27.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:28.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:28.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:28 smithi089 ceph-mon[103441]: 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:36:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:28 smithi026 ceph-mon[93126]: 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:36:29.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:29.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:30.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:30.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:30 smithi089 ceph-mon[103441]: pgmap v3492: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:30 smithi026 ceph-mon[93126]: pgmap v3492: 97 pgs: 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:31.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:31.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:32.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:32.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:32 smithi089 ceph-mon[103441]: 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:36:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:32 smithi026 ceph-mon[93126]: 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:36:33.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:33.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:34.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:34.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:34 smithi089 ceph-mon[103441]: pgmap v3494: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:34 smithi026 ceph-mon[93126]: pgmap v3494: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:35.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:35.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:36.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:36.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:36 smithi089 ceph-mon[103441]: 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:36:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:36 smithi026 ceph-mon[93126]: 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:36:37.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:37.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:38.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:38.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:38 smithi089 ceph-mon[103441]: 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:36:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:38 smithi026 ceph-mon[93126]: 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:36:39.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:39.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:40.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:40.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:40 smithi089 ceph-mon[103441]: pgmap v3497: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:40 smithi026 ceph-mon[93126]: pgmap v3497: 97 pgs: 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:41.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:41.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:42.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:42.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:42 smithi089 ceph-mon[103441]: 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:36:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:42 smithi026 ceph-mon[93126]: 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:36:43.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:43.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:44.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:44.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:44 smithi089 ceph-mon[103441]: pgmap v3499: 97 pgs: 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:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:44 smithi026 ceph-mon[93126]: pgmap v3499: 97 pgs: 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:45.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:45.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:46.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:46.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:46 smithi089 ceph-mon[103441]: 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:36:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:46 smithi026 ceph-mon[93126]: 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:36:47.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:47.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:48.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:48.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:48 smithi089 ceph-mon[103441]: 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:36:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:48 smithi026 ceph-mon[93126]: 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:36:49.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:49.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:36:50.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:50.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:50 smithi089 ceph-mon[103441]: pgmap v3502: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:36:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:50 smithi026 ceph-mon[93126]: pgmap v3502: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:36:51.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:51.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:36:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:36:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:36:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:36:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:36:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:36:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:36:51.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:36:51.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:36:51.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:36:52.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:52.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:52 smithi089 ceph-mon[103441]: 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:36:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:52 smithi026 ceph-mon[93126]: 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:36:53.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:53.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:54.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:54.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:54 smithi089 ceph-mon[103441]: pgmap v3504: 97 pgs: 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:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:54 smithi026 ceph-mon[93126]: pgmap v3504: 97 pgs: 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:55.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:55.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:56.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:56.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:56 smithi089 ceph-mon[103441]: 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:36:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:56 smithi026 ceph-mon[93126]: 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:36:57.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:57.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:58.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:58.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:36:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:36:58 smithi089 ceph-mon[103441]: 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:36:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:36:58 smithi026 ceph-mon[93126]: 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:36:59.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:36:59.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:00.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:00.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:00 smithi089 ceph-mon[103441]: pgmap v3507: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:00 smithi026 ceph-mon[93126]: pgmap v3507: 97 pgs: 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:01.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:01.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:02.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:02.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:02 smithi026 ceph-mon[93126]: 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:03.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:03.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:04.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:04.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:04 smithi089 ceph-mon[103441]: pgmap v3509: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:04 smithi026 ceph-mon[93126]: pgmap v3509: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:05.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:05.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:06.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:06.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:06 smithi026 ceph-mon[93126]: 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:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:06 smithi089 ceph-mon[103441]: 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:07.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:07.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:08.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:08.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:08 smithi026 ceph-mon[93126]: 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:09.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:09.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:10.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:10.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:10 smithi089 ceph-mon[103441]: pgmap v3512: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:10 smithi026 ceph-mon[93126]: pgmap v3512: 97 pgs: 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:11.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:11.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:12.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:12.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:12 smithi089 ceph-mon[103441]: 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:37:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:12 smithi026 ceph-mon[93126]: 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:37:13.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:13.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:14.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:14.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:14 smithi089 ceph-mon[103441]: pgmap v3514: 97 pgs: 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:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:14 smithi026 ceph-mon[93126]: pgmap v3514: 97 pgs: 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:15.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:15.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:16.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:16.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:16 smithi089 ceph-mon[103441]: 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:37:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:16 smithi026 ceph-mon[93126]: 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:37:17.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:17.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:18.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:18.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:18 smithi089 ceph-mon[103441]: 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:37:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:18 smithi026 ceph-mon[93126]: 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:37:19.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:19.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:20.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:20.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:20 smithi026 ceph-mon[93126]: pgmap v3517: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:20 smithi089 ceph-mon[103441]: pgmap v3517: 97 pgs: 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:21.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:21.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:22.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:22.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:22 smithi026 ceph-mon[93126]: 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:37:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:22 smithi089 ceph-mon[103441]: 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:37:23.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:23.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:24.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:24.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:24 smithi026 ceph-mon[93126]: pgmap v3519: 97 pgs: 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:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:24 smithi089 ceph-mon[103441]: pgmap v3519: 97 pgs: 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:25.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:25.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:26.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:26.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:26 smithi026 ceph-mon[93126]: 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:37:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:26 smithi089 ceph-mon[103441]: 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:37:27.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:27.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:28.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:28.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:28 smithi026 ceph-mon[93126]: 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:37:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:28 smithi089 ceph-mon[103441]: 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:37:29.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:29.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:30.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:30.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:30 smithi026 ceph-mon[93126]: pgmap v3522: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:30 smithi089 ceph-mon[103441]: pgmap v3522: 97 pgs: 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:31.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:31.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:32.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:32.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:32 smithi026 ceph-mon[93126]: 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:37:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:32 smithi089 ceph-mon[103441]: 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:37:33.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:33.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:34.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:34.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:34.506 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:34 smithi089 ceph-mon[103441]: pgmap v3524: 97 pgs: 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:34.507 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:34 smithi026 ceph-mon[93126]: pgmap v3524: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:35.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:35.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:36.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:36.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:36 smithi026 ceph-mon[93126]: 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:37:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:36 smithi089 ceph-mon[103441]: 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:37:37.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:37.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:38.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:38.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:38 smithi026 ceph-mon[93126]: 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:37:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:38 smithi089 ceph-mon[103441]: 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:37:39.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:39.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:40.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:40.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:40 smithi026 ceph-mon[93126]: pgmap v3527: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:40 smithi089 ceph-mon[103441]: pgmap v3527: 97 pgs: 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:41.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:41.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:42.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:42.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:42 smithi026 ceph-mon[93126]: 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:37:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:42 smithi089 ceph-mon[103441]: 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:37:43.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:43.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:44.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:44.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:44 smithi026 ceph-mon[93126]: pgmap v3529: 97 pgs: 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:44.612 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:44 smithi089 ceph-mon[103441]: pgmap v3529: 97 pgs: 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:45.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:45.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:46.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:46.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:46 smithi026 ceph-mon[93126]: 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:37:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:46 smithi089 ceph-mon[103441]: 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:37:47.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:47.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:48.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:48.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:48 smithi026 ceph-mon[93126]: 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:37:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:48 smithi089 ceph-mon[103441]: 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:37:49.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:49.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:49.665 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:37:50.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:50.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:50 smithi026 ceph-mon[93126]: pgmap v3532: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:50 smithi089 ceph-mon[103441]: pgmap v3532: 97 pgs: 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:51.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:51.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:51.503 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:37:51.503 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:37:51.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:37:51.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:37:51.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:37:51.504 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:37:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:37:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:37:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:37:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:37:51.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:37:51.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:37:52.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:52.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:52 smithi026 ceph-mon[93126]: 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:37:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:52 smithi089 ceph-mon[103441]: 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:37:53.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:53.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:53 smithi026 ceph-mon[93126]: pgmap v3534: 97 pgs: 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:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:53 smithi089 ceph-mon[103441]: pgmap v3534: 97 pgs: 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:54.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:54.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:55.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:55.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:55 smithi089 ceph-mon[103441]: 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:37:56.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:56.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:55 smithi026 ceph-mon[93126]: 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:37:57.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:57.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:57 smithi089 ceph-mon[103441]: 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:37:58.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:58.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:37:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:57 smithi026 ceph-mon[93126]: 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:37:59.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:37:59.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:37:59 smithi089 ceph-mon[103441]: pgmap v3537: 97 pgs: 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.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:00.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:37:59 smithi026 ceph-mon[93126]: pgmap v3537: 97 pgs: 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:01.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:01.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:01 smithi026 ceph-mon[93126]: 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:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:01 smithi089 ceph-mon[103441]: 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:02.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:02.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:03.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:03.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:03 smithi089 ceph-mon[103441]: pgmap v3539: 97 pgs: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:04.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:04.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:03 smithi026 ceph-mon[93126]: pgmap v3539: 97 pgs: 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:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:05.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:05.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:05 smithi089 ceph-mon[103441]: 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:06.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:06.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:05 smithi026 ceph-mon[93126]: 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:07.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:07.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:07 smithi089 ceph-mon[103441]: 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:08.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:08.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:07 smithi026 ceph-mon[93126]: 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:09.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:09.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:09 smithi089 ceph-mon[103441]: pgmap v3542: 97 pgs: 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.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:10.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:09 smithi026 ceph-mon[93126]: pgmap v3542: 97 pgs: 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:11.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:11.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:11 smithi026 ceph-mon[93126]: 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:38:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:11 smithi089 ceph-mon[103441]: 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:38:12.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:12.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:13.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:13.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:13 smithi089 ceph-mon[103441]: pgmap v3544: 97 pgs: 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:14.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:14.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:13 smithi026 ceph-mon[93126]: pgmap v3544: 97 pgs: 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:15.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:15.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:15 smithi089 ceph-mon[103441]: 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:38:16.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:16.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:15 smithi026 ceph-mon[93126]: 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:38:17.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:17.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:17 smithi089 ceph-mon[103441]: 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:38:18.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:18.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:17 smithi026 ceph-mon[93126]: 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:38:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:19.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:19.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:19 smithi089 ceph-mon[103441]: pgmap v3547: 97 pgs: 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.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:20.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:19 smithi026 ceph-mon[93126]: pgmap v3547: 97 pgs: 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:21.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:21.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:21 smithi089 ceph-mon[103441]: 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:38:22.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:22.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:21 smithi026 ceph-mon[93126]: 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:38:23.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:23.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:23 smithi089 ceph-mon[103441]: pgmap v3549: 97 pgs: 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:24.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:24.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:23 smithi026 ceph-mon[93126]: pgmap v3549: 97 pgs: 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:25.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:25.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:25 smithi089 ceph-mon[103441]: 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:38:26.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:26.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:25 smithi026 ceph-mon[93126]: 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:38:27.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:27.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:27 smithi089 ceph-mon[103441]: 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:38:28.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:28.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:27 smithi026 ceph-mon[93126]: 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:38:29.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:29.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:29 smithi089 ceph-mon[103441]: pgmap v3552: 97 pgs: 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.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:30.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:29 smithi026 ceph-mon[93126]: pgmap v3552: 97 pgs: 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:31.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:31.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:31 smithi089 ceph-mon[103441]: 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:38:32.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:32.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:31 smithi026 ceph-mon[93126]: 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:38:33.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:33.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:33 smithi089 ceph-mon[103441]: pgmap v3554: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:34.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:34.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:33 smithi026 ceph-mon[93126]: pgmap v3554: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:35.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:35.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:35 smithi089 ceph-mon[103441]: 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:38:36.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:36.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:35 smithi026 ceph-mon[93126]: 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:38:37.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:37.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:37 smithi089 ceph-mon[103441]: 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:38:38.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:38.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:37 smithi026 ceph-mon[93126]: 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:38:39.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:39.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:39 smithi089 ceph-mon[103441]: pgmap v3557: 97 pgs: 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.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:40.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:39 smithi026 ceph-mon[93126]: pgmap v3557: 97 pgs: 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:41.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:41.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:41 smithi089 ceph-mon[103441]: 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:38:42.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:42.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:41 smithi026 ceph-mon[93126]: 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:38:43.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:43.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:43 smithi089 ceph-mon[103441]: pgmap v3559: 97 pgs: 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:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:43 smithi026 ceph-mon[93126]: pgmap v3559: 97 pgs: 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:44.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:44.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:45.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:45.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:45 smithi026 ceph-mon[93126]: 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:38:46.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:46.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:45 smithi089 ceph-mon[103441]: 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:38:47.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:47.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:47 smithi026 ceph-mon[93126]: 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:38:48.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:48.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:47 smithi089 ceph-mon[103441]: 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:38:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:49.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:49.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:38:50.298 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:49 smithi089 ceph-mon[103441]: pgmap v3562: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:49 smithi026 ceph-mon[93126]: pgmap v3562: 97 pgs: 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.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:50.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:51.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:51.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:51 smithi026 ceph-mon[93126]: 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:38:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:38:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:38:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:38:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:38:52.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:38:52.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:38:52.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:52.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:51 smithi089 ceph-mon[103441]: 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:38:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:38:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:38:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:38:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:38:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:38:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:38:53.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:53.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:53 smithi026 ceph-mon[93126]: pgmap v3564: 97 pgs: 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:54.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:54.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:53 smithi089 ceph-mon[103441]: pgmap v3564: 97 pgs: 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:55.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:55.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:55 smithi026 ceph-mon[93126]: 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:38:56.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:56.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:55 smithi089 ceph-mon[103441]: 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:38:57.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:57.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:57 smithi026 ceph-mon[93126]: 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:38:58.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:58.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:38:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:57 smithi089 ceph-mon[103441]: 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:38:59.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:38:59.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:38:59 smithi026 ceph-mon[93126]: pgmap v3567: 97 pgs: 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.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:00.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:00.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:38:59 smithi089 ceph-mon[103441]: pgmap v3567: 97 pgs: 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:01.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:01.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:02.300 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:01 smithi026 ceph-mon[93126]: 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:02.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:02.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:01 smithi089 ceph-mon[103441]: 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:03.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:03.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:03 smithi026 ceph-mon[93126]: pgmap v3569: 97 pgs: 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:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:04.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:04.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:03 smithi089 ceph-mon[103441]: pgmap v3569: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:05.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:05.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:05 smithi026 ceph-mon[93126]: 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:06.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:06.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:05 smithi089 ceph-mon[103441]: 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:07.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:07.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:07 smithi026 ceph-mon[93126]: 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:08.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:08.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:07 smithi089 ceph-mon[103441]: 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:09.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:09.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:09 smithi026 ceph-mon[93126]: pgmap v3572: 97 pgs: 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.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:10.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:09 smithi089 ceph-mon[103441]: pgmap v3572: 97 pgs: 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:11.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:11.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:11 smithi026 ceph-mon[93126]: 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:39:12.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:12.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:11 smithi089 ceph-mon[103441]: 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:39:13.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:13.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:13 smithi026 ceph-mon[93126]: pgmap v3574: 97 pgs: 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:14.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:14.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:13 smithi089 ceph-mon[103441]: pgmap v3574: 97 pgs: 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:15.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:15.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:15 smithi026 ceph-mon[93126]: 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:39:16.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:16.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:15 smithi089 ceph-mon[103441]: 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:39:17.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:17.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:17 smithi026 ceph-mon[93126]: 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:39:18.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:18.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:17 smithi089 ceph-mon[103441]: 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:39:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:19.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:19.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:19 smithi026 ceph-mon[93126]: pgmap v3577: 97 pgs: 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.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:20.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:19 smithi089 ceph-mon[103441]: pgmap v3577: 97 pgs: 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:21.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:21.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:21 smithi026 ceph-mon[93126]: 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:39:22.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:22.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:21 smithi089 ceph-mon[103441]: 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:39:23.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:23.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:23 smithi026 ceph-mon[93126]: pgmap v3579: 97 pgs: 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:24.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:24.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:23 smithi089 ceph-mon[103441]: pgmap v3579: 97 pgs: 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:25.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:25.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:25 smithi026 ceph-mon[93126]: 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:39:26.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:26.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:25 smithi089 ceph-mon[103441]: 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:39:27.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:27.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:27 smithi026 ceph-mon[93126]: 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:39:28.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:28.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:27 smithi089 ceph-mon[103441]: 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:39:29.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:29.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:29 smithi026 ceph-mon[93126]: pgmap v3582: 97 pgs: 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.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:30.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:29 smithi089 ceph-mon[103441]: pgmap v3582: 97 pgs: 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:31.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:31.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:32 smithi026 ceph-mon[93126]: 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:39:32.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:32.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:32 smithi089 ceph-mon[103441]: 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:39:33.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:33.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:34 smithi026 ceph-mon[93126]: pgmap v3584: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:34.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:34.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:34 smithi089 ceph-mon[103441]: pgmap v3584: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:35.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:35.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:36 smithi089 ceph-mon[103441]: 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:39:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:36 smithi026 ceph-mon[93126]: 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:39:36.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:36.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:37.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:37.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:38 smithi026 ceph-mon[93126]: 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:39:38.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:38.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:38 smithi089 ceph-mon[103441]: 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:39:39.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:39.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:40 smithi026 ceph-mon[93126]: pgmap v3587: 97 pgs: 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.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:40.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:40 smithi089 ceph-mon[103441]: pgmap v3587: 97 pgs: 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:41.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:41.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:42 smithi026 ceph-mon[93126]: 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:39:42.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:42.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:42 smithi089 ceph-mon[103441]: 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:39:43.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:43.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:44 smithi026 ceph-mon[93126]: pgmap v3589: 97 pgs: 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:44.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:44.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:44 smithi089 ceph-mon[103441]: pgmap v3589: 97 pgs: 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:45.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:45.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:46 smithi089 ceph-mon[103441]: 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:39:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:46 smithi026 ceph-mon[93126]: 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:39:46.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:46.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:47.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:47.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:48 smithi026 ceph-mon[93126]: 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:39:48.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:48.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:48.449 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:48 smithi089 ceph-mon[103441]: 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:39:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:49.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:49.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:39:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:50 smithi026 ceph-mon[93126]: pgmap v3592: 97 pgs: 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.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:50.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:50 smithi089 ceph-mon[103441]: pgmap v3592: 97 pgs: 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:51.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:51.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:52 smithi026 ceph-mon[93126]: 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:39:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:39:52.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:52.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:52 smithi089 ceph-mon[103441]: 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:39:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:39:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:39:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:39:53.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:39:53.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:39:53.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:39:53.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:53.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:39:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:39:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:39:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:39:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:39:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:54 smithi026 ceph-mon[93126]: pgmap v3594: 97 pgs: 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:54.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:54.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:54 smithi089 ceph-mon[103441]: pgmap v3594: 97 pgs: 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:55.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:55.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:56 smithi026 ceph-mon[93126]: 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:39:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:56 smithi089 ceph-mon[103441]: 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:39:56.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:56.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:57.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:57.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:39:58 smithi026 ceph-mon[93126]: 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:39:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:39:58 smithi089 ceph-mon[103441]: 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:39:58.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:58.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:39:59.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:39:59.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:00 smithi026 ceph-mon[93126]: pgmap v3597: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T22:40:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:00 smithi089 ceph-mon[103441]: pgmap v3597: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T22:40:00.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:00.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:01.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:01.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:02 smithi089 ceph-mon[103441]: 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:02.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:02.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:02 smithi026 ceph-mon[93126]: 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:03.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:03.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:04 smithi026 ceph-mon[93126]: pgmap v3599: 97 pgs: 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:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:04 smithi089 ceph-mon[103441]: pgmap v3599: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:04.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:04.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:05.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:05.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:06 smithi089 ceph-mon[103441]: 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:06.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:06.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:06 smithi026 ceph-mon[93126]: 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:07.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:07.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:08 smithi026 ceph-mon[93126]: 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:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:08 smithi089 ceph-mon[103441]: 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:08.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:08.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:09.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:09.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:10 smithi089 ceph-mon[103441]: pgmap v3602: 97 pgs: 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.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:10.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:10 smithi026 ceph-mon[93126]: pgmap v3602: 97 pgs: 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:11.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:11.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:12 smithi089 ceph-mon[103441]: 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:40:12.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:12.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:12 smithi026 ceph-mon[93126]: 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:40:13.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:13.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:14 smithi026 ceph-mon[93126]: pgmap v3604: 97 pgs: 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:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:14 smithi089 ceph-mon[103441]: pgmap v3604: 97 pgs: 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:14.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:14.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:15.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:15.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:16 smithi089 ceph-mon[103441]: 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:40:16.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:16.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:16 smithi026 ceph-mon[93126]: 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:40:17.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:17.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:18 smithi089 ceph-mon[103441]: 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:40:18.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:18.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:18 smithi026 ceph-mon[93126]: 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:40:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:19.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:19.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:20 smithi089 ceph-mon[103441]: pgmap v3607: 97 pgs: 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.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:20.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:20 smithi026 ceph-mon[93126]: pgmap v3607: 97 pgs: 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:21.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:21.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:22 smithi089 ceph-mon[103441]: 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:40:22.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:22.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:22 smithi026 ceph-mon[93126]: 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:40:23.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:23.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:24 smithi026 ceph-mon[93126]: pgmap v3609: 97 pgs: 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:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:24 smithi089 ceph-mon[103441]: pgmap v3609: 97 pgs: 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:24.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:24.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:25.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:25.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:26 smithi089 ceph-mon[103441]: 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:40:26.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:26.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:26 smithi026 ceph-mon[93126]: 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:40:27.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:27.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:28 smithi089 ceph-mon[103441]: 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:40:28.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:28.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:28 smithi026 ceph-mon[93126]: 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:40:29.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:29.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:30 smithi089 ceph-mon[103441]: pgmap v3612: 97 pgs: 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.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:30.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:30 smithi026 ceph-mon[93126]: pgmap v3612: 97 pgs: 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:31.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:31.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:32 smithi089 ceph-mon[103441]: 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:40:32.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:32.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:32 smithi026 ceph-mon[93126]: 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:40:33.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:33.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:34 smithi089 ceph-mon[103441]: pgmap v3614: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:34.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:34.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:34 smithi026 ceph-mon[93126]: pgmap v3614: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:35.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:35.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:36 smithi026 ceph-mon[93126]: 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:40:36.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:36 smithi089 ceph-mon[103441]: 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:40:36.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:36.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:37.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:37.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:38.386 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:38 smithi026 ceph-mon[93126]: 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:40:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:38 smithi089 ceph-mon[103441]: 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:40:38.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:38.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:39.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:39.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:40 smithi089 ceph-mon[103441]: pgmap v3617: 97 pgs: 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.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:40.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:40 smithi026 ceph-mon[93126]: pgmap v3617: 97 pgs: 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:41.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:41.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:42 smithi089 ceph-mon[103441]: 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:40:42.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:42.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:42 smithi026 ceph-mon[93126]: 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:40:43.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:43.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:44 smithi089 ceph-mon[103441]: pgmap v3619: 97 pgs: 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:44.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:44.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:44 smithi026 ceph-mon[93126]: pgmap v3619: 97 pgs: 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:45.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:45.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:46 smithi089 ceph-mon[103441]: 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:40:46.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:46.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:46 smithi026 ceph-mon[93126]: 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:40:47.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:47.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:48 smithi089 ceph-mon[103441]: 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:40:48.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:48 smithi026 ceph-mon[93126]: 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:40:48.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:48.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:49.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:49.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:40:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:50 smithi089 ceph-mon[103441]: pgmap v3622: 97 pgs: 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.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:50.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:50 smithi026 ceph-mon[93126]: pgmap v3622: 97 pgs: 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:51.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:51.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:52 smithi089 ceph-mon[103441]: 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:40:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:52 smithi026 ceph-mon[93126]: 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:40:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:40:53.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:53.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:40:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:54 smithi089 ceph-mon[103441]: pgmap v3624: 97 pgs: 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:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:40:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:40:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:40:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:40:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:40:54.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:54.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:54 smithi026 ceph-mon[93126]: pgmap v3624: 97 pgs: 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:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:40:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:40:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:40:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:40:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:40:55.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:55.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:56 smithi089 ceph-mon[103441]: 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:40:56.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:56.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:56 smithi026 ceph-mon[93126]: 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:40:57.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:57.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:40:58 smithi089 ceph-mon[103441]: 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:40:58.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:58.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:40:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:40:58 smithi026 ceph-mon[93126]: 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:40:59.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:40:59.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:00 smithi089 ceph-mon[103441]: pgmap v3627: 97 pgs: 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.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:00.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:00 smithi026 ceph-mon[93126]: pgmap v3627: 97 pgs: 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:01.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:01.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:02 smithi089 ceph-mon[103441]: 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:02.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:02.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:02 smithi026 ceph-mon[93126]: 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:03.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:03.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:04 smithi089 ceph-mon[103441]: pgmap v3629: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:04.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:04.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:04 smithi026 ceph-mon[93126]: pgmap v3629: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:05.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:05.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:06 smithi089 ceph-mon[103441]: 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:06.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:06.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:06 smithi026 ceph-mon[93126]: 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:07.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:07.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:08 smithi089 ceph-mon[103441]: 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:08.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:08.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:08 smithi026 ceph-mon[93126]: 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:09.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:09.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:10 smithi089 ceph-mon[103441]: pgmap v3632: 97 pgs: 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.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:10.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:10 smithi026 ceph-mon[93126]: pgmap v3632: 97 pgs: 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:11.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:11.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:12.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:12.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:12 smithi026 ceph-mon[93126]: 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:41:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:12 smithi089 ceph-mon[103441]: 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:41:13.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:13.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:14 smithi026 ceph-mon[93126]: pgmap v3634: 97 pgs: 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:14.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:14.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:14 smithi089 ceph-mon[103441]: pgmap v3634: 97 pgs: 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:15.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:15.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:16 smithi026 ceph-mon[93126]: 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:41:16.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:16.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:16 smithi089 ceph-mon[103441]: 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:41:17.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:17.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:18 smithi026 ceph-mon[93126]: 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:41:18.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:18.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:18 smithi089 ceph-mon[103441]: 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:41:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:19.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:19.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:20 smithi026 ceph-mon[93126]: pgmap v3637: 97 pgs: 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.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:20.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:20 smithi089 ceph-mon[103441]: pgmap v3637: 97 pgs: 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:21.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:21.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:22 smithi026 ceph-mon[93126]: 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:41:22.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:22.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:22 smithi089 ceph-mon[103441]: 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:41:23.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:23.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:24 smithi026 ceph-mon[93126]: pgmap v3639: 97 pgs: 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:24.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:24.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:24 smithi089 ceph-mon[103441]: pgmap v3639: 97 pgs: 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:25.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:25.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:26 smithi026 ceph-mon[93126]: 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:41:26.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:26.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:26 smithi089 ceph-mon[103441]: 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:41:27.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:27.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:28 smithi026 ceph-mon[93126]: 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:41:28.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:28.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:28 smithi089 ceph-mon[103441]: 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:41:29.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:29.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:30 smithi026 ceph-mon[93126]: pgmap v3642: 97 pgs: 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.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:30.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:30 smithi089 ceph-mon[103441]: pgmap v3642: 97 pgs: 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:31.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:31.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:32 smithi089 ceph-mon[103441]: 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:41:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:32 smithi026 ceph-mon[93126]: 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:41:32.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:32.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:33.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:33.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:34.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:34 smithi026 ceph-mon[93126]: pgmap v3644: 97 pgs: 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:34.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:34.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:34.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:34 smithi089 ceph-mon[103441]: pgmap v3644: 97 pgs: 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:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:35.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:35.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:36 smithi026 ceph-mon[93126]: 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:41:36.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:36.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:36 smithi089 ceph-mon[103441]: 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:41:37.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:37.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:38 smithi026 ceph-mon[93126]: 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:41:38.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:38.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:38 smithi089 ceph-mon[103441]: 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:41:39.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:39.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:40 smithi026 ceph-mon[93126]: pgmap v3647: 97 pgs: 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.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:40.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:40 smithi089 ceph-mon[103441]: pgmap v3647: 97 pgs: 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:41.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:41.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:42 smithi089 ceph-mon[103441]: 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:41:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:42 smithi026 ceph-mon[93126]: 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:41:42.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:42.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:43.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:43.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:44 smithi026 ceph-mon[93126]: pgmap v3649: 97 pgs: 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:44.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:44.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:44 smithi089 ceph-mon[103441]: pgmap v3649: 97 pgs: 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:45.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:45.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:46 smithi026 ceph-mon[93126]: 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:41:46.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:46.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:46 smithi089 ceph-mon[103441]: 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:41:47.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:47.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:48 smithi026 ceph-mon[93126]: 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:41:48.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:48.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:48 smithi089 ceph-mon[103441]: 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:41:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:49.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:49.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:41:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:50 smithi026 ceph-mon[93126]: pgmap v3652: 97 pgs: 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.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:50.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:50 smithi089 ceph-mon[103441]: pgmap v3652: 97 pgs: 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:51.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:51.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:52 smithi026 ceph-mon[93126]: 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:41:52.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:52.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:52 smithi089 ceph-mon[103441]: 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:41:53.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:53.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:54 smithi026 ceph-mon[93126]: pgmap v3654: 97 pgs: 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:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:41:54.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:54.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:54 smithi089 ceph-mon[103441]: pgmap v3654: 97 pgs: 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:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:41:55.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:55.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:56 smithi026 ceph-mon[93126]: 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:41:56.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:56.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:56 smithi089 ceph-mon[103441]: 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:41:57.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:57.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:58 smithi026 ceph-mon[93126]: 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:41:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:41:58.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:41:58.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:58.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:58 smithi089 ceph-mon[103441]: 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:41:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:41:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:41:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:41:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:41:59.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:41:59.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:41:59.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:41:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:41:59.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:41:59.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:41:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:41:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:41:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:41:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:41:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:41:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:42:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:00 smithi026 ceph-mon[93126]: pgmap v3657: 97 pgs: 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.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:00.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:00 smithi089 ceph-mon[103441]: pgmap v3657: 97 pgs: 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:01.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:01.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:02 smithi026 ceph-mon[93126]: 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:02.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:02.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:02 smithi089 ceph-mon[103441]: 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:03.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:03.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:04 smithi026 ceph-mon[93126]: pgmap v3659: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:04.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:04.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:04 smithi089 ceph-mon[103441]: pgmap v3659: 97 pgs: 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:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:05.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:05.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:06 smithi026 ceph-mon[93126]: 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:06.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:06.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:06 smithi089 ceph-mon[103441]: 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:07.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:07.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:08 smithi026 ceph-mon[93126]: 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:08.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:08.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:08 smithi089 ceph-mon[103441]: 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:09.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:09.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:10 smithi026 ceph-mon[93126]: pgmap v3662: 97 pgs: 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.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:10.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:10 smithi089 ceph-mon[103441]: pgmap v3662: 97 pgs: 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:11.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:11.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:12 smithi026 ceph-mon[93126]: 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:42:12.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:12.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:12 smithi089 ceph-mon[103441]: 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:42:13.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:13.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:14 smithi026 ceph-mon[93126]: pgmap v3664: 97 pgs: 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:14.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:14.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:14 smithi089 ceph-mon[103441]: pgmap v3664: 97 pgs: 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:15.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:15.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:16 smithi026 ceph-mon[93126]: 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:42:16.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:16.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:16 smithi089 ceph-mon[103441]: 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:42:17.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:17.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:18 smithi026 ceph-mon[93126]: 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:42:18.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:18.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:18 smithi089 ceph-mon[103441]: 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:42:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:19.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:19.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:20 smithi026 ceph-mon[93126]: pgmap v3667: 97 pgs: 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.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:20.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:20 smithi089 ceph-mon[103441]: pgmap v3667: 97 pgs: 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:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:21 smithi026 ceph-mon[93126]: 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:42:21.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:21.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:21 smithi089 ceph-mon[103441]: 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:42:22.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:22.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:23.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:23.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:23 smithi026 ceph-mon[93126]: pgmap v3669: 97 pgs: 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:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:23 smithi089 ceph-mon[103441]: pgmap v3669: 97 pgs: 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:24.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:24.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:25.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:25.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:25 smithi089 ceph-mon[103441]: 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:42:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:25 smithi026 ceph-mon[93126]: 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:42:26.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:26.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:27.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:27.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:27 smithi089 ceph-mon[103441]: 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:42:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:27 smithi026 ceph-mon[93126]: 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:42:28.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:28.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:29.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:29.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:29 smithi089 ceph-mon[103441]: pgmap v3672: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:29 smithi026 ceph-mon[93126]: pgmap v3672: 97 pgs: 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.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:30.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:31.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:31.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:31 smithi089 ceph-mon[103441]: 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:42:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:31 smithi026 ceph-mon[93126]: 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:42:32.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:32.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:33.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:33.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:33 smithi089 ceph-mon[103441]: pgmap v3674: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:33 smithi026 ceph-mon[93126]: pgmap v3674: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:34.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:34.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:35.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:35.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:35 smithi089 ceph-mon[103441]: 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:42:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:35 smithi026 ceph-mon[93126]: 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:42:36.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:36.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:37.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:37.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:37 smithi026 ceph-mon[93126]: 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:42:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:37 smithi089 ceph-mon[103441]: 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:42:38.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:38.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:39.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:39.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:39 smithi026 ceph-mon[93126]: pgmap v3677: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:39 smithi089 ceph-mon[103441]: pgmap v3677: 97 pgs: 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.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:40.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:41.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:41.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:41 smithi026 ceph-mon[93126]: 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:42:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:41 smithi089 ceph-mon[103441]: 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:42:42.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:42.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:43.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:43.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:43 smithi026 ceph-mon[93126]: pgmap v3679: 97 pgs: 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:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:43 smithi089 ceph-mon[103441]: pgmap v3679: 97 pgs: 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:44.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:44.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:45.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:45.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:45 smithi026 ceph-mon[93126]: 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:42:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:45 smithi089 ceph-mon[103441]: 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:42:46.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:46.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:47.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:47.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:47 smithi089 ceph-mon[103441]: 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:42:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:47 smithi026 ceph-mon[93126]: 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:42:48.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:48.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:42:49.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:49.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:49 smithi026 ceph-mon[93126]: pgmap v3682: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:49 smithi089 ceph-mon[103441]: pgmap v3682: 97 pgs: 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.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:50.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:51.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:51.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:51 smithi026 ceph-mon[93126]: 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:42:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:51 smithi089 ceph-mon[103441]: 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:42:52.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:52.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:53.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:53.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:53 smithi026 ceph-mon[93126]: pgmap v3684: 97 pgs: 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:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:53 smithi089 ceph-mon[103441]: pgmap v3684: 97 pgs: 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:54.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:54.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:55.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:55.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:55 smithi026 ceph-mon[93126]: 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:42:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:55 smithi089 ceph-mon[103441]: 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:42:56.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:56.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:57.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:57.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:57 smithi089 ceph-mon[103441]: 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:42:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:57 smithi026 ceph-mon[93126]: 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:42:58.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:58.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:42:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:42:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:42:59.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:42:59.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:59 smithi026 ceph-mon[93126]: pgmap v3687: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:43:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:43:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:43:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:43:00.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:42:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:43:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:59 smithi089 ceph-mon[103441]: pgmap v3687: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:43:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:43:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:43:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:43:00.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:42:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:43:00.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:00.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:01.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:01.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:01 smithi026 ceph-mon[93126]: 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:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:01 smithi089 ceph-mon[103441]: 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:02.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:02.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:03.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:03.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:03 smithi026 ceph-mon[93126]: pgmap v3689: 97 pgs: 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:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:03 smithi089 ceph-mon[103441]: pgmap v3689: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:04.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:04.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:05.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:05.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:05 smithi026 ceph-mon[93126]: 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:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:05 smithi089 ceph-mon[103441]: 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:06.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:06.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:07.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:07.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:07 smithi026 ceph-mon[93126]: 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:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:07 smithi089 ceph-mon[103441]: 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:08.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:08.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:09.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:09.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:09 smithi026 ceph-mon[93126]: pgmap v3692: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:09 smithi089 ceph-mon[103441]: pgmap v3692: 97 pgs: 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.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:10.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:11.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:11.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:11 smithi026 ceph-mon[93126]: 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:43:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:11 smithi089 ceph-mon[103441]: 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:43:12.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:12.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:13.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:13.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:13 smithi026 ceph-mon[93126]: pgmap v3694: 97 pgs: 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:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:13 smithi089 ceph-mon[103441]: pgmap v3694: 97 pgs: 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:14.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:14.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:15.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:15.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:15 smithi026 ceph-mon[93126]: 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:43:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:15 smithi089 ceph-mon[103441]: 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:43:16.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:16.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:17.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:17.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:17 smithi026 ceph-mon[93126]: 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:43:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:17 smithi089 ceph-mon[103441]: 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:43:18.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:18.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:19.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:19.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:20 smithi026 ceph-mon[93126]: pgmap v3697: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:20 smithi089 ceph-mon[103441]: pgmap v3697: 97 pgs: 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.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:20.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:21.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:21.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:22 smithi026 ceph-mon[93126]: 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:43:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:22 smithi089 ceph-mon[103441]: 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:43:22.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:22.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:23.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:23.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:24 smithi026 ceph-mon[93126]: pgmap v3699: 97 pgs: 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:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:24 smithi089 ceph-mon[103441]: pgmap v3699: 97 pgs: 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:24.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:24.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:25.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:25.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:26 smithi026 ceph-mon[93126]: 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:43:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:26 smithi089 ceph-mon[103441]: 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:43:26.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:26.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:27.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:27.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:28 smithi026 ceph-mon[93126]: 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:43:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:28 smithi089 ceph-mon[103441]: 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:43:28.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:28.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:29.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:29.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:30 smithi026 ceph-mon[93126]: pgmap v3702: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:30 smithi089 ceph-mon[103441]: pgmap v3702: 97 pgs: 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.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:30.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:31.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:31.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:32 smithi026 ceph-mon[93126]: 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:43:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:32 smithi089 ceph-mon[103441]: 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:43:32.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:32.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:33.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:33.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:34 smithi026 ceph-mon[93126]: pgmap v3704: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:34 smithi089 ceph-mon[103441]: pgmap v3704: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:34.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:34.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:35.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:35.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:36 smithi026 ceph-mon[93126]: 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:43:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:36 smithi089 ceph-mon[103441]: 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:43:36.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:36.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:37.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:37.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:38.295 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:38 smithi089 ceph-mon[103441]: 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:43:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:38 smithi026 ceph-mon[93126]: 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:43:38.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:38.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:39.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:39.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:40 smithi026 ceph-mon[93126]: pgmap v3707: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:40 smithi089 ceph-mon[103441]: pgmap v3707: 97 pgs: 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.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:40.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:41.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:41.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:42.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:42 smithi026 ceph-mon[93126]: 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:43:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:42 smithi089 ceph-mon[103441]: 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:43:42.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:42.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:43.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:43.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:44 smithi026 ceph-mon[93126]: pgmap v3709: 97 pgs: 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:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:44 smithi089 ceph-mon[103441]: pgmap v3709: 97 pgs: 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:44.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:44.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:45.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:45.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:46 smithi026 ceph-mon[93126]: 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:43:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:46 smithi089 ceph-mon[103441]: 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:43:46.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:46.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:47.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:47.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:48 smithi026 ceph-mon[93126]: 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:43:48.400 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:48 smithi089 ceph-mon[103441]: 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:43:48.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:48.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:43:49.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:49.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:50 smithi026 ceph-mon[93126]: pgmap v3712: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:50 smithi089 ceph-mon[103441]: pgmap v3712: 97 pgs: 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.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:50.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:51.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:51.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:52 smithi089 ceph-mon[103441]: 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:43:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:52 smithi026 ceph-mon[93126]: 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:43:52.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:52.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:53.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:53.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:54 smithi026 ceph-mon[93126]: pgmap v3714: 97 pgs: 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:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:54 smithi089 ceph-mon[103441]: pgmap v3714: 97 pgs: 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:54.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:54.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:55.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:55.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:56 smithi089 ceph-mon[103441]: 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:43:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:56 smithi026 ceph-mon[93126]: 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:43:56.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:56.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:57.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:57.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:43:58 smithi089 ceph-mon[103441]: 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:43:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:43:58 smithi026 ceph-mon[93126]: 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:43:58.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:58.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:43:59.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:43:59.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:00 smithi089 ceph-mon[103441]: pgmap v3717: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:44:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:00 smithi026 ceph-mon[93126]: pgmap v3717: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:44:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:00.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:00.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:00.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:01.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:01.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:02 smithi026 ceph-mon[93126]: 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:02.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:02.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:03.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:03.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:04 smithi026 ceph-mon[93126]: pgmap v3719: 97 pgs: 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:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:04 smithi089 ceph-mon[103441]: pgmap v3719: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:04.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:04.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:05.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:05.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:06 smithi026 ceph-mon[93126]: 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:06.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:06.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:07.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:07.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:08 smithi089 ceph-mon[103441]: 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:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:44:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:44:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:44:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:08 smithi026 ceph-mon[93126]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:08.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:44:08.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:44:08.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:08.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:44:08.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:44:08.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:08.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:09.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:09.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:10 smithi089 ceph-mon[103441]: pgmap v3722: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:10 smithi026 ceph-mon[93126]: pgmap v3722: 97 pgs: 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.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:10.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:11.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:11.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:12 smithi089 ceph-mon[103441]: 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:44:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:12 smithi026 ceph-mon[93126]: 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:44:12.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:12.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:13.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:13.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:14 smithi089 ceph-mon[103441]: pgmap v3724: 97 pgs: 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:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:14 smithi026 ceph-mon[93126]: pgmap v3724: 97 pgs: 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:14.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:14.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:15.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:15.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:16 smithi089 ceph-mon[103441]: 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:44:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:16 smithi026 ceph-mon[93126]: 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:44:16.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:16.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:17.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:17.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:18 smithi089 ceph-mon[103441]: 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:44:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:18 smithi026 ceph-mon[93126]: 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:44:18.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:18.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:19.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:19.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:20 smithi026 ceph-mon[93126]: pgmap v3727: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:20 smithi089 ceph-mon[103441]: pgmap v3727: 97 pgs: 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.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:20.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:21.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:21.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:22 smithi026 ceph-mon[93126]: 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:44:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:22 smithi089 ceph-mon[103441]: 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:44:22.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:22.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:23.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:23.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:24 smithi026 ceph-mon[93126]: pgmap v3729: 97 pgs: 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:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:24 smithi089 ceph-mon[103441]: pgmap v3729: 97 pgs: 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:24.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:24.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:25.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:25.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:26 smithi026 ceph-mon[93126]: 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:44:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:26 smithi089 ceph-mon[103441]: 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:44:26.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:26.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:27.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:27.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:28 smithi026 ceph-mon[93126]: 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:44:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:28 smithi089 ceph-mon[103441]: 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:44:28.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:28.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:29.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:29.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:30 smithi026 ceph-mon[93126]: pgmap v3732: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:30 smithi089 ceph-mon[103441]: pgmap v3732: 97 pgs: 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.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:30.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:31.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:31.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:32 smithi026 ceph-mon[93126]: 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:44:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:32 smithi089 ceph-mon[103441]: 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:44:32.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:32.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:33.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:33.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:34 smithi026 ceph-mon[93126]: pgmap v3734: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:34 smithi089 ceph-mon[103441]: pgmap v3734: 97 pgs: 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:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:34.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:34.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:35.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:35.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:36 smithi026 ceph-mon[93126]: 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:44:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:36 smithi089 ceph-mon[103441]: 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:44:36.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:36.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:37.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:37.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:38 smithi026 ceph-mon[93126]: 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:44:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:38 smithi089 ceph-mon[103441]: 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:44:38.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:38.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:39.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:39.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:40 smithi026 ceph-mon[93126]: pgmap v3737: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:40 smithi089 ceph-mon[103441]: pgmap v3737: 97 pgs: 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.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:40.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:41.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:41.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:42 smithi026 ceph-mon[93126]: 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:44:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:42 smithi089 ceph-mon[103441]: 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:44:42.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:42.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:43.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:43.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:44 smithi089 ceph-mon[103441]: pgmap v3739: 97 pgs: 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:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:44 smithi026 ceph-mon[93126]: pgmap v3739: 97 pgs: 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:44.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:44.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:45.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:45.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:46 smithi026 ceph-mon[93126]: 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:44:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:46 smithi089 ceph-mon[103441]: 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:44:46.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:46.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:47.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:47.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:48 smithi026 ceph-mon[93126]: 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:44:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:48 smithi089 ceph-mon[103441]: 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:44:48.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:48.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:44:49.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:49.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:50 smithi026 ceph-mon[93126]: pgmap v3742: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:50 smithi089 ceph-mon[103441]: pgmap v3742: 97 pgs: 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.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:50.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:51.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:51.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:52 smithi026 ceph-mon[93126]: 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:44:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:52 smithi089 ceph-mon[103441]: 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:44:52.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:52.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:53.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:53.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:54 smithi089 ceph-mon[103441]: pgmap v3744: 97 pgs: 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:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:54 smithi026 ceph-mon[93126]: pgmap v3744: 97 pgs: 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:54.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:54.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:55.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:55.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:56 smithi026 ceph-mon[93126]: 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:44:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:56 smithi089 ceph-mon[103441]: 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:44:56.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:56.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:57.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:57.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:44:58 smithi026 ceph-mon[93126]: 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:44:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:44:58 smithi089 ceph-mon[103441]: 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:44:58.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:58.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:44:59.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:44:59.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:00 smithi026 ceph-mon[93126]: pgmap v3747: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:00 smithi089 ceph-mon[103441]: pgmap v3747: 97 pgs: 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.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:00.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:01.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:01.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:02 smithi026 ceph-mon[93126]: 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:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:02 smithi089 ceph-mon[103441]: 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:02.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:02.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:03.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:03.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:04 smithi026 ceph-mon[93126]: pgmap v3749: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:04 smithi089 ceph-mon[103441]: pgmap v3749: 97 pgs: 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:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:04.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:04.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:05.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:05.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:06 smithi026 ceph-mon[93126]: 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:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:06 smithi089 ceph-mon[103441]: 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:06.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:06.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:07.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:07.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:08 smithi026 ceph-mon[93126]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:45:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:08 smithi089 ceph-mon[103441]: 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:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:45:08.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:08.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:09.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:09.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:09 smithi026 ceph-mon[93126]: pgmap v3752: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:45:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:45:10.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:45:10.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:09 smithi089 ceph-mon[103441]: pgmap v3752: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:45:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:45:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:45:10.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:45:10.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:10.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:11.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:11.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:11 smithi026 ceph-mon[93126]: 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:45:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:11 smithi089 ceph-mon[103441]: 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:45:12.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:12.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:13.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:13.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:14.286 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:13 smithi089 ceph-mon[103441]: pgmap v3754: 97 pgs: 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:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:13 smithi026 ceph-mon[93126]: pgmap v3754: 97 pgs: 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:14.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:14.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:15.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:15.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:15 smithi026 ceph-mon[93126]: 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:45:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:15 smithi089 ceph-mon[103441]: 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:45:16.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:16.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:17.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:17.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:17 smithi026 ceph-mon[93126]: 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:45:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:17 smithi089 ceph-mon[103441]: 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:45:18.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:18.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:19.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:19.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:19.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:19 smithi026 ceph-mon[93126]: pgmap v3757: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:19 smithi089 ceph-mon[103441]: pgmap v3757: 97 pgs: 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.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:20.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:21.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:21.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:21 smithi026 ceph-mon[93126]: 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:45:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:21 smithi089 ceph-mon[103441]: 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:45:22.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:22.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:23.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:23.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:23 smithi026 ceph-mon[93126]: pgmap v3759: 97 pgs: 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:24.391 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:23 smithi089 ceph-mon[103441]: pgmap v3759: 97 pgs: 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:24.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:24.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:25.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:25.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:25 smithi026 ceph-mon[93126]: 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:45:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:25 smithi089 ceph-mon[103441]: 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:45:26.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:26.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:27.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:27.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:27 smithi026 ceph-mon[93126]: 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:45:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:27 smithi089 ceph-mon[103441]: 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:45:28.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:28.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:29.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:29.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:29 smithi026 ceph-mon[93126]: pgmap v3762: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:29 smithi089 ceph-mon[103441]: pgmap v3762: 97 pgs: 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.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:30.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:31.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:31.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:31 smithi026 ceph-mon[93126]: 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:45:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:31 smithi089 ceph-mon[103441]: 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:45:32.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:32.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:33.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:33.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:33 smithi026 ceph-mon[93126]: pgmap v3764: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:33 smithi089 ceph-mon[103441]: pgmap v3764: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:34.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:34.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:35.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:35.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:35 smithi026 ceph-mon[93126]: 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:45:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:35 smithi089 ceph-mon[103441]: 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:45:36.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:36.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:37.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:37.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:37 smithi026 ceph-mon[93126]: 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:45:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:37 smithi089 ceph-mon[103441]: 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:45:38.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:38.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:39.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:39.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:39 smithi026 ceph-mon[93126]: pgmap v3767: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:39 smithi089 ceph-mon[103441]: pgmap v3767: 97 pgs: 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.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:41.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:42.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:42.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:41 smithi026 ceph-mon[93126]: 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:45:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:41 smithi089 ceph-mon[103441]: 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:45:43.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:43.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:44.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:44.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:44 smithi026 ceph-mon[93126]: pgmap v3769: 97 pgs: 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:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:44 smithi089 ceph-mon[103441]: pgmap v3769: 97 pgs: 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:45.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:45.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:46.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:46.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:46 smithi026 ceph-mon[93126]: 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:45:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:46 smithi089 ceph-mon[103441]: 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:45:47.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:47.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:48.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:48.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:48 smithi026 ceph-mon[93126]: 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:45:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:48 smithi089 ceph-mon[103441]: 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:45:49.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:49.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:45:50.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:50.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:50 smithi026 ceph-mon[93126]: pgmap v3772: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:50 smithi089 ceph-mon[103441]: pgmap v3772: 97 pgs: 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.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:51.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:52.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:52.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:52 smithi026 ceph-mon[93126]: 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:45:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:52 smithi089 ceph-mon[103441]: 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:45:53.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:53.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:54.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:54.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:54.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:54 smithi026 ceph-mon[93126]: pgmap v3774: 97 pgs: 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:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:54 smithi089 ceph-mon[103441]: pgmap v3774: 97 pgs: 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:55.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:55.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:56.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:56.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:56 smithi026 ceph-mon[93126]: 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:45:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:56 smithi089 ceph-mon[103441]: 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:45:57.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:57.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:58.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:58.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:45:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:45:58 smithi026 ceph-mon[93126]: 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:45:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:45:58 smithi089 ceph-mon[103441]: 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:45:59.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:45:59.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:00.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:00.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:00 smithi026 ceph-mon[93126]: pgmap v3777: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:00 smithi089 ceph-mon[103441]: pgmap v3777: 97 pgs: 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.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:01.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:02.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:02.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:02 smithi026 ceph-mon[93126]: 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:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:02 smithi089 ceph-mon[103441]: 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:03.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:03.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:04.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:04.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:04 smithi026 ceph-mon[93126]: pgmap v3779: 97 pgs: 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:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:04 smithi089 ceph-mon[103441]: pgmap v3779: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:05.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:05.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:06.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:06.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:06 smithi026 ceph-mon[93126]: 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:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:06 smithi089 ceph-mon[103441]: 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:07.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:07.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:08.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:08.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:08 smithi026 ceph-mon[93126]: 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:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:08 smithi089 ceph-mon[103441]: 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:09.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:09.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:46:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:46:10.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:10.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:10 smithi089 ceph-mon[103441]: pgmap v3782: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:46:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:46:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:46:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:46:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:46:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:46:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:46:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:10 smithi026 ceph-mon[93126]: pgmap v3782: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:46:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:46:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:46:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:46:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:46:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:46:10.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:46:11.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:11.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:12.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:12.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:12 smithi026 ceph-mon[93126]: 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:46:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:12 smithi089 ceph-mon[103441]: 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:46:13.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:13.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:14.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:14.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:14 smithi026 ceph-mon[93126]: pgmap v3784: 97 pgs: 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:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:14 smithi089 ceph-mon[103441]: pgmap v3784: 97 pgs: 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:15.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:15.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:16.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:16.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:16 smithi026 ceph-mon[93126]: 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:46:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:16 smithi089 ceph-mon[103441]: 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:46:17.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:17.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:18.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:18.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:18 smithi089 ceph-mon[103441]: 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:46:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:18 smithi026 ceph-mon[93126]: 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:46:19.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:19.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:20.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:20.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:20 smithi089 ceph-mon[103441]: pgmap v3787: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:20 smithi026 ceph-mon[93126]: pgmap v3787: 97 pgs: 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.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:21.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:22.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:22.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:22 smithi089 ceph-mon[103441]: 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:46:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:22 smithi026 ceph-mon[93126]: 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:46:23.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:23.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:24.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:24.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:24 smithi026 ceph-mon[93126]: pgmap v3789: 97 pgs: 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:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:24 smithi089 ceph-mon[103441]: pgmap v3789: 97 pgs: 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:25.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:25.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:26.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:26.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:26 smithi089 ceph-mon[103441]: 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:46:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:26 smithi026 ceph-mon[93126]: 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:46:27.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:27.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:28.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:28.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:28 smithi089 ceph-mon[103441]: 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:46:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:28 smithi026 ceph-mon[93126]: 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:46:29.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:29.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:30.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:30.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:30 smithi089 ceph-mon[103441]: pgmap v3792: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:30 smithi026 ceph-mon[93126]: pgmap v3792: 97 pgs: 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.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:31.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:32.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:32.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:32.410 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:32 smithi026 ceph-mon[93126]: 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:46:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:32 smithi089 ceph-mon[103441]: 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:46:33.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:33.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:34.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:34.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:34 smithi026 ceph-mon[93126]: pgmap v3794: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:34 smithi089 ceph-mon[103441]: pgmap v3794: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:35.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:35.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:36.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:36.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:36 smithi089 ceph-mon[103441]: 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:46:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:36 smithi026 ceph-mon[93126]: 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:46:37.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:37.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:38.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:38.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:38 smithi089 ceph-mon[103441]: 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:46:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:38 smithi026 ceph-mon[93126]: 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:46:39.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:39.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:40.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:40.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:40 smithi089 ceph-mon[103441]: pgmap v3797: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:40 smithi026 ceph-mon[93126]: pgmap v3797: 97 pgs: 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.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:41.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:42.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:42.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:42 smithi089 ceph-mon[103441]: 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:46:42.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:42 smithi026 ceph-mon[93126]: 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:46:43.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:43.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:44.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:44.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:44 smithi026 ceph-mon[93126]: pgmap v3799: 97 pgs: 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:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:44 smithi089 ceph-mon[103441]: pgmap v3799: 97 pgs: 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:45.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:45.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:46.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:46.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:46 smithi089 ceph-mon[103441]: 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:46:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:46 smithi026 ceph-mon[93126]: 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:46:47.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:47.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:48.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:48.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:48 smithi089 ceph-mon[103441]: 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:46:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:48 smithi026 ceph-mon[93126]: 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:46:49.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:49.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:46:50.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:50.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:50 smithi089 ceph-mon[103441]: pgmap v3802: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:50 smithi026 ceph-mon[93126]: pgmap v3802: 97 pgs: 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.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:51.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:52.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:52.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:52 smithi089 ceph-mon[103441]: 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:46:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:52 smithi026 ceph-mon[93126]: 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:46:53.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:53.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:54.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:54.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:54 smithi089 ceph-mon[103441]: pgmap v3804: 97 pgs: 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:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:54 smithi026 ceph-mon[93126]: pgmap v3804: 97 pgs: 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:55.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:55.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:56.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:56.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:56 smithi089 ceph-mon[103441]: 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:46:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:56 smithi026 ceph-mon[93126]: 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:46:57.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:57.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:58.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:58.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:46:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:46:58 smithi089 ceph-mon[103441]: 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:46:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:46:58 smithi026 ceph-mon[93126]: 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:46:59.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:46:59.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:00.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:00.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:00.384 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:00 smithi089 ceph-mon[103441]: pgmap v3807: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:00 smithi026 ceph-mon[93126]: pgmap v3807: 97 pgs: 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.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:01.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:02.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:02.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:02 smithi026 ceph-mon[93126]: 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:03.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:03.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:04.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:04.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:04 smithi089 ceph-mon[103441]: pgmap v3809: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:04 smithi026 ceph-mon[93126]: pgmap v3809: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:05.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:05.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:06.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:06.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:06 smithi026 ceph-mon[93126]: 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:07.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:07.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:08.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:08.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:08 smithi026 ceph-mon[93126]: 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:09.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:09.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:10.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:10.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:10 smithi089 ceph-mon[103441]: pgmap v3812: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:47:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:10 smithi026 ceph-mon[93126]: pgmap v3812: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:47:11.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:11.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:12.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:12.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:12 smithi089 ceph-mon[103441]: 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:47:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:12 smithi026 ceph-mon[93126]: 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:47:13.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:13.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:14.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:14.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:14 smithi089 ceph-mon[103441]: pgmap v3814: 97 pgs: 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:14.470 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:14 smithi026 ceph-mon[93126]: pgmap v3814: 97 pgs: 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:15.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:15.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:47:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:47:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:47:15.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:47:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:47:15.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:15.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:47:15.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:47:16.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:16.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:16 smithi089 ceph-mon[103441]: 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:47:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:16 smithi026 ceph-mon[93126]: 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:47:17.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:17.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:18.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:18.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:18 smithi089 ceph-mon[103441]: 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:47:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:18 smithi026 ceph-mon[93126]: 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:47:19.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:19.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:20.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:20.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:20.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:20 smithi089 ceph-mon[103441]: pgmap v3817: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:20 smithi026 ceph-mon[93126]: pgmap v3817: 97 pgs: 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.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:21.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:22.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:22.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:22 smithi089 ceph-mon[103441]: 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:47:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:22 smithi026 ceph-mon[93126]: 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:47:23.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:23.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:24.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:24.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:24 smithi089 ceph-mon[103441]: pgmap v3819: 97 pgs: 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:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:24 smithi026 ceph-mon[93126]: pgmap v3819: 97 pgs: 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:25.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:25.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:26.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:26.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:26 smithi089 ceph-mon[103441]: 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:47:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:26 smithi026 ceph-mon[93126]: 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:47:27.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:27.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:27 smithi089 ceph-mon[103441]: 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:47:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:27 smithi026 ceph-mon[93126]: 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:47:28.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:28.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:29.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:29.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:29 smithi089 ceph-mon[103441]: pgmap v3822: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:29 smithi026 ceph-mon[93126]: pgmap v3822: 97 pgs: 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.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:30.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:31.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:31.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:32.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:32.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:31 smithi026 ceph-mon[93126]: 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:47:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:31 smithi089 ceph-mon[103441]: 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:47:33.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:33.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:34.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:34.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:33 smithi026 ceph-mon[93126]: pgmap v3824: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:33 smithi089 ceph-mon[103441]: pgmap v3824: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:35.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:35.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:35 smithi089 ceph-mon[103441]: 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:47:36.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:36.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:35 smithi026 ceph-mon[93126]: 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:47:37.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:37.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:38.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:38.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:37 smithi026 ceph-mon[93126]: 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:47:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:37 smithi089 ceph-mon[103441]: 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:47:39.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:39.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:40.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:40.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:39 smithi026 ceph-mon[93126]: pgmap v3827: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:39 smithi089 ceph-mon[103441]: pgmap v3827: 97 pgs: 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.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:41.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:42.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:42.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:41 smithi026 ceph-mon[93126]: 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:47:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:41 smithi089 ceph-mon[103441]: 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:47:43.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:43.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:44.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:44.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:43 smithi026 ceph-mon[93126]: pgmap v3829: 97 pgs: 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:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:43 smithi089 ceph-mon[103441]: pgmap v3829: 97 pgs: 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:45.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:45.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:46 smithi089 ceph-mon[103441]: 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:47:46.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:46.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:46 smithi026 ceph-mon[93126]: 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:47:47.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:47.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:48.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:48.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:48.269 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:48 smithi026 ceph-mon[93126]: 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:47:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:48 smithi089 ceph-mon[103441]: 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:47:49.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:49.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:47:50.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:50.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:50 smithi026 ceph-mon[93126]: pgmap v3832: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:50 smithi089 ceph-mon[103441]: pgmap v3832: 97 pgs: 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.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:51.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:52.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:52.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:52 smithi026 ceph-mon[93126]: 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:47:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:52 smithi089 ceph-mon[103441]: 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:47:53.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:53.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:54.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:54.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:54 smithi026 ceph-mon[93126]: pgmap v3834: 97 pgs: 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:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:54 smithi089 ceph-mon[103441]: pgmap v3834: 97 pgs: 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:55.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:55.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:56.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:56.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:56 smithi026 ceph-mon[93126]: 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:47:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:56 smithi089 ceph-mon[103441]: 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:47:57.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:57.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:58.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:58.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:47:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:47:58 smithi026 ceph-mon[93126]: 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:47:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:47:58 smithi089 ceph-mon[103441]: 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:47:59.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:47:59.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:00.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:00.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:00 smithi026 ceph-mon[93126]: pgmap v3837: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:00 smithi089 ceph-mon[103441]: pgmap v3837: 97 pgs: 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:01.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:01.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:02.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:02.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:02 smithi026 ceph-mon[93126]: 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:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:02 smithi089 ceph-mon[103441]: 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:03.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:03.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:04.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:04.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:04 smithi026 ceph-mon[93126]: pgmap v3839: 97 pgs: 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:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:04 smithi089 ceph-mon[103441]: pgmap v3839: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:05.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:05.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:06.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:06.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:06 smithi026 ceph-mon[93126]: 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:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:06 smithi089 ceph-mon[103441]: 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:07.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:07.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:08.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:08.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:08 smithi026 ceph-mon[93126]: 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:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:08 smithi089 ceph-mon[103441]: 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:09.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:09.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:10.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:10.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:10 smithi026 ceph-mon[93126]: pgmap v3842: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:10 smithi089 ceph-mon[103441]: pgmap v3842: 97 pgs: 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:11.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:11.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:12.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:12.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:12 smithi026 ceph-mon[93126]: 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:48:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:12 smithi089 ceph-mon[103441]: 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:48:13.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:13.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:14.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:14.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:14 smithi026 ceph-mon[93126]: pgmap v3844: 97 pgs: 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:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:14 smithi089 ceph-mon[103441]: pgmap v3844: 97 pgs: 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:15.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:15.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:48:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:48:16.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:16.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:16 smithi026 ceph-mon[93126]: 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:48:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:48:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:48:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:48:16.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:48:16.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:48:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:16 smithi089 ceph-mon[103441]: 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:48:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:48:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:48:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:48:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:48:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:48:17.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:17.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:18.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:18.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:18 smithi089 ceph-mon[103441]: 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:48:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:18 smithi026 ceph-mon[93126]: 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:48:19.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:19.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:20.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:20.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:20 smithi089 ceph-mon[103441]: pgmap v3847: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:20 smithi026 ceph-mon[93126]: pgmap v3847: 97 pgs: 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:21.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:21.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:22.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:22.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:22 smithi089 ceph-mon[103441]: 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:48:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:22 smithi026 ceph-mon[93126]: 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:48:23.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:23.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:24.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:24.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:24 smithi089 ceph-mon[103441]: pgmap v3849: 97 pgs: 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:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:24 smithi026 ceph-mon[93126]: pgmap v3849: 97 pgs: 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:25.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:25.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:26.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:26.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:26 smithi089 ceph-mon[103441]: 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:48:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:26 smithi026 ceph-mon[93126]: 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:48:27.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:27.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:28.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:28.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:28 smithi089 ceph-mon[103441]: 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:48:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:28 smithi026 ceph-mon[93126]: 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:48:29.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:29.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:30.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:30.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:30 smithi089 ceph-mon[103441]: pgmap v3852: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:30 smithi026 ceph-mon[93126]: pgmap v3852: 97 pgs: 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:31.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:31.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:32.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:32.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:32 smithi089 ceph-mon[103441]: 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:48:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:32 smithi026 ceph-mon[93126]: 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:48:33.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:33.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:34.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:34.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:34 smithi089 ceph-mon[103441]: pgmap v3854: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:34 smithi026 ceph-mon[93126]: pgmap v3854: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:35.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:35.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:36.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:36.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:36.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:36 smithi089 ceph-mon[103441]: 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:48:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:36 smithi026 ceph-mon[93126]: 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:48:37.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:37.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:38.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:38.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:38 smithi089 ceph-mon[103441]: 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:48:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:38 smithi026 ceph-mon[93126]: 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:48:39.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:39.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:40.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:40.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:40 smithi089 ceph-mon[103441]: pgmap v3857: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:40 smithi026 ceph-mon[93126]: pgmap v3857: 97 pgs: 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:41.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:41.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:42.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:42.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:42 smithi089 ceph-mon[103441]: 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:48:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:42 smithi026 ceph-mon[93126]: 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:48:43.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:43.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:44.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:44.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:44 smithi026 ceph-mon[93126]: pgmap v3859: 97 pgs: 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:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:44 smithi089 ceph-mon[103441]: pgmap v3859: 97 pgs: 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:45.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:45.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:46.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:46.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:46 smithi089 ceph-mon[103441]: 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:48:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:46 smithi026 ceph-mon[93126]: 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:48:47.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:47.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:48.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:48.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:48 smithi089 ceph-mon[103441]: 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:48:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:48 smithi026 ceph-mon[93126]: 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:48:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:49.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:49.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:48:50.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:50.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:50 smithi089 ceph-mon[103441]: pgmap v3862: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:50 smithi026 ceph-mon[93126]: pgmap v3862: 97 pgs: 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:51.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:51.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:52.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:52.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:52 smithi089 ceph-mon[103441]: 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:48:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:52 smithi026 ceph-mon[93126]: 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:48:53.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:53.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:54.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:54.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:54 smithi089 ceph-mon[103441]: pgmap v3864: 97 pgs: 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:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:54 smithi026 ceph-mon[93126]: pgmap v3864: 97 pgs: 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:55.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:55.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:56.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:56.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:56 smithi089 ceph-mon[103441]: 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:48:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:56 smithi026 ceph-mon[93126]: 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:48:57.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:57.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:58.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:58.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:48:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:48:58 smithi089 ceph-mon[103441]: 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:48:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:48:58 smithi026 ceph-mon[93126]: 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:48:59.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:48:59.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:00.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:00.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:00 smithi089 ceph-mon[103441]: pgmap v3867: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:00 smithi026 ceph-mon[93126]: pgmap v3867: 97 pgs: 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:01.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:01.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:02.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:02.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:02 smithi026 ceph-mon[93126]: 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:03.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:03.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:04.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:04.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:04 smithi089 ceph-mon[103441]: pgmap v3869: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:04 smithi026 ceph-mon[93126]: pgmap v3869: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:05.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:05.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:06.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:06.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:06 smithi026 ceph-mon[93126]: 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:07.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:07.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:08.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:08.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:08 smithi026 ceph-mon[93126]: 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:09.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:09.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:10.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:10.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:10 smithi089 ceph-mon[103441]: pgmap v3872: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:10 smithi026 ceph-mon[93126]: pgmap v3872: 97 pgs: 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:11.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:11.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:12.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:12.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:12 smithi089 ceph-mon[103441]: 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:49:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:12 smithi026 ceph-mon[93126]: 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:49:13.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:13.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:14.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:14.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:14 smithi089 ceph-mon[103441]: pgmap v3874: 97 pgs: 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:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:14 smithi026 ceph-mon[93126]: pgmap v3874: 97 pgs: 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:15.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:15.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:16.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:16.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:16 smithi089 ceph-mon[103441]: 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:49:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:49:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:16 smithi026 ceph-mon[93126]: 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:49:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:49:17.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:17.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:49:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:49:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:49:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:49:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:49:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:49:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:49:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:49:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:49:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:49:18.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:18.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:18 smithi026 ceph-mon[93126]: 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:49:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:18 smithi089 ceph-mon[103441]: 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:49:19.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:19.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:20.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:20.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:20 smithi026 ceph-mon[93126]: pgmap v3877: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:20 smithi089 ceph-mon[103441]: pgmap v3877: 97 pgs: 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:21.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:21.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:22.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:22.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:22 smithi026 ceph-mon[93126]: 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:49:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:22 smithi089 ceph-mon[103441]: 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:49:23.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:23.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:24.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:24.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:24 smithi026 ceph-mon[93126]: pgmap v3879: 97 pgs: 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:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:24 smithi089 ceph-mon[103441]: pgmap v3879: 97 pgs: 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:25.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:25.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:26.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:26.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:26 smithi026 ceph-mon[93126]: 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:49:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:26 smithi089 ceph-mon[103441]: 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:49:27.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:27.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:28.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:28.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:28 smithi026 ceph-mon[93126]: 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:49:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:28 smithi089 ceph-mon[103441]: 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:49:29.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:29.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:30.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:30.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:30 smithi026 ceph-mon[93126]: pgmap v3882: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:30 smithi089 ceph-mon[103441]: pgmap v3882: 97 pgs: 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:31.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:31.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:32.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:32.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:32 smithi026 ceph-mon[93126]: 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:49:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:32 smithi089 ceph-mon[103441]: 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:49:33.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:33.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:34.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:34.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:34 smithi089 ceph-mon[103441]: pgmap v3884: 97 pgs: 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:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:34 smithi026 ceph-mon[93126]: pgmap v3884: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:35.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:35.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:36.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:36.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:36 smithi089 ceph-mon[103441]: 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:49:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:36 smithi026 ceph-mon[93126]: 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:49:37.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:37.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:38.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:38.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:38 smithi089 ceph-mon[103441]: 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:49:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:38 smithi026 ceph-mon[93126]: 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:49:39.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:39.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:40.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:40.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:40 smithi089 ceph-mon[103441]: pgmap v3887: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:40 smithi026 ceph-mon[93126]: pgmap v3887: 97 pgs: 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:41.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:41.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:42.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:42.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:42 smithi089 ceph-mon[103441]: 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:49:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:42 smithi026 ceph-mon[93126]: 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:49:43.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:43.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:44.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:44.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:44.590 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:44 smithi026 ceph-mon[93126]: pgmap v3889: 97 pgs: 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:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:44 smithi089 ceph-mon[103441]: pgmap v3889: 97 pgs: 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:45.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:45.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:46.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:46.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:46 smithi089 ceph-mon[103441]: 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:49:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:46 smithi026 ceph-mon[93126]: 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:49:47.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:47.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:48.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:48.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:48 smithi089 ceph-mon[103441]: 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:49:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:48 smithi026 ceph-mon[93126]: 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:49:49.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:49.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:49.648 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:49:50.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:50.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:50 smithi089 ceph-mon[103441]: pgmap v3892: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:50 smithi026 ceph-mon[93126]: pgmap v3892: 97 pgs: 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:51.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:51.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:52.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:52.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:52 smithi089 ceph-mon[103441]: 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:49:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:52 smithi026 ceph-mon[93126]: 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:49:53.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:53.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:54.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:54.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:54 smithi089 ceph-mon[103441]: pgmap v3894: 97 pgs: 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:54.705 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:54 smithi026 ceph-mon[93126]: pgmap v3894: 97 pgs: 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:55.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:55.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:56.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:56.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:56 smithi089 ceph-mon[103441]: 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:49:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:56 smithi026 ceph-mon[93126]: 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:49:57.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:57.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:58.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:58.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:49:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:49:58 smithi089 ceph-mon[103441]: 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:49:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:49:58 smithi026 ceph-mon[93126]: 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:49:59.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:49:59.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:00.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:00.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:00 smithi089 ceph-mon[103441]: pgmap v3897: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T22:50:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:00 smithi026 ceph-mon[93126]: pgmap v3897: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T22:50:01.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:01.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:02.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:02.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:02 smithi089 ceph-mon[103441]: 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:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:02 smithi026 ceph-mon[93126]: 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:03.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:03.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:04.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:04.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:04 smithi089 ceph-mon[103441]: pgmap v3899: 97 pgs: 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:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:04 smithi026 ceph-mon[93126]: pgmap v3899: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:05.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:05.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:06.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:06.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:06 smithi089 ceph-mon[103441]: 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:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:06 smithi026 ceph-mon[93126]: 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:07.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:07.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:08.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:08.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:08 smithi089 ceph-mon[103441]: 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:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:08 smithi026 ceph-mon[93126]: 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:09.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:09.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:10.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:10.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:10 smithi089 ceph-mon[103441]: pgmap v3902: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:10 smithi026 ceph-mon[93126]: pgmap v3902: 97 pgs: 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:11.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:11.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:12.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:12.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:12 smithi089 ceph-mon[103441]: 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:50:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:12 smithi026 ceph-mon[93126]: 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:50:13.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:13.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:13 smithi089 ceph-mon[103441]: pgmap v3904: 97 pgs: 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:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:13 smithi026 ceph-mon[93126]: pgmap v3904: 97 pgs: 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:14.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:14.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:15.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:15.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:16 smithi026 ceph-mon[93126]: 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:50:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:16 smithi089 ceph-mon[103441]: 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:50:16.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:16.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:50:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:50:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:50:17.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:50:17.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:50:17.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:50:17.423 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:50:17.423 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:50:17.423 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:50:17.423 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:50:17.424 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:50:17.424 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:50:17.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:17.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:18 smithi026 ceph-mon[93126]: 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:50:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:18 smithi089 ceph-mon[103441]: 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:50:18.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:18.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:19.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:19.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:20 smithi026 ceph-mon[93126]: pgmap v3907: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:20 smithi089 ceph-mon[103441]: pgmap v3907: 97 pgs: 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.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:20.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:21.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:21.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:22 smithi026 ceph-mon[93126]: 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:50:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:22 smithi089 ceph-mon[103441]: 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:50:22.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:22.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:23.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:23.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:24 smithi026 ceph-mon[93126]: pgmap v3909: 97 pgs: 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:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:24 smithi089 ceph-mon[103441]: pgmap v3909: 97 pgs: 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:24.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:24.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:25.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:25.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:26 smithi026 ceph-mon[93126]: 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:50:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:26 smithi089 ceph-mon[103441]: 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:50:26.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:26.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:27.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:27.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:28 smithi026 ceph-mon[93126]: 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:50:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:28 smithi089 ceph-mon[103441]: 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:50:28.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:28.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:29.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:29.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:30 smithi026 ceph-mon[93126]: pgmap v3912: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:30 smithi089 ceph-mon[103441]: pgmap v3912: 97 pgs: 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.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:30.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:31.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:31.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:32 smithi026 ceph-mon[93126]: 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:50:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:32 smithi089 ceph-mon[103441]: 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:50:32.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:32.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:33.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:33.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:34 smithi026 ceph-mon[93126]: pgmap v3914: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:34 smithi089 ceph-mon[103441]: pgmap v3914: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:34.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:34.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:35.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:35.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:36 smithi089 ceph-mon[103441]: 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:50:36.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:36.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:36 smithi026 ceph-mon[93126]: 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:50:37.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:37.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:38 smithi089 ceph-mon[103441]: 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:50:38.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:38.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:38 smithi026 ceph-mon[93126]: 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:50:39.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:39.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:40 smithi089 ceph-mon[103441]: pgmap v3917: 97 pgs: 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.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:40.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:40 smithi026 ceph-mon[93126]: pgmap v3917: 97 pgs: 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:41.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:41.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:42 smithi089 ceph-mon[103441]: 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:50:42.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:42.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:42 smithi026 ceph-mon[93126]: 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:50:43.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:43.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:44 smithi026 ceph-mon[93126]: pgmap v3919: 97 pgs: 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:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:44 smithi089 ceph-mon[103441]: pgmap v3919: 97 pgs: 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:44.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:44.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:45.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:45.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:46 smithi089 ceph-mon[103441]: 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:50:46.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:46.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:46 smithi026 ceph-mon[93126]: 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:50:47.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:47.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:48 smithi089 ceph-mon[103441]: 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:50:48.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:48.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:48 smithi026 ceph-mon[93126]: 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:50:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:49.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:49.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:50:50.336 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:50 smithi026 ceph-mon[93126]: pgmap v3922: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:50 smithi089 ceph-mon[103441]: pgmap v3922: 97 pgs: 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.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:50.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:51.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:51.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:52 smithi089 ceph-mon[103441]: 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:50:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:52.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:52 smithi026 ceph-mon[93126]: 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:50:53.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:53.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:54 smithi026 ceph-mon[93126]: pgmap v3924: 97 pgs: 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:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:54 smithi089 ceph-mon[103441]: pgmap v3924: 97 pgs: 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:54.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:54.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:55.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:55.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:56 smithi089 ceph-mon[103441]: 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:50:56.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:56.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:56 smithi026 ceph-mon[93126]: 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:50:57.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:57.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:50:58 smithi089 ceph-mon[103441]: 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:50:58.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:58.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:50:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:50:58 smithi026 ceph-mon[93126]: 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:50:59.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:50:59.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:00 smithi089 ceph-mon[103441]: pgmap v3927: 97 pgs: 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.450 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:00 smithi026 ceph-mon[93126]: pgmap v3927: 97 pgs: 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.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:00.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:01.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:01.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:02 smithi089 ceph-mon[103441]: 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:02.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:02.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:02 smithi026 ceph-mon[93126]: 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:03.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:03.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:04 smithi089 ceph-mon[103441]: pgmap v3929: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:04.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:04.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:04 smithi026 ceph-mon[93126]: pgmap v3929: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:05.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:05.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:06 smithi089 ceph-mon[103441]: 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:06.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:06.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:06 smithi026 ceph-mon[93126]: 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:07.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:07.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:08 smithi089 ceph-mon[103441]: 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:08.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:08.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:08 smithi026 ceph-mon[93126]: 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:09.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:09.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:10 smithi089 ceph-mon[103441]: pgmap v3932: 97 pgs: 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.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:10.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:10 smithi026 ceph-mon[93126]: pgmap v3932: 97 pgs: 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:11.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:11.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:12 smithi089 ceph-mon[103441]: 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:51:12.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:12.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:12 smithi026 ceph-mon[93126]: 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:51:13.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:13.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:14 smithi089 ceph-mon[103441]: pgmap v3934: 97 pgs: 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:14.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:14.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:14 smithi026 ceph-mon[93126]: pgmap v3934: 97 pgs: 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:15.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:15.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:16 smithi089 ceph-mon[103441]: 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:51:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:16 smithi026 ceph-mon[93126]: 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:51:16.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:16.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:51:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:51:17.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:17.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:18 smithi089 ceph-mon[103441]: 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:51:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:51:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:51:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:51:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:51:18.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:51:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:18 smithi026 ceph-mon[93126]: 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:51:18.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:51:18.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:51:18.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:51:18.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:51:18.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:51:18.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:18.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:19.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:19.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:20 smithi089 ceph-mon[103441]: pgmap v3937: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:20 smithi026 ceph-mon[93126]: pgmap v3937: 97 pgs: 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.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:20.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:21.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:21.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:22 smithi089 ceph-mon[103441]: 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:51:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:22 smithi026 ceph-mon[93126]: 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:51:22.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:22.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:23.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:23.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:24 smithi089 ceph-mon[103441]: pgmap v3939: 97 pgs: 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:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:24 smithi026 ceph-mon[93126]: pgmap v3939: 97 pgs: 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:24.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:24.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:25.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:25.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:26 smithi089 ceph-mon[103441]: 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:51:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:26 smithi026 ceph-mon[93126]: 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:51:26.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:26.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:27.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:27.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:28 smithi089 ceph-mon[103441]: 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:51:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:28 smithi026 ceph-mon[93126]: 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:51:28.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:28.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:29.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:29.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:30 smithi089 ceph-mon[103441]: pgmap v3942: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:30 smithi026 ceph-mon[93126]: pgmap v3942: 97 pgs: 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.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:30.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:31.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:31.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:32 smithi089 ceph-mon[103441]: 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:51:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:32 smithi026 ceph-mon[93126]: 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:51:32.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:32.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:33.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:33.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:34 smithi089 ceph-mon[103441]: pgmap v3944: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:34 smithi026 ceph-mon[93126]: pgmap v3944: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:34.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:34.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:35.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:35.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:36 smithi089 ceph-mon[103441]: 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:51:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:36 smithi026 ceph-mon[93126]: 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:51:36.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:36.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:37.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:37.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:38 smithi089 ceph-mon[103441]: 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:51:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:38 smithi026 ceph-mon[93126]: 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:51:38.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:38.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:39.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:39.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:40 smithi089 ceph-mon[103441]: pgmap v3947: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:40 smithi026 ceph-mon[93126]: pgmap v3947: 97 pgs: 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.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:40.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:41.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:41.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:42 smithi089 ceph-mon[103441]: 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:51:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:42 smithi026 ceph-mon[93126]: 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:51:42.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:42.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:43.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:43.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:44 smithi089 ceph-mon[103441]: pgmap v3949: 97 pgs: 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:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:44 smithi026 ceph-mon[93126]: pgmap v3949: 97 pgs: 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:44.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:44.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:45.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:45.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:46 smithi026 ceph-mon[93126]: 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:51:46.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:46.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:46 smithi089 ceph-mon[103441]: 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:51:47.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:47.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:48 smithi026 ceph-mon[93126]: 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:51:48.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:48.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:48 smithi089 ceph-mon[103441]: 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:51:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:49.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:49.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:51:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:50 smithi026 ceph-mon[93126]: pgmap v3952: 97 pgs: 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.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:50.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:50 smithi089 ceph-mon[103441]: pgmap v3952: 97 pgs: 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:51.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:51.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:52 smithi026 ceph-mon[93126]: 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:51:52.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:52.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:52 smithi089 ceph-mon[103441]: 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:51:53.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:53.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:54 smithi026 ceph-mon[93126]: pgmap v3954: 97 pgs: 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:54.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:54.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:54 smithi089 ceph-mon[103441]: pgmap v3954: 97 pgs: 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:55.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:55.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:56 smithi026 ceph-mon[93126]: 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:51:56.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:56.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:56 smithi089 ceph-mon[103441]: 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:51:57.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:57.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:58.468 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:51:58 smithi089 ceph-mon[103441]: 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:51:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:51:58 smithi026 ceph-mon[93126]: 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:51:58.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:58.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:51:59.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:51:59.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:00 smithi026 ceph-mon[93126]: pgmap v3957: 97 pgs: 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.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:00.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:00 smithi089 ceph-mon[103441]: pgmap v3957: 97 pgs: 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:01.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:01.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:02 smithi026 ceph-mon[93126]: 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:02.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:02.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:02 smithi089 ceph-mon[103441]: 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:03.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:03.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:04 smithi026 ceph-mon[93126]: pgmap v3959: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:04.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:04.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:04 smithi089 ceph-mon[103441]: pgmap v3959: 97 pgs: 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:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:05.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:05.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:06 smithi026 ceph-mon[93126]: 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:06.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:06.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:06 smithi089 ceph-mon[103441]: 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:07.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:07.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:08 smithi026 ceph-mon[93126]: 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:08.576 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:08 smithi089 ceph-mon[103441]: 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:08.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:08.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:09.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:09.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:10 smithi026 ceph-mon[93126]: pgmap v3962: 97 pgs: 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.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:10.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:10 smithi089 ceph-mon[103441]: pgmap v3962: 97 pgs: 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:11.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:11.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:12 smithi026 ceph-mon[93126]: 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:52:12.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:12.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:12 smithi089 ceph-mon[103441]: 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:52:13.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:13.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:14 smithi026 ceph-mon[93126]: pgmap v3964: 97 pgs: 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:14.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:14.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:14 smithi089 ceph-mon[103441]: pgmap v3964: 97 pgs: 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:15.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:15.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:16 smithi026 ceph-mon[93126]: 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:52:16.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:16.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:16 smithi089 ceph-mon[103441]: 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:52:17.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:17.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:18 smithi026 ceph-mon[93126]: 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:52:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:52:18.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:18.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:18 smithi089 ceph-mon[103441]: 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:52:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:52:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:19.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:19.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:20 smithi026 ceph-mon[93126]: pgmap v3967: 97 pgs: 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.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:20.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:20 smithi089 ceph-mon[103441]: pgmap v3967: 97 pgs: 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.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:21.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:22 smithi026 ceph-mon[93126]: 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:52:22.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:22.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:22 smithi089 ceph-mon[103441]: 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:52:23.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:23.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:23.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:52:23.727 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:52:23.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:23 smithi089 ceph-mon[103441]: pgmap v3969: 97 pgs: 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:23.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:52:23.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:52:23.728 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:52:23.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:52:23.729 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:52:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:52:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:52:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:23 smithi026 ceph-mon[93126]: pgmap v3969: 97 pgs: 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:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:52:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:52:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:52:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:52:23.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:52:24.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:24.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:25.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:25.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:26 smithi026 ceph-mon[93126]: 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:52:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:26 smithi089 ceph-mon[103441]: 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:52:26.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:26.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:27.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:27.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:28 smithi026 ceph-mon[93126]: 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:52:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:28 smithi089 ceph-mon[103441]: 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:52:28.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:28.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:29.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:29.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:30 smithi089 ceph-mon[103441]: pgmap v3972: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:30 smithi026 ceph-mon[93126]: pgmap v3972: 97 pgs: 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.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:30.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:31.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:31.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:32 smithi089 ceph-mon[103441]: 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:52:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:32 smithi026 ceph-mon[93126]: 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:52:32.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:32.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:33.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:33.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:34 smithi089 ceph-mon[103441]: pgmap v3974: 97 pgs: 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:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:34 smithi026 ceph-mon[93126]: pgmap v3974: 97 pgs: 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:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:34.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:34.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:35.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:35.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:36 smithi089 ceph-mon[103441]: 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:52:36.543 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:36 smithi026 ceph-mon[93126]: 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:52:36.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:36.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:37.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:37.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:38 smithi089 ceph-mon[103441]: 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:52:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:38 smithi026 ceph-mon[93126]: 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:52:38.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:38.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:39.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:39.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:40 smithi089 ceph-mon[103441]: pgmap v3977: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:40 smithi026 ceph-mon[93126]: pgmap v3977: 97 pgs: 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.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:40.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:41.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:41.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:42 smithi089 ceph-mon[103441]: 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:52:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:42 smithi026 ceph-mon[93126]: 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:52:42.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:42.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:43.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:43.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:44 smithi026 ceph-mon[93126]: pgmap v3979: 97 pgs: 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:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:44 smithi089 ceph-mon[103441]: pgmap v3979: 97 pgs: 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:44.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:44.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:45.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:45.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:46 smithi089 ceph-mon[103441]: 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:52:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:46 smithi026 ceph-mon[93126]: 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:52:46.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:46.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:47.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:47.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:48 smithi089 ceph-mon[103441]: 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:52:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:48 smithi026 ceph-mon[93126]: 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:52:48.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:48.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:52:49.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:49.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:50 smithi089 ceph-mon[103441]: pgmap v3982: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:50 smithi026 ceph-mon[93126]: pgmap v3982: 97 pgs: 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.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:50.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:51.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:51.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:52 smithi089 ceph-mon[103441]: 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:52:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:52 smithi026 ceph-mon[93126]: 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:52:52.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:52.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:53.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:53.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:54 smithi026 ceph-mon[93126]: pgmap v3984: 97 pgs: 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:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:54 smithi089 ceph-mon[103441]: pgmap v3984: 97 pgs: 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:54.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:54.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:55.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:55.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:56 smithi089 ceph-mon[103441]: 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:52:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:56 smithi026 ceph-mon[93126]: 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:52:56.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:56.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:57.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:57.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:52:58 smithi089 ceph-mon[103441]: 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:52:58.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:52:58 smithi026 ceph-mon[93126]: 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:52:58.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:58.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:52:59.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:52:59.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:00 smithi089 ceph-mon[103441]: pgmap v3987: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:00 smithi026 ceph-mon[93126]: pgmap v3987: 97 pgs: 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.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:00.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:01.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:01.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:02 smithi026 ceph-mon[93126]: 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:02.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:02.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:03.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:03.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:04 smithi089 ceph-mon[103441]: pgmap v3989: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:04 smithi026 ceph-mon[93126]: pgmap v3989: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:04.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:04.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:05.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:05.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:06 smithi089 ceph-mon[103441]: 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:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:06 smithi026 ceph-mon[93126]: 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:06.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:06.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:07.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:07.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:08 smithi026 ceph-mon[93126]: 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:08.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:08.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:09.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:09.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:10 smithi089 ceph-mon[103441]: pgmap v3992: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:10 smithi026 ceph-mon[93126]: pgmap v3992: 97 pgs: 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.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:10.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:11.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:11.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:12 smithi026 ceph-mon[93126]: 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:53:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:12 smithi089 ceph-mon[103441]: 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:53:12.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:12.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:13.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:13.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:14 smithi089 ceph-mon[103441]: pgmap v3994: 97 pgs: 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:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:14 smithi026 ceph-mon[93126]: pgmap v3994: 97 pgs: 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:14.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:14.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:15.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:15.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:16 smithi089 ceph-mon[103441]: 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:53:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:16 smithi026 ceph-mon[93126]: 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:53:16.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:16.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:17.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:17.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:18 smithi089 ceph-mon[103441]: 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:53:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:18 smithi026 ceph-mon[93126]: 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:53:18.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:18.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:19.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:19.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:20 smithi089 ceph-mon[103441]: pgmap v3997: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:20 smithi026 ceph-mon[93126]: pgmap v3997: 97 pgs: 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.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:20.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:21.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:21.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:22 smithi089 ceph-mon[103441]: 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:53:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:22 smithi026 ceph-mon[93126]: 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:53:22.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:22.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:23.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:23.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:24 smithi089 ceph-mon[103441]: pgmap v3999: 97 pgs: 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:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:53:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:53:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:53:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:53:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:53:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:53:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:24 smithi026 ceph-mon[93126]: pgmap v3999: 97 pgs: 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:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:53:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:53:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:53:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:53:24.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:53:24.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:53:24.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:24.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:25.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:25.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:26 smithi089 ceph-mon[103441]: 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:53:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:26 smithi026 ceph-mon[93126]: 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:53:26.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:26.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:27.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:27.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:28 smithi089 ceph-mon[103441]: 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:53:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:28 smithi026 ceph-mon[93126]: 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:53:28.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:28.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:29.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:29.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:30 smithi089 ceph-mon[103441]: pgmap v4002: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:30 smithi026 ceph-mon[93126]: pgmap v4002: 97 pgs: 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.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:30.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:31.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:31.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:32 smithi089 ceph-mon[103441]: 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:53:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:32 smithi026 ceph-mon[93126]: 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:53:32.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:32.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:33.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:33.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:34 smithi089 ceph-mon[103441]: pgmap v4004: 97 pgs: 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:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:34 smithi026 ceph-mon[93126]: pgmap v4004: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:34.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:34.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:35.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:35.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:36 smithi089 ceph-mon[103441]: 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:53:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:36 smithi026 ceph-mon[93126]: 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:53:36.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:36.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:37.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:37.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:38 smithi089 ceph-mon[103441]: 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:53:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:38 smithi026 ceph-mon[93126]: 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:53:38.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:38.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:39.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:39.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:40 smithi089 ceph-mon[103441]: pgmap v4007: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:40 smithi026 ceph-mon[93126]: pgmap v4007: 97 pgs: 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.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:40.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:41.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:41.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:42 smithi089 ceph-mon[103441]: 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:53:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:42 smithi026 ceph-mon[93126]: 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:53:42.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:42.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:43.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:43.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:44 smithi089 ceph-mon[103441]: pgmap v4009: 97 pgs: 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:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:44 smithi026 ceph-mon[93126]: pgmap v4009: 97 pgs: 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:44.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:44.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:45.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:45.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:46 smithi026 ceph-mon[93126]: 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:53:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:46 smithi089 ceph-mon[103441]: 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:53:46.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:46.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:47.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:47.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:48 smithi026 ceph-mon[93126]: 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:53:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:48 smithi089 ceph-mon[103441]: 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:53:48.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:48.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:49.620 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:53:49.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:49.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:50 smithi026 ceph-mon[93126]: pgmap v4012: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:50 smithi089 ceph-mon[103441]: pgmap v4012: 97 pgs: 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.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:50.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:51.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:51.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:52 smithi026 ceph-mon[93126]: 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:53:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:52 smithi089 ceph-mon[103441]: 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:53:52.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:52.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:53.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:53.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:54 smithi026 ceph-mon[93126]: pgmap v4014: 97 pgs: 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:54.673 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:54 smithi089 ceph-mon[103441]: pgmap v4014: 97 pgs: 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:54.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:54.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:55.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:55.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:56 smithi026 ceph-mon[93126]: 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:53:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:56 smithi089 ceph-mon[103441]: 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:53:56.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:56.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:57.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:57.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:53:58 smithi026 ceph-mon[93126]: 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:53:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:53:58 smithi089 ceph-mon[103441]: 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:53:58.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:58.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:53:59.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:53:59.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:00 smithi026 ceph-mon[93126]: pgmap v4017: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:00 smithi089 ceph-mon[103441]: pgmap v4017: 97 pgs: 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.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:00.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:01.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:01.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:02.520 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:02 smithi026 ceph-mon[93126]: 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:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:02 smithi089 ceph-mon[103441]: 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:02.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:02.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:03.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:03.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:04 smithi026 ceph-mon[93126]: pgmap v4019: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:04 smithi089 ceph-mon[103441]: pgmap v4019: 97 pgs: 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:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:04.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:04.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:05.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:05.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:06 smithi026 ceph-mon[93126]: 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:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:06 smithi089 ceph-mon[103441]: 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:06.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:06.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:07.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:07.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:08 smithi026 ceph-mon[93126]: 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:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:08 smithi089 ceph-mon[103441]: 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:08.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:08.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:09.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:09.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:10 smithi026 ceph-mon[93126]: pgmap v4022: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:10 smithi089 ceph-mon[103441]: pgmap v4022: 97 pgs: 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.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:10.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:11.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:11.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:12 smithi026 ceph-mon[93126]: 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:54:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:12 smithi089 ceph-mon[103441]: 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:54:12.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:12.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:13.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:13.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:14 smithi026 ceph-mon[93126]: pgmap v4024: 97 pgs: 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:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:14 smithi089 ceph-mon[103441]: pgmap v4024: 97 pgs: 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:14.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:14.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:15.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:15.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:16 smithi026 ceph-mon[93126]: 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:54:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:16 smithi089 ceph-mon[103441]: 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:54:16.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:16.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:17.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:17.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:18 smithi026 ceph-mon[93126]: 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:54:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:18 smithi089 ceph-mon[103441]: 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:54:18.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:18.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:19.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:19.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:20 smithi026 ceph-mon[93126]: pgmap v4027: 97 pgs: 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:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:20 smithi089 ceph-mon[103441]: pgmap v4027: 97 pgs: 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:20.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:20.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:21.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:21.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:22 smithi026 ceph-mon[93126]: 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:54:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:22 smithi089 ceph-mon[103441]: 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:54:22.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:22.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:23.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:23.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:24 smithi026 ceph-mon[93126]: pgmap v4029: 97 pgs: 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:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:54:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:24 smithi089 ceph-mon[103441]: pgmap v4029: 97 pgs: 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:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:54:24.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:24.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:25.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:25.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:26 smithi089 ceph-mon[103441]: 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:54:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:26 smithi026 ceph-mon[93126]: 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:54:26.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:26.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:27.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:27.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:28 smithi089 ceph-mon[103441]: 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:54:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:28 smithi026 ceph-mon[93126]: 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:54:28.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:28.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:29.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:29.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:30 smithi089 ceph-mon[103441]: pgmap v4032: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:30 smithi026 ceph-mon[93126]: pgmap v4032: 97 pgs: 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.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:30.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:31.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:31.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:32 smithi089 ceph-mon[103441]: 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:54:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:54:32.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:54:32.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:32.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:54:32.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:32 smithi026 ceph-mon[93126]: 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:54:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:54:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:54:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:32.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:54:32.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:54:32.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:32.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:33.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:33.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:34 smithi089 ceph-mon[103441]: pgmap v4034: 97 pgs: 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:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:34 smithi026 ceph-mon[93126]: pgmap v4034: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:34.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:34.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:35.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:35.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:36 smithi089 ceph-mon[103441]: 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:54:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:36 smithi026 ceph-mon[93126]: 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:54:36.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:36.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:37.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:37.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:38 smithi089 ceph-mon[103441]: 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:54:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:38 smithi026 ceph-mon[93126]: 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:54:38.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:38.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:39.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:39.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:40 smithi089 ceph-mon[103441]: pgmap v4037: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:40 smithi026 ceph-mon[93126]: pgmap v4037: 97 pgs: 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.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:40.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:41.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:41.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:42 smithi089 ceph-mon[103441]: 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:54:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:42 smithi026 ceph-mon[93126]: 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:54:42.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:42.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:43.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:43.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:44 smithi089 ceph-mon[103441]: pgmap v4039: 97 pgs: 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:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:44 smithi026 ceph-mon[93126]: pgmap v4039: 97 pgs: 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:44.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:44.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:45.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:45.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:46 smithi089 ceph-mon[103441]: 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:54:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:46 smithi026 ceph-mon[93126]: 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:54:46.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:46.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:47.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:47.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:48 smithi089 ceph-mon[103441]: 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:54:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:48 smithi026 ceph-mon[93126]: 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:54:48.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:48.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:54:49.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:49.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:50 smithi089 ceph-mon[103441]: pgmap v4042: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:50 smithi026 ceph-mon[93126]: pgmap v4042: 97 pgs: 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.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:50.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:51.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:51.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:52 smithi089 ceph-mon[103441]: 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:54:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:52 smithi026 ceph-mon[93126]: 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:54:52.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:52.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:53.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:53.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:54 smithi089 ceph-mon[103441]: pgmap v4044: 97 pgs: 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:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:54 smithi026 ceph-mon[93126]: pgmap v4044: 97 pgs: 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:54.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:54.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:55.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:55.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:56 smithi089 ceph-mon[103441]: 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:54:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:56 smithi026 ceph-mon[93126]: 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:54:56.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:56.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:57.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:57.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:54:58 smithi026 ceph-mon[93126]: 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:54:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:54:58 smithi089 ceph-mon[103441]: 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:54:58.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:58.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:54:59.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:54:59.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:00 smithi089 ceph-mon[103441]: pgmap v4047: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:00 smithi026 ceph-mon[93126]: pgmap v4047: 97 pgs: 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.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:00.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:01.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:01.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:02 smithi089 ceph-mon[103441]: 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:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:02 smithi026 ceph-mon[93126]: 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:02.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:02.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:03.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:03.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:04 smithi089 ceph-mon[103441]: pgmap v4049: 97 pgs: 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:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:04 smithi026 ceph-mon[93126]: pgmap v4049: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:04.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:04.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:05.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:05.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:06 smithi089 ceph-mon[103441]: 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:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:06 smithi026 ceph-mon[93126]: 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:06.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:06.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:07.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:07.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:08 smithi026 ceph-mon[93126]: 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:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:08 smithi089 ceph-mon[103441]: 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:08.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:08.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:09.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:09.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:10 smithi089 ceph-mon[103441]: pgmap v4052: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:10 smithi026 ceph-mon[93126]: pgmap v4052: 97 pgs: 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.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:10.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:11.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:11.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:12 smithi089 ceph-mon[103441]: 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:55:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:12 smithi026 ceph-mon[93126]: 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:55:12.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:12.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:13.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:13.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:14 smithi089 ceph-mon[103441]: pgmap v4054: 97 pgs: 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:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:14 smithi026 ceph-mon[93126]: pgmap v4054: 97 pgs: 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:14.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:14.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:15.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:15.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:16 smithi089 ceph-mon[103441]: 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:55:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:16 smithi026 ceph-mon[93126]: 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:55:16.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:16.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:17.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:17.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:18 smithi089 ceph-mon[103441]: 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:55:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:18 smithi026 ceph-mon[93126]: 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:55:18.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:18.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:19.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:19.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:20 smithi089 ceph-mon[103441]: pgmap v4057: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:20 smithi026 ceph-mon[93126]: pgmap v4057: 97 pgs: 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.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:20.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:21.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:21.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:22 smithi089 ceph-mon[103441]: 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:55:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:22 smithi026 ceph-mon[93126]: 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:55:22.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:22.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:23.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:23.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:24 smithi089 ceph-mon[103441]: pgmap v4059: 97 pgs: 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:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:24 smithi026 ceph-mon[93126]: pgmap v4059: 97 pgs: 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:24.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:24.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:25.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:25.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:26 smithi089 ceph-mon[103441]: 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:55:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:26 smithi026 ceph-mon[93126]: 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:55:26.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:26.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:27.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:27.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:28 smithi089 ceph-mon[103441]: 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:55:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:28 smithi026 ceph-mon[93126]: 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:55:28.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:28.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:29.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:29.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:30 smithi089 ceph-mon[103441]: pgmap v4062: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:30 smithi026 ceph-mon[93126]: pgmap v4062: 97 pgs: 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.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:30.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:31.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:31.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:32 smithi089 ceph-mon[103441]: 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:55:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:55:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:32 smithi026 ceph-mon[93126]: 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:55:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:55:32.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:32.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:55:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:55:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:55:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:55:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:55:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:55:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:55:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:55:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:55:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:55:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:33.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:33.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:34 smithi026 ceph-mon[93126]: pgmap v4064: 97 pgs: 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:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:34 smithi089 ceph-mon[103441]: pgmap v4064: 97 pgs: 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:34.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:34.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:35.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:35.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:36 smithi089 ceph-mon[103441]: 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:55:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:36 smithi026 ceph-mon[93126]: 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:55:36.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:36.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:37.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:37.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:38 smithi089 ceph-mon[103441]: 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:55:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:38 smithi026 ceph-mon[93126]: 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:55:38.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:38.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:39.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:39.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:40 smithi089 ceph-mon[103441]: pgmap v4067: 97 pgs: 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.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:40 smithi026 ceph-mon[93126]: pgmap v4067: 97 pgs: 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.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:40.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:42.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:42.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:42 smithi089 ceph-mon[103441]: 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:55:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:42 smithi026 ceph-mon[93126]: 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:55:43.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:43.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:44.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:44.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:44 smithi089 ceph-mon[103441]: pgmap v4069: 97 pgs: 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:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:44 smithi026 ceph-mon[93126]: pgmap v4069: 97 pgs: 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:45.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:45.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:46.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:46.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:46 smithi089 ceph-mon[103441]: 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:55:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:46 smithi026 ceph-mon[93126]: 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:55:47.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:47.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:48.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:48.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:48 smithi089 ceph-mon[103441]: 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:55:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:48 smithi026 ceph-mon[93126]: 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:55:49.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:49.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:55:50.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:50.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:50 smithi089 ceph-mon[103441]: pgmap v4072: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:50 smithi026 ceph-mon[93126]: pgmap v4072: 97 pgs: 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.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:51.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:52.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:52.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:52 smithi089 ceph-mon[103441]: 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:55:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:52 smithi026 ceph-mon[93126]: 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:55:53.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:53.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:54.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:54.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:54 smithi089 ceph-mon[103441]: pgmap v4074: 97 pgs: 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:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:54 smithi026 ceph-mon[93126]: pgmap v4074: 97 pgs: 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:55.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:55.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:56.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:56.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:56 smithi089 ceph-mon[103441]: 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:55:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:56 smithi026 ceph-mon[93126]: 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:55:57.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:57.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:58.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:58.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:55:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:55:58 smithi089 ceph-mon[103441]: 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:55:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:55:58 smithi026 ceph-mon[93126]: 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:55:59.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:55:59.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:00.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:00.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:00 smithi089 ceph-mon[103441]: pgmap v4077: 97 pgs: 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.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:00 smithi026 ceph-mon[93126]: pgmap v4077: 97 pgs: 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.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:01.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:02.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:02.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:02 smithi089 ceph-mon[103441]: 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:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:02 smithi026 ceph-mon[93126]: 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:03.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:03.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:04.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:04.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:04 smithi089 ceph-mon[103441]: pgmap v4079: 97 pgs: 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:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:04 smithi026 ceph-mon[93126]: pgmap v4079: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:05.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:05.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:06.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:06.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:06 smithi089 ceph-mon[103441]: 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:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:06 smithi026 ceph-mon[93126]: 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:07.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:07.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:08.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:08.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:08 smithi089 ceph-mon[103441]: 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:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:08 smithi026 ceph-mon[93126]: 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:09.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:09.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:10.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:10.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:10 smithi089 ceph-mon[103441]: pgmap v4082: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:10 smithi026 ceph-mon[93126]: pgmap v4082: 97 pgs: 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.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:11.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:12.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:12.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:12 smithi089 ceph-mon[103441]: 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:56:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:12 smithi026 ceph-mon[93126]: 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:56:13.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:13.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:14.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:14.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:14 smithi089 ceph-mon[103441]: pgmap v4084: 97 pgs: 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:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:14 smithi026 ceph-mon[93126]: pgmap v4084: 97 pgs: 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:15.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:15.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:16.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:16.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:16 smithi089 ceph-mon[103441]: 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:56:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:16 smithi026 ceph-mon[93126]: 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:56:17.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:17.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:18.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:18.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:18 smithi089 ceph-mon[103441]: 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:56:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:18 smithi026 ceph-mon[93126]: 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:56:19.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:19.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:20.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:20.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:20 smithi089 ceph-mon[103441]: pgmap v4087: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:20 smithi026 ceph-mon[93126]: pgmap v4087: 97 pgs: 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:21.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:21.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:22.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:22.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:22 smithi089 ceph-mon[103441]: 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:56:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:22 smithi026 ceph-mon[93126]: 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:56:23.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:23.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:24.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:24.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:24 smithi026 ceph-mon[93126]: pgmap v4089: 97 pgs: 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:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:24 smithi089 ceph-mon[103441]: pgmap v4089: 97 pgs: 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:25.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:25.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:26.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:26.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:26 smithi026 ceph-mon[93126]: 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:56:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:26 smithi089 ceph-mon[103441]: 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:56:27.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:27.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:28.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:28.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:28 smithi026 ceph-mon[93126]: 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:56:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:28 smithi089 ceph-mon[103441]: 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:56:29.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:29.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:30.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:30.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:30 smithi026 ceph-mon[93126]: pgmap v4092: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:30 smithi089 ceph-mon[103441]: pgmap v4092: 97 pgs: 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.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:31.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:32.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:32.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:32 smithi026 ceph-mon[93126]: 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:56:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:32 smithi089 ceph-mon[103441]: 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:56:33.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:33.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:56:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:56:34.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:34.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:34 smithi026 ceph-mon[93126]: pgmap v4094: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:56:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:56:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:56:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:56:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:56:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:56:34.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:56:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:34 smithi089 ceph-mon[103441]: pgmap v4094: 97 pgs: 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:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:56:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:56:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:56:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:56:34.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:56:34.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:56:34.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:56:35.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:35.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:36.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:36.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:36 smithi026 ceph-mon[93126]: 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:56:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:36 smithi089 ceph-mon[103441]: 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:56:37.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:37.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:38.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:38.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:38 smithi026 ceph-mon[93126]: 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:56:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:38 smithi089 ceph-mon[103441]: 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:56:39.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:39.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:40.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:40.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:40 smithi026 ceph-mon[93126]: pgmap v4097: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:40 smithi089 ceph-mon[103441]: pgmap v4097: 97 pgs: 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.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:41.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:42.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:42.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:42 smithi026 ceph-mon[93126]: 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:56:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:42 smithi089 ceph-mon[103441]: 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:56:43.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:43.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:44.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:44.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:44 smithi026 ceph-mon[93126]: pgmap v4099: 97 pgs: 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:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:44 smithi089 ceph-mon[103441]: pgmap v4099: 97 pgs: 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:45.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:45.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:46.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:46.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:46 smithi026 ceph-mon[93126]: 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:56:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:46 smithi089 ceph-mon[103441]: 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:56:47.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:47.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:48.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:48.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:48 smithi026 ceph-mon[93126]: 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:56:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:48 smithi089 ceph-mon[103441]: 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:56:49.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:49.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:56:50.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:50.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:50 smithi026 ceph-mon[93126]: pgmap v4102: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:50 smithi089 ceph-mon[103441]: pgmap v4102: 97 pgs: 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.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:51.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:52.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:52.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:52 smithi026 ceph-mon[93126]: 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:56:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:52 smithi089 ceph-mon[103441]: 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:56:53.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:53.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:54.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:54.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:54 smithi026 ceph-mon[93126]: pgmap v4104: 97 pgs: 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:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:54 smithi089 ceph-mon[103441]: pgmap v4104: 97 pgs: 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:55.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:55.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:56.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:56.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:56.554 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:56 smithi089 ceph-mon[103441]: 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:56:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:56 smithi026 ceph-mon[93126]: 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:56:57.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:57.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:58.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:58.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:56:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:56:58 smithi026 ceph-mon[93126]: 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:56:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:56:58 smithi089 ceph-mon[103441]: 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:56:59.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:56:59.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:00.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:00.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:00 smithi026 ceph-mon[93126]: pgmap v4107: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:00 smithi089 ceph-mon[103441]: pgmap v4107: 97 pgs: 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.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:01.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:02.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:02.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:02 smithi026 ceph-mon[93126]: 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:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:02 smithi089 ceph-mon[103441]: 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:03.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:03.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:04.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:04.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:04 smithi026 ceph-mon[93126]: pgmap v4109: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:04 smithi089 ceph-mon[103441]: pgmap v4109: 97 pgs: 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:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:05.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:05.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:06.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:06.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:06 smithi026 ceph-mon[93126]: 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:06.659 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:06 smithi089 ceph-mon[103441]: 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:07.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:07.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:08.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:08.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:08 smithi026 ceph-mon[93126]: 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:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:08 smithi089 ceph-mon[103441]: 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:09.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:09.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:10.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:10.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:10 smithi026 ceph-mon[93126]: pgmap v4112: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:10 smithi089 ceph-mon[103441]: pgmap v4112: 97 pgs: 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.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:11.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:12.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:12.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:12 smithi026 ceph-mon[93126]: 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:57:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:12 smithi089 ceph-mon[103441]: 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:57:13.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:13.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:14.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:14.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:14 smithi026 ceph-mon[93126]: pgmap v4114: 97 pgs: 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:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:14 smithi089 ceph-mon[103441]: pgmap v4114: 97 pgs: 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:15.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:15.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:16.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:16.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:16 smithi026 ceph-mon[93126]: 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:57:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:16 smithi089 ceph-mon[103441]: 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:57:17.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:17.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:18.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:18.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:18 smithi026 ceph-mon[93126]: 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:57:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:18 smithi089 ceph-mon[103441]: 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:57:19.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:19.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:20.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:20.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:20 smithi026 ceph-mon[93126]: pgmap v4117: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:20 smithi089 ceph-mon[103441]: pgmap v4117: 97 pgs: 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.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:21.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:22.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:22.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:22 smithi026 ceph-mon[93126]: 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:57:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:22 smithi089 ceph-mon[103441]: 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:57:23.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:23.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:24.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:24.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:24 smithi026 ceph-mon[93126]: pgmap v4119: 97 pgs: 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:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:24 smithi089 ceph-mon[103441]: pgmap v4119: 97 pgs: 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:25.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:25.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:26.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:26.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:26 smithi026 ceph-mon[93126]: 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:57:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:26 smithi089 ceph-mon[103441]: 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:57:27.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:27.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:28.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:28.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:28 smithi026 ceph-mon[93126]: 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:57:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:28 smithi089 ceph-mon[103441]: 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:57:29.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:29.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:30.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:30.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:30 smithi026 ceph-mon[93126]: pgmap v4122: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:30 smithi089 ceph-mon[103441]: pgmap v4122: 97 pgs: 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.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:31.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:32.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:32.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:32 smithi026 ceph-mon[93126]: 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:57:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:32 smithi089 ceph-mon[103441]: 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:57:33.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:33.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:34.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:34.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:34 smithi026 ceph-mon[93126]: pgmap v4124: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:57:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:34 smithi089 ceph-mon[103441]: pgmap v4124: 97 pgs: 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:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:57:35.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:35.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:57:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:57:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:57:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:57:35.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:57:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:57:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:57:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:57:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:57:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:57:36.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:36.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:36 smithi026 ceph-mon[93126]: 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:57:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:36 smithi089 ceph-mon[103441]: 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:57:37.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:37.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:38.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:38.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:38 smithi089 ceph-mon[103441]: 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:57:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:38 smithi026 ceph-mon[93126]: 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:57:39.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:39.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:40.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:40.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:40 smithi089 ceph-mon[103441]: pgmap v4127: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:40 smithi026 ceph-mon[93126]: pgmap v4127: 97 pgs: 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.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:41.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:42.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:42.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:42 smithi089 ceph-mon[103441]: 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:57:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:42 smithi026 ceph-mon[93126]: 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:57:43.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:43.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:44.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:44.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:44 smithi089 ceph-mon[103441]: pgmap v4129: 97 pgs: 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:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:44 smithi026 ceph-mon[93126]: pgmap v4129: 97 pgs: 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:45.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:45.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:46.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:46.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:46 smithi089 ceph-mon[103441]: 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:57:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:46 smithi026 ceph-mon[93126]: 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:57:47.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:47.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:48.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:48.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:48 smithi089 ceph-mon[103441]: 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:57:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:48 smithi026 ceph-mon[93126]: 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:57:49.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:49.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:57:50.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:50.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:50 smithi026 ceph-mon[93126]: pgmap v4132: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:50 smithi089 ceph-mon[103441]: pgmap v4132: 97 pgs: 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.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:51.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:52.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:52.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:52 smithi089 ceph-mon[103441]: 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:57:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:52 smithi026 ceph-mon[93126]: 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:57:53.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:53.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:54.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:54.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:54 smithi089 ceph-mon[103441]: pgmap v4134: 97 pgs: 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:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:54 smithi026 ceph-mon[93126]: pgmap v4134: 97 pgs: 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:55.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:55.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:56.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:56.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:56 smithi089 ceph-mon[103441]: 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:57:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:56 smithi026 ceph-mon[93126]: 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:57:57.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:57.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:58.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:58.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:57:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:57:58 smithi089 ceph-mon[103441]: 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:57:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:57:58 smithi026 ceph-mon[93126]: 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:57:59.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:57:59.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:00.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:00.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:00 smithi026 ceph-mon[93126]: pgmap v4137: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:00 smithi089 ceph-mon[103441]: pgmap v4137: 97 pgs: 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.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:01.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:02.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:02.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:02 smithi089 ceph-mon[103441]: 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:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:02 smithi026 ceph-mon[93126]: 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:03.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:03.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:04.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:04.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:04 smithi089 ceph-mon[103441]: pgmap v4139: 97 pgs: 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:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:04 smithi026 ceph-mon[93126]: pgmap v4139: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:05.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:05.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:06.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:06.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:06 smithi089 ceph-mon[103441]: 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:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:06 smithi026 ceph-mon[93126]: 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:07.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:07.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:08.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:08.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:08 smithi089 ceph-mon[103441]: 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:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:08 smithi026 ceph-mon[93126]: 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:09.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:09.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:10.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:10.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:10 smithi089 ceph-mon[103441]: pgmap v4142: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:10 smithi026 ceph-mon[93126]: pgmap v4142: 97 pgs: 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.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:11.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:12.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:12.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:12 smithi089 ceph-mon[103441]: 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:58:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:12 smithi026 ceph-mon[93126]: 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:58:13.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:13.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:14.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:14.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:14 smithi089 ceph-mon[103441]: pgmap v4144: 97 pgs: 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:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:14 smithi026 ceph-mon[93126]: pgmap v4144: 97 pgs: 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:15.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:15.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:16.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:16.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:16 smithi089 ceph-mon[103441]: 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:58:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:16 smithi026 ceph-mon[93126]: 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:58:17.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:17.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:18.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:18.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:18 smithi089 ceph-mon[103441]: 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:58:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:18 smithi026 ceph-mon[93126]: 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:58:19.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:19.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:20.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:20.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:20 smithi089 ceph-mon[103441]: pgmap v4147: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:20 smithi026 ceph-mon[93126]: pgmap v4147: 97 pgs: 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.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:21.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:22.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:22.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:22 smithi089 ceph-mon[103441]: 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:58:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:22 smithi026 ceph-mon[93126]: 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:58:23.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:23.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:24.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:24.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:24 smithi089 ceph-mon[103441]: pgmap v4149: 97 pgs: 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:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:24 smithi026 ceph-mon[93126]: pgmap v4149: 97 pgs: 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:25.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:25.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:26.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:26.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:26 smithi089 ceph-mon[103441]: 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:58:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:26 smithi026 ceph-mon[93126]: 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:58:27.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:27.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:28.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:28.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:28 smithi089 ceph-mon[103441]: 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:58:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:28 smithi026 ceph-mon[93126]: 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:58:29.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:29.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:30.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:30.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:30 smithi089 ceph-mon[103441]: pgmap v4152: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:30 smithi026 ceph-mon[93126]: pgmap v4152: 97 pgs: 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.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:31.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:32.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:32.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:32 smithi089 ceph-mon[103441]: 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:58:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:32 smithi026 ceph-mon[93126]: 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:58:33.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:33.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:34.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:34.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:34 smithi089 ceph-mon[103441]: pgmap v4154: 97 pgs: 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:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:34 smithi026 ceph-mon[93126]: pgmap v4154: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:35.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:35.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:58:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:58:36.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:36.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:36 smithi089 ceph-mon[103441]: 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:58:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:58:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:58:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:58:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:58:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:58:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:36 smithi026 ceph-mon[93126]: 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:58:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:58:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:58:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:58:36.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:58:36.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:58:37.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:37.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:38.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:38.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:38 smithi089 ceph-mon[103441]: 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:58:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:38 smithi026 ceph-mon[93126]: 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:58:39.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:39.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:40.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:40.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:40 smithi089 ceph-mon[103441]: pgmap v4157: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:40 smithi026 ceph-mon[93126]: pgmap v4157: 97 pgs: 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.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:41.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:42.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:42.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:42 smithi089 ceph-mon[103441]: 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:58:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:42 smithi026 ceph-mon[93126]: 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:58:43.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:43.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:44.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:44.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:44 smithi089 ceph-mon[103441]: pgmap v4159: 97 pgs: 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:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:44 smithi026 ceph-mon[93126]: pgmap v4159: 97 pgs: 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:45.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:45.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:46.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:46.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:46 smithi089 ceph-mon[103441]: 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:58:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:46 smithi026 ceph-mon[93126]: 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:58:47.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:47.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:48.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:48.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:48 smithi026 ceph-mon[93126]: 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:58:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:48 smithi089 ceph-mon[103441]: 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:58:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:58:49.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:49.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:50.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:50.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:50.778 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:50 smithi026 ceph-mon[93126]: pgmap v4162: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:50 smithi089 ceph-mon[103441]: pgmap v4162: 97 pgs: 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.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:51.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:52.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:52.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:52.769 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:52 smithi089 ceph-mon[103441]: 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:58:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:52 smithi026 ceph-mon[93126]: 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:58:53.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:53.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:54.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:54.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:54 smithi026 ceph-mon[93126]: pgmap v4164: 97 pgs: 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:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:54 smithi089 ceph-mon[103441]: pgmap v4164: 97 pgs: 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:55.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:55.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:56.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:56.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:56 smithi026 ceph-mon[93126]: 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:58:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:56 smithi089 ceph-mon[103441]: 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:58:57.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:57.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:58.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:58.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:58:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:58:58 smithi026 ceph-mon[93126]: 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:58:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:58:58 smithi089 ceph-mon[103441]: 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:58:59.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:58:59.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:00.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:00.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:00 smithi026 ceph-mon[93126]: pgmap v4167: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:00 smithi089 ceph-mon[103441]: pgmap v4167: 97 pgs: 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.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:01.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:02.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:02.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:02 smithi026 ceph-mon[93126]: 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:02.876 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:02 smithi089 ceph-mon[103441]: 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:03.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:03.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:04.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:04.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:04 smithi026 ceph-mon[93126]: pgmap v4169: 97 pgs: 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:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:04 smithi089 ceph-mon[103441]: pgmap v4169: 97 pgs: 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:05.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:05.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:06.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:06.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:06 smithi089 ceph-mon[103441]: 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:07.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:07.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:08.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:08.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:08 smithi026 ceph-mon[93126]: 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:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:08 smithi089 ceph-mon[103441]: 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:09.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:09.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:10.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:10.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:10 smithi026 ceph-mon[93126]: pgmap v4172: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:10 smithi089 ceph-mon[103441]: pgmap v4172: 97 pgs: 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.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:11.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:11 smithi026 ceph-mon[93126]: 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-16T22:59:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:11 smithi089 ceph-mon[103441]: 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-16T22:59:12.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:12.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:13.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:13.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:13 smithi089 ceph-mon[103441]: pgmap v4174: 97 pgs: 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:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:13 smithi026 ceph-mon[93126]: pgmap v4174: 97 pgs: 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:14.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:14.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:15.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:15.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:16.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:16.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:16 smithi089 ceph-mon[103441]: 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-16T22:59:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:16 smithi026 ceph-mon[93126]: 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-16T22:59:17.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:17.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:18.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:18.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:18 smithi089 ceph-mon[103441]: 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-16T22:59:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:18 smithi026 ceph-mon[93126]: 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-16T22:59:19.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:19.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:20.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:20.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:20 smithi089 ceph-mon[103441]: pgmap v4177: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:20 smithi026 ceph-mon[93126]: pgmap v4177: 97 pgs: 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.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:21.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:22.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:22.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:22 smithi089 ceph-mon[103441]: 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-16T22:59:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:22 smithi026 ceph-mon[93126]: 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-16T22:59:23.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:23.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:24.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:24.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:24 smithi089 ceph-mon[103441]: pgmap v4179: 97 pgs: 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:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:24 smithi026 ceph-mon[93126]: pgmap v4179: 97 pgs: 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:25.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:25.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:26.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:26.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:26 smithi089 ceph-mon[103441]: 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-16T22:59:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:26 smithi026 ceph-mon[93126]: 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-16T22:59:27.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:27.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:28.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:28.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:28 smithi089 ceph-mon[103441]: 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-16T22:59:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:28 smithi026 ceph-mon[93126]: 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-16T22:59:29.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:29.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:30.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:30.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:30 smithi089 ceph-mon[103441]: pgmap v4182: 97 pgs: 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.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:30 smithi026 ceph-mon[93126]: pgmap v4182: 97 pgs: 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.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:31.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:32.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:32.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:32 smithi089 ceph-mon[103441]: 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-16T22:59:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:32 smithi026 ceph-mon[93126]: 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-16T22:59:33.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:33.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:34.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:34.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:34 smithi026 ceph-mon[93126]: pgmap v4184: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:34 smithi089 ceph-mon[103441]: pgmap v4184: 97 pgs: 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:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:35.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:35.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:36.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:36.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:36 smithi026 ceph-mon[93126]: 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-16T22:59:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:59:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:36 smithi089 ceph-mon[103441]: 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-16T22:59:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T22:59:37.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:37.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:59:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:59:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:59:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:59:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:59:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T22:59:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T22:59:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:59:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T22:59:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T22:59:38.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:38.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:38 smithi026 ceph-mon[93126]: 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-16T22:59:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:38 smithi089 ceph-mon[103441]: 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-16T22:59:39.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:39.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:40.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:40.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:40 smithi026 ceph-mon[93126]: pgmap v4187: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:40 smithi089 ceph-mon[103441]: pgmap v4187: 97 pgs: 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.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:41.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:42.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:42.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:42 smithi026 ceph-mon[93126]: 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-16T22:59:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:42 smithi089 ceph-mon[103441]: 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-16T22:59:43.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:43.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:44.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:44.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:44 smithi026 ceph-mon[93126]: pgmap v4189: 97 pgs: 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:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:44 smithi089 ceph-mon[103441]: pgmap v4189: 97 pgs: 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:45.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:45.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:46.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:46.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:46 smithi026 ceph-mon[93126]: 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-16T22:59:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:46 smithi089 ceph-mon[103441]: 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-16T22:59:47.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:47.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:48.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:48.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:48 smithi026 ceph-mon[93126]: 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-16T22:59:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:48 smithi089 ceph-mon[103441]: 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-16T22:59:49.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:49.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T22:59:50.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:50.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:50 smithi089 ceph-mon[103441]: pgmap v4192: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:50 smithi026 ceph-mon[93126]: pgmap v4192: 97 pgs: 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.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:51.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:52.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:52.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:52 smithi089 ceph-mon[103441]: 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-16T22:59:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:52 smithi026 ceph-mon[93126]: 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-16T22:59:53.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:53.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:54.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:54.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:54 smithi089 ceph-mon[103441]: pgmap v4194: 97 pgs: 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:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:54 smithi026 ceph-mon[93126]: pgmap v4194: 97 pgs: 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:55.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:55.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:56.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:56.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:56 smithi089 ceph-mon[103441]: 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-16T22:59:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:56 smithi026 ceph-mon[93126]: 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-16T22:59:57.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:57.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:58.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:58.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T22:59:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 22:59:58 smithi089 ceph-mon[103441]: 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-16T22:59:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 22:59:58 smithi026 ceph-mon[93126]: 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-16T22:59:59.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T22:59:59.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:00.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:00.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:00 smithi089 ceph-mon[103441]: pgmap v4197: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T23:00:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:00 smithi026 ceph-mon[93126]: pgmap v4197: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T23:00:01.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:01.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:02.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:02.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:02 smithi089 ceph-mon[103441]: 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:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:02 smithi026 ceph-mon[93126]: 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:03.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:03.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:04.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:04.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:04 smithi089 ceph-mon[103441]: pgmap v4199: 97 pgs: 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:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:04 smithi026 ceph-mon[93126]: pgmap v4199: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:05.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:05.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:06.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:06.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:06.635 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:06 smithi026 ceph-mon[93126]: 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:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:06 smithi089 ceph-mon[103441]: 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:07.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:07.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:08.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:08.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:08 smithi089 ceph-mon[103441]: 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:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:08 smithi026 ceph-mon[93126]: 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:09.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:09.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:10.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:10.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:10 smithi089 ceph-mon[103441]: pgmap v4202: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:10 smithi026 ceph-mon[93126]: pgmap v4202: 97 pgs: 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.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:11.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:12.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:12.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:12 smithi089 ceph-mon[103441]: 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:00:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:12 smithi026 ceph-mon[93126]: 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:00:13.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:13.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:14.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:14.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:14 smithi089 ceph-mon[103441]: pgmap v4204: 97 pgs: 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:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:14 smithi026 ceph-mon[93126]: pgmap v4204: 97 pgs: 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:15.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:15.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:16.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:16.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:16 smithi089 ceph-mon[103441]: 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:00:16.750 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:16 smithi026 ceph-mon[93126]: 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:00:17.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:17.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:18.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:18.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:18.669 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:18 smithi089 ceph-mon[103441]: 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:00:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:18 smithi026 ceph-mon[93126]: 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:00:19.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:19.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:20.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:20.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:20 smithi089 ceph-mon[103441]: pgmap v4207: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:20 smithi026 ceph-mon[93126]: pgmap v4207: 97 pgs: 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.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:21.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:22.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:22.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:22 smithi089 ceph-mon[103441]: 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:00:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:22 smithi026 ceph-mon[93126]: 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:00:23.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:23.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:24.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:24.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:24 smithi089 ceph-mon[103441]: pgmap v4209: 97 pgs: 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:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:24 smithi026 ceph-mon[93126]: pgmap v4209: 97 pgs: 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:25.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:25.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:26.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:26.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:26 smithi089 ceph-mon[103441]: 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:00:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:26 smithi026 ceph-mon[93126]: 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:00:27.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:27.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:28.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:28.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:28 smithi089 ceph-mon[103441]: 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:00:29.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:29.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:30.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:30.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:30 smithi089 ceph-mon[103441]: pgmap v4212: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:28 smithi026 ceph-mon[93126]: 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:00:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:30 smithi026 ceph-mon[93126]: pgmap v4212: 97 pgs: 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:31.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:31.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:32.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:32.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:32 smithi089 ceph-mon[103441]: 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:00:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:32 smithi026 ceph-mon[93126]: 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:00:33.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:33.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:34.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:34.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:34 smithi089 ceph-mon[103441]: pgmap v4214: 97 pgs: 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:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:34 smithi026 ceph-mon[93126]: pgmap v4214: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:35.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:35.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:36.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:36.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:36 smithi026 ceph-mon[93126]: 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:00:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:36 smithi089 ceph-mon[103441]: 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:00:37.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:37.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:00:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:00:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:00:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:00:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:00:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:00:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:00:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:00:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:00:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:00:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:00:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:00:38.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:38.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:38 smithi089 ceph-mon[103441]: 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:00:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:38 smithi026 ceph-mon[93126]: 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:00:39.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:39.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:40.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:40.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:40 smithi089 ceph-mon[103441]: pgmap v4217: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:40 smithi026 ceph-mon[93126]: pgmap v4217: 97 pgs: 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:41.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:41.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:42.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:42.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:42 smithi089 ceph-mon[103441]: 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:00:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:42 smithi026 ceph-mon[93126]: 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:00:43.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:43.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:44.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:44.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:44 smithi089 ceph-mon[103441]: pgmap v4219: 97 pgs: 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:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:44 smithi026 ceph-mon[93126]: pgmap v4219: 97 pgs: 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:45.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:45.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:46.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:46.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:46 smithi089 ceph-mon[103441]: 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:00:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:46 smithi026 ceph-mon[93126]: 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:00:47.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:47.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:48.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:48.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:48 smithi089 ceph-mon[103441]: 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:00:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:48 smithi026 ceph-mon[93126]: 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:00:49.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:49.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:00:50.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:50.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:50 smithi089 ceph-mon[103441]: pgmap v4222: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:50 smithi026 ceph-mon[93126]: pgmap v4222: 97 pgs: 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:51.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:51.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:52 smithi089 ceph-mon[103441]: 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:00:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:52 smithi026 ceph-mon[93126]: 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:00:53.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:53.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:54.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:54.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:54 smithi089 ceph-mon[103441]: pgmap v4224: 97 pgs: 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:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:54 smithi026 ceph-mon[93126]: pgmap v4224: 97 pgs: 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:55.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:55.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:56.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:56.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:56 smithi089 ceph-mon[103441]: 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:00:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:56 smithi026 ceph-mon[93126]: 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:00:57.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:57.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:58.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:58.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:00:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:00:58 smithi089 ceph-mon[103441]: 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:00:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:00:58 smithi026 ceph-mon[93126]: 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:00:59.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:00:59.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:00.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:00.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:00 smithi026 ceph-mon[93126]: pgmap v4227: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:00 smithi089 ceph-mon[103441]: pgmap v4227: 97 pgs: 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:01.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:01.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:02.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:02.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:02 smithi026 ceph-mon[93126]: 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:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:02 smithi089 ceph-mon[103441]: 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:03.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:03.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:04.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:04.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:04 smithi026 ceph-mon[93126]: pgmap v4229: 97 pgs: 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:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:04 smithi089 ceph-mon[103441]: pgmap v4229: 97 pgs: 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:05.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:05.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:06.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:06.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:06 smithi089 ceph-mon[103441]: 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:07.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:07.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:08.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:08.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:08 smithi026 ceph-mon[93126]: 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:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:08 smithi089 ceph-mon[103441]: 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:09.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:09.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:10.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:10.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:10 smithi026 ceph-mon[93126]: pgmap v4232: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:10 smithi089 ceph-mon[103441]: pgmap v4232: 97 pgs: 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:11.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:11.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:12.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:12.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:12 smithi026 ceph-mon[93126]: 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:01:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:12 smithi089 ceph-mon[103441]: 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:01:13.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:13.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:14.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:14.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:14 smithi089 ceph-mon[103441]: pgmap v4234: 97 pgs: 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:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:14 smithi026 ceph-mon[93126]: pgmap v4234: 97 pgs: 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:15.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:15.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:16.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:16.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:16 smithi026 ceph-mon[93126]: 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:01:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:16 smithi089 ceph-mon[103441]: 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:01:17.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:17.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:18.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:18.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:18 smithi026 ceph-mon[93126]: 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:01:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:18 smithi089 ceph-mon[103441]: 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:01:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:19.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:19.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:20.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:20.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:20 smithi026 ceph-mon[93126]: pgmap v4237: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:20 smithi089 ceph-mon[103441]: pgmap v4237: 97 pgs: 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:21.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:21.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:22.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:22.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:22 smithi026 ceph-mon[93126]: 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:01:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:22 smithi089 ceph-mon[103441]: 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:01:23.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:23.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:24.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:24.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:24 smithi089 ceph-mon[103441]: pgmap v4239: 97 pgs: 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:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:24 smithi026 ceph-mon[93126]: pgmap v4239: 97 pgs: 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:25.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:25.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:26.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:26.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:26 smithi026 ceph-mon[93126]: 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:01:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:26 smithi089 ceph-mon[103441]: 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:01:27.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:27.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:28.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:28.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:28 smithi026 ceph-mon[93126]: 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:01:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:28 smithi089 ceph-mon[103441]: 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:01:29.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:29.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:30.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:30.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:30 smithi026 ceph-mon[93126]: pgmap v4242: 97 pgs: 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.867 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:30 smithi089 ceph-mon[103441]: pgmap v4242: 97 pgs: 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:31.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:31.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:32.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:32.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:32 smithi026 ceph-mon[93126]: 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:01:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:32 smithi089 ceph-mon[103441]: 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:01:33.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:33.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:34.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:34.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:34 smithi026 ceph-mon[93126]: pgmap v4244: 97 pgs: 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:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:34 smithi089 ceph-mon[103441]: pgmap v4244: 97 pgs: 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:35.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:35.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:36.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:36.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:36 smithi026 ceph-mon[93126]: 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:01:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:36 smithi089 ceph-mon[103441]: 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:01:37.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:37.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:01:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:01:38.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:38.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:38 smithi026 ceph-mon[93126]: 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:01:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:01:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:01:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:01:38.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:01:38.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:01:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:38 smithi089 ceph-mon[103441]: 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:01:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:01:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:01:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:01:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:01:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:01:39.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:39.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:39 smithi026 ceph-mon[93126]: pgmap v4247: 97 pgs: 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:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:39 smithi089 ceph-mon[103441]: pgmap v4247: 97 pgs: 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.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:40.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:41.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:41.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:42 smithi026 ceph-mon[93126]: 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:01:42.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:42.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:42 smithi089 ceph-mon[103441]: 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:01:43.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:43.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:44 smithi026 ceph-mon[93126]: pgmap v4249: 97 pgs: 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:44.564 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:44 smithi089 ceph-mon[103441]: pgmap v4249: 97 pgs: 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:44.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:44.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:45.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:45.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:46 smithi026 ceph-mon[93126]: 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:01:46.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:46.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:46 smithi089 ceph-mon[103441]: 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:01:47.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:47.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:48 smithi026 ceph-mon[93126]: 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:01:48.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:48.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:48 smithi089 ceph-mon[103441]: 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:01:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:49.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:49.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:49.616 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:01:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:50 smithi026 ceph-mon[93126]: pgmap v4252: 97 pgs: 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.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:50.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:50 smithi089 ceph-mon[103441]: pgmap v4252: 97 pgs: 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:51.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:51.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:52 smithi026 ceph-mon[93126]: 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:01:52.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:52.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:52 smithi089 ceph-mon[103441]: 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:01:53.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:53.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:54 smithi026 ceph-mon[93126]: pgmap v4254: 97 pgs: 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:54.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:54.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:54.669 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:54 smithi089 ceph-mon[103441]: pgmap v4254: 97 pgs: 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:55.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:55.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:56 smithi026 ceph-mon[93126]: 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:01:56.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:56.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:56 smithi089 ceph-mon[103441]: 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:01:57.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:57.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:01:58 smithi026 ceph-mon[93126]: 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:01:58.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:58.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:01:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:01:58 smithi089 ceph-mon[103441]: 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:01:59.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:01:59.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:00 smithi026 ceph-mon[93126]: pgmap v4257: 97 pgs: 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.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:00.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:00 smithi089 ceph-mon[103441]: pgmap v4257: 97 pgs: 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:01.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:01.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:02 smithi026 ceph-mon[93126]: 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:02.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:02.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:02 smithi089 ceph-mon[103441]: 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:03.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:03.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:04 smithi026 ceph-mon[93126]: pgmap v4259: 97 pgs: 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:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:04.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:04.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:04 smithi089 ceph-mon[103441]: pgmap v4259: 97 pgs: 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:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:05.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:05.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:06 smithi026 ceph-mon[93126]: 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:06.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:06.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:06 smithi089 ceph-mon[103441]: 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:07.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:07.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:08 smithi026 ceph-mon[93126]: 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:08.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:08.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:08 smithi089 ceph-mon[103441]: 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:09.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:09.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:10 smithi026 ceph-mon[93126]: pgmap v4262: 97 pgs: 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.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:10.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:10 smithi089 ceph-mon[103441]: pgmap v4262: 97 pgs: 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:11.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:11.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:12 smithi026 ceph-mon[93126]: 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:02:12.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:12.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:12 smithi089 ceph-mon[103441]: 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:02:13.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:13.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:14 smithi026 ceph-mon[93126]: pgmap v4264: 97 pgs: 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:14.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:14.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:14 smithi089 ceph-mon[103441]: pgmap v4264: 97 pgs: 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:15.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:15.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:16 smithi026 ceph-mon[93126]: 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:02:16.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:16.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:16 smithi089 ceph-mon[103441]: 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:02:17.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:17.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:18 smithi026 ceph-mon[93126]: 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:02:18.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:18.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:18 smithi089 ceph-mon[103441]: 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:02:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:19.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:19.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:20 smithi026 ceph-mon[93126]: pgmap v4267: 97 pgs: 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.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:20.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:20 smithi089 ceph-mon[103441]: pgmap v4267: 97 pgs: 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:21.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:21.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:22 smithi026 ceph-mon[93126]: 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:02:22.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:22.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:22 smithi089 ceph-mon[103441]: 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:02:23.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:23.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:24 smithi026 ceph-mon[93126]: pgmap v4269: 97 pgs: 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:24.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:24.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:24 smithi089 ceph-mon[103441]: pgmap v4269: 97 pgs: 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:25.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:25.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:26 smithi026 ceph-mon[93126]: 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:02:26.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:26.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:26 smithi089 ceph-mon[103441]: 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:02:27.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:27.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:28 smithi026 ceph-mon[93126]: 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:02:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:28 smithi089 ceph-mon[103441]: 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:02:28.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:28.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:29.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:29.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:30 smithi089 ceph-mon[103441]: pgmap v4272: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:30 smithi026 ceph-mon[93126]: pgmap v4272: 97 pgs: 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.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:30.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:31.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:31.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:32 smithi026 ceph-mon[93126]: 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:02:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:32 smithi089 ceph-mon[103441]: 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:02:32.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:32.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:33.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:33.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:34 smithi026 ceph-mon[93126]: pgmap v4274: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:34 smithi089 ceph-mon[103441]: pgmap v4274: 97 pgs: 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:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:34.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:34.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:35.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:35.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:36 smithi026 ceph-mon[93126]: 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:02:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:36 smithi089 ceph-mon[103441]: 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:02:36.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:36.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:37.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:37.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:38 smithi026 ceph-mon[93126]: 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:02:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:02:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:38 smithi089 ceph-mon[103441]: 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:02:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:02:38.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:38.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:39.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:39.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:40 smithi089 ceph-mon[103441]: pgmap v4277: 97 pgs: 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.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:40 smithi026 ceph-mon[93126]: pgmap v4277: 97 pgs: 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.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:40.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:41.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:41.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:42 smithi026 ceph-mon[93126]: 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:02:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:42 smithi089 ceph-mon[103441]: 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:02:42.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:42.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:02:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:02:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:02:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:02:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:02:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:02:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:02:43.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:43.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:02:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:02:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:02:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:02:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:02:43.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:02:43.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:02:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:44 smithi089 ceph-mon[103441]: pgmap v4279: 97 pgs: 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:44.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:44.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:44 smithi026 ceph-mon[93126]: pgmap v4279: 97 pgs: 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:45.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:45.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:46 smithi089 ceph-mon[103441]: 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:02:46.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:46.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:46 smithi026 ceph-mon[93126]: 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:02:47.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:47.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:48 smithi089 ceph-mon[103441]: 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:02:48.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:48.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:48 smithi026 ceph-mon[93126]: 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:02:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:49.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:49.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:02:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:50 smithi089 ceph-mon[103441]: pgmap v4282: 97 pgs: 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.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:50.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:50 smithi026 ceph-mon[93126]: pgmap v4282: 97 pgs: 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:51.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:51.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:52 smithi089 ceph-mon[103441]: 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:02:52.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:52.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:52 smithi026 ceph-mon[93126]: 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:02:53.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:53.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:54 smithi089 ceph-mon[103441]: pgmap v4284: 97 pgs: 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:54.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:54.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:54 smithi026 ceph-mon[93126]: pgmap v4284: 97 pgs: 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:55.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:55.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:56 smithi089 ceph-mon[103441]: 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:02:56.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:56.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:56 smithi026 ceph-mon[93126]: 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:02:57.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:57.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:58.601 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:02:58 smithi026 ceph-mon[93126]: 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:02:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:02:58 smithi089 ceph-mon[103441]: 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:02:58.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:58.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:02:59.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:02:59.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:00 smithi089 ceph-mon[103441]: pgmap v4287: 97 pgs: 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.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:00.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:00 smithi026 ceph-mon[93126]: pgmap v4287: 97 pgs: 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:01.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:01.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:02 smithi089 ceph-mon[103441]: 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:02.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:02.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:02 smithi026 ceph-mon[93126]: 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:03.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:03.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:04 smithi089 ceph-mon[103441]: pgmap v4289: 97 pgs: 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:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:04.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:04.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:04 smithi026 ceph-mon[93126]: pgmap v4289: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:05.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:05.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:06 smithi089 ceph-mon[103441]: 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:06.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:06.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:06 smithi026 ceph-mon[93126]: 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:07.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:07.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:08 smithi089 ceph-mon[103441]: 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:08.715 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:08 smithi026 ceph-mon[93126]: 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:08.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:08.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:09.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:09.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:10 smithi089 ceph-mon[103441]: pgmap v4292: 97 pgs: 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.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:10.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:10 smithi026 ceph-mon[93126]: pgmap v4292: 97 pgs: 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:11.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:11.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:12 smithi089 ceph-mon[103441]: 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:03:12.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:12.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:12 smithi026 ceph-mon[93126]: 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:03:13.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:13.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:14 smithi089 ceph-mon[103441]: pgmap v4294: 97 pgs: 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:14.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:14.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:14 smithi026 ceph-mon[93126]: pgmap v4294: 97 pgs: 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:15.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:15.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:16 smithi089 ceph-mon[103441]: 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:03:16.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:16.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:16 smithi026 ceph-mon[93126]: 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:03:17.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:17.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:18 smithi089 ceph-mon[103441]: 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:03:18.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:18.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:18 smithi026 ceph-mon[93126]: 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:03:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:19.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:19.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:20 smithi089 ceph-mon[103441]: pgmap v4297: 97 pgs: 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.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:20.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:20 smithi026 ceph-mon[93126]: pgmap v4297: 97 pgs: 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:21.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:21.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:22 smithi089 ceph-mon[103441]: 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:03:22.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:22.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:22 smithi026 ceph-mon[93126]: 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:03:23.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:23.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:24 smithi089 ceph-mon[103441]: pgmap v4299: 97 pgs: 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:24.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:24.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:24 smithi026 ceph-mon[93126]: pgmap v4299: 97 pgs: 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:25.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:25.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:26 smithi089 ceph-mon[103441]: 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:03:26.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:26.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:26 smithi026 ceph-mon[93126]: 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:03:27.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:27.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:28 smithi089 ceph-mon[103441]: 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:03:28.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:28.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:28 smithi026 ceph-mon[93126]: 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:03:29.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:29.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:30.674 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:30 smithi089 ceph-mon[103441]: pgmap v4302: 97 pgs: 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.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:30.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:30 smithi026 ceph-mon[93126]: pgmap v4302: 97 pgs: 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:31.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:31.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:32 smithi089 ceph-mon[103441]: 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:03:32.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:32.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:32 smithi026 ceph-mon[93126]: 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:03:33.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:33.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:34 smithi089 ceph-mon[103441]: pgmap v4304: 97 pgs: 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:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:34.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:34.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:34 smithi026 ceph-mon[93126]: pgmap v4304: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:35.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:35.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:36 smithi089 ceph-mon[103441]: 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:03:36.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:36.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:36 smithi026 ceph-mon[93126]: 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:03:37.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:37.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:38 smithi089 ceph-mon[103441]: 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:03:38.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:38.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:38 smithi026 ceph-mon[93126]: 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:03:39.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:39.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:40 smithi089 ceph-mon[103441]: pgmap v4307: 97 pgs: 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.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:40.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:40 smithi026 ceph-mon[93126]: pgmap v4307: 97 pgs: 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:41.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:41.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:42 smithi089 ceph-mon[103441]: 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:03:42.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:42.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:42 smithi026 ceph-mon[93126]: 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:03:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:03:43.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:43.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:03:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:44 smithi089 ceph-mon[103441]: pgmap v4309: 97 pgs: 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:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:03:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:03:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:03:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:03:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:03:44.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:44.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:44 smithi026 ceph-mon[93126]: pgmap v4309: 97 pgs: 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:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:03:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:03:44.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:03:44.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:03:44.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:03:45.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:45.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:46 smithi089 ceph-mon[103441]: 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:03:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:46 smithi026 ceph-mon[93126]: 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:03:46.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:46.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:47.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:47.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:48 smithi026 ceph-mon[93126]: 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:03:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:48.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:48.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:48 smithi089 ceph-mon[103441]: 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:03:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:03:49.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:49.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:50 smithi026 ceph-mon[93126]: pgmap v4312: 97 pgs: 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.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:50.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:50.887 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:50 smithi089 ceph-mon[103441]: pgmap v4312: 97 pgs: 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:51.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:51.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:52 smithi026 ceph-mon[93126]: 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:03:52.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:52.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:52 smithi089 ceph-mon[103441]: 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:03:53.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:53.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:54 smithi026 ceph-mon[93126]: pgmap v4314: 97 pgs: 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:54.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:54.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:54 smithi089 ceph-mon[103441]: pgmap v4314: 97 pgs: 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:55.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:55.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:56 smithi026 ceph-mon[93126]: 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:03:56.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:56.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:56 smithi089 ceph-mon[103441]: 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:03:57.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:57.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:03:58 smithi026 ceph-mon[93126]: 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:03:58.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:58.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:03:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:03:58 smithi089 ceph-mon[103441]: 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:03:59.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:03:59.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:00 smithi026 ceph-mon[93126]: pgmap v4317: 97 pgs: 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.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:00.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:00 smithi089 ceph-mon[103441]: pgmap v4317: 97 pgs: 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:01.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:01.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:02 smithi026 ceph-mon[93126]: 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:02.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:02.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:02 smithi089 ceph-mon[103441]: 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:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:03.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:03.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:04 smithi026 ceph-mon[93126]: pgmap v4319: 97 pgs: 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:04.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:04.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:04 smithi089 ceph-mon[103441]: pgmap v4319: 97 pgs: 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:05.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:05.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:06 smithi026 ceph-mon[93126]: 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:06.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:06.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:06 smithi089 ceph-mon[103441]: 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:07.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:07.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:08 smithi026 ceph-mon[93126]: 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:08.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:08.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:08 smithi089 ceph-mon[103441]: 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:09.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:09.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:10 smithi026 ceph-mon[93126]: pgmap v4322: 97 pgs: 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.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:10.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:10 smithi089 ceph-mon[103441]: pgmap v4322: 97 pgs: 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:11.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:11.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:12 smithi026 ceph-mon[93126]: 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:04:12.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:12.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:12 smithi089 ceph-mon[103441]: 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:04:13.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:13.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:14 smithi026 ceph-mon[93126]: pgmap v4324: 97 pgs: 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:14.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:14.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:14 smithi089 ceph-mon[103441]: pgmap v4324: 97 pgs: 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:15.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:15.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:16 smithi026 ceph-mon[93126]: 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:04:16.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:16.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:16 smithi089 ceph-mon[103441]: 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:04:17.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:17.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:18 smithi026 ceph-mon[93126]: 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:04:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:18.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:18.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:18 smithi089 ceph-mon[103441]: 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:04:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:19.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:19.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:20 smithi026 ceph-mon[93126]: pgmap v4327: 97 pgs: 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.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:20.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:20 smithi089 ceph-mon[103441]: pgmap v4327: 97 pgs: 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:21.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:21.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:22 smithi026 ceph-mon[93126]: 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:04:22.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:22.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:22 smithi089 ceph-mon[103441]: 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:04:23.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:23.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:24 smithi026 ceph-mon[93126]: pgmap v4329: 97 pgs: 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:24.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:24.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:24 smithi089 ceph-mon[103441]: pgmap v4329: 97 pgs: 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:25.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:25.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:26 smithi089 ceph-mon[103441]: 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:04:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:26 smithi026 ceph-mon[93126]: 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:04:26.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:26.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:27.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:27.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:28 smithi026 ceph-mon[93126]: 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:04:28.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:28.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:28 smithi089 ceph-mon[103441]: 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:04:29.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:29.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:30 smithi026 ceph-mon[93126]: pgmap v4332: 97 pgs: 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.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:30.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:30 smithi089 ceph-mon[103441]: pgmap v4332: 97 pgs: 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:31.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:31.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:32 smithi026 ceph-mon[93126]: 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:04:32.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:32.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:32 smithi089 ceph-mon[103441]: 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:04:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:33.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:33.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:34 smithi026 ceph-mon[93126]: pgmap v4334: 97 pgs: 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:34.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:34.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:34 smithi089 ceph-mon[103441]: pgmap v4334: 97 pgs: 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:35.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:35.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:36 smithi089 ceph-mon[103441]: 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:04:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:36 smithi026 ceph-mon[93126]: 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:04:36.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:36.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:37.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:37.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:38 smithi026 ceph-mon[93126]: 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:04:38.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:38.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:38 smithi089 ceph-mon[103441]: 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:04:39.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:39.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:40 smithi026 ceph-mon[93126]: pgmap v4337: 97 pgs: 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.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:40.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:40 smithi089 ceph-mon[103441]: pgmap v4337: 97 pgs: 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:41.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:41.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:42 smithi026 ceph-mon[93126]: 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:04:42.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:42.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:42 smithi089 ceph-mon[103441]: 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:04:43.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:43.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:44 smithi026 ceph-mon[93126]: pgmap v4339: 97 pgs: 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:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:04:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:44.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:44.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:44 smithi089 ceph-mon[103441]: pgmap v4339: 97 pgs: 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:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:04:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:45.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:45.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:46 smithi026 ceph-mon[93126]: 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:04:46.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:46.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:46 smithi089 ceph-mon[103441]: 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:04:47.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:47.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:48 smithi026 ceph-mon[93126]: 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:04:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:48.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:48.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:48 smithi089 ceph-mon[103441]: 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:04:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:04:49.872 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:49 smithi026 ceph-mon[93126]: pgmap v4342: 97 pgs: 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:49.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:49.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:49 smithi089 ceph-mon[103441]: pgmap v4342: 97 pgs: 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.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:50.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:51.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:51.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:52 smithi026 ceph-mon[93126]: 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:04:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:52 smithi089 ceph-mon[103441]: 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:04:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:52.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:52.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:04:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:04:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:04:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:04:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:04:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:04:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:04:53.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:53.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:54 smithi026 ceph-mon[93126]: pgmap v4344: 97 pgs: 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:54.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:54.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:54 smithi089 ceph-mon[103441]: pgmap v4344: 97 pgs: 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:55.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:55.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:56 smithi026 ceph-mon[93126]: 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:04:56.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:56.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:56 smithi089 ceph-mon[103441]: 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:04:57.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:57.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:04:58 smithi026 ceph-mon[93126]: 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:04:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:04:58 smithi089 ceph-mon[103441]: 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:04:58.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:58.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:04:59.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:04:59.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:00 smithi026 ceph-mon[93126]: pgmap v4347: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:00 smithi089 ceph-mon[103441]: pgmap v4347: 97 pgs: 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.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:00.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:01.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:01.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:02 smithi026 ceph-mon[93126]: 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:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:02 smithi089 ceph-mon[103441]: 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:02.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:02.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:03.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:03.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:04 smithi026 ceph-mon[93126]: pgmap v4349: 97 pgs: 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:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:04 smithi089 ceph-mon[103441]: pgmap v4349: 97 pgs: 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:05.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:05.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:05.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:05.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:06 smithi089 ceph-mon[103441]: 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:06.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:06.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:07.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:07.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:08 smithi026 ceph-mon[93126]: 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:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:08 smithi089 ceph-mon[103441]: 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:08.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:08.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:09 smithi089 ceph-mon[103441]: pgmap v4352: 97 pgs: 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:09.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:09.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:09 smithi026 ceph-mon[93126]: pgmap v4352: 97 pgs: 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.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:10.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:11.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:11.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:12 smithi026 ceph-mon[93126]: 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:05:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:12 smithi089 ceph-mon[103441]: 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:05:12.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:12.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:13.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:13.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:14 smithi026 ceph-mon[93126]: pgmap v4354: 97 pgs: 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:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:14 smithi089 ceph-mon[103441]: pgmap v4354: 97 pgs: 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:14.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:14.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:15.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:15.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:16 smithi026 ceph-mon[93126]: 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:05:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:16 smithi089 ceph-mon[103441]: 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:05:16.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:16.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:17.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:17.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:18 smithi026 ceph-mon[93126]: 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:05:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:18 smithi089 ceph-mon[103441]: 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:05:18.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:18.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:19.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:19.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:20 smithi026 ceph-mon[93126]: pgmap v4357: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:20 smithi089 ceph-mon[103441]: pgmap v4357: 97 pgs: 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.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:20.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:21.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:21.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:22 smithi026 ceph-mon[93126]: 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:05:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:22 smithi089 ceph-mon[103441]: 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:05:22.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:22.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:23.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:23.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:24 smithi026 ceph-mon[93126]: pgmap v4359: 97 pgs: 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:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:24 smithi089 ceph-mon[103441]: pgmap v4359: 97 pgs: 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:24.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:24.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:25.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:25.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:26 smithi026 ceph-mon[93126]: 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:05:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:26 smithi089 ceph-mon[103441]: 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:05:26.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:26.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:27.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:27.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:28 smithi026 ceph-mon[93126]: 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:05:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:28 smithi089 ceph-mon[103441]: 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:05:28.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:28.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:29.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:29.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:30 smithi026 ceph-mon[93126]: pgmap v4362: 97 pgs: 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.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:30 smithi089 ceph-mon[103441]: pgmap v4362: 97 pgs: 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.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:30.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:31.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:31.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:32 smithi026 ceph-mon[93126]: 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:05:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:32 smithi089 ceph-mon[103441]: 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:05:32.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:32.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:33.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:33.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:34 smithi026 ceph-mon[93126]: pgmap v4364: 97 pgs: 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:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:34 smithi089 ceph-mon[103441]: pgmap v4364: 97 pgs: 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:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:34.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:34.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:35.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:35.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:36 smithi026 ceph-mon[93126]: 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:05:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:36 smithi089 ceph-mon[103441]: 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:05:36.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:36.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:37.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:37.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:38 smithi026 ceph-mon[93126]: 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:05:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:38 smithi089 ceph-mon[103441]: 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:05:38.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:38.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:39.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:39.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:40 smithi026 ceph-mon[93126]: pgmap v4367: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:40 smithi089 ceph-mon[103441]: pgmap v4367: 97 pgs: 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.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:41.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:42.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:42.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:42 smithi089 ceph-mon[103441]: 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:05:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:42 smithi026 ceph-mon[93126]: 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:05:43.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:43.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:44.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:44.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:44 smithi026 ceph-mon[93126]: pgmap v4369: 97 pgs: 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:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:44 smithi089 ceph-mon[103441]: pgmap v4369: 97 pgs: 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:45.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:45.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:46.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:46.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:46 smithi026 ceph-mon[93126]: 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:05:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:46 smithi089 ceph-mon[103441]: 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:05:47.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:47.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:48.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:48.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:48 smithi026 ceph-mon[93126]: 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:05:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:48 smithi089 ceph-mon[103441]: 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:05:49.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:49.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:05:50.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:50.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:50 smithi026 ceph-mon[93126]: pgmap v4372: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:50 smithi089 ceph-mon[103441]: pgmap v4372: 97 pgs: 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.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:51.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:52.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:52.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:52 smithi089 ceph-mon[103441]: 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:05:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:52 smithi026 ceph-mon[93126]: 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:05:53.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:53.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:05:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:05:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:05:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:05:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:05:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:05:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:05:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:05:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:05:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:05:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:05:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:05:54.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:54.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:54 smithi089 ceph-mon[103441]: pgmap v4374: 97 pgs: 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:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:54 smithi026 ceph-mon[93126]: pgmap v4374: 97 pgs: 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:55.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:55.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:56.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:56.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:56 smithi089 ceph-mon[103441]: 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:05:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:56 smithi026 ceph-mon[93126]: 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:05:57.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:57.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:58.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:58.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:05:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:05:58 smithi089 ceph-mon[103441]: 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:05:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:05:58 smithi026 ceph-mon[93126]: 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:05:59.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:05:59.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:00.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:00.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:00.670 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:00 smithi026 ceph-mon[93126]: pgmap v4377: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:00 smithi089 ceph-mon[103441]: pgmap v4377: 97 pgs: 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.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:01.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:02.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:02.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:02 smithi089 ceph-mon[103441]: 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:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:02 smithi026 ceph-mon[93126]: 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:03.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:03.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:04.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:04.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:04 smithi089 ceph-mon[103441]: pgmap v4379: 97 pgs: 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:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:04 smithi026 ceph-mon[93126]: pgmap v4379: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:05.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:05.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:06.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:06.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:06 smithi089 ceph-mon[103441]: 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:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:06 smithi026 ceph-mon[93126]: 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:07.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:07.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:08.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:08.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:08 smithi089 ceph-mon[103441]: 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:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:08 smithi026 ceph-mon[93126]: 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:09.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:09.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:10.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:10.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:10 smithi089 ceph-mon[103441]: pgmap v4382: 97 pgs: 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.785 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:10 smithi026 ceph-mon[93126]: pgmap v4382: 97 pgs: 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.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:11.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:12.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:12.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:12 smithi089 ceph-mon[103441]: 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:06:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:12 smithi026 ceph-mon[93126]: 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:06:13.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:13.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:14.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:14.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:14 smithi089 ceph-mon[103441]: pgmap v4384: 97 pgs: 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:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:14 smithi026 ceph-mon[93126]: pgmap v4384: 97 pgs: 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:15.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:15.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:16.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:16.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:16 smithi089 ceph-mon[103441]: 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:06:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:16 smithi026 ceph-mon[93126]: 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:06:17.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:17.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:18.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:18.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:18 smithi089 ceph-mon[103441]: 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:06:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:18 smithi026 ceph-mon[93126]: 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:06:19.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:19.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:20.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:20.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:20.665 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:20 smithi089 ceph-mon[103441]: pgmap v4387: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:20 smithi026 ceph-mon[93126]: pgmap v4387: 97 pgs: 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.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:21.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:22.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:22.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:22 smithi089 ceph-mon[103441]: 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:06:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:22 smithi026 ceph-mon[93126]: 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:06:23.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:23.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:24.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:24.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:24 smithi089 ceph-mon[103441]: pgmap v4389: 97 pgs: 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:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:24 smithi026 ceph-mon[93126]: pgmap v4389: 97 pgs: 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:25.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:25.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:26.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:26.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:26 smithi089 ceph-mon[103441]: 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:06:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:26 smithi026 ceph-mon[93126]: 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:06:27.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:27.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:28.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:28.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:28 smithi089 ceph-mon[103441]: 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:06:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:28 smithi026 ceph-mon[93126]: 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:06:29.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:29.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:30.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:30.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:30 smithi089 ceph-mon[103441]: pgmap v4392: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:30 smithi026 ceph-mon[93126]: pgmap v4392: 97 pgs: 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.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:31.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:32.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:32.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:32 smithi089 ceph-mon[103441]: 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:06:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:32 smithi026 ceph-mon[93126]: 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:06:33.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:33.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:34.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:34.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:34 smithi089 ceph-mon[103441]: pgmap v4394: 97 pgs: 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:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:34 smithi026 ceph-mon[93126]: pgmap v4394: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:35.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:35.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:36.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:36.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:36 smithi089 ceph-mon[103441]: 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:06:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:36 smithi026 ceph-mon[93126]: 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:06:37.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:37.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:38.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:38.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:38 smithi089 ceph-mon[103441]: 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:06:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:38 smithi026 ceph-mon[93126]: 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:06:39.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:39.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:40.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:40.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:40 smithi089 ceph-mon[103441]: pgmap v4397: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:40 smithi026 ceph-mon[93126]: pgmap v4397: 97 pgs: 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.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:41.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:42.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:42.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:42 smithi089 ceph-mon[103441]: 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:06:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:42 smithi026 ceph-mon[93126]: 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:06:43.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:43.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:44.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:44.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:44 smithi089 ceph-mon[103441]: pgmap v4399: 97 pgs: 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:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:44 smithi026 ceph-mon[93126]: pgmap v4399: 97 pgs: 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:45.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:45.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:46.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:46.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:46 smithi026 ceph-mon[93126]: 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:06:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:46 smithi089 ceph-mon[103441]: 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:06:47.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:47.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:48.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:48.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:48 smithi089 ceph-mon[103441]: 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:06:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:48 smithi026 ceph-mon[93126]: 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:06:49.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:49.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:06:50.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:50.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:50 smithi089 ceph-mon[103441]: pgmap v4402: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:50 smithi026 ceph-mon[93126]: pgmap v4402: 97 pgs: 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.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:51.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:52.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:52.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:52 smithi089 ceph-mon[103441]: 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:06:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:52 smithi026 ceph-mon[93126]: 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:06:53.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:53.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:06:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:06:54.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:54.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:54 smithi089 ceph-mon[103441]: pgmap v4404: 97 pgs: 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:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:06:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:06:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:06:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:06:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:06:54.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:06:54.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:06:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:54 smithi026 ceph-mon[93126]: pgmap v4404: 97 pgs: 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:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:06:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:06:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:06:54.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:06:54.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:06:54.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:06:54.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:06:55.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:55.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:56.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:56.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:56 smithi026 ceph-mon[93126]: 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:06:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:56 smithi089 ceph-mon[103441]: 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:06:57.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:57.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:58.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:58.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:06:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:06:58 smithi089 ceph-mon[103441]: 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:06:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:06:58 smithi026 ceph-mon[93126]: 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:06:59.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:06:59.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:00.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:00.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:00 smithi089 ceph-mon[103441]: pgmap v4407: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:00 smithi026 ceph-mon[93126]: pgmap v4407: 97 pgs: 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.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:01.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:02.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:02.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:02 smithi089 ceph-mon[103441]: 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:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:02 smithi026 ceph-mon[93126]: 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:03.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:03.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:04.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:04.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:04 smithi089 ceph-mon[103441]: pgmap v4409: 97 pgs: 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:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:04 smithi026 ceph-mon[93126]: pgmap v4409: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:05.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:05.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:06.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:06.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:06 smithi089 ceph-mon[103441]: 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:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:06 smithi026 ceph-mon[93126]: 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:07.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:07.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:08.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:08.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:08 smithi026 ceph-mon[93126]: 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:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:08 smithi089 ceph-mon[103441]: 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:09.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:09.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:10.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:10.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:10 smithi026 ceph-mon[93126]: pgmap v4412: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:10 smithi089 ceph-mon[103441]: pgmap v4412: 97 pgs: 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.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:11.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:12.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:12.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:12 smithi026 ceph-mon[93126]: 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:07:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:12 smithi089 ceph-mon[103441]: 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:07:13.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:13.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:14.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:14.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:14 smithi026 ceph-mon[93126]: pgmap v4414: 97 pgs: 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:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:14 smithi089 ceph-mon[103441]: pgmap v4414: 97 pgs: 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:15.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:15.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:16.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:16.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:16 smithi026 ceph-mon[93126]: 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:07:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:16 smithi089 ceph-mon[103441]: 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:07:17.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:17.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:18.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:18.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:18 smithi026 ceph-mon[93126]: 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:07:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:18 smithi089 ceph-mon[103441]: 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:07:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:19.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:19.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:20.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:20.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:20 smithi026 ceph-mon[93126]: pgmap v4417: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:20 smithi089 ceph-mon[103441]: pgmap v4417: 97 pgs: 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.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:21.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:22.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:22.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:22 smithi026 ceph-mon[93126]: 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:07:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:22 smithi089 ceph-mon[103441]: 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:07:23.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:23.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:24.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:24.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:24 smithi026 ceph-mon[93126]: pgmap v4419: 97 pgs: 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:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:24 smithi089 ceph-mon[103441]: pgmap v4419: 97 pgs: 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:25.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:25.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:26.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:26.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:26 smithi026 ceph-mon[93126]: 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:07:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:26 smithi089 ceph-mon[103441]: 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:07:27.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:27.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:28.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:28.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:28 smithi026 ceph-mon[93126]: 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:07:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:28 smithi089 ceph-mon[103441]: 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:07:29.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:29.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:30.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:30.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:30 smithi026 ceph-mon[93126]: pgmap v4422: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:30 smithi089 ceph-mon[103441]: pgmap v4422: 97 pgs: 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.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:31.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:32.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:32.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:32 smithi026 ceph-mon[93126]: 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:07:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:32 smithi089 ceph-mon[103441]: 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:07:33.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:33.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:34.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:34.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:34 smithi026 ceph-mon[93126]: pgmap v4424: 97 pgs: 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:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:34 smithi089 ceph-mon[103441]: pgmap v4424: 97 pgs: 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:35.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:35.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:36.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:36.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:36.760 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:36 smithi026 ceph-mon[93126]: 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:07:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:36 smithi089 ceph-mon[103441]: 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:07:37.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:37.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:38.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:38.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:38 smithi089 ceph-mon[103441]: 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:07:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:38 smithi026 ceph-mon[93126]: 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:07:39.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:39.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:40.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:40.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:40 smithi026 ceph-mon[93126]: pgmap v4427: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:40 smithi089 ceph-mon[103441]: pgmap v4427: 97 pgs: 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.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:41.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:42.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:42.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:42 smithi026 ceph-mon[93126]: 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:07:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:42 smithi089 ceph-mon[103441]: 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:07:43.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:43.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:44.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:44.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:44 smithi026 ceph-mon[93126]: pgmap v4429: 97 pgs: 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:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:44 smithi089 ceph-mon[103441]: pgmap v4429: 97 pgs: 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:45.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:45.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:46.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:46.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:46 smithi026 ceph-mon[93126]: 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:07:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:46 smithi089 ceph-mon[103441]: 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:07:47.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:47.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:48.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:48.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:48 smithi089 ceph-mon[103441]: 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:07:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:48 smithi026 ceph-mon[93126]: 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:07:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:07:49.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:49.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:50.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:50.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:50 smithi026 ceph-mon[93126]: pgmap v4432: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:50 smithi089 ceph-mon[103441]: pgmap v4432: 97 pgs: 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.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:51.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:52.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:52.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:52 smithi026 ceph-mon[93126]: 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:07:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:52 smithi089 ceph-mon[103441]: 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:07:53.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:53.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:54.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:54.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:54 smithi026 ceph-mon[93126]: pgmap v4434: 97 pgs: 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:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:54 smithi089 ceph-mon[103441]: pgmap v4434: 97 pgs: 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:55.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:55.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:07:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:07:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:07:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:07:55.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:07:55.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:07:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:07:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:07:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:07:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:07:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:07:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:07:56.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:56.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:56 smithi026 ceph-mon[93126]: 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:07:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:56 smithi089 ceph-mon[103441]: 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:07:57.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:57.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:58.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:58.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:07:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:07:58 smithi026 ceph-mon[93126]: 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:07:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:07:58 smithi089 ceph-mon[103441]: 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:07:59.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:07:59.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:00.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:00.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:00 smithi026 ceph-mon[93126]: pgmap v4437: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:00 smithi089 ceph-mon[103441]: pgmap v4437: 97 pgs: 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.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:01.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:02.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:02.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:02 smithi026 ceph-mon[93126]: 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:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:02 smithi089 ceph-mon[103441]: 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:03.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:03.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:04.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:04.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:04 smithi026 ceph-mon[93126]: pgmap v4439: 97 pgs: 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:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:04 smithi089 ceph-mon[103441]: pgmap v4439: 97 pgs: 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:05.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:05.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:06.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:06.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:06 smithi089 ceph-mon[103441]: 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:07.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:07.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:08.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:08.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:08 smithi026 ceph-mon[93126]: 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:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:08 smithi089 ceph-mon[103441]: 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:09.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:09.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:10.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:10.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:10 smithi026 ceph-mon[93126]: pgmap v4442: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:10 smithi089 ceph-mon[103441]: pgmap v4442: 97 pgs: 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.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:11.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:12.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:12.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:12 smithi026 ceph-mon[93126]: 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:08:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:12 smithi089 ceph-mon[103441]: 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:08:13.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:13.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:14.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:14.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:14 smithi026 ceph-mon[93126]: pgmap v4444: 97 pgs: 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:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:14 smithi089 ceph-mon[103441]: pgmap v4444: 97 pgs: 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:15.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:15.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:16.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:16.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:16 smithi026 ceph-mon[93126]: 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:08:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:16 smithi089 ceph-mon[103441]: 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:08:17.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:17.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:18.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:18.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:18 smithi026 ceph-mon[93126]: 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:08:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:18 smithi089 ceph-mon[103441]: 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:08:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:19.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:19.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:20.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:20.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:20 smithi026 ceph-mon[93126]: pgmap v4447: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:20 smithi089 ceph-mon[103441]: pgmap v4447: 97 pgs: 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.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:21.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:22.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:22.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:22 smithi026 ceph-mon[93126]: 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:08:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:22 smithi089 ceph-mon[103441]: 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:08:23.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:23.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:24.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:24.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:24 smithi026 ceph-mon[93126]: pgmap v4449: 97 pgs: 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:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:24 smithi089 ceph-mon[103441]: pgmap v4449: 97 pgs: 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:25.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:25.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:26.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:26.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:26 smithi026 ceph-mon[93126]: 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:08:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:26 smithi089 ceph-mon[103441]: 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:08:27.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:27.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:28.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:28.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:28 smithi089 ceph-mon[103441]: 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:08:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:28 smithi026 ceph-mon[93126]: 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:08:29.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:29.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:30.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:30.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:30 smithi089 ceph-mon[103441]: pgmap v4452: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:30 smithi026 ceph-mon[93126]: pgmap v4452: 97 pgs: 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.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:31.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:32.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:32.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:32 smithi026 ceph-mon[93126]: 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:08:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:32 smithi089 ceph-mon[103441]: 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:08:33.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:33.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:33.846 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:34.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:34.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:34 smithi089 ceph-mon[103441]: pgmap v4454: 97 pgs: 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:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:34 smithi026 ceph-mon[93126]: pgmap v4454: 97 pgs: 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:35.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:35.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:36.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:36.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:36 smithi026 ceph-mon[93126]: 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:08:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:36 smithi089 ceph-mon[103441]: 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:08:37.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:37.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:38.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:38.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:38 smithi026 ceph-mon[93126]: 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:08:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:38 smithi089 ceph-mon[103441]: 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:08:39.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:39.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:40.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:40.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:40 smithi026 ceph-mon[93126]: pgmap v4457: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:40 smithi089 ceph-mon[103441]: pgmap v4457: 97 pgs: 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.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:41.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:42.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:42.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:42 smithi026 ceph-mon[93126]: 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:08:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:42 smithi089 ceph-mon[103441]: 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:08:43.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:43.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:44.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:44.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:44 smithi026 ceph-mon[93126]: pgmap v4459: 97 pgs: 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:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:44 smithi089 ceph-mon[103441]: pgmap v4459: 97 pgs: 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:45.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:45.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:46.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:46.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:46 smithi026 ceph-mon[93126]: 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:08:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:46 smithi089 ceph-mon[103441]: 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:08:47.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:47.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:48.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:48.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:48 smithi026 ceph-mon[93126]: 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:08:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:48 smithi089 ceph-mon[103441]: 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:08:49.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:49.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:08:50.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:50.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:50 smithi026 ceph-mon[93126]: pgmap v4462: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:50 smithi089 ceph-mon[103441]: pgmap v4462: 97 pgs: 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.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:51.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:52.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:52.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:52.619 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:52 smithi026 ceph-mon[93126]: 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:08:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:52 smithi089 ceph-mon[103441]: 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:08:53.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:53.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:54.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:54.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:54 smithi089 ceph-mon[103441]: pgmap v4464: 97 pgs: 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:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:54 smithi026 ceph-mon[93126]: pgmap v4464: 97 pgs: 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:55.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:55.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:08:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:08:56.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:56.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:56 smithi089 ceph-mon[103441]: 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:08:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:08:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:08:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:08:56.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:08:56.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:08:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:56 smithi026 ceph-mon[93126]: 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:08:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:08:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:08:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:08:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:08:56.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:08:57.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:57.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:58.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:58.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:08:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:08:58 smithi089 ceph-mon[103441]: 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:08:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:08:58 smithi026 ceph-mon[93126]: 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:08:59.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:08:59.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:00.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:00.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:00 smithi089 ceph-mon[103441]: pgmap v4467: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:00 smithi026 ceph-mon[93126]: pgmap v4467: 97 pgs: 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.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:01.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:02.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:02.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:02 smithi089 ceph-mon[103441]: 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:02.734 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:02 smithi026 ceph-mon[93126]: 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:03.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:03.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:04.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:04.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:04 smithi089 ceph-mon[103441]: pgmap v4469: 97 pgs: 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:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:04 smithi026 ceph-mon[93126]: pgmap v4469: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:05.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:05.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:06.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:06.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:06 smithi089 ceph-mon[103441]: 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:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:06 smithi026 ceph-mon[93126]: 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:07.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:07.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:08.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:08.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:08 smithi089 ceph-mon[103441]: 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:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:08 smithi026 ceph-mon[93126]: 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:09.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:09.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:10.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:10.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:10 smithi089 ceph-mon[103441]: pgmap v4472: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:10 smithi026 ceph-mon[93126]: pgmap v4472: 97 pgs: 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.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:11.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:12.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:12.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:12 smithi089 ceph-mon[103441]: 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:09:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:12 smithi026 ceph-mon[93126]: 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:09:13.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:13.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:14.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:14.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:14 smithi089 ceph-mon[103441]: pgmap v4474: 97 pgs: 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:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:14 smithi026 ceph-mon[93126]: pgmap v4474: 97 pgs: 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:15.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:15.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:16.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:16.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:16 smithi089 ceph-mon[103441]: 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:09:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:16 smithi026 ceph-mon[93126]: 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:09:17.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:17.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:18.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:18.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:18 smithi089 ceph-mon[103441]: 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:09:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:18 smithi026 ceph-mon[93126]: 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:09:19.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:19.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:20.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:20.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:20 smithi089 ceph-mon[103441]: pgmap v4477: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:20 smithi026 ceph-mon[93126]: pgmap v4477: 97 pgs: 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.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:21.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:22.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:22.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:22 smithi089 ceph-mon[103441]: 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:09:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:22 smithi026 ceph-mon[93126]: 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:09:23.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:23.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:24.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:24.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:24 smithi089 ceph-mon[103441]: pgmap v4479: 97 pgs: 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:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:24 smithi026 ceph-mon[93126]: pgmap v4479: 97 pgs: 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:25.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:25.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:26.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:26.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:26 smithi089 ceph-mon[103441]: 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:09:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:26 smithi026 ceph-mon[93126]: 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:09:27.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:27.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:28.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:28.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:28 smithi089 ceph-mon[103441]: 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:09:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:28 smithi026 ceph-mon[93126]: 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:09:29.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:29.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:30.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:30.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:30 smithi089 ceph-mon[103441]: pgmap v4482: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:30 smithi026 ceph-mon[93126]: pgmap v4482: 97 pgs: 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.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:31.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:32.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:32.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:32 smithi089 ceph-mon[103441]: 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:09:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:32 smithi026 ceph-mon[93126]: 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:09:33.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:33.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:34.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:34.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:34 smithi089 ceph-mon[103441]: pgmap v4484: 97 pgs: 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:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:34 smithi026 ceph-mon[93126]: pgmap v4484: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:35.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:35.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:36.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:36.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:36 smithi089 ceph-mon[103441]: 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:09:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:36 smithi026 ceph-mon[93126]: 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:09:37.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:37.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:38.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:38.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:38 smithi026 ceph-mon[93126]: 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:09:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:38 smithi089 ceph-mon[103441]: 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:09:39.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:39.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:40.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:40.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:40 smithi089 ceph-mon[103441]: pgmap v4487: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:40 smithi026 ceph-mon[93126]: pgmap v4487: 97 pgs: 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.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:41.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:42.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:42.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:42 smithi089 ceph-mon[103441]: 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:09:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:42 smithi026 ceph-mon[93126]: 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:09:43.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:43.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:44.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:44.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:44 smithi089 ceph-mon[103441]: pgmap v4489: 97 pgs: 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:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:44 smithi026 ceph-mon[93126]: pgmap v4489: 97 pgs: 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:45.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:45.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:46.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:46.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:46 smithi089 ceph-mon[103441]: 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:09:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:46 smithi026 ceph-mon[93126]: 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:09:47.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:47.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:48.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:48.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:48 smithi026 ceph-mon[93126]: 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:09:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:48 smithi089 ceph-mon[103441]: 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:09:49.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:49.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:09:50.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:50.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:50 smithi089 ceph-mon[103441]: pgmap v4492: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:50 smithi026 ceph-mon[93126]: pgmap v4492: 97 pgs: 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.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:51.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:52.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:52.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:52 smithi089 ceph-mon[103441]: 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:09:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:52 smithi026 ceph-mon[93126]: 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:09:53.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:53.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:54.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:54.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:54 smithi089 ceph-mon[103441]: pgmap v4494: 97 pgs: 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:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:54 smithi026 ceph-mon[93126]: pgmap v4494: 97 pgs: 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:55.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:55.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:56.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:56.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:56 smithi089 ceph-mon[103441]: 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:09:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:09:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:56 smithi026 ceph-mon[93126]: 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:09:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:09:57.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:57.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:09:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:09:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:09:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:09:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:09:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:09:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:09:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:09:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:09:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:09:58.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:58.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:09:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:09:58 smithi026 ceph-mon[93126]: 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:09:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:09:58 smithi089 ceph-mon[103441]: 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:09:59.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:09:59.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:00.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:00.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:00 smithi089 ceph-mon[103441]: pgmap v4497: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T23:10:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:00 smithi026 ceph-mon[93126]: pgmap v4497: 97 pgs: 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:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T23:10:01.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:01.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:02.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:02.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:02 smithi089 ceph-mon[103441]: 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:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:02 smithi026 ceph-mon[93126]: 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:03.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:03.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:03 smithi026 ceph-mon[93126]: pgmap v4499: 97 pgs: 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:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:03 smithi089 ceph-mon[103441]: pgmap v4499: 97 pgs: 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:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:04.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:04.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:05.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:05.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:06.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:06.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:06 smithi026 ceph-mon[93126]: 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:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:06 smithi089 ceph-mon[103441]: 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:07.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:07.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:08.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:08.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:08 smithi026 ceph-mon[93126]: 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:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:08 smithi089 ceph-mon[103441]: 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:09.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:09.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:10.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:10.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:10 smithi089 ceph-mon[103441]: pgmap v4502: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:10 smithi026 ceph-mon[93126]: pgmap v4502: 97 pgs: 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.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:11.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:12.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:12.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:12 smithi089 ceph-mon[103441]: 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:10:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:12 smithi026 ceph-mon[93126]: 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:10:13.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:13.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:14.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:14.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:14 smithi089 ceph-mon[103441]: pgmap v4504: 97 pgs: 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:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:14 smithi026 ceph-mon[93126]: pgmap v4504: 97 pgs: 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:15.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:15.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:16.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:16.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:16 smithi089 ceph-mon[103441]: 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:10:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:16 smithi026 ceph-mon[93126]: 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:10:17.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:17.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:18.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:18.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:18.597 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:18 smithi026 ceph-mon[93126]: 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:10:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:18 smithi089 ceph-mon[103441]: 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:10:19.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:19.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:20.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:20.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:20 smithi089 ceph-mon[103441]: pgmap v4507: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:20 smithi026 ceph-mon[93126]: pgmap v4507: 97 pgs: 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.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:21.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:22.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:22.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:22 smithi089 ceph-mon[103441]: 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:10:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:22 smithi026 ceph-mon[93126]: 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:10:23.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:23.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:24.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:24.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:24 smithi089 ceph-mon[103441]: pgmap v4509: 97 pgs: 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:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:24 smithi026 ceph-mon[93126]: pgmap v4509: 97 pgs: 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:25.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:25.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:26.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:26.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:26 smithi089 ceph-mon[103441]: 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:10:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:26 smithi026 ceph-mon[93126]: 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:10:27.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:27.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:28.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:28.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:28 smithi089 ceph-mon[103441]: 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:10:28.713 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:28 smithi026 ceph-mon[93126]: 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:10:29.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:29.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:30.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:30.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:30 smithi089 ceph-mon[103441]: pgmap v4512: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:30 smithi026 ceph-mon[93126]: pgmap v4512: 97 pgs: 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.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:31.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:32.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:32.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:32 smithi089 ceph-mon[103441]: 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:10:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:32 smithi026 ceph-mon[93126]: 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:10:33.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:33.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:34.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:34.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:34 smithi089 ceph-mon[103441]: pgmap v4514: 97 pgs: 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:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:34 smithi026 ceph-mon[93126]: pgmap v4514: 97 pgs: 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:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:35.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:35.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:36.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:36.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:36 smithi089 ceph-mon[103441]: 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:10:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:36 smithi026 ceph-mon[93126]: 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:10:37.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:37.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:38.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:38.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:38 smithi089 ceph-mon[103441]: 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:10:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:38 smithi026 ceph-mon[93126]: 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:10:39.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:39.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:40.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:40.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:40 smithi089 ceph-mon[103441]: pgmap v4517: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:40 smithi026 ceph-mon[93126]: pgmap v4517: 97 pgs: 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.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:41.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:42.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:42.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:42 smithi089 ceph-mon[103441]: 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:10:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:42 smithi026 ceph-mon[93126]: 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:10:43.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:43.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:44.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:44.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:44 smithi089 ceph-mon[103441]: pgmap v4519: 97 pgs: 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:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:44 smithi026 ceph-mon[93126]: pgmap v4519: 97 pgs: 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:45.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:45.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:46.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:46.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:46 smithi089 ceph-mon[103441]: 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:10:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:46 smithi026 ceph-mon[93126]: 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:10:47.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:47.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:48.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:48.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:48 smithi089 ceph-mon[103441]: 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:10:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:48 smithi026 ceph-mon[93126]: 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:10:49.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:49.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:10:50.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:50.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:50 smithi089 ceph-mon[103441]: pgmap v4522: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:50 smithi026 ceph-mon[93126]: pgmap v4522: 97 pgs: 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.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:51.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:52 smithi089 ceph-mon[103441]: 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:10:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:52 smithi026 ceph-mon[93126]: 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:10:53.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:53.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:54.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:54.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:54 smithi089 ceph-mon[103441]: pgmap v4524: 97 pgs: 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:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:54 smithi026 ceph-mon[93126]: pgmap v4524: 97 pgs: 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:55.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:55.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:56.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:56.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:56 smithi089 ceph-mon[103441]: 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:10:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:56 smithi026 ceph-mon[93126]: 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:10:57.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:57.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:10:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:10:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:10:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:10:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:10:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:10:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:10:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:10:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:10:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:10:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:10:57.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:10:58.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:58.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:10:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:10:58 smithi089 ceph-mon[103441]: 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:10:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:10:58 smithi026 ceph-mon[93126]: 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:10:59.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:10:59.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:00.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:00.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:00 smithi089 ceph-mon[103441]: pgmap v4527: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:00 smithi026 ceph-mon[93126]: pgmap v4527: 97 pgs: 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.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:01.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:02.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:02.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:02 smithi089 ceph-mon[103441]: 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:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:02 smithi026 ceph-mon[93126]: 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:03.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:03.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:04.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:04.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:04 smithi089 ceph-mon[103441]: pgmap v4529: 97 pgs: 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:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:04 smithi026 ceph-mon[93126]: pgmap v4529: 97 pgs: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:05.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:05.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:06.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:06.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:06 smithi089 ceph-mon[103441]: 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:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:06 smithi026 ceph-mon[93126]: 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:07.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:07.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:08.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:08.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:08 smithi089 ceph-mon[103441]: 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:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:08 smithi026 ceph-mon[93126]: 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:09.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:09.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:10.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:10.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:10 smithi089 ceph-mon[103441]: pgmap v4532: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:10 smithi026 ceph-mon[93126]: pgmap v4532: 97 pgs: 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.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:11.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:12.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:12.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:12 smithi089 ceph-mon[103441]: 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:11:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:12 smithi026 ceph-mon[93126]: 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:11:13.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:13.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:14 smithi026 ceph-mon[93126]: pgmap v4534: 97 pgs: 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:14.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:14.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:14 smithi089 ceph-mon[103441]: pgmap v4534: 97 pgs: 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:15.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:15.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:16.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:16.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:16 smithi089 ceph-mon[103441]: 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:11:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:16 smithi026 ceph-mon[93126]: 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:11:17.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:17.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:18.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:18.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:18 smithi089 ceph-mon[103441]: 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:11:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:18 smithi026 ceph-mon[93126]: 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:11:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:19.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:19.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:20.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:20.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:20 smithi089 ceph-mon[103441]: pgmap v4537: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:20 smithi026 ceph-mon[93126]: pgmap v4537: 97 pgs: 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.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:21.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:22.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:22.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:22 smithi026 ceph-mon[93126]: 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:11:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:22 smithi089 ceph-mon[103441]: 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:11:23.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:23.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:24.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:24.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:24 smithi026 ceph-mon[93126]: pgmap v4539: 97 pgs: 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:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:24 smithi089 ceph-mon[103441]: pgmap v4539: 97 pgs: 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:25.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:25.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:26.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:26.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:26 smithi026 ceph-mon[93126]: 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:11:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:26 smithi089 ceph-mon[103441]: 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:11:27.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:27.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:28.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:28.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:28 smithi026 ceph-mon[93126]: 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:11:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:28 smithi089 ceph-mon[103441]: 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:11:29.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:29.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:30.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:30.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:30.706 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:30 smithi089 ceph-mon[103441]: pgmap v4542: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:30 smithi026 ceph-mon[93126]: pgmap v4542: 97 pgs: 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.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:31.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:32.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:32.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:32 smithi026 ceph-mon[93126]: 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:11:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:32 smithi089 ceph-mon[103441]: 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:11:33.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:33.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:34.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:34.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:34 smithi026 ceph-mon[93126]: pgmap v4544: 97 pgs: 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:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:34 smithi089 ceph-mon[103441]: pgmap v4544: 97 pgs: 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:35.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:35.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:36.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:36 smithi026 ceph-mon[93126]: 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:11:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:36 smithi089 ceph-mon[103441]: 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:11:37.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:37.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:38.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:38.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:38 smithi026 ceph-mon[93126]: 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:11:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:38 smithi089 ceph-mon[103441]: 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:11:39.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:39.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:40.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:40.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:40 smithi026 ceph-mon[93126]: pgmap v4547: 97 pgs: 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.811 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:40 smithi089 ceph-mon[103441]: pgmap v4547: 97 pgs: 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:41.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:41.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:42.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:42.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:42 smithi026 ceph-mon[93126]: 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:11:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:42 smithi089 ceph-mon[103441]: 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:11:43.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:43.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:44.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:44.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:44 smithi026 ceph-mon[93126]: pgmap v4549: 97 pgs: 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:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:44 smithi089 ceph-mon[103441]: pgmap v4549: 97 pgs: 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:45.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:45.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:46.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:46.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:46 smithi026 ceph-mon[93126]: 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:11:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:46 smithi089 ceph-mon[103441]: 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:11:47.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:47.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:48.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:48.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:48 smithi026 ceph-mon[93126]: 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:11:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:48 smithi089 ceph-mon[103441]: 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:11:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:11:49.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:49.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:50.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:50.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:50 smithi026 ceph-mon[93126]: pgmap v4552: 97 pgs: 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.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:50 smithi089 ceph-mon[103441]: pgmap v4552: 97 pgs: 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.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:51.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:52.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:52.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:52 smithi026 ceph-mon[93126]: 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:11:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:52 smithi089 ceph-mon[103441]: 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:11:53.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:53.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:54.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:54.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:54 smithi026 ceph-mon[93126]: pgmap v4554: 97 pgs: 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:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:54 smithi089 ceph-mon[103441]: pgmap v4554: 97 pgs: 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:55.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:55.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:56.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:56.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:56 smithi026 ceph-mon[93126]: 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:11:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:56 smithi089 ceph-mon[103441]: 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:11:57.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:57.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:11:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:11:58.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:58.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:11:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:58 smithi026 ceph-mon[93126]: 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:11:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:11:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:11:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:11:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:11:58.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:11:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:11:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:58 smithi089 ceph-mon[103441]: 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:11:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:11:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:11:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:11:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:11:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:11:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:11:59.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:11:59.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:00.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:00.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:00 smithi026 ceph-mon[93126]: pgmap v4557: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:00 smithi089 ceph-mon[103441]: pgmap v4557: 97 pgs: 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.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:01.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:02.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:02.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:02 smithi026 ceph-mon[93126]: 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:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:02 smithi089 ceph-mon[103441]: 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:03.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:03.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:04.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:04.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:04 smithi026 ceph-mon[93126]: pgmap v4559: 97 pgs: 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:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:04 smithi089 ceph-mon[103441]: pgmap v4559: 97 pgs: 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:05.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:05.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:06.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:06.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:06 smithi089 ceph-mon[103441]: 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:07.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:07.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:08.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:08.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:08 smithi026 ceph-mon[93126]: 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:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:08 smithi089 ceph-mon[103441]: 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:09.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:09.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:10.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:10.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:10 smithi026 ceph-mon[93126]: pgmap v4562: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:10 smithi089 ceph-mon[103441]: pgmap v4562: 97 pgs: 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.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:11.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:12.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:12.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:12 smithi026 ceph-mon[93126]: 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:12:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:12 smithi089 ceph-mon[103441]: 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:12:13.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:13.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:14.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:14.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:14 smithi026 ceph-mon[93126]: pgmap v4564: 97 pgs: 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:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:14 smithi089 ceph-mon[103441]: pgmap v4564: 97 pgs: 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:15.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:15.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:16.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:16.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:16 smithi026 ceph-mon[93126]: 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:12:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:16 smithi089 ceph-mon[103441]: 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:12:17.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:17.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:18.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:18.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:18 smithi026 ceph-mon[93126]: 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:12:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:18 smithi089 ceph-mon[103441]: 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:12:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:19.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:19.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:20.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:20.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:20 smithi026 ceph-mon[93126]: pgmap v4567: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:20 smithi089 ceph-mon[103441]: pgmap v4567: 97 pgs: 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.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:21.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:22.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:22.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:22 smithi026 ceph-mon[93126]: 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:12:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:22 smithi089 ceph-mon[103441]: 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:12:23.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:23.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:24.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:24.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:24 smithi026 ceph-mon[93126]: pgmap v4569: 97 pgs: 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:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:24 smithi089 ceph-mon[103441]: pgmap v4569: 97 pgs: 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:25.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:25.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:26 smithi089 ceph-mon[103441]: 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:12:26.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:26.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:26 smithi026 ceph-mon[93126]: 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:12:27.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:27.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:28.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:28.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:28 smithi026 ceph-mon[93126]: 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:12:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:28 smithi089 ceph-mon[103441]: 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:12:29.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:29.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:30.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:30.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:30 smithi026 ceph-mon[93126]: pgmap v4572: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:30 smithi089 ceph-mon[103441]: pgmap v4572: 97 pgs: 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.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:31.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:32.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:32.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:32 smithi026 ceph-mon[93126]: 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:12:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:32 smithi089 ceph-mon[103441]: 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:12:33.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:33.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:34.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:34.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:34 smithi026 ceph-mon[93126]: pgmap v4574: 97 pgs: 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:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:34 smithi089 ceph-mon[103441]: pgmap v4574: 97 pgs: 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:35.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:35.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:36 smithi089 ceph-mon[103441]: 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:12:36.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:36.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:36 smithi026 ceph-mon[93126]: 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:12:37.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:37.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:38.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:38.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:38 smithi089 ceph-mon[103441]: 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:12:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:38 smithi026 ceph-mon[93126]: 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:12:39.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:39.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:40.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:40.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:40 smithi089 ceph-mon[103441]: pgmap v4577: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:40 smithi026 ceph-mon[93126]: pgmap v4577: 97 pgs: 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.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:41.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:42.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:42.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:42 smithi089 ceph-mon[103441]: 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:12:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:42 smithi026 ceph-mon[93126]: 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:12:43.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:43.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:44.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:44.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:44 smithi089 ceph-mon[103441]: pgmap v4579: 97 pgs: 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:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:44 smithi026 ceph-mon[93126]: pgmap v4579: 97 pgs: 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:45.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:45.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:46.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:46.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:46 smithi089 ceph-mon[103441]: 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:12:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:46 smithi026 ceph-mon[93126]: 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:12:47.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:47.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:48.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:48.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:48 smithi089 ceph-mon[103441]: 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:12:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:48 smithi026 ceph-mon[93126]: 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:12:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:12:49.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:49.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:50.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:50.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:50 smithi089 ceph-mon[103441]: pgmap v4582: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:50 smithi026 ceph-mon[93126]: pgmap v4582: 97 pgs: 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.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:51.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:52.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:52.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:52 smithi089 ceph-mon[103441]: 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:12:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:52 smithi026 ceph-mon[93126]: 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:12:53.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:53.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:54.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:54.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:54 smithi089 ceph-mon[103441]: pgmap v4584: 97 pgs: 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:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:54 smithi026 ceph-mon[93126]: pgmap v4584: 97 pgs: 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:55.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:55.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:56.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:56.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:56 smithi089 ceph-mon[103441]: 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:12:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:56 smithi026 ceph-mon[93126]: 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:12:57.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:57.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:58.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:58.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:12:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:58 smithi089 ceph-mon[103441]: 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:12:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:12:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:12:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:58 smithi026 ceph-mon[93126]: 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:12:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:12:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:12:59.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:12:59.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:00.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:00.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:00 smithi026 ceph-mon[93126]: pgmap v4587: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:00 smithi089 ceph-mon[103441]: pgmap v4587: 97 pgs: 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:01.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:01.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:02.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:02.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:02 smithi089 ceph-mon[103441]: 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:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:02 smithi026 ceph-mon[93126]: 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:03.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:03.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:13:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:13:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:03 smithi026 ceph-mon[93126]: 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:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:13:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:13:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:13:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:13:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:13:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:13:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:13:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:03 smithi089 ceph-mon[103441]: 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:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:13:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:13:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:13:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:13:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:13:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:04.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:04.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:05.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:05.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:06 smithi089 ceph-mon[103441]: pgmap v4590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-16T23:13:06.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:06.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:06 smithi026 ceph-mon[93126]: pgmap v4590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-16T23:13:07.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:07.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:08 smithi089 ceph-mon[103441]: pgmap v4591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-16T23:13:08.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:08.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:08 smithi026 ceph-mon[93126]: pgmap v4591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-16T23:13:09.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:09.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:10 smithi089 ceph-mon[103441]: pgmap v4592: 97 pgs: 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.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:10.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:10 smithi026 ceph-mon[93126]: pgmap v4592: 97 pgs: 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:11.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:11.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:12 smithi089 ceph-mon[103441]: 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:13:12.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:12.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:12 smithi026 ceph-mon[93126]: 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:13:13.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:13.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:14 smithi089 ceph-mon[103441]: 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:13:14.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:14.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:14 smithi026 ceph-mon[93126]: 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:13:15.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:15.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:16 smithi089 ceph-mon[103441]: 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:13:16.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:16.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:16 smithi026 ceph-mon[93126]: 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:13:17.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:17.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:18 smithi089 ceph-mon[103441]: 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:13:18.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:18.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:18 smithi026 ceph-mon[93126]: 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:13:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:19.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:19.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:20.669 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:20 smithi026 ceph-mon[93126]: 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:13:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:20 smithi089 ceph-mon[103441]: 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:13:20.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:20.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:21.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:21.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:22 smithi089 ceph-mon[103441]: 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:13:22.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:22.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:22 smithi026 ceph-mon[93126]: 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:13:23.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:23.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:24 smithi089 ceph-mon[103441]: 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:13:24.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:24.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:24 smithi026 ceph-mon[93126]: 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:13:25.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:25.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:26 smithi089 ceph-mon[103441]: 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:13:26.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:26.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:26 smithi026 ceph-mon[93126]: 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:13:27.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:27.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:28 smithi089 ceph-mon[103441]: 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:13:28.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:28.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:28 smithi026 ceph-mon[93126]: 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:13:29.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:29.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:30 smithi089 ceph-mon[103441]: 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:13:30.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:30 smithi026 ceph-mon[93126]: 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:13:30.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:30.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:31.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:31.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:32 smithi089 ceph-mon[103441]: 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:13:32.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:32.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:32 smithi026 ceph-mon[93126]: 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:13:33.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:33.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:34 smithi089 ceph-mon[103441]: 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:13:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:34.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:34.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:34 smithi026 ceph-mon[93126]: 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:13:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:35.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:35.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:36 smithi089 ceph-mon[103441]: 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:13:36.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:36.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:36 smithi026 ceph-mon[93126]: 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:13:37.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:37.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:38 smithi089 ceph-mon[103441]: 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:13:38.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:38.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:38 smithi026 ceph-mon[93126]: 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:13:39.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:39.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:40 smithi089 ceph-mon[103441]: 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:13:40.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:40.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:40 smithi026 ceph-mon[93126]: 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:13:41.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:41.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:42 smithi089 ceph-mon[103441]: 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:13:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:42 smithi026 ceph-mon[93126]: 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:13:42.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:42.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:43.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:43.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:44 smithi089 ceph-mon[103441]: 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:13:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:44 smithi026 ceph-mon[93126]: 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:13:44.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:44.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:45.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:45.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:46 smithi089 ceph-mon[103441]: 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:13:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:46 smithi026 ceph-mon[93126]: 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:13:46.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:46.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:47.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:47.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:48 smithi089 ceph-mon[103441]: 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:13:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:48 smithi026 ceph-mon[93126]: 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:13:48.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:48.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:13:49.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:49.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:50 smithi089 ceph-mon[103441]: 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:13:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:50 smithi026 ceph-mon[93126]: 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:13:50.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:50.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:51.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:51.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:52 smithi089 ceph-mon[103441]: 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:13:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:52 smithi026 ceph-mon[93126]: 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:13:52.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:52.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:53.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:53.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:54 smithi089 ceph-mon[103441]: 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:13:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:54 smithi026 ceph-mon[93126]: 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:13:54.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:54.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:55.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:55.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:56 smithi089 ceph-mon[103441]: 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:13:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:56 smithi026 ceph-mon[93126]: 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:13:56.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:56.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:57.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:57.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:13:58 smithi026 ceph-mon[93126]: 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:13:58.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:58.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:13:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:13:58 smithi089 ceph-mon[103441]: 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:13:59.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:13:59.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:00 smithi026 ceph-mon[93126]: 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:00.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:00.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:00 smithi089 ceph-mon[103441]: 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:01.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:01.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:02 smithi089 ceph-mon[103441]: 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:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:02 smithi026 ceph-mon[93126]: 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:02.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:02.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:14:03.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:03.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:14:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:04 smithi026 ceph-mon[93126]: 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:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:14:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:14:04.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:14:04.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:14:04.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:14:04.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:04.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:04 smithi089 ceph-mon[103441]: 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:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:14:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:14:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:14:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:14:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:14:05.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:05.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:06 smithi026 ceph-mon[93126]: 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:06.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:06.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:06 smithi089 ceph-mon[103441]: 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:07.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:07.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:08 smithi026 ceph-mon[93126]: 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:08.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:08.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:08 smithi089 ceph-mon[103441]: 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:09.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:09.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:10 smithi026 ceph-mon[93126]: 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:10.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:10.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:10 smithi089 ceph-mon[103441]: 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:11.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:11.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:12 smithi089 ceph-mon[103441]: 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:14:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:12 smithi026 ceph-mon[93126]: 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:14:12.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:12.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:13.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:13.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:14 smithi026 ceph-mon[93126]: 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:14:14.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:14.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:14 smithi089 ceph-mon[103441]: 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:14:15.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:15.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:16 smithi026 ceph-mon[93126]: 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:14:16.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:16.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:16 smithi089 ceph-mon[103441]: 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:14:17.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:17.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:18 smithi026 ceph-mon[93126]: 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:14:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:18.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:18.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:18 smithi089 ceph-mon[103441]: 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:14:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:19.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:19.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:20 smithi026 ceph-mon[93126]: 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:14:20.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:20.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:20 smithi089 ceph-mon[103441]: 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:14:21.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:21.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:22 smithi026 ceph-mon[93126]: 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:14:22.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:22.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:22 smithi089 ceph-mon[103441]: 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:14:23.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:23.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:24 smithi026 ceph-mon[93126]: 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:14:24.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:24.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:24 smithi089 ceph-mon[103441]: 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:14:25.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:25.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:26 smithi026 ceph-mon[93126]: 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:14:26.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:26.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:26 smithi089 ceph-mon[103441]: 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:14:27.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:27.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:28 smithi026 ceph-mon[93126]: 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:14:28.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:28.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:28 smithi089 ceph-mon[103441]: 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:14:29.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:29.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:30 smithi026 ceph-mon[93126]: 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:14:30.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:30.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:30 smithi089 ceph-mon[103441]: 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:14:31.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:31.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:32 smithi026 ceph-mon[93126]: 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:14:32.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:32.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:32 smithi089 ceph-mon[103441]: 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:14:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:33.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:33.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:34 smithi026 ceph-mon[93126]: 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:14:34.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:34.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:34 smithi089 ceph-mon[103441]: 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:14:35.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:35.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:36 smithi026 ceph-mon[93126]: 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:14:36.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:36.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:36 smithi089 ceph-mon[103441]: 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:14:37.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:37.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:38 smithi026 ceph-mon[93126]: 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:14:38.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:38.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:38 smithi089 ceph-mon[103441]: 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:14:39.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:39.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:40 smithi026 ceph-mon[93126]: 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:14:40.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:40.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:40 smithi089 ceph-mon[103441]: 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:14:41.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:41.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:42 smithi026 ceph-mon[93126]: 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:14:42.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:42.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:42 smithi089 ceph-mon[103441]: 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:14:43.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:43.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:44 smithi026 ceph-mon[93126]: 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:14:44.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:44.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:44 smithi089 ceph-mon[103441]: 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:14:45.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:45.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:46 smithi026 ceph-mon[93126]: 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:14:46.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:46.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:46 smithi089 ceph-mon[103441]: 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:14:47.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:47.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:48 smithi026 ceph-mon[93126]: 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:14:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:48.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:48.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:48 smithi089 ceph-mon[103441]: 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:14:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:14:49.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:49.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:50 smithi026 ceph-mon[93126]: 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:14:50.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:50.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:50 smithi089 ceph-mon[103441]: 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:14:51.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:51.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:52 smithi026 ceph-mon[93126]: 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:14:52.813 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:52 smithi089 ceph-mon[103441]: 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:14:52.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:52.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:53.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:53.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:54 smithi026 ceph-mon[93126]: 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:14:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:54 smithi089 ceph-mon[103441]: 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:14:54.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:54.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:55.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:55.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:56 smithi026 ceph-mon[93126]: 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:14:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:56 smithi089 ceph-mon[103441]: 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:14:56.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:56.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:57.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:57.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:14:58 smithi026 ceph-mon[93126]: 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:14:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:14:58 smithi089 ceph-mon[103441]: 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:14:58.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:58.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:14:59.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:14:59.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:00 smithi026 ceph-mon[93126]: 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:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:00 smithi089 ceph-mon[103441]: 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:00.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:00.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:01.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:01.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:02 smithi026 ceph-mon[93126]: 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:02.920 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:02 smithi089 ceph-mon[103441]: 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:02.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:02.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:03.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:03.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:04 smithi026 ceph-mon[93126]: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:15:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:04 smithi089 ceph-mon[103441]: 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:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:15:04.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:04.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:05.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:05.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:06.874 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:06 smithi089 ceph-mon[103441]: 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:06.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:06.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:07.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:07.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:08 smithi089 ceph-mon[103441]: 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:08.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:08.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:08 smithi026 ceph-mon[93126]: 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:09.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:09.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:10 smithi089 ceph-mon[103441]: 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:10.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:10.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:10 smithi026 ceph-mon[93126]: 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:11.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:11.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:12 smithi089 ceph-mon[103441]: 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:15:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:12.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:12.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:12 smithi026 ceph-mon[93126]: 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:15:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:13.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:13.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:14 smithi089 ceph-mon[103441]: 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:15:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:15:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:15:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:14.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:15:14.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:14 smithi026 ceph-mon[93126]: 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:15:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:14.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:15:14.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:15:14.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:14.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:15:14.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:15:14.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:14.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:15.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:15.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:16 smithi089 ceph-mon[103441]: 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:15:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:16 smithi026 ceph-mon[93126]: 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:15:16.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:16.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:17.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:17.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:18 smithi089 ceph-mon[103441]: 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:15:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:18 smithi026 ceph-mon[93126]: 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:15:18.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:18.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:19.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:19.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:20 smithi089 ceph-mon[103441]: 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:15:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:20 smithi026 ceph-mon[93126]: 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:15:20.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:20.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:21.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:21.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:22 smithi089 ceph-mon[103441]: 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:15:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:22 smithi026 ceph-mon[93126]: 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:15:22.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:22.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:23.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:23.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:24 smithi089 ceph-mon[103441]: 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:15:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:24 smithi026 ceph-mon[93126]: 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:15:24.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:24.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:25.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:25.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:26 smithi089 ceph-mon[103441]: 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:15:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:26 smithi026 ceph-mon[93126]: 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:15:26.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:26.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:27.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:27.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:28 smithi089 ceph-mon[103441]: 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:15:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:28 smithi026 ceph-mon[93126]: 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:15:28.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:28.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:29.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:29.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:30 smithi089 ceph-mon[103441]: 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:15:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:30 smithi026 ceph-mon[93126]: 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:15:30.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:30.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:31.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:31.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:32 smithi026 ceph-mon[93126]: 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:15:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:32 smithi089 ceph-mon[103441]: 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:15:32.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:32.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:33.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:33.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:34 smithi089 ceph-mon[103441]: 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:15:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:34 smithi026 ceph-mon[93126]: 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:15:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:34.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:34.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:35.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:35.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:36 smithi089 ceph-mon[103441]: 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:15:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:36 smithi026 ceph-mon[93126]: 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:15:36.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:36.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:37.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:37.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:38 smithi089 ceph-mon[103441]: 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:15:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:38 smithi026 ceph-mon[93126]: 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:15:39.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:39.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:40.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:40.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:40 smithi089 ceph-mon[103441]: 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:15:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:40 smithi026 ceph-mon[93126]: 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:15:41.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:41.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:42.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:42.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:42 smithi026 ceph-mon[93126]: 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:15:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:42 smithi089 ceph-mon[103441]: 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:15:43.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:43.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:44.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:44.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:44 smithi089 ceph-mon[103441]: 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:15:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:44 smithi026 ceph-mon[93126]: 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:15:45.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:45.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:46.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:46.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:46 smithi026 ceph-mon[93126]: 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:15:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:46 smithi089 ceph-mon[103441]: 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:15:47.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:47.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:48.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:48.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:48 smithi089 ceph-mon[103441]: 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:15:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:48 smithi026 ceph-mon[93126]: 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:15:49.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:49.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:15:50.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:50.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:50 smithi026 ceph-mon[93126]: 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:15:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:50 smithi089 ceph-mon[103441]: 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:15:51.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:51.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:52.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:52.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:52 smithi026 ceph-mon[93126]: 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:15:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:52 smithi089 ceph-mon[103441]: 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:15:53.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:53.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:54.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:54.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:54 smithi026 ceph-mon[93126]: 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:15:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:54 smithi089 ceph-mon[103441]: 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:15:55.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:55.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:56.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:56.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:56 smithi026 ceph-mon[93126]: 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:15:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:56 smithi089 ceph-mon[103441]: 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:15:57.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:57.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:58.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:58.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:15:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:15:58 smithi026 ceph-mon[93126]: 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:15:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:15:58 smithi089 ceph-mon[103441]: 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:15:59.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:15:59.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:00.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:00.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:00 smithi026 ceph-mon[93126]: 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:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:00 smithi089 ceph-mon[103441]: 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:01.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:01.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:02.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:02.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:02 smithi026 ceph-mon[93126]: 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:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:02 smithi089 ceph-mon[103441]: 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:03.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:03.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:04.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:04.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:04 smithi026 ceph-mon[93126]: 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:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:04 smithi089 ceph-mon[103441]: 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:05.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:05.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:06.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:06.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:06 smithi089 ceph-mon[103441]: 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:07.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:07.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:08.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:08.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:08 smithi026 ceph-mon[93126]: 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:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:08 smithi089 ceph-mon[103441]: 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:09.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:09.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:10.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:10.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:10 smithi026 ceph-mon[93126]: 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:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:10 smithi089 ceph-mon[103441]: 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:11.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:11.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:12.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:12.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:12 smithi026 ceph-mon[93126]: 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:16:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:12 smithi089 ceph-mon[103441]: 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:16:13.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:13.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:16:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:16:14.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:14.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:14 smithi026 ceph-mon[93126]: 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:16:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:16:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:16:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:16:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:16:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:16:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:16:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:16:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:14 smithi089 ceph-mon[103441]: 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:16:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:16:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:16:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:16:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:16:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:16:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:16:14.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:16:15.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:15.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:16.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:16.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:16 smithi026 ceph-mon[93126]: 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:16:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:16 smithi089 ceph-mon[103441]: 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:16:17.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:17.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:18.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:18.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:18 smithi026 ceph-mon[93126]: 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:16:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:18 smithi089 ceph-mon[103441]: 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:16:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:19.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:19.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:20.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:20.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:20 smithi026 ceph-mon[93126]: 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:16:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:20 smithi089 ceph-mon[103441]: 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:16:21.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:21.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:22.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:22.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:22 smithi026 ceph-mon[93126]: 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:16:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:22 smithi089 ceph-mon[103441]: 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:16:23.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:23.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:24.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:24.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:24 smithi026 ceph-mon[93126]: 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:16:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:24 smithi089 ceph-mon[103441]: 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:16:25.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:25.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:26.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:26.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:26 smithi026 ceph-mon[93126]: 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:16:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:26 smithi089 ceph-mon[103441]: 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:16:27.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:27.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:28.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:28.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:28 smithi026 ceph-mon[93126]: 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:16:28.824 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:28 smithi089 ceph-mon[103441]: 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:16:29.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:29.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:30.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:30.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:30 smithi026 ceph-mon[93126]: 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:16:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:30 smithi089 ceph-mon[103441]: 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:16:31.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:31.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:32.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:32.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:32 smithi026 ceph-mon[93126]: 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:16:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:32 smithi089 ceph-mon[103441]: 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:16:33.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:33.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:33.877 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:34.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:34.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:34 smithi026 ceph-mon[93126]: 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:16:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:34 smithi089 ceph-mon[103441]: 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:16:35.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:35.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:36.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:36.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:36 smithi026 ceph-mon[93126]: 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:16:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:36 smithi089 ceph-mon[103441]: 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:16:37.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:37.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:38.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:38.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:38 smithi026 ceph-mon[93126]: 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:16:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:38 smithi089 ceph-mon[103441]: 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:16:39.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:39.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:40.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:40.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:40 smithi026 ceph-mon[93126]: 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:16:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:40 smithi089 ceph-mon[103441]: 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:16:41.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:41.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:42.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:42.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:42 smithi026 ceph-mon[93126]: 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:16:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:42 smithi089 ceph-mon[103441]: 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:16:43.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:43.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:44.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:44.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:44 smithi026 ceph-mon[93126]: 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:16:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:44 smithi089 ceph-mon[103441]: 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:16:45.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:45.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:46.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:46.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:46 smithi026 ceph-mon[93126]: 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:16:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:46 smithi089 ceph-mon[103441]: 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:16:47.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:47.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:48.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:48.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:48 smithi026 ceph-mon[93126]: 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:16:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:48 smithi089 ceph-mon[103441]: 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:16:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:16:49.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:49.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:50.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:50.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:50 smithi026 ceph-mon[93126]: 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:16:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:50 smithi089 ceph-mon[103441]: 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:16:51.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:51.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:52.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:52.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:52 smithi026 ceph-mon[93126]: 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:16:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:52 smithi089 ceph-mon[103441]: 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:16:53.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:53.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:54.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:54.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:54 smithi026 ceph-mon[93126]: 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:16:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:54 smithi089 ceph-mon[103441]: 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:16:55.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:55.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:56.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:56.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:56 smithi026 ceph-mon[93126]: 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:16:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:56 smithi089 ceph-mon[103441]: 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:16:57.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:57.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:58.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:58.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:16:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:16:58 smithi026 ceph-mon[93126]: 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:16:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:16:58 smithi089 ceph-mon[103441]: 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:16:59.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:16:59.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:00.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:00.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:00 smithi089 ceph-mon[103441]: 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:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:00 smithi026 ceph-mon[93126]: 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:01.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:01.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:02.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:02.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:02 smithi089 ceph-mon[103441]: 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:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:02 smithi026 ceph-mon[93126]: 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:03.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:03.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:04.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:04.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:04 smithi089 ceph-mon[103441]: 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:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:04 smithi026 ceph-mon[93126]: 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:05.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:05.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:06.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:06.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:06 smithi089 ceph-mon[103441]: 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:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:06 smithi026 ceph-mon[93126]: 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:07.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:07.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:08.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:08.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:08 smithi089 ceph-mon[103441]: 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:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:08 smithi026 ceph-mon[93126]: 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:09.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:09.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:10.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:10.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:10 smithi089 ceph-mon[103441]: 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:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:10 smithi026 ceph-mon[93126]: 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:11.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:11.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:12.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:12.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:12 smithi089 ceph-mon[103441]: 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:17:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:12 smithi026 ceph-mon[93126]: 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:17:13.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:13.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:14.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:14.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:14 smithi089 ceph-mon[103441]: 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:17:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:17:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:14 smithi026 ceph-mon[93126]: 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:17:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:17:15.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:15.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:16.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:16.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:15 smithi089 ceph-mon[103441]: 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:17:16.233 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:16.234 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:16.234 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:15 smithi026 ceph-mon[93126]: 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:17:17.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:17.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:18.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:18.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:18 smithi026 ceph-mon[93126]: 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:17:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:18 smithi089 ceph-mon[103441]: 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:17:19.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:19.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:20.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:20.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:20 smithi089 ceph-mon[103441]: 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:17:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:17:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:17:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:20.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:17:20.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:20 smithi026 ceph-mon[93126]: 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:17:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:17:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:17:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:17:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:17:21.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:21.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:22.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:22.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:22 smithi089 ceph-mon[103441]: 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:17:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:22 smithi026 ceph-mon[93126]: 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:17:23.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:23.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:24.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:24.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:24 smithi089 ceph-mon[103441]: 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:17:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:24 smithi026 ceph-mon[93126]: 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:17:25.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:25.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:26.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:26.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:26 smithi089 ceph-mon[103441]: 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:17:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:26 smithi026 ceph-mon[93126]: 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:17:27.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:27.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:28.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:28.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:28 smithi089 ceph-mon[103441]: 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:17:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:28 smithi026 ceph-mon[93126]: 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:17:29.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:29.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:30.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:30.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:30 smithi089 ceph-mon[103441]: 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:17:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:30 smithi026 ceph-mon[93126]: 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:17:31.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:31.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:32.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:32.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:32 smithi026 ceph-mon[93126]: 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:17:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:32 smithi089 ceph-mon[103441]: 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:17:33.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:33.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:34.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:34.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:34 smithi026 ceph-mon[93126]: 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:17:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:34 smithi089 ceph-mon[103441]: 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:17:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:35.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:35.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:36.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:36.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:36 smithi026 ceph-mon[93126]: 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:17:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:36 smithi089 ceph-mon[103441]: 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:17:37.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:37.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:38.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:38.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:38 smithi026 ceph-mon[93126]: 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:17:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:38 smithi089 ceph-mon[103441]: 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:17:39.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:39.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:40.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:40.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:40 smithi026 ceph-mon[93126]: 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:17:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:40 smithi089 ceph-mon[103441]: 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:17:41.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:41.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:42.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:42.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:42 smithi026 ceph-mon[93126]: 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:17:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:42 smithi089 ceph-mon[103441]: 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:17:43.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:43.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:44.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:44.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:44 smithi026 ceph-mon[93126]: 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:17:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:44 smithi089 ceph-mon[103441]: 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:17:45.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:45.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:46.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:46.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:46 smithi026 ceph-mon[93126]: 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:17:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:46 smithi089 ceph-mon[103441]: 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:17:47.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:47.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:48.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:48.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:48.708 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:48 smithi026 ceph-mon[93126]: 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:17:48.709 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:48 smithi089 ceph-mon[103441]: 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:17:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:17:49.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:49.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:50.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:50.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:50 smithi026 ceph-mon[93126]: 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:17:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:50 smithi089 ceph-mon[103441]: 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:17:51.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:51.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:52.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:52.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:52 smithi026 ceph-mon[93126]: 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:17:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:52 smithi089 ceph-mon[103441]: 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:17:53.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:53.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:54.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:54.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:54.718 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:54 smithi089 ceph-mon[103441]: 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:17:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:54 smithi026 ceph-mon[93126]: 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:17:55.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:55.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:56.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:56.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:56 smithi026 ceph-mon[93126]: 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:17:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:56 smithi089 ceph-mon[103441]: 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:17:57.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:57.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:58.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:58.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:17:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:17:58 smithi026 ceph-mon[93126]: 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:17:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:17:58 smithi089 ceph-mon[103441]: 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:17:59.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:17:59.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:00.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:00.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:00 smithi026 ceph-mon[93126]: 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:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:00 smithi089 ceph-mon[103441]: 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:01.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:01.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:02.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:02.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:02 smithi026 ceph-mon[93126]: 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:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:02 smithi089 ceph-mon[103441]: 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:03.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:03.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:04.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:04.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:04 smithi026 ceph-mon[93126]: 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:04.823 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:04 smithi089 ceph-mon[103441]: 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:05.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:05.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:06.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:06.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:06 smithi089 ceph-mon[103441]: 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:07.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:07.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:08.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:08.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:08 smithi026 ceph-mon[93126]: 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:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:08 smithi089 ceph-mon[103441]: 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:09.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:09.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:10.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:10.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:10 smithi026 ceph-mon[93126]: 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:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:10 smithi089 ceph-mon[103441]: 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:11.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:11.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:12.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:12.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:12 smithi026 ceph-mon[93126]: 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:18:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:12 smithi089 ceph-mon[103441]: 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:18:13.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:13.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:14.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:14.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:14 smithi026 ceph-mon[93126]: 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:18:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:14 smithi089 ceph-mon[103441]: 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:18:15.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:15.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:16.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:16.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:16 smithi026 ceph-mon[93126]: 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:18:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:16 smithi089 ceph-mon[103441]: 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:18:17.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:17.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:18.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:18.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:18 smithi026 ceph-mon[93126]: 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:18:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:18 smithi089 ceph-mon[103441]: 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:18:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:19.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:19.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:20.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:20.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:20 smithi026 ceph-mon[93126]: 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:18:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:18:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:18:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:18:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:18:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:18:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:18:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:20 smithi089 ceph-mon[103441]: 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:18:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:18:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:18:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:18:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:18:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:18:20.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:18:21.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:21.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:22.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:22.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:22 smithi026 ceph-mon[93126]: 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:18:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:22 smithi089 ceph-mon[103441]: 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:18:23.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:23.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:24.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:24.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:24 smithi026 ceph-mon[93126]: 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:18:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:24 smithi089 ceph-mon[103441]: 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:18:25.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:25.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:26.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:26.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:26 smithi026 ceph-mon[93126]: 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:18:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:26 smithi089 ceph-mon[103441]: 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:18:27.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:27.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:28.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:28.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:28 smithi026 ceph-mon[93126]: 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:18:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:28 smithi089 ceph-mon[103441]: 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:18:29.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:29.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:30.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:30.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:30 smithi026 ceph-mon[93126]: 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:18:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:30 smithi089 ceph-mon[103441]: 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:18:31.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:31.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:32.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:32.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:32 smithi026 ceph-mon[93126]: 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:18:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:32 smithi089 ceph-mon[103441]: 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:18:33.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:33.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:34.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:34.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:34 smithi026 ceph-mon[93126]: 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:18:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:34 smithi089 ceph-mon[103441]: 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:18:35.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:35.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:36.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:36.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:36 smithi026 ceph-mon[93126]: 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:18:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:36 smithi089 ceph-mon[103441]: 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:18:37.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:37.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:38.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:38.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:38 smithi026 ceph-mon[93126]: 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:18:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:38 smithi089 ceph-mon[103441]: 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:18:39.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:39.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:40.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:40.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:40 smithi026 ceph-mon[93126]: 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:18:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:40 smithi089 ceph-mon[103441]: 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:18:41.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:41.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:42.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:42.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:42 smithi026 ceph-mon[93126]: 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:18:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:42 smithi089 ceph-mon[103441]: 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:18:43.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:43.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:44.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:44.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:44 smithi026 ceph-mon[93126]: 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:18:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:44 smithi089 ceph-mon[103441]: 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:18:45.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:45.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:46.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:46.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:46 smithi026 ceph-mon[93126]: 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:18:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:46 smithi089 ceph-mon[103441]: 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:18:47.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:47.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:48.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:48.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:48 smithi026 ceph-mon[93126]: 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:18:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:48 smithi089 ceph-mon[103441]: 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:18:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:18:49.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:49.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:50.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:50.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:50 smithi026 ceph-mon[93126]: 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:18:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:50 smithi089 ceph-mon[103441]: 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:18:51.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:51.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:52.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:52.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:52 smithi026 ceph-mon[93126]: 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:18:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:52 smithi089 ceph-mon[103441]: 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:18:53.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:53.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:54.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:54.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:54 smithi026 ceph-mon[93126]: 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:18:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:54 smithi089 ceph-mon[103441]: 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:18:55.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:55.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:56.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:56.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:56 smithi089 ceph-mon[103441]: 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:18:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:56 smithi026 ceph-mon[93126]: 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:18:57.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:57.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:58.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:58.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:18:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:18:58 smithi089 ceph-mon[103441]: 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:18:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:18:58 smithi026 ceph-mon[93126]: 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:18:59.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:18:59.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:00.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:00.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:00 smithi089 ceph-mon[103441]: 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:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:00 smithi026 ceph-mon[93126]: 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:01.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:01.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:02.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:02.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:02 smithi089 ceph-mon[103441]: 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:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:02 smithi026 ceph-mon[93126]: 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:03.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:03.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:03.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:04.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:04.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:04 smithi089 ceph-mon[103441]: 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:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:04 smithi026 ceph-mon[93126]: 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:05.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:05.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:06.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:06.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:06 smithi089 ceph-mon[103441]: 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:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:06 smithi026 ceph-mon[93126]: 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:07.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:07.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:08.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:08.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:08 smithi089 ceph-mon[103441]: 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:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:08 smithi026 ceph-mon[93126]: 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:09.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:09.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:10.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:10.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:10 smithi089 ceph-mon[103441]: 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:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:10 smithi026 ceph-mon[93126]: 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:11.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:11.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:12.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:12.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:12 smithi089 ceph-mon[103441]: 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:19:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:12 smithi026 ceph-mon[93126]: 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:19:13.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:13.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:14.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:14.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:14 smithi089 ceph-mon[103441]: 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:19:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:14 smithi026 ceph-mon[93126]: 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:19:15.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:15.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:16.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:16.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:16 smithi089 ceph-mon[103441]: 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:19:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:16 smithi026 ceph-mon[93126]: 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:19:17.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:17.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:18.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:18.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:18 smithi089 ceph-mon[103441]: 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:19:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:18 smithi026 ceph-mon[93126]: 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:19:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:19.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:19.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:20.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:20.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:20 smithi089 ceph-mon[103441]: 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:19:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:19:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:20 smithi026 ceph-mon[93126]: 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:19:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:19:21.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:21.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:19:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:19:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:19:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:19:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:19:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:19:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:19:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:19:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:19:22.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:19:22.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:22.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:22 smithi089 ceph-mon[103441]: 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:19:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:22 smithi026 ceph-mon[93126]: 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:19:23.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:23.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:24.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:24.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:24 smithi089 ceph-mon[103441]: 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:19:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:24 smithi026 ceph-mon[93126]: 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:19:25.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:25.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:26.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:26.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:26 smithi089 ceph-mon[103441]: 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:19:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:26 smithi026 ceph-mon[93126]: 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:19:27.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:27.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:28.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:28.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:28 smithi089 ceph-mon[103441]: 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:19:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:28 smithi026 ceph-mon[93126]: 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:19:29.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:29.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:30.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:30.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:30 smithi089 ceph-mon[103441]: 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:19:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:30 smithi026 ceph-mon[93126]: 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:19:31.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:31.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:32.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:32.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:32 smithi089 ceph-mon[103441]: 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:19:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:32 smithi026 ceph-mon[93126]: 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:19:33.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:33.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:34.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:34.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:34.913 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:34 smithi026 ceph-mon[93126]: 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:19:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:34 smithi089 ceph-mon[103441]: 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:19:35.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:35.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:36.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:36.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:36 smithi089 ceph-mon[103441]: 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:19:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:36 smithi026 ceph-mon[93126]: 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:19:37.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:37.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:38.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:38.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:38 smithi089 ceph-mon[103441]: 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:19:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:38 smithi026 ceph-mon[93126]: 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:19:39.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:39.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:40.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:40.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:40 smithi089 ceph-mon[103441]: 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:19:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:40 smithi026 ceph-mon[93126]: 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:19:41.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:41.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:42.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:42.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:42 smithi089 ceph-mon[103441]: 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:19:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:42 smithi026 ceph-mon[93126]: 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:19:43.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:43.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:44.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:44.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:44 smithi089 ceph-mon[103441]: 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:19:45.027 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:44 smithi026 ceph-mon[93126]: 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:19:45.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:45.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:46.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:46.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:46 smithi089 ceph-mon[103441]: 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:19:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:46 smithi026 ceph-mon[93126]: 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:19:47.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:47.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:48.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:48.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:48 smithi089 ceph-mon[103441]: 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:19:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:48 smithi026 ceph-mon[93126]: 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:19:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:19:49.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:49.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:50.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:50.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:50.923 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:50 smithi089 ceph-mon[103441]: 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:19:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:50 smithi026 ceph-mon[93126]: 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:19:51.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:51.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:52.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:52.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:52 smithi089 ceph-mon[103441]: 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:19:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:52 smithi026 ceph-mon[93126]: 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:19:53.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:53.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:54.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:54.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:54 smithi089 ceph-mon[103441]: 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:19:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:54 smithi026 ceph-mon[93126]: 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:19:55.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:55.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:56.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:56.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:56 smithi089 ceph-mon[103441]: 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:19:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:56 smithi026 ceph-mon[93126]: 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:19:57.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:57.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:58.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:58.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:19:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:19:58 smithi089 ceph-mon[103441]: 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:19:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:19:58 smithi026 ceph-mon[93126]: 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:19:59.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:19:59.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:00.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:00.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:00 smithi089 ceph-mon[103441]: 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:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T23:20:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:00 smithi026 ceph-mon[93126]: 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:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T23:20:01.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:01.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:02.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:02.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:02 smithi089 ceph-mon[103441]: 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:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:02 smithi026 ceph-mon[93126]: 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:03.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:03.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:04.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:04.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:04 smithi026 ceph-mon[93126]: 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:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:04 smithi089 ceph-mon[103441]: 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:05.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:05.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:06.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:06.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:06 smithi026 ceph-mon[93126]: 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:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:06 smithi089 ceph-mon[103441]: 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:07.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:07.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:08.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:08.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:08 smithi026 ceph-mon[93126]: 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:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:08 smithi089 ceph-mon[103441]: 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:09.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:09.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:10.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:10.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:10 smithi026 ceph-mon[93126]: 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:11.134 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:10 smithi089 ceph-mon[103441]: 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:11.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:11.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:12.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:12.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:12 smithi026 ceph-mon[93126]: 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:20:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:12 smithi089 ceph-mon[103441]: 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:20:13.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:13.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:14.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:14.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:14 smithi026 ceph-mon[93126]: 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:20:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:14 smithi089 ceph-mon[103441]: 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:20:15.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:15.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:16.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:16.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:16 smithi026 ceph-mon[93126]: 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:20:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:16 smithi089 ceph-mon[103441]: 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:20:17.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:17.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:18.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:18.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:18 smithi026 ceph-mon[93126]: 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:20:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:18 smithi089 ceph-mon[103441]: 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:20:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:19.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:19.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:20.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:20.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:20 smithi026 ceph-mon[93126]: 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:20:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:20 smithi089 ceph-mon[103441]: 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:20:21.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:21.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:20:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:20:22.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:22.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:22 smithi026 ceph-mon[93126]: 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:20:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:20:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:20:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:20:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:20:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:20:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:22 smithi089 ceph-mon[103441]: 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:20:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:20:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:20:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:20:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:20:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:20:23.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:23.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:24.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:24.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:24 smithi026 ceph-mon[93126]: 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:20:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:24 smithi089 ceph-mon[103441]: 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:20:25.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:25.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:26.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:26.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:26 smithi089 ceph-mon[103441]: 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:20:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:26 smithi026 ceph-mon[93126]: 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:20:27.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:27.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:28.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:28.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:28 smithi026 ceph-mon[93126]: 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:20:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:28 smithi089 ceph-mon[103441]: 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:20:29.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:29.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:30.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:30.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:30 smithi026 ceph-mon[93126]: 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:20:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:30 smithi089 ceph-mon[103441]: 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:20:31.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:31.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:32.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:32.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:32 smithi026 ceph-mon[93126]: 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:20:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:32 smithi089 ceph-mon[103441]: 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:20:33.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:33.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:34.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:34.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:34 smithi026 ceph-mon[93126]: 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:20:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:34 smithi089 ceph-mon[103441]: 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:20:35.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:35.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:36.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:36.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:36 smithi089 ceph-mon[103441]: 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:20:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:36 smithi026 ceph-mon[93126]: 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:20:37.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:37.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:38.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:38.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:38 smithi026 ceph-mon[93126]: 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:20:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:38 smithi089 ceph-mon[103441]: 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:20:39.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:39.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:40.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:40.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:40 smithi026 ceph-mon[93126]: 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:20:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:40 smithi089 ceph-mon[103441]: 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:20:41.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:41.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:42.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:42.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:42 smithi026 ceph-mon[93126]: 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:20:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:42 smithi089 ceph-mon[103441]: 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:20:43.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:43.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:44.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:44.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:44 smithi026 ceph-mon[93126]: 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:20:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:44 smithi089 ceph-mon[103441]: 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:20:45.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:45.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:46.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:46.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:46 smithi026 ceph-mon[93126]: 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:20:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:46 smithi089 ceph-mon[103441]: 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:20:47.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:47.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:48.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:48.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:48 smithi026 ceph-mon[93126]: 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:20:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:48 smithi089 ceph-mon[103441]: 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:20:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:20:49.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:49.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:50.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:50.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:50.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:50 smithi026 ceph-mon[93126]: 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:20:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:50 smithi089 ceph-mon[103441]: 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:20:51.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:51.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:52.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:52.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:52 smithi026 ceph-mon[93126]: 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:20:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:52 smithi089 ceph-mon[103441]: 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:20:53.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:53.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:54.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:54.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:54 smithi026 ceph-mon[93126]: 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:20:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:54 smithi089 ceph-mon[103441]: 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:20:55.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:55.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:56.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:56.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:56 smithi026 ceph-mon[93126]: 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:20:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:56 smithi089 ceph-mon[103441]: 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:20:57.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:57.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:58.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:58.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:20:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:20:58 smithi026 ceph-mon[93126]: 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:20:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:20:58 smithi089 ceph-mon[103441]: 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:20:59.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:20:59.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:00.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:00.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:00 smithi026 ceph-mon[93126]: 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:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:00 smithi089 ceph-mon[103441]: 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:01.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:01.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:02.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:02.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:02 smithi026 ceph-mon[93126]: 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:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:02 smithi089 ceph-mon[103441]: 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:03.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:03.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:04.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:04.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:04 smithi026 ceph-mon[93126]: 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:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:04 smithi089 ceph-mon[103441]: 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:05.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:05.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:06.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:06.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:06 smithi089 ceph-mon[103441]: 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:07.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:07.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:08.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:08.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:08 smithi026 ceph-mon[93126]: 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:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:08 smithi089 ceph-mon[103441]: 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:09.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:09.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:10.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:10.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:10 smithi026 ceph-mon[93126]: 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:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:10 smithi089 ceph-mon[103441]: 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:11.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:11.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:12.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:12.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:12 smithi026 ceph-mon[93126]: 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:21:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:12 smithi089 ceph-mon[103441]: 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:21:13.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:13.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:14.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:14.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:14 smithi026 ceph-mon[93126]: 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:21:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:14 smithi089 ceph-mon[103441]: 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:21:15.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:15.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:16.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:16.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:16 smithi026 ceph-mon[93126]: 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:21:16.818 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:16 smithi089 ceph-mon[103441]: 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:21:17.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:17.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:18.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:18.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:18 smithi026 ceph-mon[93126]: 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:21:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:18 smithi089 ceph-mon[103441]: 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:21:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:19.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:19.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:20.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:20.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:20 smithi089 ceph-mon[103441]: 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:21:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:20 smithi026 ceph-mon[93126]: 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:21:21.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:21.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:22.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:22.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:22 smithi089 ceph-mon[103441]: 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:21:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:21:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:21:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:21:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:21:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:21:22.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:21:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:22 smithi026 ceph-mon[93126]: 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:21:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:21:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:21:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:21:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:21:23.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:21:23.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:21:23.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:23.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:24.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:24.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:24 smithi089 ceph-mon[103441]: 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:21:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:24 smithi026 ceph-mon[93126]: 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:21:25.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:25.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:26.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:26.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:26 smithi089 ceph-mon[103441]: 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:21:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:26 smithi026 ceph-mon[93126]: 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:21:27.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:27.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:28.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:28.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:28 smithi089 ceph-mon[103441]: 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:21:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:28 smithi026 ceph-mon[93126]: 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:21:29.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:29.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:30.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:30.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:30 smithi089 ceph-mon[103441]: 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:21:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:30 smithi026 ceph-mon[93126]: 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:21:31.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:31.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:32.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:32.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:32 smithi089 ceph-mon[103441]: 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:21:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:32 smithi026 ceph-mon[93126]: 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:21:33.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:33.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:34.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:34.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:34 smithi089 ceph-mon[103441]: 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:21:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:34 smithi026 ceph-mon[93126]: 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:21:35.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:35.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:36.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:36.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:36 smithi089 ceph-mon[103441]: 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:21:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:36 smithi026 ceph-mon[93126]: 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:21:37.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:37.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:38.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:38.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:38 smithi089 ceph-mon[103441]: 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:21:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:38 smithi026 ceph-mon[93126]: 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:21:39.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:39.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:40.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:40.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:40 smithi089 ceph-mon[103441]: 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:21:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:40 smithi026 ceph-mon[93126]: 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:21:41.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:41.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:42.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:42.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:42 smithi089 ceph-mon[103441]: 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:21:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:42 smithi026 ceph-mon[93126]: 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:21:43.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:43.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:44.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:44.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:44 smithi089 ceph-mon[103441]: 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:21:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:44 smithi026 ceph-mon[93126]: 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:21:45.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:45.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:46.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:46.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:46 smithi026 ceph-mon[93126]: 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:21:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:46 smithi089 ceph-mon[103441]: 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:21:47.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:47.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:48.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:48.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:48 smithi089 ceph-mon[103441]: pgmap v4851: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:48 smithi026 ceph-mon[93126]: pgmap v4851: 97 pgs: 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:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:21:49.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:49.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:50.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:50.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:50 smithi089 ceph-mon[103441]: 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:21:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:50 smithi026 ceph-mon[93126]: 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:21:51.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:51.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:52.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:52.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:52 smithi089 ceph-mon[103441]: 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:21:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:52 smithi026 ceph-mon[93126]: 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:21:53.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:53.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:54.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:54.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:54 smithi089 ceph-mon[103441]: 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:21:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:54 smithi026 ceph-mon[93126]: 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:21:55.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:55.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:56.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:56.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:56 smithi026 ceph-mon[93126]: 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:21:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:56 smithi089 ceph-mon[103441]: 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:21:57.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:57.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:58.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:58.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:21:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:21:58 smithi089 ceph-mon[103441]: pgmap v4856: 97 pgs: 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:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:21:58 smithi026 ceph-mon[93126]: pgmap v4856: 97 pgs: 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:59.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:21:59.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:00.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:00.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:00 smithi089 ceph-mon[103441]: pgmap v4857: 97 pgs: 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:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:00 smithi026 ceph-mon[93126]: pgmap v4857: 97 pgs: 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:01.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:01.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:02.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:02.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:02 smithi089 ceph-mon[103441]: 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:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:02 smithi026 ceph-mon[93126]: 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:03.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:03.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:04.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:04.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:04 smithi089 ceph-mon[103441]: 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:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:04 smithi026 ceph-mon[93126]: 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:05.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:05.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:06.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:06.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:06 smithi089 ceph-mon[103441]: 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:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:06 smithi026 ceph-mon[93126]: 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:07.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:07.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:08.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:08.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:08 smithi089 ceph-mon[103441]: pgmap v4861: 97 pgs: 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:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:08 smithi026 ceph-mon[93126]: pgmap v4861: 97 pgs: 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:09.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:09.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:10.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:10.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:10 smithi089 ceph-mon[103441]: pgmap v4862: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:10 smithi026 ceph-mon[93126]: pgmap v4862: 97 pgs: 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.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:11.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:12.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:12.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:12 smithi089 ceph-mon[103441]: 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:22:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:12 smithi026 ceph-mon[93126]: 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:22:13.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:13.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:14.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:14.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:14 smithi089 ceph-mon[103441]: 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:22:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:14 smithi026 ceph-mon[93126]: 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:22:15.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:15.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:16.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:16.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:16 smithi089 ceph-mon[103441]: 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:22:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:16 smithi026 ceph-mon[93126]: 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:22:17.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:17.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:18.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:18.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:18 smithi089 ceph-mon[103441]: pgmap v4866: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:18 smithi026 ceph-mon[93126]: pgmap v4866: 97 pgs: 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:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:19.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:19.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:20.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:20.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:20 smithi089 ceph-mon[103441]: pgmap v4867: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:20 smithi026 ceph-mon[93126]: pgmap v4867: 97 pgs: 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.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:21.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:22.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:22.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:22 smithi089 ceph-mon[103441]: 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:22:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:22:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:22 smithi026 ceph-mon[93126]: 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:22:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:22:23.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:23.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:22:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:22:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:22:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:22:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:22:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:22:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:22:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:22:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:22:24.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:22:24.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:24.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:24 smithi089 ceph-mon[103441]: 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:22:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:24 smithi026 ceph-mon[93126]: 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:22:25.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:25.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:26.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:26.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:26 smithi089 ceph-mon[103441]: 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:22:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:26 smithi026 ceph-mon[93126]: 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:22:27.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:27.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:28.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:28.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:28 smithi089 ceph-mon[103441]: pgmap v4871: 97 pgs: 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:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:28 smithi026 ceph-mon[93126]: pgmap v4871: 97 pgs: 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:29.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:29.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:30.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:30.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:30 smithi089 ceph-mon[103441]: pgmap v4872: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:30 smithi026 ceph-mon[93126]: pgmap v4872: 97 pgs: 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.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:31.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:32.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:32.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:32 smithi089 ceph-mon[103441]: 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:22:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:32 smithi026 ceph-mon[93126]: 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:22:33.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:33.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:34.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:34.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:34 smithi026 ceph-mon[93126]: 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:22:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:34 smithi089 ceph-mon[103441]: 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:22:35.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:35.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:36.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:36.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:36.982 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:36 smithi026 ceph-mon[93126]: 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:22:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:36 smithi089 ceph-mon[103441]: 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:22:37.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:37.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:38.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:38.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:38 smithi026 ceph-mon[93126]: pgmap v4876: 97 pgs: 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:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:38 smithi089 ceph-mon[103441]: pgmap v4876: 97 pgs: 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:39.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:39.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:40.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:40.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:40 smithi026 ceph-mon[93126]: pgmap v4877: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:40 smithi089 ceph-mon[103441]: pgmap v4877: 97 pgs: 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.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:41.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:42.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:42.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:42 smithi026 ceph-mon[93126]: 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:22:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:42 smithi089 ceph-mon[103441]: 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:22:43.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:43.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:44.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:44.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:44 smithi026 ceph-mon[93126]: 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:22:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:44 smithi089 ceph-mon[103441]: 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:22:45.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:45.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:46.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:46.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:46 smithi026 ceph-mon[93126]: 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:22:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:46 smithi089 ceph-mon[103441]: 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:22:47.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:47.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:48.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:48.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:48 smithi026 ceph-mon[93126]: pgmap v4881: 97 pgs: 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:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:48 smithi089 ceph-mon[103441]: pgmap v4881: 97 pgs: 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:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:22:49.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:49.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:50.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:50.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:50 smithi026 ceph-mon[93126]: pgmap v4882: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:50 smithi089 ceph-mon[103441]: pgmap v4882: 97 pgs: 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.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:51.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:52.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:52.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:52 smithi026 ceph-mon[93126]: 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:22:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:52 smithi089 ceph-mon[103441]: 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:22:53.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:53.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:54.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:54.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:54 smithi026 ceph-mon[93126]: 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:22:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:54 smithi089 ceph-mon[103441]: 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:22:55.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:55.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:56.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:56.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:56 smithi026 ceph-mon[93126]: 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:22:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:56 smithi089 ceph-mon[103441]: 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:22:57.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:57.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:58.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:58.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:22:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:22:58 smithi026 ceph-mon[93126]: pgmap v4886: 97 pgs: 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:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:22:58 smithi089 ceph-mon[103441]: pgmap v4886: 97 pgs: 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:59.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:22:59.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:00.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:00.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:00 smithi026 ceph-mon[93126]: pgmap v4887: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:00 smithi089 ceph-mon[103441]: pgmap v4887: 97 pgs: 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.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:01.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:01 smithi026 ceph-mon[93126]: 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:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:01 smithi089 ceph-mon[103441]: 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:02.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:02.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:03.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:03.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:04 smithi089 ceph-mon[103441]: 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:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:04.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:04.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:04 smithi026 ceph-mon[93126]: 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:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:05.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:05.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:06.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:06.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:06 smithi089 ceph-mon[103441]: 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:07.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:07.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:08.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:08.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:08 smithi026 ceph-mon[93126]: pgmap v4891: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:08 smithi089 ceph-mon[103441]: pgmap v4891: 97 pgs: 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:09.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:09.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:10.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:10.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:10 smithi026 ceph-mon[93126]: pgmap v4892: 97 pgs: 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:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:10 smithi089 ceph-mon[103441]: pgmap v4892: 97 pgs: 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.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:11.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:12.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:12.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:12 smithi026 ceph-mon[93126]: 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:23:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:12 smithi089 ceph-mon[103441]: 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:23:13.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:13.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:14.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:14.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:14 smithi026 ceph-mon[93126]: 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:23:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:14 smithi089 ceph-mon[103441]: 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:23:15.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:15.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:16.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:16.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:16 smithi026 ceph-mon[93126]: 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:23:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:16 smithi089 ceph-mon[103441]: 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:23:17.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:17.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:18.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:18.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:18 smithi026 ceph-mon[93126]: pgmap v4896: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:18 smithi089 ceph-mon[103441]: pgmap v4896: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:19.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:19.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:20.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:20.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:20 smithi026 ceph-mon[93126]: pgmap v4897: 97 pgs: 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:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:20 smithi089 ceph-mon[103441]: pgmap v4897: 97 pgs: 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.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:21.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:22.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:22.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:22 smithi026 ceph-mon[93126]: 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:23:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:22 smithi089 ceph-mon[103441]: 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:23:23.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:23.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:23:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:23:24.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:24.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:24 smithi026 ceph-mon[93126]: 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:23:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:24 smithi089 ceph-mon[103441]: 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:23:25.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:25.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:26.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:26.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:26 smithi026 ceph-mon[93126]: 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:23:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:26 smithi089 ceph-mon[103441]: 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:23:27.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:27.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:28.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:28.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:28 smithi026 ceph-mon[93126]: pgmap v4901: 97 pgs: 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.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:23:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:23:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:23:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:23:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:23:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:23:28.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:23:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:28 smithi089 ceph-mon[103441]: pgmap v4901: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:23:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:23:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:23:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:23:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:23:28.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:23:28.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:23:29.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:29.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:30.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:30.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:30 smithi026 ceph-mon[93126]: pgmap v4902: 97 pgs: 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:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:30 smithi089 ceph-mon[103441]: pgmap v4902: 97 pgs: 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.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:31.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:32.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:32.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:32 smithi026 ceph-mon[93126]: 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:23:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:32 smithi089 ceph-mon[103441]: 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:23:33.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:33.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:34.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:34.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:34 smithi026 ceph-mon[93126]: 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:23:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:34 smithi089 ceph-mon[103441]: 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:23:35.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:35.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:36 smithi026 ceph-mon[93126]: 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:23:36.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:36.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:36 smithi089 ceph-mon[103441]: 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:23:37.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:37.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:38 smithi089 ceph-mon[103441]: pgmap v4906: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:38 smithi026 ceph-mon[93126]: pgmap v4906: 97 pgs: 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.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:38.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:39.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:39.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:40 smithi026 ceph-mon[93126]: pgmap v4907: 97 pgs: 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:40.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:40.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:40 smithi089 ceph-mon[103441]: pgmap v4907: 97 pgs: 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.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:41.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:42 smithi026 ceph-mon[93126]: 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:23:42.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:42.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:42 smithi089 ceph-mon[103441]: 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:23:43.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:43.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:44 smithi026 ceph-mon[93126]: 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:23:44.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:44.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:44 smithi089 ceph-mon[103441]: 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:23:45.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:45.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:46 smithi026 ceph-mon[93126]: 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:23:46.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:46.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:46 smithi089 ceph-mon[103441]: 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:23:47.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:47.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:48 smithi089 ceph-mon[103441]: pgmap v4911: 97 pgs: 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.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:48.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:48.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:48 smithi026 ceph-mon[93126]: pgmap v4911: 97 pgs: 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:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:23:49.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:49.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:50.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:50.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:50 smithi089 ceph-mon[103441]: pgmap v4912: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:50 smithi026 ceph-mon[93126]: pgmap v4912: 97 pgs: 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.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:51.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:52.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:52.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:52.848 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:52 smithi026 ceph-mon[93126]: 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:23:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:52 smithi089 ceph-mon[103441]: 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:23:53.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:53.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:54.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:54.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:54 smithi089 ceph-mon[103441]: 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:23:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:54 smithi026 ceph-mon[93126]: 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:23:55.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:55.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:56.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:56.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:56 smithi089 ceph-mon[103441]: 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:23:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:56 smithi026 ceph-mon[93126]: 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:23:57.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:57.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:58.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:58.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:23:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:23:58 smithi089 ceph-mon[103441]: pgmap v4916: 97 pgs: 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:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:23:58 smithi026 ceph-mon[93126]: pgmap v4916: 97 pgs: 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:59.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:23:59.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:00.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:00.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:00 smithi089 ceph-mon[103441]: pgmap v4917: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:00 smithi026 ceph-mon[93126]: pgmap v4917: 97 pgs: 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.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:01.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:02.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:02.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:02 smithi089 ceph-mon[103441]: 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:02.962 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:02 smithi026 ceph-mon[93126]: 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:03.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:03.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:04.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:04.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:04 smithi089 ceph-mon[103441]: 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:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:04 smithi026 ceph-mon[93126]: 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:05.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:05.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:06.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:06.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:06 smithi089 ceph-mon[103441]: 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:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:06 smithi026 ceph-mon[93126]: 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:07.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:07.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:08.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:08.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:08 smithi089 ceph-mon[103441]: pgmap v4921: 97 pgs: 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:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:08 smithi026 ceph-mon[93126]: pgmap v4921: 97 pgs: 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:09.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:09.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:10.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:10.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:10 smithi089 ceph-mon[103441]: pgmap v4922: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:10 smithi026 ceph-mon[93126]: pgmap v4922: 97 pgs: 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.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:11.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:12.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:12.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:12 smithi089 ceph-mon[103441]: 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:24:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:12 smithi026 ceph-mon[93126]: 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:24:13.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:13.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:14.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:14.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:14 smithi089 ceph-mon[103441]: 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:24:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:14 smithi026 ceph-mon[93126]: 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:24:15.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:15.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:16.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:16.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:16 smithi089 ceph-mon[103441]: 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:24:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:16 smithi026 ceph-mon[93126]: 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:24:17.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:17.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:18.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:18.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:18 smithi089 ceph-mon[103441]: pgmap v4926: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:18 smithi026 ceph-mon[93126]: pgmap v4926: 97 pgs: 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:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:19.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:19.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:20.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:20.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:20 smithi089 ceph-mon[103441]: pgmap v4927: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:20 smithi026 ceph-mon[93126]: pgmap v4927: 97 pgs: 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.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:21.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:22.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:22.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:22 smithi089 ceph-mon[103441]: 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:24:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:22 smithi026 ceph-mon[93126]: 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:24:23.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:23.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:24.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:24.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:24 smithi089 ceph-mon[103441]: 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:24:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:24 smithi026 ceph-mon[93126]: 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:24:25.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:25.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:26.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:26.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:26 smithi089 ceph-mon[103441]: 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:24:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:26 smithi026 ceph-mon[93126]: 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:24:27.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:27.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:28.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:28.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:28 smithi089 ceph-mon[103441]: pgmap v4931: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:24:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:28 smithi026 ceph-mon[93126]: pgmap v4931: 97 pgs: 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:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:24:29.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:29.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:24:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:24:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:24:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:24:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:24:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:24:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:24:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:24:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:24:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:24:30.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:30.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:30 smithi089 ceph-mon[103441]: pgmap v4932: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:30 smithi026 ceph-mon[93126]: pgmap v4932: 97 pgs: 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.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:31.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:32.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:32.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:32 smithi089 ceph-mon[103441]: 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:24:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:32 smithi026 ceph-mon[93126]: 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:24:33.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:33.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:33.901 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:34.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:34.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:34 smithi089 ceph-mon[103441]: 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:24:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:34 smithi026 ceph-mon[93126]: 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:24:35.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:35.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:36.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:36.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:36 smithi089 ceph-mon[103441]: 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:24:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:36 smithi026 ceph-mon[93126]: 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:24:37.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:37.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:38.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:38.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:38 smithi089 ceph-mon[103441]: pgmap v4936: 97 pgs: 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:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:38 smithi026 ceph-mon[93126]: pgmap v4936: 97 pgs: 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:39.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:39.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:40.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:40.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:40 smithi089 ceph-mon[103441]: pgmap v4937: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:40 smithi026 ceph-mon[93126]: pgmap v4937: 97 pgs: 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.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:41.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:42.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:42.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:42 smithi089 ceph-mon[103441]: 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:24:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:42 smithi026 ceph-mon[93126]: 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:24:43.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:43.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:44.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:44.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:44 smithi089 ceph-mon[103441]: 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:24:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:44 smithi026 ceph-mon[93126]: 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:24:45.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:45.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:46.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:46.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:46 smithi089 ceph-mon[103441]: 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:24:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:46 smithi026 ceph-mon[93126]: 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:24:47.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:47.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:48 smithi026 ceph-mon[93126]: pgmap v4941: 97 pgs: 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.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:48.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:48.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:48 smithi089 ceph-mon[103441]: pgmap v4941: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:24:49.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:49.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:50 smithi089 ceph-mon[103441]: pgmap v4942: 97 pgs: 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:50.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:50.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:50 smithi026 ceph-mon[93126]: pgmap v4942: 97 pgs: 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.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:51.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:52 smithi089 ceph-mon[103441]: 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:24:52.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:52.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:52 smithi026 ceph-mon[93126]: 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:24:53.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:53.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:54 smithi089 ceph-mon[103441]: 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:24:54.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:54.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:54 smithi026 ceph-mon[93126]: 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:24:55.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:55.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:56 smithi089 ceph-mon[103441]: 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:24:56.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:56.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:56 smithi026 ceph-mon[93126]: 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:24:57.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:57.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:24:58 smithi089 ceph-mon[103441]: pgmap v4946: 97 pgs: 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.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:58.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:24:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:24:58 smithi026 ceph-mon[93126]: pgmap v4946: 97 pgs: 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:59.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:24:59.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:00 smithi089 ceph-mon[103441]: pgmap v4947: 97 pgs: 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:00.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:00.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:00 smithi026 ceph-mon[93126]: pgmap v4947: 97 pgs: 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.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:01.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:02.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:02.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:02 smithi026 ceph-mon[93126]: 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:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:02 smithi089 ceph-mon[103441]: 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:03.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:03.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:04.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:04.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:04 smithi026 ceph-mon[93126]: 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:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:04 smithi089 ceph-mon[103441]: 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:05.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:05.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:06.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:06.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:06 smithi026 ceph-mon[93126]: 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:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:06 smithi089 ceph-mon[103441]: 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:07.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:07.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:08.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:08.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:08 smithi026 ceph-mon[93126]: pgmap v4951: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:08 smithi089 ceph-mon[103441]: pgmap v4951: 97 pgs: 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.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:09.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:10.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:10.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:10 smithi026 ceph-mon[93126]: pgmap v4952: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:10 smithi089 ceph-mon[103441]: pgmap v4952: 97 pgs: 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.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:11.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:12.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:12.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:12 smithi026 ceph-mon[93126]: 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:25:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:12 smithi089 ceph-mon[103441]: 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:25:13.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:13.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:14.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:14.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:14 smithi026 ceph-mon[93126]: 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:25:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:14 smithi089 ceph-mon[103441]: 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:25:15.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:15.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:16.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:16.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:16 smithi026 ceph-mon[93126]: 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:25:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:16 smithi089 ceph-mon[103441]: 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:25:17.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:17.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:18.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:18.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:18 smithi026 ceph-mon[93126]: pgmap v4956: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:18 smithi089 ceph-mon[103441]: pgmap v4956: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:19.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:19.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:20.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:20.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:20 smithi026 ceph-mon[93126]: pgmap v4957: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:20 smithi089 ceph-mon[103441]: pgmap v4957: 97 pgs: 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.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:21.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:22.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:22.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:22 smithi026 ceph-mon[93126]: 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:25:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:22 smithi089 ceph-mon[103441]: 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:25:23.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:23.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:24.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:24.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:24 smithi026 ceph-mon[93126]: 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:25:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:24 smithi089 ceph-mon[103441]: 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:25:25.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:25.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:26.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:26.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:26 smithi026 ceph-mon[93126]: 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:25:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:26 smithi089 ceph-mon[103441]: 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:25:27.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:27.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:28.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:28.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:28 smithi026 ceph-mon[93126]: pgmap v4961: 97 pgs: 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:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:28 smithi089 ceph-mon[103441]: pgmap v4961: 97 pgs: 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:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:25:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:29.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:29.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:25:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:30.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:30.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:30 smithi026 ceph-mon[93126]: pgmap v4962: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:30 smithi089 ceph-mon[103441]: pgmap v4962: 97 pgs: 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.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:31.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:32.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:32.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:32 smithi026 ceph-mon[93126]: 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:25:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:32 smithi089 ceph-mon[103441]: 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:25:33.992 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:34.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:34.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:34 smithi089 ceph-mon[103441]: 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:25:35.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:35.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:34 smithi026 ceph-mon[93126]: 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:25:36.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:36.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:37.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:37.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:36 smithi026 ceph-mon[93126]: 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:25:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:36 smithi089 ceph-mon[103441]: 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:25:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:38.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:38.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:25:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:25:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:25:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:25:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:25:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:25:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:25:39.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:39.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:39.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:38 smithi026 ceph-mon[93126]: pgmap v4966: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:38 smithi089 ceph-mon[103441]: pgmap v4966: 97 pgs: 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:40.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:40.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:41.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:41.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:40 smithi026 ceph-mon[93126]: pgmap v4967: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:40 smithi089 ceph-mon[103441]: pgmap v4967: 97 pgs: 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:42.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:42.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:43.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:43.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:42 smithi026 ceph-mon[93126]: 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:25:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:42 smithi089 ceph-mon[103441]: 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:25:44.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:44.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:44 smithi089 ceph-mon[103441]: 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:25:45.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:45.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:44 smithi026 ceph-mon[93126]: 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:25:46.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:46.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:47.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:47.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:46 smithi026 ceph-mon[93126]: 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:25:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:46 smithi089 ceph-mon[103441]: 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:25:48.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:48.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:47 smithi026 ceph-mon[93126]: pgmap v4971: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:47 smithi089 ceph-mon[103441]: pgmap v4971: 97 pgs: 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.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:49.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:49.163 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:25:50.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:50.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:49 smithi089 ceph-mon[103441]: pgmap v4972: 97 pgs: 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:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:49 smithi026 ceph-mon[93126]: pgmap v4972: 97 pgs: 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.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:51.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:52.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:52.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:52 smithi026 ceph-mon[93126]: 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:25:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:52 smithi089 ceph-mon[103441]: 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:25:53.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:53.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:54.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:54.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:54 smithi026 ceph-mon[93126]: 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:25:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:54 smithi089 ceph-mon[103441]: 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:25:55.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:55.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:56.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:56.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:56 smithi026 ceph-mon[93126]: 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:25:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:56 smithi089 ceph-mon[103441]: 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:25:57.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:57.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:58.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:58.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:25:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:25:58 smithi026 ceph-mon[93126]: pgmap v4976: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:25:58 smithi089 ceph-mon[103441]: pgmap v4976: 97 pgs: 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:59.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:25:59.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:00.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:00.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:00 smithi026 ceph-mon[93126]: pgmap v4977: 97 pgs: 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:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:00 smithi089 ceph-mon[103441]: pgmap v4977: 97 pgs: 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.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:01.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:02.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:02.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:02 smithi026 ceph-mon[93126]: 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:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:02 smithi089 ceph-mon[103441]: 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:03.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:03.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:04.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:04.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:04 smithi026 ceph-mon[93126]: 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:04.858 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:04 smithi089 ceph-mon[103441]: 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:05.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:05.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:06.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:06.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:06 smithi089 ceph-mon[103441]: 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:07.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:07.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:08.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:08.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:08 smithi089 ceph-mon[103441]: pgmap v4981: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:08 smithi026 ceph-mon[93126]: pgmap v4981: 97 pgs: 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.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:09.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:10.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:10.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:10 smithi089 ceph-mon[103441]: pgmap v4982: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:10 smithi026 ceph-mon[93126]: pgmap v4982: 97 pgs: 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.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:11.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:12.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:12.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:12 smithi089 ceph-mon[103441]: 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:26:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:12 smithi026 ceph-mon[93126]: 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:26:13.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:13.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:14.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:14.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:14 smithi026 ceph-mon[93126]: pgmap v4984: 97 pgs: 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:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:14 smithi089 ceph-mon[103441]: pgmap v4984: 97 pgs: 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:15.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:15.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:16.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:16.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:16 smithi089 ceph-mon[103441]: pgmap v4985: 97 pgs: 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:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:16 smithi026 ceph-mon[93126]: pgmap v4985: 97 pgs: 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:17.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:17.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:18.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:18.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:18 smithi089 ceph-mon[103441]: pgmap v4986: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:18 smithi026 ceph-mon[93126]: pgmap v4986: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:19.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:19.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:20.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:20.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:20 smithi089 ceph-mon[103441]: pgmap v4987: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:20 smithi026 ceph-mon[93126]: pgmap v4987: 97 pgs: 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.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:21.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:22.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:22.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:22 smithi089 ceph-mon[103441]: 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:26:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:22 smithi026 ceph-mon[93126]: 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:26:23.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:23.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:24.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:24.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:24 smithi089 ceph-mon[103441]: pgmap v4989: 97 pgs: 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:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:24 smithi026 ceph-mon[93126]: pgmap v4989: 97 pgs: 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:25.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:25.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:26.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:26.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:26 smithi089 ceph-mon[103441]: 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:26:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:26 smithi026 ceph-mon[93126]: 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:26:27.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:27.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:28.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:28.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:28 smithi089 ceph-mon[103441]: 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:26:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:28 smithi026 ceph-mon[93126]: 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:26:29.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:29.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:30.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:30.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:30 smithi089 ceph-mon[103441]: pgmap v4992: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:30 smithi026 ceph-mon[93126]: pgmap v4992: 97 pgs: 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.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:31.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:32.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:32.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:32 smithi089 ceph-mon[103441]: 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:26:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:32 smithi026 ceph-mon[93126]: 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:26:33.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:33.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:34.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:34.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:34 smithi089 ceph-mon[103441]: pgmap v4994: 97 pgs: 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:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:34 smithi026 ceph-mon[93126]: pgmap v4994: 97 pgs: 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:35.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:35.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:36.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:36.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:36 smithi089 ceph-mon[103441]: 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:26:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:36 smithi026 ceph-mon[93126]: 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:26:37.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:37.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:26:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:26:38.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:38.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:38 smithi089 ceph-mon[103441]: 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:26:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:26:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:26:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:26:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:26:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:26:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:38 smithi026 ceph-mon[93126]: 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:26:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:26:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:26:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:26:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:26:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:26:39.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:39.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:40.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:40.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:40 smithi089 ceph-mon[103441]: pgmap v4997: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:40 smithi026 ceph-mon[93126]: pgmap v4997: 97 pgs: 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.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:41.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:42.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:42.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:42 smithi089 ceph-mon[103441]: 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:26:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:42 smithi026 ceph-mon[93126]: 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:26:43.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:43.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:44.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:44.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:44 smithi089 ceph-mon[103441]: pgmap v4999: 97 pgs: 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:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:44 smithi026 ceph-mon[93126]: pgmap v4999: 97 pgs: 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:45.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:45.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:46.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:46.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:46 smithi089 ceph-mon[103441]: 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:26:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:46 smithi026 ceph-mon[93126]: 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:26:47.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:47.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:48.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:48.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:48 smithi089 ceph-mon[103441]: 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:26:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:48 smithi026 ceph-mon[93126]: 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:26:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:26:49.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:49.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:50.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:50.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:50 smithi089 ceph-mon[103441]: pgmap v5002: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:50 smithi026 ceph-mon[93126]: pgmap v5002: 97 pgs: 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.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:51.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:52.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:52.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:52 smithi089 ceph-mon[103441]: 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:26:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:52 smithi026 ceph-mon[93126]: 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:26:53.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:53.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:54.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:54.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:54.911 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:54 smithi026 ceph-mon[93126]: pgmap v5004: 97 pgs: 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:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:54 smithi089 ceph-mon[103441]: pgmap v5004: 97 pgs: 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:55.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:55.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:56.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:56.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:56 smithi089 ceph-mon[103441]: 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:26:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:56 smithi026 ceph-mon[93126]: 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:26:57.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:57.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:58.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:58.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:26:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:26:58 smithi089 ceph-mon[103441]: 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:26:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:26:58 smithi026 ceph-mon[93126]: 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:26:59.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:26:59.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:00.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:00.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:00 smithi089 ceph-mon[103441]: pgmap v5007: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:00 smithi026 ceph-mon[93126]: pgmap v5007: 97 pgs: 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.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:01.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:02.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:02.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:02 smithi089 ceph-mon[103441]: 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:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:02 smithi026 ceph-mon[93126]: 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:03.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:03.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:04.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:04.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:04 smithi089 ceph-mon[103441]: pgmap v5009: 97 pgs: 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:05.025 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:04 smithi026 ceph-mon[93126]: pgmap v5009: 97 pgs: 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:05.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:05.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:06.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:06.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:06 smithi089 ceph-mon[103441]: 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:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:06 smithi026 ceph-mon[93126]: 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:07.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:07.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:08.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:08.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:08 smithi089 ceph-mon[103441]: 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:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:08 smithi026 ceph-mon[93126]: 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:09.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:09.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:10.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:10.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:10 smithi089 ceph-mon[103441]: pgmap v5012: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:10 smithi026 ceph-mon[93126]: pgmap v5012: 97 pgs: 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.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:11.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:12.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:12.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:12 smithi089 ceph-mon[103441]: 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:27:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:12 smithi026 ceph-mon[93126]: 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:27:13.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:13.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:14.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:14.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:14 smithi089 ceph-mon[103441]: pgmap v5014: 97 pgs: 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:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:14 smithi026 ceph-mon[93126]: pgmap v5014: 97 pgs: 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:15.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:15.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:16.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:16.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:16 smithi089 ceph-mon[103441]: 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:27:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:16 smithi026 ceph-mon[93126]: 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:27:17.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:17.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:18.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:18.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:18 smithi089 ceph-mon[103441]: 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:27:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:18 smithi026 ceph-mon[93126]: 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:27:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:19.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:19.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:20.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:20.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:20 smithi089 ceph-mon[103441]: pgmap v5017: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:20 smithi026 ceph-mon[93126]: pgmap v5017: 97 pgs: 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.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:21.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:22.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:22.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:22 smithi026 ceph-mon[93126]: 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:27:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:22 smithi089 ceph-mon[103441]: 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:27:23.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:23.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:24.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:24.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:24 smithi026 ceph-mon[93126]: pgmap v5019: 97 pgs: 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:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:24 smithi089 ceph-mon[103441]: pgmap v5019: 97 pgs: 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:25.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:25.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:26.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:26.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:26 smithi026 ceph-mon[93126]: 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:27:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:26 smithi089 ceph-mon[103441]: 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:27:27.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:27.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:28.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:28.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:28 smithi026 ceph-mon[93126]: 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:27:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:28 smithi089 ceph-mon[103441]: 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:27:29.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:29.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:30.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:30.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:31.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:30 smithi026 ceph-mon[93126]: pgmap v5022: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:30 smithi089 ceph-mon[103441]: pgmap v5022: 97 pgs: 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.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:31.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:32.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:32.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:32 smithi026 ceph-mon[93126]: 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:27:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:32 smithi089 ceph-mon[103441]: 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:27:33.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:33.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:34.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:34.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:34 smithi026 ceph-mon[93126]: pgmap v5024: 97 pgs: 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:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:34 smithi089 ceph-mon[103441]: pgmap v5024: 97 pgs: 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:35.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:35.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:36.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:36.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:36 smithi026 ceph-mon[93126]: 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:27:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:36 smithi089 ceph-mon[103441]: 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:27:37.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:37.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:38.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:38.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:38 smithi026 ceph-mon[93126]: 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:27:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:27:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:27:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:27:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:38 smithi089 ceph-mon[103441]: 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:27:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:27:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:27:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:27:39.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:39.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:27:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:27:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:27:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:27:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:27:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:27:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:27:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:27:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:27:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:27:40.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:40.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:40 smithi026 ceph-mon[93126]: pgmap v5027: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:40 smithi089 ceph-mon[103441]: pgmap v5027: 97 pgs: 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.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:41.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:42.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:42.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:42 smithi026 ceph-mon[93126]: 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:27:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:42 smithi089 ceph-mon[103441]: 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:27:43.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:43.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:44.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:44.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:44 smithi026 ceph-mon[93126]: pgmap v5029: 97 pgs: 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:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:44 smithi089 ceph-mon[103441]: pgmap v5029: 97 pgs: 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:45.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:45.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:46.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:46.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:46 smithi026 ceph-mon[93126]: 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:27:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:46 smithi089 ceph-mon[103441]: 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:27:47.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:47.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:48.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:48.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:48 smithi026 ceph-mon[93126]: 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:27:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:48 smithi089 ceph-mon[103441]: 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:27:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:27:49.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:49.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:50.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:50.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:50 smithi026 ceph-mon[93126]: pgmap v5032: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:50 smithi089 ceph-mon[103441]: pgmap v5032: 97 pgs: 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.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:51.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:52.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:52.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:52 smithi026 ceph-mon[93126]: 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:27:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:52 smithi089 ceph-mon[103441]: 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:27:53.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:53.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:54.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:54.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:54 smithi026 ceph-mon[93126]: pgmap v5034: 97 pgs: 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:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:54 smithi089 ceph-mon[103441]: pgmap v5034: 97 pgs: 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:55.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:55.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:56.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:56.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:56 smithi026 ceph-mon[93126]: 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:27:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:56 smithi089 ceph-mon[103441]: 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:27:57.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:57.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:58.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:58.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:27:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:27:58 smithi026 ceph-mon[93126]: 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:27:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:27:58 smithi089 ceph-mon[103441]: 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:27:59.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:27:59.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:00.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:00.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:00 smithi026 ceph-mon[93126]: pgmap v5037: 97 pgs: 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.078 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:00 smithi089 ceph-mon[103441]: pgmap v5037: 97 pgs: 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.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:01.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:02.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:02.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:02 smithi026 ceph-mon[93126]: 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:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:02 smithi089 ceph-mon[103441]: 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:03.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:03.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:04.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:04.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:04 smithi026 ceph-mon[93126]: 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:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:04 smithi089 ceph-mon[103441]: 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:05.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:05.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:06.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:06.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:06 smithi026 ceph-mon[93126]: pgmap v5040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-16T23:28:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:06 smithi089 ceph-mon[103441]: pgmap v5040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-16T23:28:07.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:07.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:08.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:08.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:08 smithi026 ceph-mon[93126]: 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:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:08 smithi089 ceph-mon[103441]: 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:09.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:09.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:10.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:10.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:10 smithi026 ceph-mon[93126]: pgmap v5042: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:10 smithi089 ceph-mon[103441]: pgmap v5042: 97 pgs: 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.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:11.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:12.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:12.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:12 smithi026 ceph-mon[93126]: 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:28:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:12 smithi089 ceph-mon[103441]: 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:28:13.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:13.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:14.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:14.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:14 smithi026 ceph-mon[93126]: 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:28:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:14 smithi089 ceph-mon[103441]: 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:28:15.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:15.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:16.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:16.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:16 smithi026 ceph-mon[93126]: 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:28:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:16 smithi089 ceph-mon[103441]: 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:28:17.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:17.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:18.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:18.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:18 smithi026 ceph-mon[93126]: pgmap v5046: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:18 smithi089 ceph-mon[103441]: pgmap v5046: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:19.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:19.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:20.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:20.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:20 smithi026 ceph-mon[93126]: pgmap v5047: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:20 smithi089 ceph-mon[103441]: pgmap v5047: 97 pgs: 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.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:21.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:22.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:22.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:22 smithi026 ceph-mon[93126]: 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:28:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:22 smithi089 ceph-mon[103441]: 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:28:23.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:23.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:24.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:24.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:24 smithi026 ceph-mon[93126]: 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:28:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:24 smithi089 ceph-mon[103441]: 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:28:25.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:25.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:26.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:26.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:26 smithi026 ceph-mon[93126]: 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:28:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:26 smithi089 ceph-mon[103441]: 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:28:27.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:27.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:27 smithi089 ceph-mon[103441]: pgmap v5051: 97 pgs: 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.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:28.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:27 smithi026 ceph-mon[93126]: pgmap v5051: 97 pgs: 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:29.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:29.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:30.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:30.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:30 smithi089 ceph-mon[103441]: pgmap v5052: 97 pgs: 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:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:30 smithi026 ceph-mon[93126]: pgmap v5052: 97 pgs: 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.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:31.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:32.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:32.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:32 smithi089 ceph-mon[103441]: 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:28:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:32 smithi026 ceph-mon[93126]: 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:28:33.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:33.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:34.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:34.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:34 smithi089 ceph-mon[103441]: 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:28:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:34 smithi026 ceph-mon[93126]: 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:28:35.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:35.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:36.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:36.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:36 smithi089 ceph-mon[103441]: 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:28:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:36 smithi026 ceph-mon[93126]: 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:28:37.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:37.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:38.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:38.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:38 smithi089 ceph-mon[103441]: pgmap v5056: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:38 smithi026 ceph-mon[93126]: pgmap v5056: 97 pgs: 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.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:39.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:28:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:28:40.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:40.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:40 smithi089 ceph-mon[103441]: pgmap v5057: 97 pgs: 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:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:28:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:28:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:28:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:28:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:28:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:40 smithi026 ceph-mon[93126]: pgmap v5057: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:28:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:28:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:28:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:28:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:28:41.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:41.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:42.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:42.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:42 smithi089 ceph-mon[103441]: 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:28:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:42 smithi026 ceph-mon[93126]: 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:28:43.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:43.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:44.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:44.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:44 smithi089 ceph-mon[103441]: 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:28:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:44 smithi026 ceph-mon[93126]: 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:28:45.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:45.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:46.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:46.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:46 smithi089 ceph-mon[103441]: 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:28:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:46 smithi026 ceph-mon[93126]: 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:28:47.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:47.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:48.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:48.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:48 smithi089 ceph-mon[103441]: pgmap v5061: 97 pgs: 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.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:48 smithi026 ceph-mon[93126]: pgmap v5061: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:28:49.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:49.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:50.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:50.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:50 smithi089 ceph-mon[103441]: pgmap v5062: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:50 smithi026 ceph-mon[93126]: pgmap v5062: 97 pgs: 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.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:51.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:52.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:52.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:52 smithi089 ceph-mon[103441]: 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:28:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:52 smithi026 ceph-mon[93126]: 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:28:53.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:53.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:54.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:54.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:54 smithi089 ceph-mon[103441]: 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:28:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:54 smithi026 ceph-mon[93126]: 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:28:55.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:55.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:56.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:56.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:56 smithi089 ceph-mon[103441]: 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:28:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:56 smithi026 ceph-mon[93126]: 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:28:57.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:57.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:58.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:58.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:28:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:28:58 smithi089 ceph-mon[103441]: pgmap v5066: 97 pgs: 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:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:28:58 smithi026 ceph-mon[93126]: pgmap v5066: 97 pgs: 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:59.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:28:59.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:00.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:00.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:00 smithi089 ceph-mon[103441]: pgmap v5067: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:00 smithi026 ceph-mon[93126]: pgmap v5067: 97 pgs: 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.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:01.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:02.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:02.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:02 smithi089 ceph-mon[103441]: 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:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:02 smithi026 ceph-mon[93126]: 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:03.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:03.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:04.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:04.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:04 smithi089 ceph-mon[103441]: 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:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:04 smithi026 ceph-mon[93126]: 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:05.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:05.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:06.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:06.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:06 smithi026 ceph-mon[93126]: 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:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:06 smithi089 ceph-mon[103441]: 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:07.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:07.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:08.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:08.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:08 smithi089 ceph-mon[103441]: pgmap v5071: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:08 smithi026 ceph-mon[93126]: pgmap v5071: 97 pgs: 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.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:09.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:10.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:10.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:10 smithi089 ceph-mon[103441]: pgmap v5072: 97 pgs: 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:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:10 smithi026 ceph-mon[93126]: pgmap v5072: 97 pgs: 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:11.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:11.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:12.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:12.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:12 smithi089 ceph-mon[103441]: 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:29:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:12 smithi026 ceph-mon[93126]: 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:29:13.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:13.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:14.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:14.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:14 smithi089 ceph-mon[103441]: 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:29:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:14 smithi026 ceph-mon[93126]: 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:29:15.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:15.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:16.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:16.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:16 smithi026 ceph-mon[93126]: 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:29:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:16 smithi089 ceph-mon[103441]: 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:29:17.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:17.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:18.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:18.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:18 smithi089 ceph-mon[103441]: pgmap v5076: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:18 smithi026 ceph-mon[93126]: pgmap v5076: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:19.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:19.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:20.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:20.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:20 smithi089 ceph-mon[103441]: pgmap v5077: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:20 smithi026 ceph-mon[93126]: pgmap v5077: 97 pgs: 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.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:21.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:22.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:22.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:22 smithi089 ceph-mon[103441]: 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:29:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:22 smithi026 ceph-mon[93126]: 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:29:23.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:23.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:24.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:24.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:24 smithi089 ceph-mon[103441]: 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:29:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:24 smithi026 ceph-mon[93126]: 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:29:25.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:25.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:26.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:26.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:26 smithi089 ceph-mon[103441]: 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:29:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:26 smithi026 ceph-mon[93126]: 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:29:27.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:27.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:28.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:28.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:28 smithi089 ceph-mon[103441]: pgmap v5081: 97 pgs: 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:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:28 smithi026 ceph-mon[93126]: pgmap v5081: 97 pgs: 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:29.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:29.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:30.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:30.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:30 smithi089 ceph-mon[103441]: pgmap v5082: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:30 smithi026 ceph-mon[93126]: pgmap v5082: 97 pgs: 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.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:31.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:32.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:32.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:32 smithi089 ceph-mon[103441]: 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:29:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:32 smithi026 ceph-mon[93126]: 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:29:33.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:33.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:34.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:34.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:34 smithi026 ceph-mon[93126]: 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:29:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:34 smithi089 ceph-mon[103441]: 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:29:35.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:35.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:36.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:36.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:36 smithi026 ceph-mon[93126]: 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:29:37.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:36 smithi089 ceph-mon[103441]: 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:29:37.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:37.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:38.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:38.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:38 smithi026 ceph-mon[93126]: pgmap v5086: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:38 smithi089 ceph-mon[103441]: pgmap v5086: 97 pgs: 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.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:39.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:40.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:40.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:40 smithi026 ceph-mon[93126]: pgmap v5087: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:29:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:29:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:29:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:29:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:29:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:29:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:40 smithi089 ceph-mon[103441]: pgmap v5087: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:29:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:29:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:29:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:29:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:29:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:29:41.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:41.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:42.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:42.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:42 smithi026 ceph-mon[93126]: 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:29:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:42 smithi089 ceph-mon[103441]: 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:29:43.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:43.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:44.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:44.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:44 smithi026 ceph-mon[93126]: 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:29:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:44 smithi089 ceph-mon[103441]: 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:29:45.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:45.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:46.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:46.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:46 smithi026 ceph-mon[93126]: 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:29:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:46 smithi089 ceph-mon[103441]: 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:29:47.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:47.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:48.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:48.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:48 smithi026 ceph-mon[93126]: pgmap v5091: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:48 smithi089 ceph-mon[103441]: pgmap v5091: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:29:49.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:49.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:50.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:50.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:50 smithi026 ceph-mon[93126]: pgmap v5092: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:50 smithi089 ceph-mon[103441]: pgmap v5092: 97 pgs: 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.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:51.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:52.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:52.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:52 smithi026 ceph-mon[93126]: 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:29:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:52 smithi089 ceph-mon[103441]: 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:29:53.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:53.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:54.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:54.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:54 smithi026 ceph-mon[93126]: 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:29:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:54 smithi089 ceph-mon[103441]: 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:29:55.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:55.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:56.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:56.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:56.974 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:56 smithi026 ceph-mon[93126]: 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:29:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:56 smithi089 ceph-mon[103441]: 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:29:57.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:57.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:58.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:58.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:29:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:29:58 smithi026 ceph-mon[93126]: pgmap v5096: 97 pgs: 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:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:29:58 smithi089 ceph-mon[103441]: pgmap v5096: 97 pgs: 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:59.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:29:59.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:00.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:00.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:00 smithi026 ceph-mon[93126]: pgmap v5097: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T23:30:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:00 smithi089 ceph-mon[103441]: pgmap v5097: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T23:30:01.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:01.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:02.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:02.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:02 smithi026 ceph-mon[93126]: 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:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:02 smithi089 ceph-mon[103441]: 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:03.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:03.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:04.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:04.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:04 smithi026 ceph-mon[93126]: 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:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:04 smithi089 ceph-mon[103441]: 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:05.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:05.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:06.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:06.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:06 smithi026 ceph-mon[93126]: 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:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:06 smithi089 ceph-mon[103441]: 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:07.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:07.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:08.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:08.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:08 smithi026 ceph-mon[93126]: pgmap v5101: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:08 smithi089 ceph-mon[103441]: pgmap v5101: 97 pgs: 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.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:09.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:10.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:10.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:10 smithi026 ceph-mon[93126]: pgmap v5102: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:10 smithi089 ceph-mon[103441]: pgmap v5102: 97 pgs: 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.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:11.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:12.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:12.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:12 smithi026 ceph-mon[93126]: 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:30:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:12 smithi089 ceph-mon[103441]: 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:30:13.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:13.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:14.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:14.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:14 smithi026 ceph-mon[93126]: 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:30:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:14 smithi089 ceph-mon[103441]: 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:30:15.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:15.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:16.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:16.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:16 smithi026 ceph-mon[93126]: 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:30:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:16 smithi089 ceph-mon[103441]: 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:30:17.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:17.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:18.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:18.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:18 smithi026 ceph-mon[93126]: pgmap v5106: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:18 smithi089 ceph-mon[103441]: pgmap v5106: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:19.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:19.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:20.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:20.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:20 smithi026 ceph-mon[93126]: pgmap v5107: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:20 smithi089 ceph-mon[103441]: pgmap v5107: 97 pgs: 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.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:21.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:22.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:22.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:22 smithi089 ceph-mon[103441]: 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:30:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:22 smithi026 ceph-mon[93126]: 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:30:23.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:23.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:24.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:24.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:24 smithi026 ceph-mon[93126]: 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:30:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:24 smithi089 ceph-mon[103441]: 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:30:25.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:25.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:26.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:26.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:26 smithi026 ceph-mon[93126]: 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:30:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:26 smithi089 ceph-mon[103441]: 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:30:27.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:27.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:28.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:28.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:28 smithi026 ceph-mon[93126]: pgmap v5111: 97 pgs: 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:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:28 smithi089 ceph-mon[103441]: pgmap v5111: 97 pgs: 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:29.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:29.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:30.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:30.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:30 smithi026 ceph-mon[93126]: pgmap v5112: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:30 smithi089 ceph-mon[103441]: pgmap v5112: 97 pgs: 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.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:31.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:32.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:32.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:32 smithi089 ceph-mon[103441]: 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:30:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:32 smithi026 ceph-mon[93126]: 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:30:33.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:33.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:34.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:34.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:34 smithi026 ceph-mon[93126]: 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:30:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:34 smithi089 ceph-mon[103441]: 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:30:35.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:35.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:36.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:36.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:36 smithi026 ceph-mon[93126]: 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:30:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:36 smithi089 ceph-mon[103441]: 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:30:37.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:37.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:38.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:38.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:38 smithi026 ceph-mon[93126]: pgmap v5116: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:38 smithi089 ceph-mon[103441]: pgmap v5116: 97 pgs: 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.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:39.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:40.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:40.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:40 smithi026 ceph-mon[93126]: pgmap v5117: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:30:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:40 smithi089 ceph-mon[103441]: pgmap v5117: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:30:41.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:41.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:30:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:30:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:30:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:30:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:30:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:30:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:30:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:30:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:30:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:30:42.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:42.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:42 smithi026 ceph-mon[93126]: 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:30:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:42 smithi089 ceph-mon[103441]: 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:30:43.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:43.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:44.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:44.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:44 smithi026 ceph-mon[93126]: 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:30:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:44 smithi089 ceph-mon[103441]: 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:30:45.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:45.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:46.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:46.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:46 smithi026 ceph-mon[93126]: 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:30:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:46 smithi089 ceph-mon[103441]: 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:30:47.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:47.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:48.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:48.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:48 smithi026 ceph-mon[93126]: pgmap v5121: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:48 smithi089 ceph-mon[103441]: pgmap v5121: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:30:49.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:49.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:50.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:50.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:50 smithi026 ceph-mon[93126]: pgmap v5122: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:50 smithi089 ceph-mon[103441]: pgmap v5122: 97 pgs: 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.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:51.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:52.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:52 smithi026 ceph-mon[93126]: 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:30:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:52 smithi089 ceph-mon[103441]: 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:30:53.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:53.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:54.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:54.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:54 smithi089 ceph-mon[103441]: 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:30:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:54 smithi026 ceph-mon[93126]: 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:30:55.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:55.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:56.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:56.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:56 smithi089 ceph-mon[103441]: 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:30:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:56 smithi026 ceph-mon[93126]: 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:30:57.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:57.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:58.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:58.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:30:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:30:58 smithi089 ceph-mon[103441]: pgmap v5126: 97 pgs: 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:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:30:58 smithi026 ceph-mon[93126]: pgmap v5126: 97 pgs: 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:59.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:30:59.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:00.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:00.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:00 smithi089 ceph-mon[103441]: pgmap v5127: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:00 smithi026 ceph-mon[93126]: pgmap v5127: 97 pgs: 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.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:01.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:02.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:02.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:02 smithi089 ceph-mon[103441]: 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:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:02 smithi026 ceph-mon[93126]: 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:03.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:03.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:04.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:04.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:04 smithi089 ceph-mon[103441]: 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:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:04 smithi026 ceph-mon[93126]: 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:05.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:05.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:06.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:06.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:06 smithi089 ceph-mon[103441]: 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:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:06 smithi026 ceph-mon[93126]: 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:07.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:07.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:08.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:08.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:08 smithi089 ceph-mon[103441]: pgmap v5131: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:08 smithi026 ceph-mon[93126]: pgmap v5131: 97 pgs: 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.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:09.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:10.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:10.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:10 smithi089 ceph-mon[103441]: pgmap v5132: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:10 smithi026 ceph-mon[93126]: pgmap v5132: 97 pgs: 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.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:11.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:12.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:12.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:12 smithi089 ceph-mon[103441]: 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:31:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:12 smithi026 ceph-mon[93126]: 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:31:13.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:13.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:14.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:14.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:14 smithi089 ceph-mon[103441]: 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:31:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:14 smithi026 ceph-mon[93126]: 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:31:15.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:15.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:16.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:16.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:16 smithi089 ceph-mon[103441]: 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:31:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:16 smithi026 ceph-mon[93126]: 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:31:17.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:17.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:18.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:18 smithi089 ceph-mon[103441]: pgmap v5136: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:18 smithi026 ceph-mon[93126]: pgmap v5136: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:19.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:19.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:20.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:20.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:20 smithi089 ceph-mon[103441]: pgmap v5137: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:20 smithi026 ceph-mon[93126]: pgmap v5137: 97 pgs: 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.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:21.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:22.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:22.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:22 smithi089 ceph-mon[103441]: 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:31:22.952 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:22 smithi026 ceph-mon[93126]: 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:31:23.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:23.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:24.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:24.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:24 smithi089 ceph-mon[103441]: 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:31:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:24 smithi026 ceph-mon[93126]: 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:31:25.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:25.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:26.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:26.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:26 smithi089 ceph-mon[103441]: 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:31:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:26 smithi026 ceph-mon[93126]: 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:31:27.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:27.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:28.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:28.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:28 smithi089 ceph-mon[103441]: pgmap v5141: 97 pgs: 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:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:28 smithi026 ceph-mon[93126]: pgmap v5141: 97 pgs: 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:29.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:29.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:30.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:30.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:30 smithi089 ceph-mon[103441]: pgmap v5142: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:30 smithi026 ceph-mon[93126]: pgmap v5142: 97 pgs: 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.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:31.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:32.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:32.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:32 smithi089 ceph-mon[103441]: 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:31:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:32 smithi026 ceph-mon[93126]: 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:31:33.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:33.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:34.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:34.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:34 smithi089 ceph-mon[103441]: 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:31:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:34 smithi026 ceph-mon[93126]: 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:31:35.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:35.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:36.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:36.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:36 smithi089 ceph-mon[103441]: 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:31:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:36 smithi026 ceph-mon[93126]: 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:31:37.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:37.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:38.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:38.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:38 smithi089 ceph-mon[103441]: pgmap v5146: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:38 smithi026 ceph-mon[93126]: pgmap v5146: 97 pgs: 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.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:39.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:40.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:40.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:40 smithi089 ceph-mon[103441]: pgmap v5147: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:40 smithi026 ceph-mon[93126]: pgmap v5147: 97 pgs: 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.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:41.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:31:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:31:42.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:42.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:42 smithi026 ceph-mon[93126]: 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:31:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:31:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:31:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:31:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:31:43.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:31:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:42 smithi089 ceph-mon[103441]: 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:31:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:31:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:31:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:31:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:31:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:31:43.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:43.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:44.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:44.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:44 smithi026 ceph-mon[93126]: 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:31:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:44 smithi089 ceph-mon[103441]: 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:31:45.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:45.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:46.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:46.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:46 smithi026 ceph-mon[93126]: 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:31:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:46 smithi089 ceph-mon[103441]: 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:31:47.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:47.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:48.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:48.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:48 smithi089 ceph-mon[103441]: pgmap v5151: 97 pgs: 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.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:48 smithi026 ceph-mon[93126]: pgmap v5151: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:31:49.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:49.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:50.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:50.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:50 smithi026 ceph-mon[93126]: pgmap v5152: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:50 smithi089 ceph-mon[103441]: pgmap v5152: 97 pgs: 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.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:51.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:52.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:52.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:52 smithi026 ceph-mon[93126]: 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:31:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:52 smithi089 ceph-mon[103441]: 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:31:53.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:53.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:54.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:54.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:54 smithi026 ceph-mon[93126]: 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:31:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:54 smithi089 ceph-mon[103441]: 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:31:55.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:55.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:56.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:56.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:56 smithi026 ceph-mon[93126]: 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:31:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:56 smithi089 ceph-mon[103441]: 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:31:57.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:57.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:58.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:58.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:31:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:31:58 smithi089 ceph-mon[103441]: pgmap v5156: 97 pgs: 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:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:31:58 smithi026 ceph-mon[93126]: pgmap v5156: 97 pgs: 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:59.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:31:59.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:00.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:00.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:00 smithi026 ceph-mon[93126]: pgmap v5157: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:00 smithi089 ceph-mon[103441]: pgmap v5157: 97 pgs: 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.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:01.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:02.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:02.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:02 smithi026 ceph-mon[93126]: 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:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:02 smithi089 ceph-mon[103441]: 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:03.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:03.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:04.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:04.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:04 smithi026 ceph-mon[93126]: 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:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:04 smithi089 ceph-mon[103441]: 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:05.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:05.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:06.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:06.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:06 smithi026 ceph-mon[93126]: 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:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:06 smithi089 ceph-mon[103441]: 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:07.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:07.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:08.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:08.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:08 smithi089 ceph-mon[103441]: pgmap v5161: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:08 smithi026 ceph-mon[93126]: pgmap v5161: 97 pgs: 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.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:09.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:10.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:10.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:10 smithi026 ceph-mon[93126]: pgmap v5162: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:10 smithi089 ceph-mon[103441]: pgmap v5162: 97 pgs: 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.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:11.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:12.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:12.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:12 smithi026 ceph-mon[93126]: 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:32:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:12 smithi089 ceph-mon[103441]: 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:32:13.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:13.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:14.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:14.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:14 smithi026 ceph-mon[93126]: 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:32:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:14 smithi089 ceph-mon[103441]: 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:32:15.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:15.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:16.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:16.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:16 smithi026 ceph-mon[93126]: 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:32:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:16 smithi089 ceph-mon[103441]: 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:32:17.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:17.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:18.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:18.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:18 smithi026 ceph-mon[93126]: pgmap v5166: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:18 smithi089 ceph-mon[103441]: pgmap v5166: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:19.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:19.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:20.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:20.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:20 smithi026 ceph-mon[93126]: pgmap v5167: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:20 smithi089 ceph-mon[103441]: pgmap v5167: 97 pgs: 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.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:21.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:22.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:22.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:22 smithi026 ceph-mon[93126]: 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:32:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:22 smithi089 ceph-mon[103441]: 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:32:23.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:23.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:24.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:24.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:24 smithi026 ceph-mon[93126]: 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:32:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:24 smithi089 ceph-mon[103441]: 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:32:25.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:25.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:26.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:26.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:26 smithi026 ceph-mon[93126]: 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:32:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:26 smithi089 ceph-mon[103441]: 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:32:27.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:27.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:28.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:28.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:28 smithi026 ceph-mon[93126]: pgmap v5171: 97 pgs: 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:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:28 smithi089 ceph-mon[103441]: pgmap v5171: 97 pgs: 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:29.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:29.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:30.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:30.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:30 smithi026 ceph-mon[93126]: pgmap v5172: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:30 smithi089 ceph-mon[103441]: pgmap v5172: 97 pgs: 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.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:31.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:32.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:32.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:32 smithi026 ceph-mon[93126]: 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:32:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:32 smithi089 ceph-mon[103441]: 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:32:33.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:33.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:34.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:34.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:34 smithi026 ceph-mon[93126]: 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:32:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:34 smithi089 ceph-mon[103441]: 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:32:35.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:35.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:36.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:36.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:36 smithi026 ceph-mon[93126]: 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:32:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:36 smithi089 ceph-mon[103441]: 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:32:37.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:37.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:38.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:38.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:38 smithi026 ceph-mon[93126]: pgmap v5176: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:38 smithi089 ceph-mon[103441]: pgmap v5176: 97 pgs: 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.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:39.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:40.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:40.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:40 smithi026 ceph-mon[93126]: pgmap v5177: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:40 smithi089 ceph-mon[103441]: pgmap v5177: 97 pgs: 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.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:41.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:42.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:42.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:42 smithi026 ceph-mon[93126]: 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:32:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:32:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:32:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:32:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:32:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:32:43.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:32:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:42 smithi089 ceph-mon[103441]: 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:32:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:32:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:32:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:32:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:32:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:32:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:32:43.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:43.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:44.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:44.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:44 smithi026 ceph-mon[93126]: 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:32:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:44 smithi089 ceph-mon[103441]: 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:32:45.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:45.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:46.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:46.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:46 smithi026 ceph-mon[93126]: 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:32:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:46 smithi089 ceph-mon[103441]: 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:32:47.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:47.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:48.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:48.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:48 smithi026 ceph-mon[93126]: pgmap v5181: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:49.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:48 smithi089 ceph-mon[103441]: pgmap v5181: 97 pgs: 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.091 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:32:49.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:49.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:50.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:50.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:50 smithi026 ceph-mon[93126]: pgmap v5182: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:50 smithi089 ceph-mon[103441]: pgmap v5182: 97 pgs: 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.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:51.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:52.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:52.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:52 smithi026 ceph-mon[93126]: 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:32:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:52 smithi089 ceph-mon[103441]: 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:32:53.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:53.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:54.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:54.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:54 smithi026 ceph-mon[93126]: 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:32:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:54 smithi089 ceph-mon[103441]: 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:32:55.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:55.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:56.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:56.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:56 smithi026 ceph-mon[93126]: 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:32:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:56 smithi089 ceph-mon[103441]: 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:32:57.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:57.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:58.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:58.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:32:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:32:58 smithi026 ceph-mon[93126]: pgmap v5186: 97 pgs: 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:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:32:58 smithi089 ceph-mon[103441]: pgmap v5186: 97 pgs: 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:59.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:32:59.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:00.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:00.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:00 smithi026 ceph-mon[93126]: pgmap v5187: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:00 smithi089 ceph-mon[103441]: pgmap v5187: 97 pgs: 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.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:01.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:02.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:02.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:02 smithi089 ceph-mon[103441]: 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:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:02 smithi026 ceph-mon[93126]: 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:03.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:03.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:04.098 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:04.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:04.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:04 smithi089 ceph-mon[103441]: 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:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:04 smithi026 ceph-mon[93126]: 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:05.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:05.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:06.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:06.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:06 smithi089 ceph-mon[103441]: 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:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:06 smithi026 ceph-mon[93126]: 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:07.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:07.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:08.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:08.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:09.156 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:08 smithi026 ceph-mon[93126]: pgmap v5191: 97 pgs: 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:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:08 smithi089 ceph-mon[103441]: pgmap v5191: 97 pgs: 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:09.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:09.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:10.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:10.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:10 smithi089 ceph-mon[103441]: pgmap v5192: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:10 smithi026 ceph-mon[93126]: pgmap v5192: 97 pgs: 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.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:11.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:12.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:12.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:12 smithi089 ceph-mon[103441]: 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:33:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:12 smithi026 ceph-mon[93126]: 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:33:13.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:13.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:14.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:14.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:14 smithi089 ceph-mon[103441]: 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:33:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:14 smithi026 ceph-mon[93126]: 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:33:15.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:15.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:16.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:16.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:16 smithi089 ceph-mon[103441]: 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:33:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:16 smithi026 ceph-mon[93126]: 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:33:17.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:17.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:18.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:18.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:18 smithi089 ceph-mon[103441]: pgmap v5196: 97 pgs: 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:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:19.274 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:18 smithi026 ceph-mon[93126]: pgmap v5196: 97 pgs: 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:19.274 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:19.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:19.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:20.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:20.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:20 smithi089 ceph-mon[103441]: pgmap v5197: 97 pgs: 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:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:20 smithi026 ceph-mon[93126]: pgmap v5197: 97 pgs: 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:21.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:21.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:21 smithi089 ceph-mon[103441]: 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:33:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:21 smithi026 ceph-mon[93126]: 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:33:22.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:22.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:23.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:23.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:24.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:24.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:24 smithi026 ceph-mon[93126]: 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:33:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:24 smithi089 ceph-mon[103441]: 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:33:25.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:25.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:26.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:26.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:26 smithi089 ceph-mon[103441]: 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:33:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:26 smithi026 ceph-mon[93126]: 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:33:27.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:27.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:28.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:28.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:28 smithi089 ceph-mon[103441]: pgmap v5201: 97 pgs: 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:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:28 smithi026 ceph-mon[93126]: pgmap v5201: 97 pgs: 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:29.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:29.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:30.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:30.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:30 smithi089 ceph-mon[103441]: pgmap v5202: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:30 smithi026 ceph-mon[93126]: pgmap v5202: 97 pgs: 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.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:31.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:32.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:32.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:32 smithi089 ceph-mon[103441]: 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:33:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:32 smithi026 ceph-mon[93126]: 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:33:33.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:33.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:34.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:34.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:34 smithi026 ceph-mon[93126]: 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:33:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:34 smithi089 ceph-mon[103441]: 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:33:35.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:35.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:36.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:36.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:36 smithi089 ceph-mon[103441]: 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:33:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:36 smithi026 ceph-mon[93126]: 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:33:37.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:37.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:38.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:38.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:38 smithi089 ceph-mon[103441]: pgmap v5206: 97 pgs: 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:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:38 smithi026 ceph-mon[93126]: pgmap v5206: 97 pgs: 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:39.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:39.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:40.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:40.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:40 smithi089 ceph-mon[103441]: pgmap v5207: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:40 smithi026 ceph-mon[93126]: pgmap v5207: 97 pgs: 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.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:41.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:42.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:42.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:42 smithi089 ceph-mon[103441]: 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:33:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:42 smithi026 ceph-mon[93126]: 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:33:43.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:43.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:33:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:33:44.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:44.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:44 smithi089 ceph-mon[103441]: 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:33:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:44 smithi026 ceph-mon[93126]: 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:33:45.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:45.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:46.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:46.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:46 smithi089 ceph-mon[103441]: 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:33:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:46 smithi026 ceph-mon[93126]: 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:33:47.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:47.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:48.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:48.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:48 smithi026 ceph-mon[93126]: pgmap v5211: 97 pgs: 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:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:33:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:33:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:33:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:33:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:33:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:33:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:33:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:48 smithi089 ceph-mon[103441]: pgmap v5211: 97 pgs: 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:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:33:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:33:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:33:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:33:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:33:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:33:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:33:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:33:49.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:49.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:50.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:50.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:50 smithi026 ceph-mon[93126]: pgmap v5212: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:50 smithi089 ceph-mon[103441]: pgmap v5212: 97 pgs: 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.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:51.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:52.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:52.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:52 smithi026 ceph-mon[93126]: 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:33:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:52 smithi089 ceph-mon[103441]: 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:33:53.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:53.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:54.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:54.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:54 smithi026 ceph-mon[93126]: 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:33:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:54 smithi089 ceph-mon[103441]: 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:33:55.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:55.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:56.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:56.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:56 smithi026 ceph-mon[93126]: 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:33:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:56 smithi089 ceph-mon[103441]: 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:33:57.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:57.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:58.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:58.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:33:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:33:58 smithi026 ceph-mon[93126]: pgmap v5216: 97 pgs: 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:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:33:58 smithi089 ceph-mon[103441]: pgmap v5216: 97 pgs: 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:59.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:33:59.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:00.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:00.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:00 smithi026 ceph-mon[93126]: pgmap v5217: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:00 smithi089 ceph-mon[103441]: pgmap v5217: 97 pgs: 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.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:01.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:02.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:02.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:02 smithi026 ceph-mon[93126]: 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:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:02 smithi089 ceph-mon[103441]: 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:03.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:03.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:04.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:04.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:04 smithi026 ceph-mon[93126]: 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:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:04 smithi089 ceph-mon[103441]: 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:05.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:05.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:06.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:06.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:06 smithi026 ceph-mon[93126]: 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:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:06 smithi089 ceph-mon[103441]: 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:07.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:07.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:08.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:08.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:08 smithi026 ceph-mon[93126]: pgmap v5221: 97 pgs: 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:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:08 smithi089 ceph-mon[103441]: pgmap v5221: 97 pgs: 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:09.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:09.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:10.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:10.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:10 smithi026 ceph-mon[93126]: pgmap v5222: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:10 smithi089 ceph-mon[103441]: pgmap v5222: 97 pgs: 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.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:11.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:12.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:12.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:12 smithi026 ceph-mon[93126]: 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:34:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:12 smithi089 ceph-mon[103441]: 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:34:13.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:13.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:14.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:14.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:14 smithi026 ceph-mon[93126]: 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:34:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:14 smithi089 ceph-mon[103441]: 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:34:15.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:15.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:16.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:16.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:16 smithi026 ceph-mon[93126]: 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:34:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:16 smithi089 ceph-mon[103441]: 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:34:17.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:17.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:18.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:18.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:18 smithi026 ceph-mon[93126]: pgmap v5226: 97 pgs: 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:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:18 smithi089 ceph-mon[103441]: pgmap v5226: 97 pgs: 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:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:19.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:19.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:20.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:20.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:20 smithi026 ceph-mon[93126]: pgmap v5227: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:20 smithi089 ceph-mon[103441]: pgmap v5227: 97 pgs: 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.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:21.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:22.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:23.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:22 smithi089 ceph-mon[103441]: 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:34:23.177 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:22 smithi026 ceph-mon[93126]: 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:34:23.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:23.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:24.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:24.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:25.019 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:24 smithi026 ceph-mon[93126]: 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:34:25.085 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:24 smithi089 ceph-mon[103441]: 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:34:25.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:25.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:26.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:26.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:26 smithi026 ceph-mon[93126]: 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:34:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:26 smithi089 ceph-mon[103441]: 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:34:27.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:27.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:28.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:28.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:28 smithi026 ceph-mon[93126]: pgmap v5231: 97 pgs: 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:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:28 smithi089 ceph-mon[103441]: pgmap v5231: 97 pgs: 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:29.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:29.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:30.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:30.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:30 smithi026 ceph-mon[93126]: pgmap v5232: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:30 smithi089 ceph-mon[103441]: pgmap v5232: 97 pgs: 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.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:31.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:32.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:32.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:32 smithi026 ceph-mon[93126]: 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:34:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:32 smithi089 ceph-mon[103441]: 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:34:33.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:33.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:34.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:34.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:34 smithi026 ceph-mon[93126]: 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:34:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:34 smithi089 ceph-mon[103441]: 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:34:35.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:35.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:36.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:36.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:36 smithi026 ceph-mon[93126]: 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:34:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:36 smithi089 ceph-mon[103441]: 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:34:37.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:37.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:38.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:38.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:38 smithi026 ceph-mon[93126]: pgmap v5236: 97 pgs: 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:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:38 smithi089 ceph-mon[103441]: pgmap v5236: 97 pgs: 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:39.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:39.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:40.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:40.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:40 smithi026 ceph-mon[93126]: pgmap v5237: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:40 smithi089 ceph-mon[103441]: pgmap v5237: 97 pgs: 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.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:41.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:42.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:42.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:42 smithi026 ceph-mon[93126]: 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:34:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:42 smithi089 ceph-mon[103441]: 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:34:43.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:43.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:44.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:44.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:44 smithi026 ceph-mon[93126]: 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:34:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:44 smithi089 ceph-mon[103441]: 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:34:45.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:45.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:46.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:46.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:46 smithi026 ceph-mon[93126]: 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:34:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:46 smithi089 ceph-mon[103441]: 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:34:47.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:47.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:48.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:48.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:48 smithi026 ceph-mon[93126]: pgmap v5241: 97 pgs: 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:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:34:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:48 smithi089 ceph-mon[103441]: pgmap v5241: 97 pgs: 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:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:34:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:34:49.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:49.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:34:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:34:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:34:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:34:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:34:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:34:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:34:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:34:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:34:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:34:50.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:50.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:50 smithi026 ceph-mon[93126]: pgmap v5242: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:50 smithi089 ceph-mon[103441]: pgmap v5242: 97 pgs: 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.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:51.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:52.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:52.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:52 smithi026 ceph-mon[93126]: 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:34:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:52 smithi089 ceph-mon[103441]: 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:34:53.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:53.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:54.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:54.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:54 smithi089 ceph-mon[103441]: 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:34:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:54 smithi026 ceph-mon[93126]: 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:34:55.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:55.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:56.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:56.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:56 smithi089 ceph-mon[103441]: 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:34:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:56 smithi026 ceph-mon[93126]: 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:34:57.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:57.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:58.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:58.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:34:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:34:58 smithi089 ceph-mon[103441]: pgmap v5246: 97 pgs: 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:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:34:58 smithi026 ceph-mon[93126]: pgmap v5246: 97 pgs: 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:59.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:34:59.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:00.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:00.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:00 smithi089 ceph-mon[103441]: pgmap v5247: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:00 smithi026 ceph-mon[93126]: pgmap v5247: 97 pgs: 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.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:01.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:02.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:02.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:02 smithi089 ceph-mon[103441]: 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:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:02 smithi026 ceph-mon[93126]: 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:03.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:03.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:04.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:04.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:04 smithi089 ceph-mon[103441]: 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:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:04 smithi026 ceph-mon[93126]: 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:05.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:05.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:06.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:06.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:06 smithi089 ceph-mon[103441]: 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:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:06 smithi026 ceph-mon[93126]: 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:07.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:07.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:08.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:08.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:08 smithi089 ceph-mon[103441]: pgmap v5251: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:08 smithi026 ceph-mon[93126]: pgmap v5251: 97 pgs: 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.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:09.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:10.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:10.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:10 smithi089 ceph-mon[103441]: pgmap v5252: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:10 smithi026 ceph-mon[93126]: pgmap v5252: 97 pgs: 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.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:11.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:12.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:12.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:12 smithi089 ceph-mon[103441]: 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:35:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:12 smithi026 ceph-mon[93126]: 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:35:13.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:13.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:14.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:14.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:14 smithi089 ceph-mon[103441]: 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:35:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:14 smithi026 ceph-mon[93126]: 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:35:15.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:15.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:16.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:16.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:16 smithi089 ceph-mon[103441]: 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:35:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:16 smithi026 ceph-mon[93126]: 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:35:17.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:17.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:18.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:18.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:18 smithi089 ceph-mon[103441]: pgmap v5256: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:18 smithi026 ceph-mon[93126]: pgmap v5256: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:19.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:19.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:20 smithi089 ceph-mon[103441]: pgmap v5257: 97 pgs: 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:20.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:20.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:20 smithi026 ceph-mon[93126]: pgmap v5257: 97 pgs: 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.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:21.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:22.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:22.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:22 smithi089 ceph-mon[103441]: 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:35:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:22 smithi026 ceph-mon[93126]: 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:35:23.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:23.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:24.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:24.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:24 smithi089 ceph-mon[103441]: 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:35:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:24 smithi026 ceph-mon[93126]: 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:35:25.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:25.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:26.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:26.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:26 smithi089 ceph-mon[103441]: 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:35:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:26 smithi026 ceph-mon[93126]: 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:35:27.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:27.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:27 smithi089 ceph-mon[103441]: pgmap v5261: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:27 smithi026 ceph-mon[93126]: pgmap v5261: 97 pgs: 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.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:28.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:29.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:29.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:30 smithi026 ceph-mon[93126]: pgmap v5262: 97 pgs: 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:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:30 smithi089 ceph-mon[103441]: pgmap v5262: 97 pgs: 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:30.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:30.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:31.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:31.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:32 smithi089 ceph-mon[103441]: 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:35:32.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:32.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:32 smithi026 ceph-mon[93126]: 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:35:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:33.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:34.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:34 smithi089 ceph-mon[103441]: 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:35:35.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:35.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:34 smithi026 ceph-mon[93126]: 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:35:36.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:36.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:36 smithi089 ceph-mon[103441]: 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:35:37.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:37.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:36 smithi026 ceph-mon[93126]: 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:35:38.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:38.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:38 smithi089 ceph-mon[103441]: pgmap v5266: 97 pgs: 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.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:39.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:38 smithi026 ceph-mon[93126]: pgmap v5266: 97 pgs: 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:40.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:40.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:41.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:41.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:40 smithi026 ceph-mon[93126]: pgmap v5267: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:40 smithi089 ceph-mon[103441]: pgmap v5267: 97 pgs: 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.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:42.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:43.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:43.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:42 smithi026 ceph-mon[93126]: 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:35:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:42 smithi089 ceph-mon[103441]: 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:35:44.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:44.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:45.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:45.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:44 smithi026 ceph-mon[93126]: 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:35:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:44 smithi089 ceph-mon[103441]: 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:35:46.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:46.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:47.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:47.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:46 smithi026 ceph-mon[93126]: 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:35:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:46 smithi089 ceph-mon[103441]: 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:35:48.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:48.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:49.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:49.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:48 smithi026 ceph-mon[93126]: pgmap v5271: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:48 smithi089 ceph-mon[103441]: pgmap v5271: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:35:50.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:50.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:35:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:35:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:50.980 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:50 smithi089 ceph-mon[103441]: pgmap v5272: 97 pgs: 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:50.999 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:50 smithi026 ceph-mon[93126]: pgmap v5272: 97 pgs: 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.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:51.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:52.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:52.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:53.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:53.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:52 smithi026 ceph-mon[93126]: 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:35:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:52 smithi089 ceph-mon[103441]: 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:35:54.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:54.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:55.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:55.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:54 smithi026 ceph-mon[93126]: 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:35:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:54 smithi089 ceph-mon[103441]: 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:35:56.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:56.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:57.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:57.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:56 smithi026 ceph-mon[93126]: 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:35:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:56 smithi089 ceph-mon[103441]: 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:35:58.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:58.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:35:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:35:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:35:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:35:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:35:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:35:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:35:59.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:35:59.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:35:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:35:58 smithi089 ceph-mon[103441]: pgmap v5276: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:35:58 smithi026 ceph-mon[93126]: pgmap v5276: 97 pgs: 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:00.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:00.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:01.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:01.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:01.085 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:00 smithi089 ceph-mon[103441]: pgmap v5277: 97 pgs: 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.106 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:00 smithi026 ceph-mon[93126]: pgmap v5277: 97 pgs: 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.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:02.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:03.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:03.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:02 smithi089 ceph-mon[103441]: 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:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:02 smithi026 ceph-mon[93126]: 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:04.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:04.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:05.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:05.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:04 smithi089 ceph-mon[103441]: 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:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:04 smithi026 ceph-mon[93126]: 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:06.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:06.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:07.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:07.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:06 smithi089 ceph-mon[103441]: 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:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:06 smithi026 ceph-mon[93126]: 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:08.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:08.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:09.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:09.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:08 smithi089 ceph-mon[103441]: pgmap v5281: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:08 smithi026 ceph-mon[93126]: pgmap v5281: 97 pgs: 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:10.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:10.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:11.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:11.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:10 smithi089 ceph-mon[103441]: pgmap v5282: 97 pgs: 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.221 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:10 smithi026 ceph-mon[93126]: pgmap v5282: 97 pgs: 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.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:12.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:13.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:13.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:12 smithi089 ceph-mon[103441]: 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:36:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:12 smithi026 ceph-mon[93126]: 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:36:14.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:14.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:15.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:15.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:14 smithi089 ceph-mon[103441]: 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:36:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:14 smithi026 ceph-mon[93126]: 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:36:16.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:16.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:17.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:17.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:16 smithi089 ceph-mon[103441]: 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:36:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:16 smithi026 ceph-mon[93126]: 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:36:18.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:18.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:19.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:19.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:18 smithi089 ceph-mon[103441]: pgmap v5286: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:18 smithi026 ceph-mon[93126]: pgmap v5286: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:20.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:20.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:21.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:21.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:20 smithi089 ceph-mon[103441]: pgmap v5287: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:20 smithi026 ceph-mon[93126]: pgmap v5287: 97 pgs: 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.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:22.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:23.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:23.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:22 smithi089 ceph-mon[103441]: 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:36:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:22 smithi026 ceph-mon[93126]: 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:36:24.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:24.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:25.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:25.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:24 smithi089 ceph-mon[103441]: 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:36:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:24 smithi026 ceph-mon[93126]: 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:36:26.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:26.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:27.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:27.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:26 smithi089 ceph-mon[103441]: 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:36:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:26 smithi026 ceph-mon[93126]: 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:36:28.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:28.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:29.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:29.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:28 smithi089 ceph-mon[103441]: pgmap v5291: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:28 smithi026 ceph-mon[93126]: pgmap v5291: 97 pgs: 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:30.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:30.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:31.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:31.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:30 smithi089 ceph-mon[103441]: pgmap v5292: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:30 smithi026 ceph-mon[93126]: pgmap v5292: 97 pgs: 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.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:32.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:33.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:33.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:32 smithi089 ceph-mon[103441]: 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:36:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:32 smithi026 ceph-mon[93126]: 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:36:34.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:34.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:33 smithi089 ceph-mon[103441]: 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:36:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:33 smithi026 ceph-mon[93126]: 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:36:35.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:35.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:36.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:36.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:36 smithi026 ceph-mon[93126]: 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:36:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:36 smithi089 ceph-mon[103441]: 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:36:37.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:37.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:38.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:38.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:38 smithi026 ceph-mon[93126]: pgmap v5296: 97 pgs: 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.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:39.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:38 smithi089 ceph-mon[103441]: pgmap v5296: 97 pgs: 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:40.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:40.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:40 smithi026 ceph-mon[93126]: pgmap v5297: 97 pgs: 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.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:41.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:40 smithi089 ceph-mon[103441]: pgmap v5297: 97 pgs: 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.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:42.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:42 smithi026 ceph-mon[93126]: 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:36:43.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:43.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:42 smithi089 ceph-mon[103441]: 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:36:44.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:44.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:44 smithi026 ceph-mon[93126]: 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:36:45.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:45.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:44 smithi089 ceph-mon[103441]: 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:36:46.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:46.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:46 smithi089 ceph-mon[103441]: 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:36:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:46 smithi026 ceph-mon[93126]: 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:36:47.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:47.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:48.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:48.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:48 smithi026 ceph-mon[93126]: pgmap v5301: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:49.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:49.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:48 smithi089 ceph-mon[103441]: pgmap v5301: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:36:50.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:50.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:50 smithi026 ceph-mon[93126]: pgmap v5302: 97 pgs: 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.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:51.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:50 smithi089 ceph-mon[103441]: pgmap v5302: 97 pgs: 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.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:52.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:52 smithi026 ceph-mon[93126]: 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:36:53.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:53.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:52 smithi089 ceph-mon[103441]: 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:36:54.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:54.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:54 smithi026 ceph-mon[93126]: 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:36:55.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:55.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:54 smithi089 ceph-mon[103441]: 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:36:56.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:56.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:56 smithi089 ceph-mon[103441]: 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:36:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:56 smithi026 ceph-mon[93126]: 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:36:57.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:57.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:36:58.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:58.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:36:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:58 smithi026 ceph-mon[93126]: pgmap v5306: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:36:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:36:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:36:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:36:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:36:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:36:59.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:36:59.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:36:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:58 smithi089 ceph-mon[103441]: pgmap v5306: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:36:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:36:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:36:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:36:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:36:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:37:00.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:00.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:00 smithi026 ceph-mon[93126]: pgmap v5307: 97 pgs: 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.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:01.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:00 smithi089 ceph-mon[103441]: pgmap v5307: 97 pgs: 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.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:02.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:02 smithi026 ceph-mon[93126]: 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:03.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:03.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:02 smithi089 ceph-mon[103441]: 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:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:04.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:04.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:04 smithi026 ceph-mon[93126]: 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:05.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:05.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:04 smithi089 ceph-mon[103441]: 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:06.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:06.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:06 smithi026 ceph-mon[93126]: 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:07.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:07.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:06 smithi089 ceph-mon[103441]: 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:08.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:08.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:08 smithi026 ceph-mon[93126]: pgmap v5311: 97 pgs: 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.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:09.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:08 smithi089 ceph-mon[103441]: pgmap v5311: 97 pgs: 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:10.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:10.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:10 smithi026 ceph-mon[93126]: pgmap v5312: 97 pgs: 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.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:11.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:10 smithi089 ceph-mon[103441]: pgmap v5312: 97 pgs: 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.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:12.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:12 smithi026 ceph-mon[93126]: 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:37:13.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:13.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:12 smithi089 ceph-mon[103441]: 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:37:14.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:14.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:14 smithi026 ceph-mon[93126]: 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:37:15.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:15.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:14 smithi089 ceph-mon[103441]: 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:37:16.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:16.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:16 smithi026 ceph-mon[93126]: 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:37:17.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:17.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:16 smithi089 ceph-mon[103441]: 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:37:18.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:18.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:18 smithi026 ceph-mon[93126]: pgmap v5316: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:19.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:19.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:18 smithi089 ceph-mon[103441]: pgmap v5316: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:20.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:20.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:20 smithi026 ceph-mon[93126]: pgmap v5317: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:20 smithi089 ceph-mon[103441]: pgmap v5317: 97 pgs: 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.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:21.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:22.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:22.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:22 smithi026 ceph-mon[93126]: 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:37:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:22 smithi089 ceph-mon[103441]: 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:37:23.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:23.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:24.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:24.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:24 smithi026 ceph-mon[93126]: 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:37:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:24 smithi089 ceph-mon[103441]: 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:37:25.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:25.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:26.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:26.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:26 smithi026 ceph-mon[93126]: 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:37:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:26 smithi089 ceph-mon[103441]: 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:37:27.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:27.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:28.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:28.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:28 smithi026 ceph-mon[93126]: pgmap v5321: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:28 smithi089 ceph-mon[103441]: pgmap v5321: 97 pgs: 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.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:29.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:30.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:30.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:30 smithi026 ceph-mon[93126]: pgmap v5322: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:30 smithi089 ceph-mon[103441]: pgmap v5322: 97 pgs: 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.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:31.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:32.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:32.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:32 smithi026 ceph-mon[93126]: 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:37:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:32 smithi089 ceph-mon[103441]: 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:37:33.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:33.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:34.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:34.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:34 smithi026 ceph-mon[93126]: 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:37:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:34 smithi089 ceph-mon[103441]: 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:37:35.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:35.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:36.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:36.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:36 smithi026 ceph-mon[93126]: 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:37:37.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:36 smithi089 ceph-mon[103441]: 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:37:37.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:37.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:38.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:38.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:38 smithi026 ceph-mon[93126]: pgmap v5326: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:38 smithi089 ceph-mon[103441]: pgmap v5326: 97 pgs: 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.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:39.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:40.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:40.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:40 smithi026 ceph-mon[93126]: pgmap v5327: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:40 smithi089 ceph-mon[103441]: pgmap v5327: 97 pgs: 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.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:41.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:42.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:42.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:42 smithi026 ceph-mon[93126]: 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:37:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:42 smithi089 ceph-mon[103441]: 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:37:43.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:43.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:44.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:44.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:44 smithi026 ceph-mon[93126]: 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:37:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:44 smithi089 ceph-mon[103441]: 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:37:45.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:45.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:46.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:46.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:46 smithi026 ceph-mon[93126]: 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:37:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:46 smithi089 ceph-mon[103441]: 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:37:47.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:47.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:48.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:48.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:48 smithi026 ceph-mon[93126]: pgmap v5331: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:48 smithi089 ceph-mon[103441]: pgmap v5331: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:37:49.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:49.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:50.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:50.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:50 smithi026 ceph-mon[93126]: pgmap v5332: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:50 smithi089 ceph-mon[103441]: pgmap v5332: 97 pgs: 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.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:51.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:52.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:52.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:52 smithi026 ceph-mon[93126]: 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:37:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:52 smithi089 ceph-mon[103441]: 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:37:53.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:53.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:54.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:54.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:54 smithi026 ceph-mon[93126]: 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:37:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:54 smithi089 ceph-mon[103441]: 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:37:55.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:55.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:56.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:56.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:56 smithi089 ceph-mon[103441]: 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:37:57.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:57.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:56 smithi026 ceph-mon[93126]: 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:37:58.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:58.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:58 smithi089 ceph-mon[103441]: pgmap v5336: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:37:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:37:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:37:59.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:37:59.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:37:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:58 smithi026 ceph-mon[93126]: pgmap v5336: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:37:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:37:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:38:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:38:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:38:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:38:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:38:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:37:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:38:00.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:00.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:38:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:38:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:38:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:38:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:37:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:38:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:00 smithi089 ceph-mon[103441]: pgmap v5337: 97 pgs: 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.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:01.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:00 smithi026 ceph-mon[93126]: pgmap v5337: 97 pgs: 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:02.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:02.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:02 smithi089 ceph-mon[103441]: 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:03.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:03.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:02 smithi026 ceph-mon[93126]: 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:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:04.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:04.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:04 smithi089 ceph-mon[103441]: 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:05.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:05.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:04 smithi026 ceph-mon[93126]: 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:06.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:06.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:06 smithi089 ceph-mon[103441]: 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:07.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:07.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:06 smithi026 ceph-mon[93126]: 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:08.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:08.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:08 smithi089 ceph-mon[103441]: pgmap v5341: 97 pgs: 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.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:09.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:08 smithi026 ceph-mon[93126]: pgmap v5341: 97 pgs: 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:10.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:10.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:10 smithi089 ceph-mon[103441]: pgmap v5342: 97 pgs: 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.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:11.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:10 smithi026 ceph-mon[93126]: pgmap v5342: 97 pgs: 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:12.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:12.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:12 smithi026 ceph-mon[93126]: 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:38:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:12 smithi089 ceph-mon[103441]: 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:38:13.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:13.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:14.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:14.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:14 smithi089 ceph-mon[103441]: 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:38:15.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:15.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:14 smithi026 ceph-mon[93126]: 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:38:16.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:16.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:16 smithi089 ceph-mon[103441]: 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:38:17.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:17.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:16 smithi026 ceph-mon[93126]: 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:38:18.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:18.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:18 smithi089 ceph-mon[103441]: pgmap v5346: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:19.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:19.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:18 smithi026 ceph-mon[93126]: pgmap v5346: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:20.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:20.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:20 smithi089 ceph-mon[103441]: pgmap v5347: 97 pgs: 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.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:21.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:20 smithi026 ceph-mon[93126]: pgmap v5347: 97 pgs: 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:22.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:22.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:22 smithi026 ceph-mon[93126]: 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:38:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:22 smithi089 ceph-mon[103441]: 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:38:23.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:23.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:24.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:24.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:24 smithi089 ceph-mon[103441]: 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:38:25.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:25.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:24 smithi026 ceph-mon[93126]: 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:38:26.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:26.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:26 smithi089 ceph-mon[103441]: 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:38:27.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:27.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:26 smithi026 ceph-mon[93126]: 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:38:28.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:28.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:28 smithi089 ceph-mon[103441]: pgmap v5351: 97 pgs: 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.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:29.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:28 smithi026 ceph-mon[93126]: pgmap v5351: 97 pgs: 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:30.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:30.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:30 smithi089 ceph-mon[103441]: pgmap v5352: 97 pgs: 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.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:31.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:30 smithi026 ceph-mon[93126]: pgmap v5352: 97 pgs: 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:32.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:32.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:32 smithi089 ceph-mon[103441]: 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:38:33.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:33.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:32 smithi026 ceph-mon[93126]: 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:38:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:34.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:34.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:34 smithi089 ceph-mon[103441]: 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:38:35.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:35.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:34 smithi026 ceph-mon[93126]: 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:38:36.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:36.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:36 smithi089 ceph-mon[103441]: 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:38:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:36 smithi026 ceph-mon[93126]: 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:38:37.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:37.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:38.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:38.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:38 smithi089 ceph-mon[103441]: pgmap v5356: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:38 smithi026 ceph-mon[93126]: pgmap v5356: 97 pgs: 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.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:39.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:40.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:40.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:40 smithi089 ceph-mon[103441]: pgmap v5357: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:40 smithi026 ceph-mon[93126]: pgmap v5357: 97 pgs: 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.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:41.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:42.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:42.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:42 smithi089 ceph-mon[103441]: 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:38:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:42 smithi026 ceph-mon[93126]: 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:38:43.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:43.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:44.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:44.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:44 smithi089 ceph-mon[103441]: 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:38:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:44 smithi026 ceph-mon[93126]: 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:38:45.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:45.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:46.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:46.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:46 smithi089 ceph-mon[103441]: 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:38:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:46 smithi026 ceph-mon[93126]: 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:38:47.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:47.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:48.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:48.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:48 smithi089 ceph-mon[103441]: pgmap v5361: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:48 smithi026 ceph-mon[93126]: pgmap v5361: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:38:49.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:49.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:49 smithi026 ceph-mon[93126]: pgmap v5362: 97 pgs: 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:50.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:50.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:49 smithi089 ceph-mon[103441]: pgmap v5362: 97 pgs: 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.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:51.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:52.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:52.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:52 smithi026 ceph-mon[93126]: 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:38:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:52 smithi089 ceph-mon[103441]: 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:38:53.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:53.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:54.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:54.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:54 smithi026 ceph-mon[93126]: 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:38:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:54 smithi089 ceph-mon[103441]: 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:38:55.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:55.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:56.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:56.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:56 smithi026 ceph-mon[93126]: 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:38:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:56 smithi089 ceph-mon[103441]: 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:38:57.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:57.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:58.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:58.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:38:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:58 smithi026 ceph-mon[93126]: pgmap v5366: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:58 smithi089 ceph-mon[103441]: pgmap v5366: 97 pgs: 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.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:38:59.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:38:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:39:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:38:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:39:00.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:00.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:00 smithi026 ceph-mon[93126]: pgmap v5367: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:39:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:39:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:39:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:39:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:39:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:00 smithi089 ceph-mon[103441]: pgmap v5367: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:39:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:39:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:39:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:39:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:39:01.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:01.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:02.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:02.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:02.976 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:02 smithi089 ceph-mon[103441]: 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:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:02 smithi026 ceph-mon[93126]: 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:03.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:03.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:04.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:04.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:04 smithi026 ceph-mon[93126]: 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:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:04 smithi089 ceph-mon[103441]: 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:05.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:05.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:06.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:06.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:06 smithi026 ceph-mon[93126]: 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:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:06 smithi089 ceph-mon[103441]: 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:07.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:07.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:08.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:08.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:08 smithi026 ceph-mon[93126]: pgmap v5371: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:08 smithi089 ceph-mon[103441]: pgmap v5371: 97 pgs: 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.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:09.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:10.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:10.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:10 smithi026 ceph-mon[93126]: pgmap v5372: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:10 smithi089 ceph-mon[103441]: pgmap v5372: 97 pgs: 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.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:11.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:12.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:12.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:12 smithi026 ceph-mon[93126]: 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:39:13.081 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:12 smithi089 ceph-mon[103441]: 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:39:13.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:13.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:14.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:14.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:14 smithi026 ceph-mon[93126]: 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:39:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:14 smithi089 ceph-mon[103441]: 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:39:15.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:15.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:16.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:16.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:16 smithi026 ceph-mon[93126]: 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:39:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:16 smithi089 ceph-mon[103441]: 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:39:17.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:17.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:18.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:18.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:18 smithi026 ceph-mon[93126]: pgmap v5376: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:18 smithi089 ceph-mon[103441]: pgmap v5376: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:19.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:19.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:20.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:20.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:20 smithi026 ceph-mon[93126]: pgmap v5377: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:20 smithi089 ceph-mon[103441]: pgmap v5377: 97 pgs: 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.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:21.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:22.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:22.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:22 smithi026 ceph-mon[93126]: 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:39:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:22 smithi089 ceph-mon[103441]: 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:39:23.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:23.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:24.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:24.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:24 smithi026 ceph-mon[93126]: 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:39:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:24 smithi089 ceph-mon[103441]: 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:39:25.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:25.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:26.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:26.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:26 smithi026 ceph-mon[93126]: 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:39:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:26 smithi089 ceph-mon[103441]: 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:39:27.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:27.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:28.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:28.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:28 smithi026 ceph-mon[93126]: pgmap v5381: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:28 smithi089 ceph-mon[103441]: pgmap v5381: 97 pgs: 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.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:29.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:30.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:30.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:30 smithi026 ceph-mon[93126]: pgmap v5382: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:30 smithi089 ceph-mon[103441]: pgmap v5382: 97 pgs: 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.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:31.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:32.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:32.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:32 smithi026 ceph-mon[93126]: 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:39:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:32 smithi089 ceph-mon[103441]: 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:39:33.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:33.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:34.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:34.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:34 smithi026 ceph-mon[93126]: 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:39:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:34 smithi089 ceph-mon[103441]: 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:39:35.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:35.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:36.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:36.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:36 smithi026 ceph-mon[93126]: 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:39:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:36 smithi089 ceph-mon[103441]: 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:39:37.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:37.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:38.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:38.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:38 smithi026 ceph-mon[93126]: pgmap v5386: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:38 smithi089 ceph-mon[103441]: pgmap v5386: 97 pgs: 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.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:39.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:40.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:40.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:40 smithi026 ceph-mon[93126]: pgmap v5387: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:40 smithi089 ceph-mon[103441]: pgmap v5387: 97 pgs: 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.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:41.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:42.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:42.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:42 smithi026 ceph-mon[93126]: 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:39:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:42 smithi089 ceph-mon[103441]: 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:39:43.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:43.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:44.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:44.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:44 smithi026 ceph-mon[93126]: 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:39:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:44 smithi089 ceph-mon[103441]: 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:39:45.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:45.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:46.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:46.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:46 smithi026 ceph-mon[93126]: 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:39:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:46 smithi089 ceph-mon[103441]: 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:39:47.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:47.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:48.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:48.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:48 smithi026 ceph-mon[93126]: pgmap v5391: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:48 smithi089 ceph-mon[103441]: pgmap v5391: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:39:49.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:49.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:50.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:50.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:50 smithi089 ceph-mon[103441]: pgmap v5392: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:50 smithi026 ceph-mon[93126]: pgmap v5392: 97 pgs: 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.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:51.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:52.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:52.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:52 smithi089 ceph-mon[103441]: 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:39:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:52 smithi026 ceph-mon[93126]: 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:39:53.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:53.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:54.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:54.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:54 smithi089 ceph-mon[103441]: 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:39:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:54 smithi026 ceph-mon[93126]: 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:39:55.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:55.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:56.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:56.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:56 smithi089 ceph-mon[103441]: 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:39:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:56 smithi026 ceph-mon[93126]: 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:39:57.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:57.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:58.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:58.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:39:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:39:58 smithi026 ceph-mon[93126]: pgmap v5396: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:39:58 smithi089 ceph-mon[103441]: pgmap v5396: 97 pgs: 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.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:39:59.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:00.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:00.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:00 smithi089 ceph-mon[103441]: pgmap v5397: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T23:40:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:40:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:40:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:40:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:40:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:40:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:40:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:00 smithi026 ceph-mon[93126]: pgmap v5397: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T23:40:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:40:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:40:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:40:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:40:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:40:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:40:01.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:01.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:02.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:02.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:02 smithi089 ceph-mon[103441]: 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:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:02 smithi026 ceph-mon[93126]: 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:03.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:03.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:04.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:04.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:04 smithi089 ceph-mon[103441]: 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:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:04 smithi026 ceph-mon[93126]: 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:05.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:05.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:06.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:06.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:06 smithi089 ceph-mon[103441]: 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:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:06 smithi026 ceph-mon[93126]: 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:07.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:07.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:08.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:08.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:08 smithi089 ceph-mon[103441]: pgmap v5401: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:08 smithi026 ceph-mon[93126]: pgmap v5401: 97 pgs: 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.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:09.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:10.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:10.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:10 smithi089 ceph-mon[103441]: pgmap v5402: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:10 smithi026 ceph-mon[93126]: pgmap v5402: 97 pgs: 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.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:11.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:12.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:12.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:12 smithi089 ceph-mon[103441]: 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:40:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:12 smithi026 ceph-mon[93126]: 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:40:13.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:13.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:14.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:14.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:14 smithi089 ceph-mon[103441]: 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:40:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:14 smithi026 ceph-mon[93126]: 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:40:15.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:15.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:16.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:16.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:16 smithi089 ceph-mon[103441]: 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:40:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:16 smithi026 ceph-mon[93126]: 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:40:17.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:17.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:18.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:18.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:18 smithi089 ceph-mon[103441]: pgmap v5406: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:18 smithi026 ceph-mon[93126]: pgmap v5406: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:19.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:19.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:20.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:20.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:20 smithi089 ceph-mon[103441]: pgmap v5407: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:20 smithi026 ceph-mon[93126]: pgmap v5407: 97 pgs: 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.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:21.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:22.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:22.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:22 smithi089 ceph-mon[103441]: 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:40:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:22 smithi026 ceph-mon[93126]: 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:40:23.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:23.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:24.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:24.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:24 smithi089 ceph-mon[103441]: 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:40:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:24 smithi026 ceph-mon[93126]: 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:40:25.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:25.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:26.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:26.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:26 smithi089 ceph-mon[103441]: 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:40:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:26 smithi026 ceph-mon[93126]: 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:40:27.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:27.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:28.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:28.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:29.149 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:28 smithi026 ceph-mon[93126]: pgmap v5411: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:28 smithi089 ceph-mon[103441]: pgmap v5411: 97 pgs: 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.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:29.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:30.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:30.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:30 smithi089 ceph-mon[103441]: pgmap v5412: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:30 smithi026 ceph-mon[93126]: pgmap v5412: 97 pgs: 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.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:31.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:32.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:32.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:32 smithi089 ceph-mon[103441]: 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:40:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:32 smithi026 ceph-mon[93126]: 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:40:33.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:33.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:34.206 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:34.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:34.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:34 smithi089 ceph-mon[103441]: 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:40:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:34 smithi026 ceph-mon[93126]: 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:40:35.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:35.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:36.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:36.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:36 smithi089 ceph-mon[103441]: 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:40:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:36 smithi026 ceph-mon[93126]: 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:40:37.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:37.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:38.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:38.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:38 smithi089 ceph-mon[103441]: pgmap v5416: 97 pgs: 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.264 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:38 smithi026 ceph-mon[93126]: pgmap v5416: 97 pgs: 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.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:39.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:40.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:40.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:40 smithi089 ceph-mon[103441]: pgmap v5417: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:40 smithi026 ceph-mon[93126]: pgmap v5417: 97 pgs: 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.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:41.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:42.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:42.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:42 smithi089 ceph-mon[103441]: 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:40:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:42 smithi026 ceph-mon[93126]: 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:40:43.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:43.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:44.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:44.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:44 smithi089 ceph-mon[103441]: 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:40:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:44 smithi026 ceph-mon[93126]: 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:40:45.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:45.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:46.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:46.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:46 smithi089 ceph-mon[103441]: 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:40:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:46 smithi026 ceph-mon[93126]: 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:40:47.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:47.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:48.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:48.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:48 smithi089 ceph-mon[103441]: pgmap v5421: 97 pgs: 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.205 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:48 smithi026 ceph-mon[93126]: pgmap v5421: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:40:49.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:49.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:50.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:50.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:50 smithi089 ceph-mon[103441]: pgmap v5422: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:50 smithi026 ceph-mon[93126]: pgmap v5422: 97 pgs: 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.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:51.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:52.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:52 smithi089 ceph-mon[103441]: 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:40:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:52 smithi026 ceph-mon[93126]: 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:40:53.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:53.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:54.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:54.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:54 smithi089 ceph-mon[103441]: 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:40:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:54 smithi026 ceph-mon[93126]: 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:40:55.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:55.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:56.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:56.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:56 smithi089 ceph-mon[103441]: 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:40:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:56 smithi026 ceph-mon[93126]: 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:40:57.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:57.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:58.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:58.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:40:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:58 smithi089 ceph-mon[103441]: pgmap v5426: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:58 smithi026 ceph-mon[93126]: pgmap v5426: 97 pgs: 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.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:40:59.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:40:59 smithi026 ceph-mon[93126]: pgmap v5427: 97 pgs: 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:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:40:59 smithi089 ceph-mon[103441]: pgmap v5427: 97 pgs: 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:00.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:00.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:01.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:01.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:41:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:41:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:41:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:41:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:41:02.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:41:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:41:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:41:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:41:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:41:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:41:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:41:02.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:02.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:02 smithi026 ceph-mon[93126]: 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:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:02 smithi089 ceph-mon[103441]: 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:03.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:03.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:04.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:04.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:04 smithi026 ceph-mon[93126]: 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:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:04 smithi089 ceph-mon[103441]: 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:05.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:05.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:06.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:06.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:06 smithi026 ceph-mon[93126]: 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:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:06 smithi089 ceph-mon[103441]: 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:07.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:07.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:08.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:08.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:08 smithi026 ceph-mon[93126]: pgmap v5431: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:08 smithi089 ceph-mon[103441]: pgmap v5431: 97 pgs: 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.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:09.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:10.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:10.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:10 smithi026 ceph-mon[93126]: pgmap v5432: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:10 smithi089 ceph-mon[103441]: pgmap v5432: 97 pgs: 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.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:11.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:12.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:12.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:12 smithi026 ceph-mon[93126]: 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:41:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:12 smithi089 ceph-mon[103441]: 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:41:13.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:13.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:14.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:14.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:14 smithi026 ceph-mon[93126]: 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:41:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:14 smithi089 ceph-mon[103441]: 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:41:15.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:15.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:16.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:16.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:16 smithi026 ceph-mon[93126]: 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:41:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:16 smithi089 ceph-mon[103441]: 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:41:17.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:17.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:18.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:18.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:18 smithi026 ceph-mon[93126]: pgmap v5436: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:18 smithi089 ceph-mon[103441]: pgmap v5436: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:19.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:19.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:20.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:20.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:20 smithi026 ceph-mon[93126]: pgmap v5437: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:20 smithi089 ceph-mon[103441]: pgmap v5437: 97 pgs: 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.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:21.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:22.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:22.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:22 smithi026 ceph-mon[93126]: 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:41:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:22 smithi089 ceph-mon[103441]: 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:41:23.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:23.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:24.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:24.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:24 smithi026 ceph-mon[93126]: 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:41:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:24 smithi089 ceph-mon[103441]: 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:41:25.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:25.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:26.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:26.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:26 smithi026 ceph-mon[93126]: 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:41:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:26 smithi089 ceph-mon[103441]: 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:41:27.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:27.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:28.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:28.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:28 smithi026 ceph-mon[93126]: pgmap v5441: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:28 smithi089 ceph-mon[103441]: pgmap v5441: 97 pgs: 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.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:29.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:30.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:30.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:30 smithi026 ceph-mon[93126]: pgmap v5442: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:30 smithi089 ceph-mon[103441]: pgmap v5442: 97 pgs: 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.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:31.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:32.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:32.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:32 smithi026 ceph-mon[93126]: 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:41:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:32 smithi089 ceph-mon[103441]: 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:41:33.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:33.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:34.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:34.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:34 smithi089 ceph-mon[103441]: 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:41:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:34 smithi026 ceph-mon[93126]: 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:41:35.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:35.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:36.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:36.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:36 smithi026 ceph-mon[93126]: 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:41:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:36 smithi089 ceph-mon[103441]: 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:41:37.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:37.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:38.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:38.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:38 smithi026 ceph-mon[93126]: pgmap v5446: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:38 smithi089 ceph-mon[103441]: pgmap v5446: 97 pgs: 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.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:39.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:40.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:40.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:40 smithi089 ceph-mon[103441]: pgmap v5447: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:40 smithi026 ceph-mon[93126]: pgmap v5447: 97 pgs: 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.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:41.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:42.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:42.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:42 smithi089 ceph-mon[103441]: 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:41:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:42 smithi026 ceph-mon[93126]: 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:41:43.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:43.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:44.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:44.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:44 smithi089 ceph-mon[103441]: 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:41:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:44 smithi026 ceph-mon[93126]: 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:41:45.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:45.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:46.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:46.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:46 smithi089 ceph-mon[103441]: 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:41:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:46 smithi026 ceph-mon[93126]: 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:41:47.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:47.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:48.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:48.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:48 smithi089 ceph-mon[103441]: pgmap v5451: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:48 smithi026 ceph-mon[93126]: pgmap v5451: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:41:49.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:49.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:50.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:50.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:50 smithi089 ceph-mon[103441]: pgmap v5452: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:50 smithi026 ceph-mon[93126]: pgmap v5452: 97 pgs: 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.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:51.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:52.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:52.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:52 smithi089 ceph-mon[103441]: 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:41:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:52 smithi026 ceph-mon[93126]: 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:41:53.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:53.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:54.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:54.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:55.124 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:54 smithi026 ceph-mon[93126]: 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:41:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:54 smithi089 ceph-mon[103441]: 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:41:55.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:55.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:56.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:56.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:56 smithi089 ceph-mon[103441]: 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:41:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:56 smithi026 ceph-mon[93126]: 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:41:57.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:57.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:58.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:58.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:41:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:41:58 smithi089 ceph-mon[103441]: pgmap v5456: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:41:58 smithi026 ceph-mon[93126]: pgmap v5456: 97 pgs: 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.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:41:59.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:00.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:00.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:00 smithi089 ceph-mon[103441]: pgmap v5457: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:00 smithi026 ceph-mon[93126]: pgmap v5457: 97 pgs: 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.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:01.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:42:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:42:02.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:02.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:02 smithi089 ceph-mon[103441]: 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:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:42:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:42:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:42:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:42:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:42:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:02 smithi026 ceph-mon[93126]: 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:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:42:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:42:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:42:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:42:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:42:03.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:03.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:04.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:04.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:04 smithi089 ceph-mon[103441]: 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:05.239 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:04 smithi026 ceph-mon[93126]: 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:05.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:05.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:06.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:06.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:06 smithi089 ceph-mon[103441]: 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:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:06 smithi026 ceph-mon[93126]: 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:07.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:07.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:08.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:08.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:08 smithi089 ceph-mon[103441]: pgmap v5461: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:08 smithi026 ceph-mon[93126]: pgmap v5461: 97 pgs: 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.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:09.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:10.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:10.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:10 smithi089 ceph-mon[103441]: pgmap v5462: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:10 smithi026 ceph-mon[93126]: pgmap v5462: 97 pgs: 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.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:11.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:12.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:12.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:12 smithi089 ceph-mon[103441]: 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:42:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:12 smithi026 ceph-mon[93126]: 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:42:13.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:13.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:14.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:14.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:14 smithi089 ceph-mon[103441]: 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:42:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:14 smithi026 ceph-mon[93126]: 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:42:15.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:15.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:16.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:16.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:16 smithi089 ceph-mon[103441]: 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:42:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:16 smithi026 ceph-mon[93126]: 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:42:17.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:17.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:18.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:18.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:18 smithi089 ceph-mon[103441]: pgmap v5466: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:18 smithi026 ceph-mon[93126]: pgmap v5466: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:19.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:19.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:20.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:20.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:20 smithi089 ceph-mon[103441]: pgmap v5467: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:20 smithi026 ceph-mon[93126]: pgmap v5467: 97 pgs: 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.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:21.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:22.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:22.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:22 smithi089 ceph-mon[103441]: 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:42:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:22 smithi026 ceph-mon[93126]: 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:42:23.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:23.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:24.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:24.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:24 smithi089 ceph-mon[103441]: 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:42:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:24 smithi026 ceph-mon[93126]: 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:42:25.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:25.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:26.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:26.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:26 smithi089 ceph-mon[103441]: 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:42:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:26 smithi026 ceph-mon[93126]: 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:42:27.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:27.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:28.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:28.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:28 smithi089 ceph-mon[103441]: pgmap v5471: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:28 smithi026 ceph-mon[93126]: pgmap v5471: 97 pgs: 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.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:29.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:30.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:30.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:30 smithi089 ceph-mon[103441]: pgmap v5472: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:30 smithi026 ceph-mon[93126]: pgmap v5472: 97 pgs: 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.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:31.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:32.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:32.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:32 smithi089 ceph-mon[103441]: 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:42:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:32 smithi026 ceph-mon[93126]: 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:42:33.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:33.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:34.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:34.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:34 smithi089 ceph-mon[103441]: 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:42:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:34 smithi026 ceph-mon[93126]: 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:42:35.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:35.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:36.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:36.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:36 smithi089 ceph-mon[103441]: 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:42:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:36 smithi026 ceph-mon[93126]: 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:42:37.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:37.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:38.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:38.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:38 smithi089 ceph-mon[103441]: pgmap v5476: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:38 smithi026 ceph-mon[93126]: pgmap v5476: 97 pgs: 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.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:39.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:40.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:40.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:40 smithi089 ceph-mon[103441]: pgmap v5477: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:40 smithi026 ceph-mon[93126]: pgmap v5477: 97 pgs: 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.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:41.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:42.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:42.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:42 smithi089 ceph-mon[103441]: 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:42:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:42 smithi026 ceph-mon[93126]: 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:42:43.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:43.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:44.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:44.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:44 smithi089 ceph-mon[103441]: 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:42:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:44 smithi026 ceph-mon[93126]: 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:42:45.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:45.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:46.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:46.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:46 smithi089 ceph-mon[103441]: 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:42:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:46 smithi026 ceph-mon[93126]: 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:42:47.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:47.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:48.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:48.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:48 smithi089 ceph-mon[103441]: pgmap v5481: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:48 smithi026 ceph-mon[93126]: pgmap v5481: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:42:49.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:49.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:50.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:50.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:50 smithi026 ceph-mon[93126]: pgmap v5482: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:50 smithi089 ceph-mon[103441]: pgmap v5482: 97 pgs: 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.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:51.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:52.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:52.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:52 smithi026 ceph-mon[93126]: 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:42:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:52 smithi089 ceph-mon[103441]: 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:42:53.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:53.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:54.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:54.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:54 smithi026 ceph-mon[93126]: 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:42:55.393 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:54 smithi089 ceph-mon[103441]: 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:42:55.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:55.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:56.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:56.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:56 smithi026 ceph-mon[93126]: 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:42:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:56 smithi089 ceph-mon[103441]: 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:42:57.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:57.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:58.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:58.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:42:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:58 smithi026 ceph-mon[93126]: pgmap v5486: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:58 smithi089 ceph-mon[103441]: pgmap v5486: 97 pgs: 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.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:42:59.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:42:59 smithi026 ceph-mon[93126]: pgmap v5487: 97 pgs: 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:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:42:59 smithi089 ceph-mon[103441]: pgmap v5487: 97 pgs: 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:00.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:00.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:01.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:01.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:02.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:02.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:02 smithi026 ceph-mon[93126]: 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:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:43:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:02 smithi089 ceph-mon[103441]: 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:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:43:03.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:03.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:43:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:43:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:43:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:43:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:43:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:43:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:43:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:43:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:43:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:43:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:04.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:04.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:04 smithi089 ceph-mon[103441]: 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:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:04 smithi026 ceph-mon[93126]: 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:05.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:05.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:06.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:06.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:06 smithi089 ceph-mon[103441]: 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:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:06 smithi026 ceph-mon[93126]: 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:07.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:07.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:08.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:08.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:08 smithi089 ceph-mon[103441]: pgmap v5491: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:08 smithi026 ceph-mon[93126]: pgmap v5491: 97 pgs: 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.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:09.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:10.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:10.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:10 smithi089 ceph-mon[103441]: pgmap v5492: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:10 smithi026 ceph-mon[93126]: pgmap v5492: 97 pgs: 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.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:11.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:12.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:12.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:12 smithi089 ceph-mon[103441]: 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:43:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:12 smithi026 ceph-mon[93126]: 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:43:13.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:13.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:14.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:14.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:14 smithi089 ceph-mon[103441]: 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:43:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:14 smithi026 ceph-mon[93126]: 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:43:15.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:15.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:16.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:16.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:16 smithi089 ceph-mon[103441]: 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:43:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:16 smithi026 ceph-mon[93126]: 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:43:17.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:17.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:18.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:18.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:18 smithi089 ceph-mon[103441]: pgmap v5496: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:18 smithi026 ceph-mon[93126]: pgmap v5496: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:19.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:19.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:20.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:20.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:20 smithi089 ceph-mon[103441]: pgmap v5497: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:20 smithi026 ceph-mon[93126]: pgmap v5497: 97 pgs: 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.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:21.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:22.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:22.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:22 smithi089 ceph-mon[103441]: 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:43:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:22 smithi026 ceph-mon[93126]: 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:43:23.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:23.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:24.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:24.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:24 smithi089 ceph-mon[103441]: 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:43:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:24 smithi026 ceph-mon[93126]: 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:43:25.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:25.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:26.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:26.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:26 smithi089 ceph-mon[103441]: 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:43:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:26 smithi026 ceph-mon[93126]: 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:43:27.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:27.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:28.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:28.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:28 smithi089 ceph-mon[103441]: pgmap v5501: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:28 smithi026 ceph-mon[93126]: pgmap v5501: 97 pgs: 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.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:29.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:30.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:30.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:30 smithi089 ceph-mon[103441]: pgmap v5502: 97 pgs: 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.215 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:30 smithi026 ceph-mon[93126]: pgmap v5502: 97 pgs: 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.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:31.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:32.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:32.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:32 smithi089 ceph-mon[103441]: 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:43:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:32 smithi026 ceph-mon[93126]: 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:43:33.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:33.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:34.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:34.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:34 smithi089 ceph-mon[103441]: 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:43:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:34 smithi026 ceph-mon[93126]: 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:43:35.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:35.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:36.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:36.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:36 smithi089 ceph-mon[103441]: 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:43:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:36 smithi026 ceph-mon[93126]: 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:43:37.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:37.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:38.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:38.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:38 smithi089 ceph-mon[103441]: pgmap v5506: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:38 smithi026 ceph-mon[93126]: pgmap v5506: 97 pgs: 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.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:39.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:40.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:40.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:40 smithi089 ceph-mon[103441]: pgmap v5507: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:40 smithi026 ceph-mon[93126]: pgmap v5507: 97 pgs: 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.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:41.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:42.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:42.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:42 smithi089 ceph-mon[103441]: 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:43:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:42 smithi026 ceph-mon[93126]: 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:43:43.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:43.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:44.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:44.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:44 smithi089 ceph-mon[103441]: 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:43:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:44 smithi026 ceph-mon[93126]: 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:43:45.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:45.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:46.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:46.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:46 smithi026 ceph-mon[93126]: 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:43:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:46 smithi089 ceph-mon[103441]: 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:43:47.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:47.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:48.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:48.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:48 smithi026 ceph-mon[93126]: pgmap v5511: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:48 smithi089 ceph-mon[103441]: pgmap v5511: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:43:49.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:49.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:50.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:50.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:50 smithi026 ceph-mon[93126]: pgmap v5512: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:50 smithi089 ceph-mon[103441]: pgmap v5512: 97 pgs: 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.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:51.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:52.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:52.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:52 smithi026 ceph-mon[93126]: 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:43:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:52 smithi089 ceph-mon[103441]: 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:43:53.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:53.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:54.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:54.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:54 smithi026 ceph-mon[93126]: 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:43:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:54 smithi089 ceph-mon[103441]: 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:43:55.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:55.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:56.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:56.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:56 smithi026 ceph-mon[93126]: 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:43:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:56 smithi089 ceph-mon[103441]: 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:43:57.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:57.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:58.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:58.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:43:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:58 smithi026 ceph-mon[93126]: pgmap v5516: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:58 smithi089 ceph-mon[103441]: pgmap v5516: 97 pgs: 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.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:43:59.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:43:59 smithi026 ceph-mon[93126]: pgmap v5517: 97 pgs: 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:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:43:59 smithi089 ceph-mon[103441]: pgmap v5517: 97 pgs: 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:00.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:00.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:01.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:01.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:02.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:02.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:02 smithi026 ceph-mon[93126]: 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:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:02 smithi089 ceph-mon[103441]: 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:03.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:03.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:44:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:44:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:04.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:04.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:04 smithi026 ceph-mon[93126]: 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:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:04 smithi089 ceph-mon[103441]: 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:05.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:05.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:06.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:06.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:06 smithi026 ceph-mon[93126]: 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:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:06 smithi089 ceph-mon[103441]: 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:07.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:07.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:08.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:08.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:44:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:44:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:08 smithi089 ceph-mon[103441]: pgmap v5521: 97 pgs: 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:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:44:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:44:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:44:08.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:44:08.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:44:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:44:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:44:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:08 smithi026 ceph-mon[93126]: pgmap v5521: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:44:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:44:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:44:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:44:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:44:09.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:09.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:10.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:10.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:10 smithi026 ceph-mon[93126]: pgmap v5522: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:10 smithi089 ceph-mon[103441]: pgmap v5522: 97 pgs: 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.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:11.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:12.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:12.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:12 smithi026 ceph-mon[93126]: 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:44:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:12 smithi089 ceph-mon[103441]: 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:44:13.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:13.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:14.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:14.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:14 smithi026 ceph-mon[93126]: 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:44:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:14 smithi089 ceph-mon[103441]: 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:44:15.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:15.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:16.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:16.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:16 smithi026 ceph-mon[93126]: 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:44:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:16 smithi089 ceph-mon[103441]: 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:44:17.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:17.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:18.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:18.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:18 smithi026 ceph-mon[93126]: pgmap v5526: 97 pgs: 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.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:18 smithi089 ceph-mon[103441]: pgmap v5526: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:19.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:19.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:20.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:20.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:20 smithi026 ceph-mon[93126]: pgmap v5527: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:20 smithi089 ceph-mon[103441]: pgmap v5527: 97 pgs: 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.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:21.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:22.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:22.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:22 smithi026 ceph-mon[93126]: 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:44:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:22 smithi089 ceph-mon[103441]: 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:44:23.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:23.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:24.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:24.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:24 smithi026 ceph-mon[93126]: 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:44:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:24 smithi089 ceph-mon[103441]: 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:44:25.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:25.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:26.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:26.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:26 smithi089 ceph-mon[103441]: 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:44:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:26 smithi026 ceph-mon[93126]: 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:44:27.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:27.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:28.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:28.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:28 smithi089 ceph-mon[103441]: pgmap v5531: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:28 smithi026 ceph-mon[93126]: pgmap v5531: 97 pgs: 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.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:29.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:30.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:30.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:30 smithi089 ceph-mon[103441]: pgmap v5532: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:30 smithi026 ceph-mon[93126]: pgmap v5532: 97 pgs: 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.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:31.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:32.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:32.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:32 smithi089 ceph-mon[103441]: 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:44:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:32 smithi026 ceph-mon[93126]: 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:44:33.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:33.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:34.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:34.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:34 smithi089 ceph-mon[103441]: 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:44:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:34 smithi026 ceph-mon[93126]: 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:44:35.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:35.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:36.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:36.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:36 smithi089 ceph-mon[103441]: 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:44:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:36 smithi026 ceph-mon[93126]: 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:44:37.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:37.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:38.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:38.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:38 smithi089 ceph-mon[103441]: pgmap v5536: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:38 smithi026 ceph-mon[93126]: pgmap v5536: 97 pgs: 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.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:39.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:40.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:40.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:40 smithi089 ceph-mon[103441]: pgmap v5537: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:40 smithi026 ceph-mon[93126]: pgmap v5537: 97 pgs: 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.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:41.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:42.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:42.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:42 smithi089 ceph-mon[103441]: 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:44:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:42 smithi026 ceph-mon[93126]: 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:44:43.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:43.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:44.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:44.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:44 smithi089 ceph-mon[103441]: 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:44:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:44 smithi026 ceph-mon[93126]: 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:44:45.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:45.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:46.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:46.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:46 smithi089 ceph-mon[103441]: 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:44:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:46 smithi026 ceph-mon[93126]: 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:44:47.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:47.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:48.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:48.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:48 smithi089 ceph-mon[103441]: pgmap v5541: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:48 smithi026 ceph-mon[93126]: pgmap v5541: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:44:49.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:49.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:50.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:50.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:50 smithi089 ceph-mon[103441]: pgmap v5542: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:50 smithi026 ceph-mon[93126]: pgmap v5542: 97 pgs: 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.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:51.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:52.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:52.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:52 smithi089 ceph-mon[103441]: 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:44:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:52 smithi026 ceph-mon[93126]: 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:44:53.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:53.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:54.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:54.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:54 smithi089 ceph-mon[103441]: 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:44:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:54 smithi026 ceph-mon[93126]: 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:44:55.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:55.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:56 smithi089 ceph-mon[103441]: 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:44:56.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:56.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:57.187 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:56 smithi026 ceph-mon[93126]: 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:44:57.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:57.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:58.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:58.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:44:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:44:58 smithi089 ceph-mon[103441]: pgmap v5546: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:44:58 smithi026 ceph-mon[93126]: pgmap v5546: 97 pgs: 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.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:44:59.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:00.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:00.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:00 smithi089 ceph-mon[103441]: pgmap v5547: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:00 smithi026 ceph-mon[93126]: pgmap v5547: 97 pgs: 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.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:01.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:02.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:02.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:02 smithi089 ceph-mon[103441]: 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:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:02 smithi026 ceph-mon[93126]: 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:03.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:03.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:04.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:04.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:04 smithi089 ceph-mon[103441]: 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:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:04 smithi026 ceph-mon[93126]: 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:05.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:05.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:06.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:06.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:06 smithi089 ceph-mon[103441]: 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:07.302 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:06 smithi026 ceph-mon[93126]: 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:07.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:07.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:08.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:08.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:08 smithi089 ceph-mon[103441]: pgmap v5551: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:45:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:08 smithi026 ceph-mon[93126]: pgmap v5551: 97 pgs: 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.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:45:09.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:09.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:45:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:45:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:45:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:45:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:45:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:45:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:45:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:45:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:45:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:45:10.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:10.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:10 smithi089 ceph-mon[103441]: pgmap v5552: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:10 smithi026 ceph-mon[93126]: pgmap v5552: 97 pgs: 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.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:11.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:12.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:12.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:12 smithi089 ceph-mon[103441]: 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:45:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:12 smithi026 ceph-mon[93126]: 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:45:13.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:13.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:14.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:14.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:14 smithi089 ceph-mon[103441]: 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:45:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:14 smithi026 ceph-mon[93126]: 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:45:15.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:15.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:16.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:16.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:16 smithi089 ceph-mon[103441]: 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:45:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:16 smithi026 ceph-mon[93126]: 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:45:17.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:17.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:18.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:18.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:18 smithi026 ceph-mon[93126]: pgmap v5556: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:18 smithi089 ceph-mon[103441]: pgmap v5556: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:19.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:19.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:20.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:20.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:20 smithi026 ceph-mon[93126]: pgmap v5557: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:20 smithi089 ceph-mon[103441]: pgmap v5557: 97 pgs: 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.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:21.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:22.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:22.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:22 smithi026 ceph-mon[93126]: 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:45:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:22 smithi089 ceph-mon[103441]: 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:45:23.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:23.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:24.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:24.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:24 smithi026 ceph-mon[93126]: 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:45:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:24 smithi089 ceph-mon[103441]: 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:45:25.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:25.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:26.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:26.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:26 smithi026 ceph-mon[93126]: 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:45:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:26 smithi089 ceph-mon[103441]: 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:45:27.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:27.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:28.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:28.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:28 smithi026 ceph-mon[93126]: pgmap v5561: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:28 smithi089 ceph-mon[103441]: pgmap v5561: 97 pgs: 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.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:29.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:30.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:30.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:30 smithi026 ceph-mon[93126]: pgmap v5562: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:30 smithi089 ceph-mon[103441]: pgmap v5562: 97 pgs: 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.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:31.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:33.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:33.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:32 smithi026 ceph-mon[93126]: 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:45:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:32 smithi089 ceph-mon[103441]: 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:45:34.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:34.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:35.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:35.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:34 smithi026 ceph-mon[93126]: 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:45:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:34 smithi089 ceph-mon[103441]: 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:45:36.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:36.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:37.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:37.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:36 smithi026 ceph-mon[93126]: 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:45:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:36 smithi089 ceph-mon[103441]: 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:45:38.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:38.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:39.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:39.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:38 smithi026 ceph-mon[93126]: pgmap v5566: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:38 smithi089 ceph-mon[103441]: pgmap v5566: 97 pgs: 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:40.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:40.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:41.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:41.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:40 smithi026 ceph-mon[93126]: pgmap v5567: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:40 smithi089 ceph-mon[103441]: pgmap v5567: 97 pgs: 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.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:42.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:43.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:43.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:42 smithi026 ceph-mon[93126]: 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:45:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:42 smithi089 ceph-mon[103441]: 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:45:44.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:44.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:43 smithi026 ceph-mon[93126]: 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:45:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:43 smithi089 ceph-mon[103441]: 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:45:45.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:45.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:46.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:46.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:47.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:47.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:46 smithi089 ceph-mon[103441]: 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:45:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:46 smithi026 ceph-mon[93126]: 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:45:48.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:48.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:49.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:49.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:48 smithi089 ceph-mon[103441]: pgmap v5571: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:48 smithi026 ceph-mon[93126]: pgmap v5571: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:45:50.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:50.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:51.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:51.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:50 smithi089 ceph-mon[103441]: pgmap v5572: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:50 smithi026 ceph-mon[93126]: pgmap v5572: 97 pgs: 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.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:52.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:53.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:53.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:52 smithi089 ceph-mon[103441]: 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:45:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:52 smithi026 ceph-mon[93126]: 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:45:54.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:54.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:55.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:55.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:54 smithi089 ceph-mon[103441]: 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:45:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:54 smithi026 ceph-mon[93126]: 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:45:56.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:56.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:57.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:57.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:56 smithi089 ceph-mon[103441]: 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:45:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:56 smithi026 ceph-mon[93126]: 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:45:58.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:58.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:59.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:45:59.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:45:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:45:58 smithi089 ceph-mon[103441]: pgmap v5576: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:45:58 smithi026 ceph-mon[93126]: pgmap v5576: 97 pgs: 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:00.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:00.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:01.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:01.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:00 smithi089 ceph-mon[103441]: pgmap v5577: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:00 smithi026 ceph-mon[93126]: pgmap v5577: 97 pgs: 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.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:02.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:03.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:03.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:02 smithi089 ceph-mon[103441]: 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:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:02 smithi026 ceph-mon[93126]: 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:04.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:04.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:05.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:05.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:04 smithi089 ceph-mon[103441]: 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:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:04 smithi026 ceph-mon[93126]: 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:06.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:06.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:07.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:07.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:06 smithi089 ceph-mon[103441]: 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:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:06 smithi026 ceph-mon[93126]: 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:08.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:08.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:09.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:09.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:08 smithi089 ceph-mon[103441]: pgmap v5581: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:08 smithi026 ceph-mon[93126]: pgmap v5581: 97 pgs: 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:10.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:10.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:46:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:46:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:11.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:11.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:10 smithi089 ceph-mon[103441]: pgmap v5582: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:10 smithi026 ceph-mon[93126]: pgmap v5582: 97 pgs: 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.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:12.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:13.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:13.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:12 smithi089 ceph-mon[103441]: 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:46:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:12 smithi026 ceph-mon[93126]: 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:46:14.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:14.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:15.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:15.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:14 smithi089 ceph-mon[103441]: 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:46:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:14 smithi026 ceph-mon[93126]: 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:46:16.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:16.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:17.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:17.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:16 smithi089 ceph-mon[103441]: 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:46:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:16 smithi026 ceph-mon[93126]: 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:46:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:18.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:18.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:46:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:46:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:46:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:18 smithi089 ceph-mon[103441]: pgmap v5586: 97 pgs: 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:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:46:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:46:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:46:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:46:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:18 smithi026 ceph-mon[93126]: pgmap v5586: 97 pgs: 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.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:19.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:19.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:20.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:20.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:20 smithi026 ceph-mon[93126]: pgmap v5587: 97 pgs: 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.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:21.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:20 smithi089 ceph-mon[103441]: pgmap v5587: 97 pgs: 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.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:22.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:23.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:23.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:23.163 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:22 smithi026 ceph-mon[93126]: 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:46:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:22 smithi089 ceph-mon[103441]: 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:46:24.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:24.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:25.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:25.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:24 smithi089 ceph-mon[103441]: 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:46:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:24 smithi026 ceph-mon[93126]: 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:46:26.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:26.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:27.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:27.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:26 smithi089 ceph-mon[103441]: 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:46:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:26 smithi026 ceph-mon[93126]: 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:46:28.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:28.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:29.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:29.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:28 smithi089 ceph-mon[103441]: pgmap v5591: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:28 smithi026 ceph-mon[93126]: pgmap v5591: 97 pgs: 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:30.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:30.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:31.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:31.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:30 smithi089 ceph-mon[103441]: pgmap v5592: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:30 smithi026 ceph-mon[93126]: pgmap v5592: 97 pgs: 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.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:32.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:32 smithi089 ceph-mon[103441]: 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:46:33.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:33.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:33.277 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:32 smithi026 ceph-mon[93126]: 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:46:34.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:34.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:35.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:35.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:34 smithi089 ceph-mon[103441]: 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:46:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:34 smithi026 ceph-mon[93126]: 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:46:36.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:36.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:37.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:37.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:36 smithi089 ceph-mon[103441]: 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:46:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:36 smithi026 ceph-mon[93126]: 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:46:38.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:38.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:39.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:39.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:38 smithi089 ceph-mon[103441]: pgmap v5596: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:38 smithi026 ceph-mon[93126]: pgmap v5596: 97 pgs: 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:40.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:40.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:41.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:41.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:40 smithi089 ceph-mon[103441]: pgmap v5597: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:40 smithi026 ceph-mon[93126]: pgmap v5597: 97 pgs: 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.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:42.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:43.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:43.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:42 smithi089 ceph-mon[103441]: 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:46:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:42 smithi026 ceph-mon[93126]: 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:46:44.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:44.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:45.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:45.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:44 smithi089 ceph-mon[103441]: 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:46:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:44 smithi026 ceph-mon[93126]: 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:46:46.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:46.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:47.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:47.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:46 smithi089 ceph-mon[103441]: 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:46:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:46 smithi026 ceph-mon[93126]: 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:46:48.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:48.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:49.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:49.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:48 smithi089 ceph-mon[103441]: pgmap v5601: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:48 smithi026 ceph-mon[93126]: pgmap v5601: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:46:50.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:50.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:51.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:51.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:50 smithi089 ceph-mon[103441]: pgmap v5602: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:50 smithi026 ceph-mon[93126]: pgmap v5602: 97 pgs: 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.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:52.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:53.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:53.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:52 smithi089 ceph-mon[103441]: 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:46:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:52 smithi026 ceph-mon[93126]: 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:46:54.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:54.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:55.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:55.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:54 smithi089 ceph-mon[103441]: 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:46:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:54 smithi026 ceph-mon[93126]: 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:46:56.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:56.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:57.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:57.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:56 smithi089 ceph-mon[103441]: 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:46:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:56 smithi026 ceph-mon[93126]: 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:46:58.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:58.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:59.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:46:59.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:46:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:46:58 smithi089 ceph-mon[103441]: pgmap v5606: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:46:58 smithi026 ceph-mon[93126]: pgmap v5606: 97 pgs: 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:00.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:00.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:01.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:01.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:00 smithi089 ceph-mon[103441]: pgmap v5607: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:00 smithi026 ceph-mon[93126]: pgmap v5607: 97 pgs: 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.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:02.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:03.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:03.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:02 smithi089 ceph-mon[103441]: 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:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:02 smithi026 ceph-mon[93126]: 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:04.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:04.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:05.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:05.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:04 smithi089 ceph-mon[103441]: 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:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:04 smithi026 ceph-mon[93126]: 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:06.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:06.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:07.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:07.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:06 smithi089 ceph-mon[103441]: 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:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:06 smithi026 ceph-mon[93126]: 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:08.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:08.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:08 smithi026 ceph-mon[93126]: pgmap v5611: 97 pgs: 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.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:09.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:08 smithi089 ceph-mon[103441]: pgmap v5611: 97 pgs: 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:10.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:10.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:11.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:11.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:10 smithi089 ceph-mon[103441]: pgmap v5612: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:10 smithi026 ceph-mon[93126]: pgmap v5612: 97 pgs: 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.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:12.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:13.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:13.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:12 smithi089 ceph-mon[103441]: 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:47:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:12 smithi026 ceph-mon[93126]: 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:47:14.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:14.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:15.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:15.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:14 smithi089 ceph-mon[103441]: 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:47:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:14 smithi026 ceph-mon[93126]: 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:47:16.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:16.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:17.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:17.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:16 smithi089 ceph-mon[103441]: 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:47:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:16 smithi026 ceph-mon[93126]: 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:47:18.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:18.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:47:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:47:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:18 smithi026 ceph-mon[93126]: pgmap v5616: 97 pgs: 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.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:47:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:47:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:47:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:47:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:47:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:47:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:47:19.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:19.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:18 smithi089 ceph-mon[103441]: pgmap v5616: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:47:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:47:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:47:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:47:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:47:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:47:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:47:20.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:20.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:20 smithi089 ceph-mon[103441]: pgmap v5617: 97 pgs: 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.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:21.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:20 smithi026 ceph-mon[93126]: pgmap v5617: 97 pgs: 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.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:22.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:22 smithi089 ceph-mon[103441]: 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:47:23.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:23.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:22 smithi026 ceph-mon[93126]: 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:47:24.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:24.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:24 smithi089 ceph-mon[103441]: 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:47:25.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:25.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:24 smithi026 ceph-mon[93126]: 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:47:26.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:26.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:27.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:27.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:26 smithi026 ceph-mon[93126]: 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:47:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:26 smithi089 ceph-mon[103441]: 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:47:28.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:28.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:29.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:29.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:28 smithi026 ceph-mon[93126]: pgmap v5621: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:28 smithi089 ceph-mon[103441]: pgmap v5621: 97 pgs: 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:30.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:30.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:31.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:31.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:30 smithi026 ceph-mon[93126]: pgmap v5622: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:30 smithi089 ceph-mon[103441]: pgmap v5622: 97 pgs: 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.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:32.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:33.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:33.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:33.297 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:32 smithi089 ceph-mon[103441]: 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:47:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:32 smithi026 ceph-mon[93126]: 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:47:34.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:34.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:35.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:35.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:34 smithi026 ceph-mon[93126]: 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:47:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:34 smithi089 ceph-mon[103441]: 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:47:36.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:36.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:37.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:37.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:36 smithi026 ceph-mon[93126]: 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:47:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:36 smithi089 ceph-mon[103441]: 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:47:38.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:38.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:39.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:39.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:38 smithi026 ceph-mon[93126]: pgmap v5626: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:38 smithi089 ceph-mon[103441]: pgmap v5626: 97 pgs: 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.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:40.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:41.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:41.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:40 smithi026 ceph-mon[93126]: pgmap v5627: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:40 smithi089 ceph-mon[103441]: pgmap v5627: 97 pgs: 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.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:42.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:43.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:43.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:42 smithi026 ceph-mon[93126]: 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:47:43.403 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:42 smithi089 ceph-mon[103441]: 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:47:44.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:44.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:45.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:45.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:44 smithi026 ceph-mon[93126]: 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:47:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:44 smithi089 ceph-mon[103441]: 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:47:46.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:46.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:47.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:47.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:46 smithi026 ceph-mon[93126]: 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:47:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:46 smithi089 ceph-mon[103441]: 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:47:48.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:48.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:49.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:49.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:48 smithi026 ceph-mon[93126]: pgmap v5631: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:48 smithi089 ceph-mon[103441]: pgmap v5631: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:47:50.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:50.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:51.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:51.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:50 smithi026 ceph-mon[93126]: pgmap v5632: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:50 smithi089 ceph-mon[103441]: pgmap v5632: 97 pgs: 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.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:52.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:53.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:53.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:52 smithi026 ceph-mon[93126]: 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:47:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:52 smithi089 ceph-mon[103441]: 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:47:54.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:54.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:55.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:55.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:54 smithi026 ceph-mon[93126]: 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:47:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:54 smithi089 ceph-mon[103441]: 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:47:56.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:56.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:57.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:57.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:56 smithi026 ceph-mon[93126]: 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:47:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:56 smithi089 ceph-mon[103441]: 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:47:58.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:58.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:59.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:47:59.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:47:59.250 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:47:58 smithi026 ceph-mon[93126]: pgmap v5636: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:47:58 smithi089 ceph-mon[103441]: pgmap v5636: 97 pgs: 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:00.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:00.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:01.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:01.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:00 smithi026 ceph-mon[93126]: pgmap v5637: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:00 smithi089 ceph-mon[103441]: pgmap v5637: 97 pgs: 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.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:02.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:03.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:03.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:02 smithi026 ceph-mon[93126]: 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:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:02 smithi089 ceph-mon[103441]: 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:04.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:04.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:05.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:05.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:04 smithi026 ceph-mon[93126]: 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:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:04 smithi089 ceph-mon[103441]: 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:06.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:06.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:06 smithi089 ceph-mon[103441]: 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:07.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:07.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:06 smithi026 ceph-mon[93126]: 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:08.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:08.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:08 smithi089 ceph-mon[103441]: pgmap v5641: 97 pgs: 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.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:09.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:08 smithi026 ceph-mon[93126]: pgmap v5641: 97 pgs: 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:10.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:10.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:10 smithi089 ceph-mon[103441]: pgmap v5642: 97 pgs: 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.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:11.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:10 smithi026 ceph-mon[93126]: pgmap v5642: 97 pgs: 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.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:12.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:12 smithi089 ceph-mon[103441]: 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:48:13.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:13.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:12 smithi026 ceph-mon[93126]: 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:48:14.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:14.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:14 smithi089 ceph-mon[103441]: 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:48:15.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:15.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:14 smithi026 ceph-mon[93126]: 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:48:16.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:16.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:16 smithi089 ceph-mon[103441]: 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:48:17.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:17.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:16 smithi026 ceph-mon[93126]: 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:48:18.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:18.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:18 smithi089 ceph-mon[103441]: pgmap v5646: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:48:19.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:19.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:18 smithi026 ceph-mon[93126]: pgmap v5646: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:48:20.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:20.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:20.535 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:20.535 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:20.536 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:20 smithi026 ceph-mon[93126]: pgmap v5647: 97 pgs: 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:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:20 smithi089 ceph-mon[103441]: pgmap v5647: 97 pgs: 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.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:21.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:22.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:22.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:23.133 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:22 smithi089 ceph-mon[103441]: 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:48:23.177 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:22 smithi026 ceph-mon[93126]: 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:48:23.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:23.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:24.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:24.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:48:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:48:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:48:24.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:24 smithi026 ceph-mon[93126]: 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:48:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:48:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:48:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:48:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:48:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:24 smithi089 ceph-mon[103441]: 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:48:25.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:25.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:26.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:26.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:26 smithi089 ceph-mon[103441]: 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:48:27.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:27.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:26 smithi026 ceph-mon[93126]: 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:48:28.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:28.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:28 smithi089 ceph-mon[103441]: pgmap v5651: 97 pgs: 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.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:29.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:28 smithi026 ceph-mon[93126]: pgmap v5651: 97 pgs: 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:30.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:30.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:30 smithi089 ceph-mon[103441]: pgmap v5652: 97 pgs: 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.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:31.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:30 smithi026 ceph-mon[93126]: pgmap v5652: 97 pgs: 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.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:32.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:32 smithi089 ceph-mon[103441]: 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:48:33.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:33.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:32 smithi026 ceph-mon[93126]: 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:48:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:34.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:34.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:34 smithi026 ceph-mon[93126]: 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:48:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:34 smithi089 ceph-mon[103441]: 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:48:35.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:35.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:36.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:36.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:36 smithi089 ceph-mon[103441]: 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:48:37.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:37.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:36 smithi026 ceph-mon[93126]: 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:48:38.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:38.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:38 smithi089 ceph-mon[103441]: pgmap v5656: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:38 smithi026 ceph-mon[93126]: pgmap v5656: 97 pgs: 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.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:39.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:40.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:40.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:40 smithi089 ceph-mon[103441]: pgmap v5657: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:40 smithi026 ceph-mon[93126]: pgmap v5657: 97 pgs: 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.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:41.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:42.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:42.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:42 smithi089 ceph-mon[103441]: 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:48:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:42 smithi026 ceph-mon[93126]: 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:48:43.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:43.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:44.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:44.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:44 smithi026 ceph-mon[93126]: 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:48:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:44 smithi089 ceph-mon[103441]: 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:48:45.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:45.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:46.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:46.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:46 smithi089 ceph-mon[103441]: 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:48:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:46 smithi026 ceph-mon[93126]: 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:48:47.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:47.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:48.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:48.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:48 smithi089 ceph-mon[103441]: pgmap v5661: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:48 smithi026 ceph-mon[93126]: pgmap v5661: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:48:49.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:49.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:50.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:50.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:50 smithi089 ceph-mon[103441]: pgmap v5662: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:50 smithi026 ceph-mon[93126]: pgmap v5662: 97 pgs: 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.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:51.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:52.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:52.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:52 smithi089 ceph-mon[103441]: 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:48:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:52 smithi026 ceph-mon[93126]: 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:48:53.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:53.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:54.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:54.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:54 smithi089 ceph-mon[103441]: 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:48:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:54 smithi026 ceph-mon[93126]: 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:48:55.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:55.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:56.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:56.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:56 smithi089 ceph-mon[103441]: 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:48:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:56 smithi026 ceph-mon[93126]: 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:48:57.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:57.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:58.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:58.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:48:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:48:58 smithi089 ceph-mon[103441]: pgmap v5666: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:48:58 smithi026 ceph-mon[93126]: pgmap v5666: 97 pgs: 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.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:48:59.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:00.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:00.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:00 smithi089 ceph-mon[103441]: pgmap v5667: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:00 smithi026 ceph-mon[93126]: pgmap v5667: 97 pgs: 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.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:01.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:02.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:02.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:02 smithi089 ceph-mon[103441]: 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:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:02 smithi026 ceph-mon[93126]: 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:03.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:03.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:04.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:04.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:04 smithi089 ceph-mon[103441]: 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:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:04 smithi026 ceph-mon[93126]: 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:05.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:05.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:06.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:06.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:06 smithi089 ceph-mon[103441]: 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:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:06 smithi026 ceph-mon[93126]: 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:07.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:07.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:08.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:08.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:08 smithi089 ceph-mon[103441]: pgmap v5671: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:08 smithi026 ceph-mon[93126]: pgmap v5671: 97 pgs: 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.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:09.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:10.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:10.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:10 smithi089 ceph-mon[103441]: pgmap v5672: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:10 smithi026 ceph-mon[93126]: pgmap v5672: 97 pgs: 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.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:11.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:12.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:12.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:12 smithi089 ceph-mon[103441]: 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:49:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:12 smithi026 ceph-mon[93126]: 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:49:13.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:13.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:14.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:14.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:14 smithi026 ceph-mon[93126]: 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:49:15.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:15.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:14 smithi089 ceph-mon[103441]: 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:49:16.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:16.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:16 smithi026 ceph-mon[93126]: 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:49:17.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:17.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:16 smithi089 ceph-mon[103441]: 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:49:18.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:18.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:18 smithi026 ceph-mon[93126]: pgmap v5676: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:19.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:19.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:19.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:18 smithi089 ceph-mon[103441]: pgmap v5676: 97 pgs: 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.409 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:20.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:20.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:20 smithi026 ceph-mon[93126]: pgmap v5677: 97 pgs: 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.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:21.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:20 smithi089 ceph-mon[103441]: pgmap v5677: 97 pgs: 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.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:22.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:22 smithi026 ceph-mon[93126]: 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:49:23.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:23.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:22 smithi089 ceph-mon[103441]: 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:49:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:49:24.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:24.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:49:25.231 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:24 smithi026 ceph-mon[93126]: 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:49:25.231 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:49:25.231 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:49:25.231 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:49:25.232 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:49:25.232 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:49:25.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:25.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:24 smithi089 ceph-mon[103441]: 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:49:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:49:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:49:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:49:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:49:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:49:26.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:26.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:26 smithi026 ceph-mon[93126]: 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:49:27.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:27.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:26 smithi089 ceph-mon[103441]: 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:49:28.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:28.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:28 smithi026 ceph-mon[93126]: pgmap v5681: 97 pgs: 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.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:29.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:28 smithi089 ceph-mon[103441]: pgmap v5681: 97 pgs: 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:30.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:30.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:30 smithi026 ceph-mon[93126]: pgmap v5682: 97 pgs: 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.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:31.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:30 smithi089 ceph-mon[103441]: pgmap v5682: 97 pgs: 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.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:32.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:32 smithi026 ceph-mon[93126]: 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:49:33.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:33.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:32 smithi089 ceph-mon[103441]: 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:49:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:34.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:34.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:34 smithi026 ceph-mon[93126]: 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:49:35.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:35.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:34 smithi089 ceph-mon[103441]: 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:49:36.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:36.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:36 smithi026 ceph-mon[93126]: 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:49:37.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:37.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:36 smithi089 ceph-mon[103441]: 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:49:38.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:38.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:38 smithi026 ceph-mon[93126]: pgmap v5686: 97 pgs: 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.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:39.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:38 smithi089 ceph-mon[103441]: pgmap v5686: 97 pgs: 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:40.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:40.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:40 smithi026 ceph-mon[93126]: pgmap v5687: 97 pgs: 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.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:41.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:40 smithi089 ceph-mon[103441]: pgmap v5687: 97 pgs: 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:42.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:42.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:42 smithi026 ceph-mon[93126]: 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:49:43.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:43.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:42 smithi089 ceph-mon[103441]: 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:49:44.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:44.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:44 smithi026 ceph-mon[93126]: 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:49:45.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:45.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:44 smithi089 ceph-mon[103441]: 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:49:46.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:46.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:46 smithi026 ceph-mon[93126]: 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:49:47.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:47.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:46 smithi089 ceph-mon[103441]: 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:49:48.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:48.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:48 smithi026 ceph-mon[93126]: pgmap v5691: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:49.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:49.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:48 smithi089 ceph-mon[103441]: pgmap v5691: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:49:50.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:50.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:50 smithi026 ceph-mon[93126]: pgmap v5692: 97 pgs: 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.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:51.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:50 smithi089 ceph-mon[103441]: pgmap v5692: 97 pgs: 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.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:52.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:52 smithi026 ceph-mon[93126]: 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:49:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:52 smithi089 ceph-mon[103441]: 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:49:53.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:53.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:54.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:54.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:54 smithi089 ceph-mon[103441]: 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:49:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:54 smithi026 ceph-mon[93126]: 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:49:55.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:55.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:56.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:56.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:57 smithi026 ceph-mon[93126]: 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:49:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:57 smithi089 ceph-mon[103441]: 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:49:57.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:57.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:58.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:58.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:49:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:49:59 smithi026 ceph-mon[93126]: pgmap v5696: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:49:59 smithi089 ceph-mon[103441]: pgmap v5696: 97 pgs: 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.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:49:59.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-16T23:50:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-16T23:50:00.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:00.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:01 smithi026 ceph-mon[93126]: pgmap v5697: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:01 smithi089 ceph-mon[103441]: pgmap v5697: 97 pgs: 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.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:01.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:02.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:02.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:03 smithi026 ceph-mon[93126]: 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:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:03 smithi089 ceph-mon[103441]: 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:03.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:03.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:04 smithi026 ceph-mon[93126]: 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:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:04 smithi089 ceph-mon[103441]: 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:04.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:04.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:05.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:05.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:06.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:06.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:06 smithi089 ceph-mon[103441]: 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:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:06 smithi026 ceph-mon[93126]: 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:07.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:07.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:08.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:08.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:08 smithi089 ceph-mon[103441]: pgmap v5701: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:08 smithi026 ceph-mon[93126]: pgmap v5701: 97 pgs: 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.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:09.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:10.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:10.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:10 smithi026 ceph-mon[93126]: pgmap v5702: 97 pgs: 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.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:10 smithi089 ceph-mon[103441]: pgmap v5702: 97 pgs: 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.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:11.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:12.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:12.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:12 smithi089 ceph-mon[103441]: 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:50:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:12 smithi026 ceph-mon[93126]: 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:50:13.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:13.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:14.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:14.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:14 smithi089 ceph-mon[103441]: 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:50:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:14 smithi026 ceph-mon[93126]: 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:50:15.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:15.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:16.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:16.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:16 smithi089 ceph-mon[103441]: 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:50:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:16 smithi026 ceph-mon[93126]: 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:50:17.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:17.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:18.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:18.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:18 smithi089 ceph-mon[103441]: pgmap v5706: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:18 smithi026 ceph-mon[93126]: pgmap v5706: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:19.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:19.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:20.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:20.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:20 smithi089 ceph-mon[103441]: pgmap v5707: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:20 smithi026 ceph-mon[93126]: pgmap v5707: 97 pgs: 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.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:21.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:22.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:22.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:22 smithi089 ceph-mon[103441]: 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:50:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:22 smithi026 ceph-mon[93126]: 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:50:23.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:23.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:24.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:24.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:24 smithi089 ceph-mon[103441]: 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:50:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:50:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:24 smithi026 ceph-mon[93126]: 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:50:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:50:25.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:25.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:50:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:50:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:50:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:50:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:50:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:50:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:50:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:50:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:50:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:50:26.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:26.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:26 smithi026 ceph-mon[93126]: 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:50:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:26 smithi089 ceph-mon[103441]: 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:50:27.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:27.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:28.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:28.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:28 smithi026 ceph-mon[93126]: pgmap v5711: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:29 smithi089 ceph-mon[103441]: pgmap v5711: 97 pgs: 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.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:29.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:30.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:30.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:31 smithi026 ceph-mon[93126]: pgmap v5712: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:31 smithi089 ceph-mon[103441]: pgmap v5712: 97 pgs: 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.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:31.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:32.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:32.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:33 smithi026 ceph-mon[93126]: 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:50:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:33 smithi089 ceph-mon[103441]: 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:50:33.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:33.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:34.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:34.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:35 smithi026 ceph-mon[93126]: 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:50:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:35 smithi089 ceph-mon[103441]: 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:50:35.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:35.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:36.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:36.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:37 smithi026 ceph-mon[93126]: 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:50:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:37 smithi089 ceph-mon[103441]: 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:50:37.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:37.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:38.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:38.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:39 smithi026 ceph-mon[93126]: pgmap v5716: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:39 smithi089 ceph-mon[103441]: pgmap v5716: 97 pgs: 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.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:39.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:40 smithi089 ceph-mon[103441]: pgmap v5717: 97 pgs: 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:40.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:40.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:40 smithi026 ceph-mon[93126]: pgmap v5717: 97 pgs: 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.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:41.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:42.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:42.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:42 smithi089 ceph-mon[103441]: 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:50:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:42 smithi026 ceph-mon[93126]: 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:50:43.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:43.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:44.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:44.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:44 smithi089 ceph-mon[103441]: 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:50:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:44 smithi026 ceph-mon[93126]: 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:50:45.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:45.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:46.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:46.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:46 smithi089 ceph-mon[103441]: 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:50:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:46 smithi026 ceph-mon[93126]: 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:50:47.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:47.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:48.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:48.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:48 smithi089 ceph-mon[103441]: pgmap v5721: 97 pgs: 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.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:48 smithi026 ceph-mon[93126]: pgmap v5721: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:50:49.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:49.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:50.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:50.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:50 smithi089 ceph-mon[103441]: pgmap v5722: 97 pgs: 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.208 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:50 smithi026 ceph-mon[93126]: pgmap v5722: 97 pgs: 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.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:51.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:52.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:52.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:53.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:52 smithi089 ceph-mon[103441]: 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:50:53.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:52 smithi026 ceph-mon[93126]: 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:50:53.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:53.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:54.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:54.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:54 smithi089 ceph-mon[103441]: 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:50:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:54 smithi026 ceph-mon[93126]: 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:50:55.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:55.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:56.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:56.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:56 smithi089 ceph-mon[103441]: 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:50:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:56 smithi026 ceph-mon[93126]: 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:50:57.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:57.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:58.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:58.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:50:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:50:58 smithi089 ceph-mon[103441]: pgmap v5726: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:50:58 smithi026 ceph-mon[93126]: pgmap v5726: 97 pgs: 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.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:50:59.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:00.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:00.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:00 smithi089 ceph-mon[103441]: pgmap v5727: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:00 smithi026 ceph-mon[93126]: pgmap v5727: 97 pgs: 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.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:01.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:02.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:02.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:02 smithi089 ceph-mon[103441]: 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:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:02 smithi026 ceph-mon[93126]: 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:03.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:03.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:04.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:04.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:04 smithi089 ceph-mon[103441]: 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:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:04 smithi026 ceph-mon[93126]: 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:05.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:05.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:06.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:06.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:06 smithi089 ceph-mon[103441]: 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:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:06 smithi026 ceph-mon[93126]: 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:07.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:07.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:08.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:08.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:08 smithi089 ceph-mon[103441]: pgmap v5731: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:08 smithi026 ceph-mon[93126]: pgmap v5731: 97 pgs: 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.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:09.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:10.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:10.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:10 smithi089 ceph-mon[103441]: pgmap v5732: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:10 smithi026 ceph-mon[93126]: pgmap v5732: 97 pgs: 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.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:11.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:12.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:12.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:12 smithi089 ceph-mon[103441]: 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:51:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:12 smithi026 ceph-mon[93126]: 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:51:13.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:13.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:14.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:14.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:14 smithi026 ceph-mon[93126]: 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:51:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:14 smithi089 ceph-mon[103441]: 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:51:15.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:15.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:16.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:16.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:16 smithi026 ceph-mon[93126]: 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:51:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:16 smithi089 ceph-mon[103441]: 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:51:17.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:17.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:18.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:18.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:18 smithi026 ceph-mon[93126]: pgmap v5736: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:18 smithi089 ceph-mon[103441]: pgmap v5736: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:19.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:19.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:20.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:20.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:20 smithi026 ceph-mon[93126]: pgmap v5737: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:20 smithi089 ceph-mon[103441]: pgmap v5737: 97 pgs: 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.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:21.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:22.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:22.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:22 smithi026 ceph-mon[93126]: 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:51:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:22 smithi089 ceph-mon[103441]: 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:51:23.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:23.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:24.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:24.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:24 smithi026 ceph-mon[93126]: 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:51:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:24 smithi089 ceph-mon[103441]: 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:51:25.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:25.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:51:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:51:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:51:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:51:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:51:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:51:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:51:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:51:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:51:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:51:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:51:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:51:26.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:26.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:26 smithi026 ceph-mon[93126]: 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:51:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:26 smithi089 ceph-mon[103441]: 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:51:27.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:27.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:28.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:28.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:28 smithi026 ceph-mon[93126]: pgmap v5741: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:28 smithi089 ceph-mon[103441]: pgmap v5741: 97 pgs: 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.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:29.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:30.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:30.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:30 smithi089 ceph-mon[103441]: pgmap v5742: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:30 smithi026 ceph-mon[93126]: pgmap v5742: 97 pgs: 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.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:31.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:32.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:32.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:32 smithi026 ceph-mon[93126]: 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:51:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:32 smithi089 ceph-mon[103441]: 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:51:33.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:33.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:34.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:34.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:34 smithi026 ceph-mon[93126]: 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:51:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:34 smithi089 ceph-mon[103441]: 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:51:35.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:35.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:36.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:36.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:36 smithi026 ceph-mon[93126]: 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:51:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:36 smithi089 ceph-mon[103441]: 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:51:37.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:37.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:38.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:38.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:38 smithi026 ceph-mon[93126]: pgmap v5746: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:38 smithi089 ceph-mon[103441]: pgmap v5746: 97 pgs: 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.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:39.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:40.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:40.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:40 smithi089 ceph-mon[103441]: pgmap v5747: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:40 smithi026 ceph-mon[93126]: pgmap v5747: 97 pgs: 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.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:41.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:42.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:42.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:42 smithi026 ceph-mon[93126]: 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:51:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:42 smithi089 ceph-mon[103441]: 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:51:43.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:43.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:44.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:44.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:44 smithi026 ceph-mon[93126]: 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:51:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:44 smithi089 ceph-mon[103441]: 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:51:45.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:45.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:46.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:46.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:46 smithi026 ceph-mon[93126]: 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:51:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:46 smithi089 ceph-mon[103441]: 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:51:47.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:47.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:48.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:48.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:48 smithi026 ceph-mon[93126]: pgmap v5751: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:48 smithi089 ceph-mon[103441]: pgmap v5751: 97 pgs: 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.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:51:49.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:49.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:50.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:50.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:50 smithi026 ceph-mon[93126]: pgmap v5752: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:50 smithi089 ceph-mon[103441]: pgmap v5752: 97 pgs: 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.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:51.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:52.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:52.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:52 smithi026 ceph-mon[93126]: 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:51:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:52 smithi089 ceph-mon[103441]: 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:51:53.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:53.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:54.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:54.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:54 smithi026 ceph-mon[93126]: 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:51:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:54 smithi089 ceph-mon[103441]: 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:51:55.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:55.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:56.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:56.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:56 smithi026 ceph-mon[93126]: 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:51:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:56 smithi089 ceph-mon[103441]: 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:51:57.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:57.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:58.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:58.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:51:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:51:58 smithi026 ceph-mon[93126]: pgmap v5756: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:51:58 smithi089 ceph-mon[103441]: pgmap v5756: 97 pgs: 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.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:51:59.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:00.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:00.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:00 smithi026 ceph-mon[93126]: pgmap v5757: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:01 smithi089 ceph-mon[103441]: pgmap v5757: 97 pgs: 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.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:01.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:02.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:02.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:03 smithi026 ceph-mon[93126]: 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:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:03 smithi089 ceph-mon[103441]: 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:03.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:03.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:04.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:04.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:05 smithi026 ceph-mon[93126]: 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:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:05 smithi089 ceph-mon[103441]: 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:05.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:05.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:06.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:06.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:07 smithi026 ceph-mon[93126]: 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:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:07 smithi089 ceph-mon[103441]: 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:07.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:07.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:08.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:08.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:09 smithi026 ceph-mon[93126]: pgmap v5761: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:09 smithi089 ceph-mon[103441]: pgmap v5761: 97 pgs: 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.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:09.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:10.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:10.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:11 smithi026 ceph-mon[93126]: pgmap v5762: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:11 smithi089 ceph-mon[103441]: pgmap v5762: 97 pgs: 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.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:11.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:12.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:12.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:13 smithi026 ceph-mon[93126]: 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:52:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:13 smithi089 ceph-mon[103441]: 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:52:13.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:13.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:14.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:14.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:15 smithi026 ceph-mon[93126]: 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:52:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:15 smithi089 ceph-mon[103441]: 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:52:15.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:15.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:16.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:16.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:17 smithi026 ceph-mon[93126]: 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:52:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:17 smithi089 ceph-mon[103441]: 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:52:17.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:17.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:18.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:18.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:19 smithi026 ceph-mon[93126]: pgmap v5766: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:19 smithi089 ceph-mon[103441]: pgmap v5766: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:19.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:19.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:20.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:20.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:21.300 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:21 smithi089 ceph-mon[103441]: pgmap v5767: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:21 smithi026 ceph-mon[93126]: pgmap v5767: 97 pgs: 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.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:21.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:22.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:22.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:23 smithi026 ceph-mon[93126]: 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:52:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:23 smithi089 ceph-mon[103441]: 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:52:23.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:23.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:24 smithi026 ceph-mon[93126]: 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:52:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:24 smithi089 ceph-mon[103441]: 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:52:24.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:24.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:25.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:25.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:52:26.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:52:26.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:26.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:27.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:26 smithi026 ceph-mon[93126]: 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:52:27.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:52:27.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:52:27.298 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:52:27.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:52:27.299 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:52:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:26 smithi089 ceph-mon[103441]: 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:52:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:52:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:52:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:52:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:52:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:52:27.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:27.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:28.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:28.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:28 smithi026 ceph-mon[93126]: pgmap v5771: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:28 smithi089 ceph-mon[103441]: pgmap v5771: 97 pgs: 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.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:29.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:30.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:30.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:30 smithi026 ceph-mon[93126]: pgmap v5772: 97 pgs: 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.402 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:30 smithi089 ceph-mon[103441]: pgmap v5772: 97 pgs: 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.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:31.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:32.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:32.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:32 smithi026 ceph-mon[93126]: 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:52:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:32 smithi089 ceph-mon[103441]: 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:52:33.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:33.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:34.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:34.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:34 smithi026 ceph-mon[93126]: 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:52:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:34 smithi089 ceph-mon[103441]: 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:52:35.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:35.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:36.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:36.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:36 smithi026 ceph-mon[93126]: 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:52:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:36 smithi089 ceph-mon[103441]: 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:52:37.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:37.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:38.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:38.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:38 smithi026 ceph-mon[93126]: pgmap v5776: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:38 smithi089 ceph-mon[103441]: pgmap v5776: 97 pgs: 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.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:39.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:40.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:40.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:40 smithi026 ceph-mon[93126]: pgmap v5777: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:40 smithi089 ceph-mon[103441]: pgmap v5777: 97 pgs: 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.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:41.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:42.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:42.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:42 smithi026 ceph-mon[93126]: 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:52:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:42 smithi089 ceph-mon[103441]: 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:52:43.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:43.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:44.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:44.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:44 smithi026 ceph-mon[93126]: 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:52:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:44 smithi089 ceph-mon[103441]: 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:52:45.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:45.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:46.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:46.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:46 smithi026 ceph-mon[93126]: 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:52:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:46 smithi089 ceph-mon[103441]: 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:52:47.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:47.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:48.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:48.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:48 smithi026 ceph-mon[93126]: pgmap v5781: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:48 smithi089 ceph-mon[103441]: pgmap v5781: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:52:49.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:49.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:50.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:50.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:50 smithi026 ceph-mon[93126]: pgmap v5782: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:50 smithi089 ceph-mon[103441]: pgmap v5782: 97 pgs: 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.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:51.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:52.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:52.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:52 smithi026 ceph-mon[93126]: 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:52:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:52 smithi089 ceph-mon[103441]: 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:52:53.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:53.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:54.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:54.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:54 smithi026 ceph-mon[93126]: 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:52:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:54 smithi089 ceph-mon[103441]: 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:52:55.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:55.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:56.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:56.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:56 smithi026 ceph-mon[93126]: 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:52:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:56 smithi089 ceph-mon[103441]: 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:52:57.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:57.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:58.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:58.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:52:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:52:58 smithi026 ceph-mon[93126]: pgmap v5786: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:52:58 smithi089 ceph-mon[103441]: pgmap v5786: 97 pgs: 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.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:52:59.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:00.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:00.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:00 smithi026 ceph-mon[93126]: pgmap v5787: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:00 smithi089 ceph-mon[103441]: pgmap v5787: 97 pgs: 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.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:01.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:02.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:02.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:02 smithi026 ceph-mon[93126]: 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:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:02 smithi089 ceph-mon[103441]: 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:03.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:03.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:04.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:04.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:04 smithi026 ceph-mon[93126]: 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:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:04 smithi089 ceph-mon[103441]: 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:05.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:05.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:06.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:06.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:07 smithi089 ceph-mon[103441]: 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:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:07 smithi026 ceph-mon[93126]: 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:07.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:07.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:08.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:08.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:09 smithi026 ceph-mon[93126]: pgmap v5791: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:09 smithi089 ceph-mon[103441]: pgmap v5791: 97 pgs: 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.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:09.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:10.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:10.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:11 smithi026 ceph-mon[93126]: pgmap v5792: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:11 smithi089 ceph-mon[103441]: pgmap v5792: 97 pgs: 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.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:11.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:12.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:12.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:13 smithi026 ceph-mon[93126]: 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:53:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:13 smithi089 ceph-mon[103441]: 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:53:13.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:13.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:14.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:14.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:15 smithi026 ceph-mon[93126]: 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:53:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:15 smithi089 ceph-mon[103441]: 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:53:15.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:15.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:16.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:16.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:17 smithi089 ceph-mon[103441]: 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:53:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:17 smithi026 ceph-mon[93126]: 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:53:17.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:17.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:18.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:18.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:19 smithi026 ceph-mon[93126]: pgmap v5796: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:19 smithi089 ceph-mon[103441]: pgmap v5796: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:19.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:19.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:20.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:20.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:21 smithi026 ceph-mon[93126]: pgmap v5797: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:21 smithi089 ceph-mon[103441]: pgmap v5797: 97 pgs: 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.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:21.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:22.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:22.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:23 smithi026 ceph-mon[93126]: 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:53:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:23 smithi089 ceph-mon[103441]: 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:53:23.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:23.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:24.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:24.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:25 smithi026 ceph-mon[93126]: 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:53:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:25 smithi089 ceph-mon[103441]: 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:53:25.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:25.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:26.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:26.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:27 smithi026 ceph-mon[93126]: 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:53:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:53:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:27 smithi089 ceph-mon[103441]: 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:53:27.464 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:53:27.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:27.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:53:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:53:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:53:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:53:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:53:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:53:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:53:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:53:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:53:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:53:28.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:28.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:29 smithi026 ceph-mon[93126]: pgmap v5801: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:29 smithi089 ceph-mon[103441]: pgmap v5801: 97 pgs: 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.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:29.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:30.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:30.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:31 smithi026 ceph-mon[93126]: pgmap v5802: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:31 smithi089 ceph-mon[103441]: pgmap v5802: 97 pgs: 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.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:31.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:32.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:32.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:33 smithi026 ceph-mon[93126]: 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:53:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:33 smithi089 ceph-mon[103441]: 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:53:33.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:33.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:34.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:34.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:35 smithi026 ceph-mon[93126]: 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:53:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:35 smithi089 ceph-mon[103441]: 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:53:35.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:35.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:36.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:36.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:37 smithi026 ceph-mon[93126]: 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:53:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:37 smithi089 ceph-mon[103441]: 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:53:37.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:37.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:38 smithi089 ceph-mon[103441]: pgmap v5806: 97 pgs: 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:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:38 smithi026 ceph-mon[93126]: pgmap v5806: 97 pgs: 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:38.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:38.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:39.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:39.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:40.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:40.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:40 smithi089 ceph-mon[103441]: pgmap v5807: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:40 smithi026 ceph-mon[93126]: pgmap v5807: 97 pgs: 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.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:41.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:42.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:42.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:42 smithi089 ceph-mon[103441]: 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:53:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:42 smithi026 ceph-mon[93126]: 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:53:43.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:43.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:44.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:44.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:44 smithi089 ceph-mon[103441]: 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:53:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:44 smithi026 ceph-mon[93126]: 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:53:45.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:45.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:46.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:46.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:47.192 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:46 smithi089 ceph-mon[103441]: 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:53:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:46 smithi026 ceph-mon[93126]: 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:53:47.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:47.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:48.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:48.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:48 smithi026 ceph-mon[93126]: pgmap v5811: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:48 smithi089 ceph-mon[103441]: pgmap v5811: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:53:49.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:49.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:50.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:50.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:50 smithi026 ceph-mon[93126]: pgmap v5812: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:50 smithi089 ceph-mon[103441]: pgmap v5812: 97 pgs: 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.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:51.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:52.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:52.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:53.277 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:52 smithi026 ceph-mon[93126]: 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:53:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:52 smithi089 ceph-mon[103441]: 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:53:53.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:53.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:54.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:54.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:54 smithi026 ceph-mon[93126]: 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:53:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:54 smithi089 ceph-mon[103441]: 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:53:55.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:55.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:56.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:56.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:57.297 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:56 smithi089 ceph-mon[103441]: 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:53:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:56 smithi026 ceph-mon[93126]: 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:53:57.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:57.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:58.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:58.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:53:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:53:58 smithi026 ceph-mon[93126]: pgmap v5816: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:53:58 smithi089 ceph-mon[103441]: pgmap v5816: 97 pgs: 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.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:53:59.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:00.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:00.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:00 smithi026 ceph-mon[93126]: pgmap v5817: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:00 smithi089 ceph-mon[103441]: pgmap v5817: 97 pgs: 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.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:01.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:02.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:02.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:02 smithi026 ceph-mon[93126]: 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:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:02 smithi089 ceph-mon[103441]: 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:03.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:03.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:04.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:04.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:04 smithi026 ceph-mon[93126]: 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:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:04 smithi089 ceph-mon[103441]: 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:05.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:05.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:06.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:06.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:06 smithi026 ceph-mon[93126]: 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:07.401 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:06 smithi089 ceph-mon[103441]: 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:07.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:07.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:08.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:08.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:08 smithi026 ceph-mon[93126]: pgmap v5821: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:08 smithi089 ceph-mon[103441]: pgmap v5821: 97 pgs: 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.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:09.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:10.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:10.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:10 smithi026 ceph-mon[93126]: pgmap v5822: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:10 smithi089 ceph-mon[103441]: pgmap v5822: 97 pgs: 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.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:11.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:12.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:12.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:12 smithi026 ceph-mon[93126]: 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:54:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:12 smithi089 ceph-mon[103441]: 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:54:13.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:13.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:14.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:14.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:14 smithi026 ceph-mon[93126]: 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:54:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:14 smithi089 ceph-mon[103441]: 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:54:15.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:15.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:16.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:16.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:16 smithi026 ceph-mon[93126]: 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:54:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:16 smithi089 ceph-mon[103441]: 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:54:17.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:17.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:18.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:18.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:18 smithi026 ceph-mon[93126]: pgmap v5826: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:18 smithi089 ceph-mon[103441]: pgmap v5826: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:19.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:19.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:20.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:20.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:20 smithi026 ceph-mon[93126]: pgmap v5827: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:20 smithi089 ceph-mon[103441]: pgmap v5827: 97 pgs: 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.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:21.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:22.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:22.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:22 smithi026 ceph-mon[93126]: 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:54:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:22 smithi089 ceph-mon[103441]: 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:54:23.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:23.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:24.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:24.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:24 smithi026 ceph-mon[93126]: 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:54:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:24 smithi089 ceph-mon[103441]: 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:54:25.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:25.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:26.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:26.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:26 smithi026 ceph-mon[93126]: 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:54:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:26 smithi089 ceph-mon[103441]: 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:54:27.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:27.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:54:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:54:28.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:28.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:28 smithi026 ceph-mon[93126]: pgmap v5831: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:28 smithi089 ceph-mon[103441]: pgmap v5831: 97 pgs: 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.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:29.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:30.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:30.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:31 smithi026 ceph-mon[93126]: pgmap v5832: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:31 smithi089 ceph-mon[103441]: pgmap v5832: 97 pgs: 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.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:31.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:32.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:32.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:32 smithi026 ceph-mon[93126]: 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:54:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:54:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:54:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:54:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:54:33.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:54:33.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:54:33.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:54:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:32 smithi089 ceph-mon[103441]: 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:54:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:54:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:54:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:54:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:54:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:54:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:54:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:54:33.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:33.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:34.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:34.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:34 smithi026 ceph-mon[93126]: 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:54:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:34 smithi089 ceph-mon[103441]: 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:54:35.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:35.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:36.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:36.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:36 smithi026 ceph-mon[93126]: 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:54:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:36 smithi089 ceph-mon[103441]: 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:54:37.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:37.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:38.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:38.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:38 smithi026 ceph-mon[93126]: pgmap v5836: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:38 smithi089 ceph-mon[103441]: pgmap v5836: 97 pgs: 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.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:39.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:40.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:40.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:41 smithi026 ceph-mon[93126]: pgmap v5837: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:41 smithi089 ceph-mon[103441]: pgmap v5837: 97 pgs: 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.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:41.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:42.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:42.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:43 smithi089 ceph-mon[103441]: 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:54:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:43 smithi026 ceph-mon[93126]: 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:54:43.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:43.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:44.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:44.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:45 smithi026 ceph-mon[93126]: 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:54:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:45 smithi089 ceph-mon[103441]: 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:54:45.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:45.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:46.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:46.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:47 smithi026 ceph-mon[93126]: 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:54:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:47 smithi089 ceph-mon[103441]: 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:54:47.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:47.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:48.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:48.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:49 smithi026 ceph-mon[93126]: pgmap v5841: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:49 smithi089 ceph-mon[103441]: pgmap v5841: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:54:49.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:49.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:50.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:50.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:51 smithi026 ceph-mon[93126]: pgmap v5842: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:51 smithi089 ceph-mon[103441]: pgmap v5842: 97 pgs: 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.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:51.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:52.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:52.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:53 smithi089 ceph-mon[103441]: 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:54:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:53 smithi026 ceph-mon[93126]: 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:54:53.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:53.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:54.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:54.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:55 smithi026 ceph-mon[93126]: 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:54:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:55 smithi089 ceph-mon[103441]: 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:54:55.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:55.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:56.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:56.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:57 smithi026 ceph-mon[93126]: 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:54:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:57 smithi089 ceph-mon[103441]: 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:54:57.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:57.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:58.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:58.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:54:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:54:59 smithi026 ceph-mon[93126]: pgmap v5846: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:54:59 smithi089 ceph-mon[103441]: pgmap v5846: 97 pgs: 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.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:54:59.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:00.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:00.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:01 smithi026 ceph-mon[93126]: pgmap v5847: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:01 smithi089 ceph-mon[103441]: pgmap v5847: 97 pgs: 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.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:01.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:02.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:02.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:03 smithi026 ceph-mon[93126]: 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:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:03 smithi089 ceph-mon[103441]: 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:03.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:03.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:04.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:04.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:05 smithi026 ceph-mon[93126]: 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:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:05 smithi089 ceph-mon[103441]: 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:05.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:05.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:06.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:06.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:07 smithi026 ceph-mon[93126]: 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:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:07 smithi089 ceph-mon[103441]: 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:07.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:07.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:08.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:08.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:09 smithi026 ceph-mon[93126]: pgmap v5851: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:09 smithi089 ceph-mon[103441]: pgmap v5851: 97 pgs: 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.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:09.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:10.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:10.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:11 smithi026 ceph-mon[93126]: pgmap v5852: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:11 smithi089 ceph-mon[103441]: pgmap v5852: 97 pgs: 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.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:11.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:12.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:12.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:13 smithi089 ceph-mon[103441]: 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:55:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:13 smithi026 ceph-mon[93126]: 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:55:13.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:13.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:14.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:15.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:15 smithi089 ceph-mon[103441]: 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:55:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:15 smithi026 ceph-mon[93126]: 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:55:15.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:15.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:16.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:16.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:17 smithi089 ceph-mon[103441]: 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:55:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:17 smithi026 ceph-mon[93126]: 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:55:17.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:17.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:18.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:18.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:19 smithi089 ceph-mon[103441]: pgmap v5856: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:19 smithi026 ceph-mon[93126]: pgmap v5856: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:19.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:19.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:20.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:20.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:21 smithi089 ceph-mon[103441]: pgmap v5857: 97 pgs: 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.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:21 smithi026 ceph-mon[93126]: pgmap v5857: 97 pgs: 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.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:21.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:22.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:22.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:23 smithi089 ceph-mon[103441]: 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:55:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:23 smithi026 ceph-mon[93126]: 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:55:23.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:23.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:24 smithi089 ceph-mon[103441]: 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:55:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:24 smithi026 ceph-mon[93126]: 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:55:24.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:24.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:25.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:25.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:26.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:26.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:26 smithi026 ceph-mon[93126]: 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:55:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:26 smithi089 ceph-mon[103441]: 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:55:27.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:27.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:28.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:28.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:28 smithi026 ceph-mon[93126]: pgmap v5861: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:28 smithi089 ceph-mon[103441]: pgmap v5861: 97 pgs: 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.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:29.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:31.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:31.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:30 smithi026 ceph-mon[93126]: pgmap v5862: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:30 smithi089 ceph-mon[103441]: pgmap v5862: 97 pgs: 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.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:32.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:33.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:33.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:33.285 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:32 smithi089 ceph-mon[103441]: 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:55:33.286 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:55:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:32 smithi026 ceph-mon[93126]: 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:55:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:55:34.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:34.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:55:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:55:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:55:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:55:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:55:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:55:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:55:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:55:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:55:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:55:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:35.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:35.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:34 smithi026 ceph-mon[93126]: 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:55:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:34 smithi089 ceph-mon[103441]: 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:55:36.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:36.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:37.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:37.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:36 smithi026 ceph-mon[93126]: 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:55:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:36 smithi089 ceph-mon[103441]: 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:55:38.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:38.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:39.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:39.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:38 smithi026 ceph-mon[93126]: pgmap v5866: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:38 smithi089 ceph-mon[103441]: pgmap v5866: 97 pgs: 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:40.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:40.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:41.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:41.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:40 smithi026 ceph-mon[93126]: pgmap v5867: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:40 smithi089 ceph-mon[103441]: pgmap v5867: 97 pgs: 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.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:42.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:43.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:43.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:42 smithi026 ceph-mon[93126]: 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:55:43.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:42 smithi089 ceph-mon[103441]: 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:55:44.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:44.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:45.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:45.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:44 smithi026 ceph-mon[93126]: 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:55:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:44 smithi089 ceph-mon[103441]: 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:55:46.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:46.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:47.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:47.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:46 smithi026 ceph-mon[93126]: 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:55:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:46 smithi089 ceph-mon[103441]: 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:55:48.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:48.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:49.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:49.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:48 smithi026 ceph-mon[93126]: pgmap v5871: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:48 smithi089 ceph-mon[103441]: pgmap v5871: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:55:50.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:50.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:51.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:51.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:50 smithi026 ceph-mon[93126]: pgmap v5872: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:50 smithi089 ceph-mon[103441]: pgmap v5872: 97 pgs: 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.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:52.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:53.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:53.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:52 smithi026 ceph-mon[93126]: 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:55:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:52 smithi089 ceph-mon[103441]: 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:55:54.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:54.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:55.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:55.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:54 smithi026 ceph-mon[93126]: 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:55:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:54 smithi089 ceph-mon[103441]: 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:55:56.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:56.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:57.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:57.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:56 smithi026 ceph-mon[93126]: 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:55:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:56 smithi089 ceph-mon[103441]: 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:55:58.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:58.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:59.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:55:59.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:55:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:55:58 smithi026 ceph-mon[93126]: pgmap v5876: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:55:58 smithi089 ceph-mon[103441]: pgmap v5876: 97 pgs: 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:00.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:00.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:01.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:01.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:01 smithi026 ceph-mon[93126]: pgmap v5877: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:01 smithi089 ceph-mon[103441]: pgmap v5877: 97 pgs: 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.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:02.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:03.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:03.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:03 smithi026 ceph-mon[93126]: 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:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:03 smithi089 ceph-mon[103441]: 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:04.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:04.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:05 smithi026 ceph-mon[93126]: 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:05.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:05.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:05 smithi089 ceph-mon[103441]: 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:06.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:06.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:07.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:07.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:07 smithi026 ceph-mon[93126]: 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:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:07 smithi089 ceph-mon[103441]: 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:08.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:08.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:09.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:09.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:09 smithi026 ceph-mon[93126]: pgmap v5881: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:09 smithi089 ceph-mon[103441]: pgmap v5881: 97 pgs: 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:10.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:10.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:11.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:11.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:11 smithi026 ceph-mon[93126]: pgmap v5882: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:11 smithi089 ceph-mon[103441]: pgmap v5882: 97 pgs: 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.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:12.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:13.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:13.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:13 smithi026 ceph-mon[93126]: 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:56:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:13 smithi089 ceph-mon[103441]: 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:56:14.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:14.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:15.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:15.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:15 smithi026 ceph-mon[93126]: 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:56:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:15 smithi089 ceph-mon[103441]: 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:56:16.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:16.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:17.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:17.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:17 smithi026 ceph-mon[93126]: 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:56:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:17 smithi089 ceph-mon[103441]: 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:56:18.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:18.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:19.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:19.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:19 smithi026 ceph-mon[93126]: pgmap v5886: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:19 smithi089 ceph-mon[103441]: pgmap v5886: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:20.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:20.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:21.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:21.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:21 smithi026 ceph-mon[93126]: pgmap v5887: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:21 smithi089 ceph-mon[103441]: pgmap v5887: 97 pgs: 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.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:22.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:23.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:23.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:23 smithi026 ceph-mon[93126]: 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:56:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:23 smithi089 ceph-mon[103441]: 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:56:24.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:24.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:25.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:25.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:25 smithi026 ceph-mon[93126]: 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:56:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:25 smithi089 ceph-mon[103441]: 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:56:26.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:26.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:27.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:27.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:27 smithi026 ceph-mon[93126]: 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:56:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:27 smithi089 ceph-mon[103441]: 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:56:28.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:28.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:29.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:29.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:29 smithi089 ceph-mon[103441]: pgmap v5891: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:29 smithi026 ceph-mon[93126]: pgmap v5891: 97 pgs: 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:30.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:30.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:31.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:31.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:31 smithi026 ceph-mon[93126]: pgmap v5892: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:31 smithi089 ceph-mon[103441]: pgmap v5892: 97 pgs: 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.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:32.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:33.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:33.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:33 smithi026 ceph-mon[93126]: 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:56:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:33 smithi089 ceph-mon[103441]: 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:56:34.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:34.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:56:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:56:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:35.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:35.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:35 smithi089 ceph-mon[103441]: 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:56:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:35 smithi026 ceph-mon[93126]: 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:56:36.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:36.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:37.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:37.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:37 smithi089 ceph-mon[103441]: 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:56:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:37 smithi026 ceph-mon[93126]: 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:56:38.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:38.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:39.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:39.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:39 smithi089 ceph-mon[103441]: pgmap v5896: 97 pgs: 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.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:39 smithi026 ceph-mon[93126]: pgmap v5896: 97 pgs: 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:40.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:40.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:41.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:41.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:41 smithi089 ceph-mon[103441]: pgmap v5897: 97 pgs: 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.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:41 smithi026 ceph-mon[93126]: pgmap v5897: 97 pgs: 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.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:42.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:56:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:56:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:56:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:42 smithi026 ceph-mon[93126]: 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:56:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:56:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:56:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:56:42.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:56:42.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:42 smithi089 ceph-mon[103441]: 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:56:43.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:43.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:44.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:44.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:45.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:45.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:45.236 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:44 smithi026 ceph-mon[93126]: 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:56:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:44 smithi089 ceph-mon[103441]: 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:56:46.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:46.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:47.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:47.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:46 smithi026 ceph-mon[93126]: 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:56:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:46 smithi089 ceph-mon[103441]: 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:56:48.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:48.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:49.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:49.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:48 smithi026 ceph-mon[93126]: pgmap v5901: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:48 smithi089 ceph-mon[103441]: pgmap v5901: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:56:50.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:50.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:51.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:51.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:50 smithi026 ceph-mon[93126]: pgmap v5902: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:50 smithi089 ceph-mon[103441]: pgmap v5902: 97 pgs: 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.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:52.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:53.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:53.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:52 smithi026 ceph-mon[93126]: 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:56:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:52 smithi089 ceph-mon[103441]: 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:56:54.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:54.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:55.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:55.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:54 smithi026 ceph-mon[93126]: 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:56:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:54 smithi089 ceph-mon[103441]: 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:56:56.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:56.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:57.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:57.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:56 smithi026 ceph-mon[93126]: 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:56:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:56 smithi089 ceph-mon[103441]: 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:56:58.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:58.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:59.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:56:59.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:56:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:56:58 smithi026 ceph-mon[93126]: pgmap v5906: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:56:58 smithi089 ceph-mon[103441]: pgmap v5906: 97 pgs: 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:00.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:00.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:01.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:01.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:00 smithi026 ceph-mon[93126]: pgmap v5907: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:00 smithi089 ceph-mon[103441]: pgmap v5907: 97 pgs: 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.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:02.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:03.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:03.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:02 smithi026 ceph-mon[93126]: 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:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:02 smithi089 ceph-mon[103441]: 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:04.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:04.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:05.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:05.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:05 smithi026 ceph-mon[93126]: 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:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:05 smithi089 ceph-mon[103441]: 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:06.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:06.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:07.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:07.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:07 smithi026 ceph-mon[93126]: 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:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:07 smithi089 ceph-mon[103441]: 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:08.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:08.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:09.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:09.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:09.271 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:09 smithi089 ceph-mon[103441]: pgmap v5911: 97 pgs: 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.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:09 smithi026 ceph-mon[93126]: pgmap v5911: 97 pgs: 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:10.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:10.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:11.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:11.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:11 smithi026 ceph-mon[93126]: pgmap v5912: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:11 smithi089 ceph-mon[103441]: pgmap v5912: 97 pgs: 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.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:12.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:13.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:13.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:13 smithi026 ceph-mon[93126]: 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:57:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:13 smithi089 ceph-mon[103441]: 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:57:14.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:14.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:15.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:15.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:15 smithi026 ceph-mon[93126]: 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:57:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:15 smithi089 ceph-mon[103441]: 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:57:16.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:16.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:17.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:17.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:17 smithi026 ceph-mon[93126]: 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:57:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:17 smithi089 ceph-mon[103441]: 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:57:18.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:18.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:19.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:19.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:19 smithi026 ceph-mon[93126]: pgmap v5916: 97 pgs: 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.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:19.377 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:19 smithi089 ceph-mon[103441]: pgmap v5916: 97 pgs: 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.378 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:20.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:20.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:21.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:21.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:21 smithi026 ceph-mon[93126]: pgmap v5917: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:21 smithi089 ceph-mon[103441]: pgmap v5917: 97 pgs: 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.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:22.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:23.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:23.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:23 smithi026 ceph-mon[93126]: 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:57:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:23 smithi089 ceph-mon[103441]: 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:57:24.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:24.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:25.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:25.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:25 smithi026 ceph-mon[93126]: 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:57:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:25 smithi089 ceph-mon[103441]: 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:57:26.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:26.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:27.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:27.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:27 smithi026 ceph-mon[93126]: 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:57:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:27 smithi089 ceph-mon[103441]: 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:57:28.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:28.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:29.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:29.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:29 smithi026 ceph-mon[93126]: pgmap v5921: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:29 smithi089 ceph-mon[103441]: pgmap v5921: 97 pgs: 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:30.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:30.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:31.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:31.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:31 smithi026 ceph-mon[93126]: pgmap v5922: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:31 smithi089 ceph-mon[103441]: pgmap v5922: 97 pgs: 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.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:32.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:33.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:33.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:33 smithi026 ceph-mon[93126]: 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:57:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:33 smithi089 ceph-mon[103441]: 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:57:34.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:34.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:35.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:35.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:35 smithi026 ceph-mon[93126]: 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:57:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:35 smithi089 ceph-mon[103441]: 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:57:36.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:36.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:37.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:37.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:37 smithi026 ceph-mon[93126]: 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:57:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:37 smithi089 ceph-mon[103441]: 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:57:38.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:38.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:39.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:39.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:39 smithi089 ceph-mon[103441]: pgmap v5926: 97 pgs: 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.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:39 smithi026 ceph-mon[93126]: pgmap v5926: 97 pgs: 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:40.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:40.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:41.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:41.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:41 smithi026 ceph-mon[93126]: pgmap v5927: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:41 smithi089 ceph-mon[103441]: pgmap v5927: 97 pgs: 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.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:42.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:57:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:57:43.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:43.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:43 smithi089 ceph-mon[103441]: 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:57:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:57:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:57:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:57:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:57:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:57:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:43 smithi026 ceph-mon[93126]: 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:57:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:57:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:57:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:57:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:57:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:57:44.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:44.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:45.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:45.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:45 smithi089 ceph-mon[103441]: 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:57:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:45 smithi026 ceph-mon[93126]: 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:57:46.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:46.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:47.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:47.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:47 smithi089 ceph-mon[103441]: 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:57:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:47 smithi026 ceph-mon[93126]: 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:57:48.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:48.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:49.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:49.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:49 smithi089 ceph-mon[103441]: pgmap v5931: 97 pgs: 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.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:49 smithi026 ceph-mon[93126]: pgmap v5931: 97 pgs: 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.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:57:50.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:50.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:51.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:51.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:51 smithi026 ceph-mon[93126]: pgmap v5932: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:51 smithi089 ceph-mon[103441]: pgmap v5932: 97 pgs: 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.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:52.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:53.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:53.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:53 smithi089 ceph-mon[103441]: 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:57:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:53 smithi026 ceph-mon[93126]: 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:57:54.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:54.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:55.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:55.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:55 smithi089 ceph-mon[103441]: 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:57:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:55 smithi026 ceph-mon[93126]: 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:57:56.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:56.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:57.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:57.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:57 smithi089 ceph-mon[103441]: 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:57:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:57 smithi026 ceph-mon[93126]: 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:57:58.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:58.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:59.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:57:59.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:57:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:57:59 smithi089 ceph-mon[103441]: pgmap v5936: 97 pgs: 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.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:57:59 smithi026 ceph-mon[93126]: pgmap v5936: 97 pgs: 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:00.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:00.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:01.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:01.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:01 smithi089 ceph-mon[103441]: pgmap v5937: 97 pgs: 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.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:01 smithi026 ceph-mon[93126]: pgmap v5937: 97 pgs: 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.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:02.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:02 smithi089 ceph-mon[103441]: 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:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:02 smithi026 ceph-mon[93126]: 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:03.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:03.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:04.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:04.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:04.852 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:04 smithi089 ceph-mon[103441]: 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:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:04 smithi026 ceph-mon[93126]: 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:05.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:05.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:06.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:06.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:07.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:07.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:06 smithi026 ceph-mon[93126]: 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:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:06 smithi089 ceph-mon[103441]: 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:08.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:08.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:09.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:09.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:08 smithi026 ceph-mon[93126]: pgmap v5941: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:08 smithi089 ceph-mon[103441]: pgmap v5941: 97 pgs: 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:10.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:10.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:11.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:11.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:10 smithi026 ceph-mon[93126]: pgmap v5942: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:11 smithi089 ceph-mon[103441]: pgmap v5942: 97 pgs: 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.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:12.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:13.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:13.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:13 smithi026 ceph-mon[93126]: 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:58:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:13 smithi089 ceph-mon[103441]: 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:58:14.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:14.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:15.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:15.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:15 smithi026 ceph-mon[93126]: 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:58:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:15 smithi089 ceph-mon[103441]: 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:58:16.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:16.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:17.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:17.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:17 smithi026 ceph-mon[93126]: 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:58:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:17 smithi089 ceph-mon[103441]: 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:58:18.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:18.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:19.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:19.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:19 smithi026 ceph-mon[93126]: 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:58:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:19 smithi089 ceph-mon[103441]: 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:58:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:20.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:20.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:21.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:21.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:21 smithi026 ceph-mon[93126]: pgmap v5947: 97 pgs: 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.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:21 smithi089 ceph-mon[103441]: pgmap v5947: 97 pgs: 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.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:22.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:23.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:23.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:23 smithi026 ceph-mon[93126]: 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:58:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:23 smithi089 ceph-mon[103441]: 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:58:24.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:24.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:25.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:25.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:25 smithi026 ceph-mon[93126]: 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:58:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:25 smithi089 ceph-mon[103441]: 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:58:26.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:26.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:27.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:27.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:27 smithi026 ceph-mon[93126]: 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:58:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:27 smithi089 ceph-mon[103441]: 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:58:28.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:28.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:29.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:29.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:29 smithi026 ceph-mon[93126]: 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:58:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:29 smithi089 ceph-mon[103441]: 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:58:30.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:30.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:31.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:31.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:31 smithi026 ceph-mon[93126]: 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:58:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:31 smithi089 ceph-mon[103441]: 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:58:32.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:32.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:33.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:33.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:33 smithi026 ceph-mon[93126]: 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:58:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:33 smithi089 ceph-mon[103441]: 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:58:34.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:34.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:35.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:35.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:35.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:35 smithi026 ceph-mon[93126]: 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:58:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:35 smithi089 ceph-mon[103441]: 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:58:36.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:36.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:37 smithi026 ceph-mon[93126]: 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:58:37.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:37.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:37 smithi089 ceph-mon[103441]: 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:58:38.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:38.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:39 smithi026 ceph-mon[93126]: 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:58:39.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:39.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:39 smithi089 ceph-mon[103441]: 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:58:40.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:40.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:41 smithi026 ceph-mon[93126]: 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:58:41.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:41.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:41 smithi089 ceph-mon[103441]: 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:58:42.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:42.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:43 smithi026 ceph-mon[93126]: 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:58:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:58:43.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:43.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:43 smithi089 ceph-mon[103441]: 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:58:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:58:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:58:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:58:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:58:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:58:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:58:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:58:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:58:44.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:44.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:58:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:58:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:58:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:58:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:58:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:58:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:58:45.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:45.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:45 smithi089 ceph-mon[103441]: 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:58:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:45 smithi026 ceph-mon[93126]: 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:58:46.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:46.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:47.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:47.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:47 smithi089 ceph-mon[103441]: 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:58:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:47 smithi026 ceph-mon[93126]: 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:58:48.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:48.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:49.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:49.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:49 smithi089 ceph-mon[103441]: 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:58:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:49 smithi026 ceph-mon[93126]: 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:58:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:58:50.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:50.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:51.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:51.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:51 smithi089 ceph-mon[103441]: 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:58:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:51 smithi026 ceph-mon[93126]: 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:58:52.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:52.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:53.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:53.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:53 smithi089 ceph-mon[103441]: 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:58:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:53 smithi026 ceph-mon[93126]: 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:58:54.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:54.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:55.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:55.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:55.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:55 smithi089 ceph-mon[103441]: 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:58:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:55 smithi026 ceph-mon[93126]: 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:58:56.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:56.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:57.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:57.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:57 smithi089 ceph-mon[103441]: 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:58:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:57 smithi026 ceph-mon[93126]: 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:58:58.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:58.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:59.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:58:59.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:58:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:58:59 smithi089 ceph-mon[103441]: 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:58:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:58:59 smithi026 ceph-mon[93126]: 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:00.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:00.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:01.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:01.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:01 smithi089 ceph-mon[103441]: 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:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:01 smithi026 ceph-mon[93126]: 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:02.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:02.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:03.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:03.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:03 smithi089 ceph-mon[103441]: 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:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:03 smithi026 ceph-mon[93126]: 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:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:04.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:04.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:05.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:05.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:05 smithi089 ceph-mon[103441]: 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:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:05 smithi026 ceph-mon[93126]: 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:06.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:06.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:07.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:07.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:07 smithi089 ceph-mon[103441]: 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:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:07 smithi026 ceph-mon[93126]: 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:08.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:08.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:09.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:09.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:09 smithi089 ceph-mon[103441]: 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:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:09 smithi026 ceph-mon[93126]: 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:10.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:10.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:11.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:11.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:11 smithi089 ceph-mon[103441]: 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:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:11 smithi026 ceph-mon[93126]: 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:12.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:12.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:13.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:13.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:13 smithi089 ceph-mon[103441]: 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-16T23:59:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:13 smithi026 ceph-mon[93126]: 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-16T23:59:14.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:14.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:15.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:15.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:15 smithi089 ceph-mon[103441]: 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-16T23:59:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:15 smithi026 ceph-mon[93126]: 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-16T23:59:16.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:16.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:17 smithi026 ceph-mon[93126]: 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-16T23:59:17.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:17.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:17 smithi089 ceph-mon[103441]: 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-16T23:59:18.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:18.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:18 smithi089 ceph-mon[103441]: 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-16T23:59:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:18 smithi026 ceph-mon[93126]: 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-16T23:59:19.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:19.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:20.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:20.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:20 smithi089 ceph-mon[103441]: 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-16T23:59:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:20 smithi026 ceph-mon[93126]: 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-16T23:59:21.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:21.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:22.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:22.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:23 smithi026 ceph-mon[93126]: 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-16T23:59:23.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:23.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:23 smithi089 ceph-mon[103441]: 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-16T23:59:24.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:24.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:25 smithi026 ceph-mon[93126]: 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-16T23:59:25.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:25.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:25 smithi089 ceph-mon[103441]: 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-16T23:59:26.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:26.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:27 smithi026 ceph-mon[93126]: 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-16T23:59:27.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:27.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:27 smithi089 ceph-mon[103441]: 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-16T23:59:28.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:28.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:29 smithi026 ceph-mon[93126]: 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-16T23:59:29.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:29.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:29 smithi089 ceph-mon[103441]: 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-16T23:59:30.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:30.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:31 smithi026 ceph-mon[93126]: 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-16T23:59:31.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:31.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:31 smithi089 ceph-mon[103441]: 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-16T23:59:32.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:32.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:33 smithi026 ceph-mon[93126]: 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-16T23:59:33.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:33.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:33 smithi089 ceph-mon[103441]: 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-16T23:59:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:34.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:34.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:35 smithi026 ceph-mon[93126]: 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-16T23:59:35.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:35.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:35 smithi089 ceph-mon[103441]: 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-16T23:59:36.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:36.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:37 smithi026 ceph-mon[93126]: 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-16T23:59:37.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:37.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:37 smithi089 ceph-mon[103441]: 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-16T23:59:38.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:38.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:39 smithi026 ceph-mon[93126]: 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-16T23:59:39.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:39.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:39 smithi089 ceph-mon[103441]: 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-16T23:59:40.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:40.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:41 smithi089 ceph-mon[103441]: 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-16T23:59:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:41 smithi026 ceph-mon[93126]: 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-16T23:59:41.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:41.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:42.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:42.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:43 smithi026 ceph-mon[93126]: 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-16T23:59:43.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:43.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:43 smithi089 ceph-mon[103441]: 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-16T23:59:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:59:44.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:44.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-16T23:59:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:45 smithi026 ceph-mon[93126]: 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-16T23:59:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:59:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:59:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:59:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:59:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:59:45.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:45.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:45 smithi089 ceph-mon[103441]: 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-16T23:59:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-16T23:59:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-16T23:59:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:59:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-16T23:59:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-16T23:59:46.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:46.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:47 smithi026 ceph-mon[93126]: 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-16T23:59:47.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:47.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:47 smithi089 ceph-mon[103441]: 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-16T23:59:48.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:48.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:49 smithi026 ceph-mon[93126]: 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-16T23:59:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:49 smithi089 ceph-mon[103441]: 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-16T23:59:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-16T23:59:49.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:49.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:50.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:50.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:51 smithi026 ceph-mon[93126]: 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-16T23:59:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:51 smithi089 ceph-mon[103441]: 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-16T23:59:51.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:51.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:52.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:52.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:53 smithi089 ceph-mon[103441]: 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-16T23:59:53.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:53.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:53 smithi026 ceph-mon[93126]: 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-16T23:59:54.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:54.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:55.060 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:55 smithi089 ceph-mon[103441]: 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-16T23:59:55.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:55.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:55 smithi026 ceph-mon[93126]: 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-16T23:59:56.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:56.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:57.418 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:57 smithi026 ceph-mon[93126]: 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-16T23:59:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:57 smithi089 ceph-mon[103441]: 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-16T23:59:57.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:57.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:58.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:58.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 16 23:59:59 smithi089 ceph-mon[103441]: 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-16T23:59:59.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-16T23:59:59.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-16T23:59:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 16 23:59:59 smithi026 ceph-mon[93126]: 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:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T00:00:00.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:00.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T00:00:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:01 smithi089 ceph-mon[103441]: 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:01.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:01.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:01 smithi026 ceph-mon[93126]: 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:02.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:02.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:03 smithi089 ceph-mon[103441]: 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:03.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:03.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:03 smithi026 ceph-mon[93126]: 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:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:04.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:04.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:05 smithi089 ceph-mon[103441]: 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:05.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:05.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:05 smithi026 ceph-mon[93126]: 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:06.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:06.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:07 smithi089 ceph-mon[103441]: 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:07.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:07.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:07.532 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:07 smithi026 ceph-mon[93126]: 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:08.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:08.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:09 smithi089 ceph-mon[103441]: 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:09.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:09.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:09 smithi026 ceph-mon[93126]: 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:10.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:10.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:11 smithi089 ceph-mon[103441]: 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:11.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:11.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:11 smithi026 ceph-mon[93126]: 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:12.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:12.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:13 smithi026 ceph-mon[93126]: 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:00:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:13 smithi089 ceph-mon[103441]: 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:00:13.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:13.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:14.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:14.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:15 smithi089 ceph-mon[103441]: 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:00:15.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:15.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:15 smithi026 ceph-mon[93126]: 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:00:16.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:16.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:17 smithi089 ceph-mon[103441]: 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:00:17.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:17.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:17 smithi026 ceph-mon[93126]: 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:00:18.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:18.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:19 smithi089 ceph-mon[103441]: 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:00:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:19.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:19.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:19 smithi026 ceph-mon[93126]: 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:00:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:20.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:20.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:21 smithi089 ceph-mon[103441]: 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:00:21.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:21.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:21 smithi026 ceph-mon[93126]: 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:00:22.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:22.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:23 smithi089 ceph-mon[103441]: 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:00:23.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:23.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:23 smithi026 ceph-mon[93126]: 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:00:24.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:24.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:25 smithi089 ceph-mon[103441]: 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:00:25.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:25.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:25 smithi026 ceph-mon[93126]: 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:00:26.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:26.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:27 smithi089 ceph-mon[103441]: 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:00:27.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:27.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:27 smithi026 ceph-mon[93126]: 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:00:28.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:28.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:29 smithi089 ceph-mon[103441]: 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:00:29.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:29.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:29 smithi026 ceph-mon[93126]: 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:00:30.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:30.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:31.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:31 smithi089 ceph-mon[103441]: 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:00:31.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:31.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:31 smithi026 ceph-mon[93126]: 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:00:32.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:32.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:33 smithi089 ceph-mon[103441]: 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:00:33.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:33.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:33 smithi026 ceph-mon[93126]: 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:00:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:34.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:34.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:35 smithi089 ceph-mon[103441]: 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:00:35.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:35.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:35 smithi026 ceph-mon[93126]: 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:00:36.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:36.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:37 smithi026 ceph-mon[93126]: 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:00:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:37 smithi089 ceph-mon[103441]: 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:00:37.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:37.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:38.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:38.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:39 smithi026 ceph-mon[93126]: 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:00:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:39 smithi089 ceph-mon[103441]: 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:00:39.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:39.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:40.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:40.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:41 smithi026 ceph-mon[93126]: 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:00:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:41 smithi089 ceph-mon[103441]: 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:00:41.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:41.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:42.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:42.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:43 smithi026 ceph-mon[93126]: 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:00:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:43 smithi089 ceph-mon[103441]: 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:00:43.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:43.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:44.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:44.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:45 smithi026 ceph-mon[93126]: 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:00:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:00:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:45 smithi089 ceph-mon[103441]: 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:00:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:00:45.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:45.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:00:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:00:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:00:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:00:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:00:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:00:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:00:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:00:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:00:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:00:46.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:46.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:47 smithi026 ceph-mon[93126]: 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:00:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:47 smithi089 ceph-mon[103441]: 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:00:47.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:47.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:48.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:48.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:49 smithi026 ceph-mon[93126]: 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:00:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:49 smithi089 ceph-mon[103441]: 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:00:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:00:49.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:49.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:50.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:50.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:51 smithi026 ceph-mon[93126]: 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:00:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:51 smithi089 ceph-mon[103441]: 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:00:51.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:51.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:52.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:53 smithi026 ceph-mon[93126]: 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:00:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:53 smithi089 ceph-mon[103441]: 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:00:53.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:53.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:54.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:54.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:55 smithi026 ceph-mon[93126]: 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:00:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:55 smithi089 ceph-mon[103441]: 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:00:55.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:55.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:56.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:56.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:57 smithi089 ceph-mon[103441]: 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:00:57.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:57.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:57 smithi026 ceph-mon[93126]: 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:00:58.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:58.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:00:59 smithi089 ceph-mon[103441]: 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:00:59.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:00:59.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:00:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:00:59 smithi026 ceph-mon[93126]: 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:00.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:00.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:01 smithi089 ceph-mon[103441]: 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:01.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:01.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:01 smithi026 ceph-mon[93126]: 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:02.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:02.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:03 smithi089 ceph-mon[103441]: 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:03.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:03.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:03 smithi026 ceph-mon[93126]: 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:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:04.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:04.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:05 smithi089 ceph-mon[103441]: 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:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:05 smithi026 ceph-mon[93126]: 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:05.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:05.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:06.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:06.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:07 smithi089 ceph-mon[103441]: 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:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:07 smithi026 ceph-mon[93126]: 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:07.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:07.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:08.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:08.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:09 smithi089 ceph-mon[103441]: 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:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:09 smithi026 ceph-mon[93126]: 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:09.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:09.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:10.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:10.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:11 smithi089 ceph-mon[103441]: 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:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:11 smithi026 ceph-mon[93126]: 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:11.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:11.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:12.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:12.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:13 smithi089 ceph-mon[103441]: 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:01:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:13 smithi026 ceph-mon[93126]: 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:01:13.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:13.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:14.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:14.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:15 smithi089 ceph-mon[103441]: 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:01:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:15 smithi026 ceph-mon[93126]: 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:01:15.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:15.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:16.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:16.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:17 smithi089 ceph-mon[103441]: 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:01:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:17 smithi026 ceph-mon[93126]: 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:01:17.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:17.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:19 smithi089 ceph-mon[103441]: 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:01:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:19 smithi026 ceph-mon[93126]: 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:01:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:19.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:19.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:20.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:20.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:21 smithi089 ceph-mon[103441]: 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:01:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:21 smithi026 ceph-mon[93126]: 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:01:21.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:21.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:22.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:22.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:23.391 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:23 smithi026 ceph-mon[93126]: 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:01:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:23 smithi089 ceph-mon[103441]: 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:01:23.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:23.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:24.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:24.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:25 smithi089 ceph-mon[103441]: 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:01:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:25 smithi026 ceph-mon[93126]: 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:01:25.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:25.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:26.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:26.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:27 smithi089 ceph-mon[103441]: 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:01:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:27 smithi026 ceph-mon[93126]: 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:01:27.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:27.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:28.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:28.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:29 smithi089 ceph-mon[103441]: 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:01:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:29 smithi026 ceph-mon[93126]: 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:01:29.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:29.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:30.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:30.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:31 smithi089 ceph-mon[103441]: 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:01:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:31 smithi026 ceph-mon[93126]: 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:01:31.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:31.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:32.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:32.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:33 smithi089 ceph-mon[103441]: 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:01:33.506 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:33 smithi026 ceph-mon[93126]: 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:01:33.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:33.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:34.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:34.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:35 smithi089 ceph-mon[103441]: 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:01:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:35 smithi026 ceph-mon[93126]: 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:01:35.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:35.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:36.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:36.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:37 smithi089 ceph-mon[103441]: 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:01:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:37 smithi026 ceph-mon[93126]: 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:01:37.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:37.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:38.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:38.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:39 smithi089 ceph-mon[103441]: 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:01:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:39 smithi026 ceph-mon[93126]: 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:01:39.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:39.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:40.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:40.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:41 smithi089 ceph-mon[103441]: 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:01:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:41 smithi026 ceph-mon[93126]: 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:01:41.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:41.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:42.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:42.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:43 smithi089 ceph-mon[103441]: 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:01:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:43 smithi026 ceph-mon[93126]: 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:01:43.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:43.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:44.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:44.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:45 smithi089 ceph-mon[103441]: 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:01:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:45 smithi026 ceph-mon[93126]: 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:01:45.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:45.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:01:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:01:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:01:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:01:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:01:46.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:01:46.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:46 smithi089 ceph-mon[103441]: 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:01:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:01:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:01:46.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:01:46.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:01:46.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:01:46.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:01:46.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:46 smithi026 ceph-mon[93126]: 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:01:46.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:46.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:47.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:47.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:48.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:48.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:49 smithi089 ceph-mon[103441]: 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:01:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:49 smithi026 ceph-mon[93126]: 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:01:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:01:49.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:49.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:50.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:50.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:51 smithi089 ceph-mon[103441]: 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:01:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:51 smithi026 ceph-mon[93126]: 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:01:51.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:51.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:52.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:52.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:53 smithi089 ceph-mon[103441]: 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:01:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:53 smithi026 ceph-mon[93126]: 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:01:53.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:53.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:54.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:54.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:55 smithi089 ceph-mon[103441]: 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:01:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:55 smithi026 ceph-mon[93126]: 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:01:55.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:55.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:56.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:56.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:57 smithi089 ceph-mon[103441]: 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:01:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:57 smithi026 ceph-mon[93126]: 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:01:57.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:57.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:58.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:58.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:01:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:01:59 smithi089 ceph-mon[103441]: 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:01:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:01:59 smithi026 ceph-mon[93126]: 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:01:59.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:01:59.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:00.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:00.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:01.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:01 smithi089 ceph-mon[103441]: 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:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:01 smithi026 ceph-mon[93126]: 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:01.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:01.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:02.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:02.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:03 smithi089 ceph-mon[103441]: 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:03.445 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:03 smithi026 ceph-mon[93126]: 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:03.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:03.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:04.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:04.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:05 smithi089 ceph-mon[103441]: 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:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:05 smithi026 ceph-mon[93126]: 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:05.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:05.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:06.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:06.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:07.375 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:07 smithi089 ceph-mon[103441]: 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:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:07 smithi026 ceph-mon[93126]: 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:07.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:07.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:08.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:08.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:09 smithi026 ceph-mon[93126]: 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:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:09 smithi089 ceph-mon[103441]: 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:09.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:09.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:10.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:10.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:11 smithi089 ceph-mon[103441]: 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:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:11 smithi026 ceph-mon[93126]: 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:11.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:11.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:12.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:12.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:13 smithi089 ceph-mon[103441]: 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:02:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:13 smithi026 ceph-mon[93126]: 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:02:13.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:13.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:14.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:14.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:15 smithi089 ceph-mon[103441]: 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:02:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:15 smithi026 ceph-mon[93126]: 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:02:15.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:15.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:16.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:16.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:17 smithi089 ceph-mon[103441]: 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:02:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:17 smithi026 ceph-mon[93126]: 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:02:17.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:17.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:18.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:18.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:19 smithi026 ceph-mon[93126]: 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:02:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:19 smithi089 ceph-mon[103441]: 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:02:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:19.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:19.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:20.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:20.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:21 smithi089 ceph-mon[103441]: 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:02:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:21 smithi026 ceph-mon[93126]: 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:02:21.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:21.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:22.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:22.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:23 smithi089 ceph-mon[103441]: 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:02:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:23 smithi026 ceph-mon[93126]: 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:02:23.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:23.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:24.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:24.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:25 smithi089 ceph-mon[103441]: 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:02:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:25 smithi026 ceph-mon[93126]: 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:02:25.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:25.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:26.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:26.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:27 smithi089 ceph-mon[103441]: 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:02:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:27 smithi026 ceph-mon[93126]: 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:02:27.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:27.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:28.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:28.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:29 smithi089 ceph-mon[103441]: 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:02:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:29 smithi026 ceph-mon[93126]: 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:02:29.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:29.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:30.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:30.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:31 smithi089 ceph-mon[103441]: 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:02:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:31 smithi026 ceph-mon[93126]: 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:02:31.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:31.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:32.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:32.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:33 smithi089 ceph-mon[103441]: 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:02:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:33 smithi026 ceph-mon[93126]: 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:02:33.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:33.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:34.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:34.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:35 smithi089 ceph-mon[103441]: 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:02:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:35 smithi026 ceph-mon[93126]: 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:02:35.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:35.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:36.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:36.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:37 smithi089 ceph-mon[103441]: 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:02:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:37 smithi026 ceph-mon[93126]: 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:02:37.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:37.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:38.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:38.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:39 smithi089 ceph-mon[103441]: 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:02:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:39 smithi026 ceph-mon[93126]: 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:02:39.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:39.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:40.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:40.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:41 smithi089 ceph-mon[103441]: 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:02:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:41 smithi026 ceph-mon[93126]: 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:02:41.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:41.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:42.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:42.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:43 smithi089 ceph-mon[103441]: 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:02:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:43 smithi026 ceph-mon[93126]: 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:02:43.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:43.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:44.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:44.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:45 smithi089 ceph-mon[103441]: 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:02:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:45 smithi026 ceph-mon[93126]: 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:02:45.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:45.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:46.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:46.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:47 smithi089 ceph-mon[103441]: 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:02:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:02:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:02:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:02:47.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:02:47.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:02:47.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:02:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:47 smithi026 ceph-mon[93126]: 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:02:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:02:47.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:02:47.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:02:47.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:02:47.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:02:47.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:02:47.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:47.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:48.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:48.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:49.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:49 smithi026 ceph-mon[93126]: 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:02:49.365 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:49 smithi089 ceph-mon[103441]: 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:02:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:02:49.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:49.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:50.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:50.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:51 smithi089 ceph-mon[103441]: 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:02:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:51 smithi026 ceph-mon[93126]: 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:02:51.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:51.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:52.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:52.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:53 smithi089 ceph-mon[103441]: 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:02:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:53 smithi026 ceph-mon[93126]: 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:02:53.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:53.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:54.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:54.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:55 smithi089 ceph-mon[103441]: 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:02:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:55 smithi026 ceph-mon[93126]: 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:02:55.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:55.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:56.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:56.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:57 smithi089 ceph-mon[103441]: 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:02:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:57 smithi026 ceph-mon[93126]: 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:02:57.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:57.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:58.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:58.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:02:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:02:59 smithi089 ceph-mon[103441]: 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:02:59.479 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:02:59 smithi026 ceph-mon[93126]: 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:02:59.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:02:59.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:00.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:00.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:01 smithi089 ceph-mon[103441]: 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:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:01 smithi026 ceph-mon[93126]: 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:01.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:01.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:02.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:02.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:03 smithi089 ceph-mon[103441]: 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:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:03 smithi026 ceph-mon[93126]: 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:03.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:03.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:04.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:04.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:05 smithi026 ceph-mon[93126]: 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:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:05 smithi089 ceph-mon[103441]: 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:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:05.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:05.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:06 smithi089 ceph-mon[103441]: 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:06.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:06.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:06 smithi026 ceph-mon[93126]: 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:07.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:07.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:08.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:08.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:08.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:08 smithi089 ceph-mon[103441]: pgmap v6091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 98 KiB/s wr, 7 op/s 2023-10-17T00:03:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:09.231 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:08 smithi026 ceph-mon[93126]: pgmap v6091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.4 KiB/s rd, 98 KiB/s wr, 7 op/s 2023-10-17T00:03:09.232 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:09.232 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:09.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:09.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:10.426 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:10 smithi026 sudo[319232]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-17T00:03:10.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:10 smithi026 sudo[319232]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-17T00:03:10.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:10 smithi026 sudo[319232]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-17T00:03:10.427 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:10 smithi026 sudo[319232]: pam_unix(sudo:session): session closed for user root 2023-10-17T00:03:10.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:10.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:10 smithi026 sudo[319236]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-17T00:03:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:10 smithi026 sudo[319236]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-17T00:03:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:10 smithi026 sudo[319236]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-17T00:03:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:10 smithi026 sudo[319236]: pam_unix(sudo:session): session closed for user root 2023-10-17T00:03:11.138 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:10 smithi089 sudo[257063]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-17T00:03:11.139 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:10 smithi089 sudo[257063]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-17T00:03:11.139 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:10 smithi089 sudo[257063]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-17T00:03:11.139 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:10 smithi089 sudo[257063]: pam_unix(sudo:session): session closed for user root 2023-10-17T00:03:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 sudo[257066]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-17T00:03:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 sudo[257066]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-17T00:03:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 sudo[257066]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-17T00:03:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 sudo[257066]: pam_unix(sudo:session): session closed for user root 2023-10-17T00:03:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:11.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 ceph-mon[103441]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-17T00:03:11.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 ceph-mon[103441]: pgmap v6092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 98 KiB/s wr, 7 op/s 2023-10-17T00:03:11.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 ceph-mon[103441]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-17T00:03:11.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-17T00:03:11.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-17T00:03:11.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:11.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-17T00:03:11.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-17T00:03:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:11 smithi026 ceph-mon[93126]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-17T00:03:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:11 smithi026 ceph-mon[93126]: pgmap v6092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.3 KiB/s rd, 98 KiB/s wr, 7 op/s 2023-10-17T00:03:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:11 smithi026 ceph-mon[93126]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-17T00:03:11.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-17T00:03:11.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-17T00:03:11.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:11.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi026"}]: dispatch 2023-10-17T00:03:11.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "mon metadata", "id": "smithi089"}]: dispatch 2023-10-17T00:03:11.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:11.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:12 smithi089 ceph-mon[103441]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-17T00:03:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:12 smithi089 ceph-mon[103441]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-17T00:03:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:12 smithi026 ceph-mon[93126]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-17T00:03:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:12 smithi026 ceph-mon[93126]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-17T00:03:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:12.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:12.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:13 smithi089 ceph-mon[103441]: pgmap v6093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 370 KiB/s wr, 26 op/s 2023-10-17T00:03:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:13 smithi026 ceph-mon[93126]: pgmap v6093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 370 KiB/s wr, 26 op/s 2023-10-17T00:03:13.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:13.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:14 smithi089 ceph-mon[103441]: pgmap v6094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 370 KiB/s wr, 26 op/s 2023-10-17T00:03:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:14 smithi026 ceph-mon[93126]: pgmap v6094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 370 KiB/s wr, 26 op/s 2023-10-17T00:03:14.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:14.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:15.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:15.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:16.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:16.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:17 smithi089 ceph-mon[103441]: pgmap v6095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 370 KiB/s wr, 26 op/s 2023-10-17T00:03:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:17 smithi026 ceph-mon[93126]: pgmap v6095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 370 KiB/s wr, 26 op/s 2023-10-17T00:03:17.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:17.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:18.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:18.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:19 smithi089 ceph-mon[103441]: pgmap v6096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 370 KiB/s wr, 26 op/s 2023-10-17T00:03:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:19 smithi026 ceph-mon[93126]: pgmap v6096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 370 KiB/s wr, 26 op/s 2023-10-17T00:03:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:19.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:19.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:20.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:20.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:21 smithi089 ceph-mon[103441]: pgmap v6097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 272 KiB/s wr, 19 op/s 2023-10-17T00:03:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:21 smithi026 ceph-mon[93126]: pgmap v6097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 272 KiB/s wr, 19 op/s 2023-10-17T00:03:21.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:21.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:22.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:22.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:23 smithi089 ceph-mon[103441]: pgmap v6098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 272 KiB/s wr, 19 op/s 2023-10-17T00:03:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:23 smithi026 ceph-mon[93126]: pgmap v6098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 6.1 KiB/s rd, 272 KiB/s wr, 19 op/s 2023-10-17T00:03:23.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:23.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:24.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:24.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:25 smithi089 ceph-mon[103441]: pgmap v6099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:25 smithi026 ceph-mon[93126]: pgmap v6099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:25.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:25.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:26.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:26.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:27 smithi089 ceph-mon[103441]: pgmap v6100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:27 smithi026 ceph-mon[93126]: pgmap v6100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:27.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:27.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:28.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:28.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:29 smithi089 ceph-mon[103441]: pgmap v6101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:29 smithi026 ceph-mon[93126]: pgmap v6101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:29.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:29.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:30.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:30.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:31 smithi089 ceph-mon[103441]: pgmap v6102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:31 smithi026 ceph-mon[93126]: pgmap v6102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:31.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:31.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:32.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:32.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:33 smithi089 ceph-mon[103441]: pgmap v6103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:33 smithi026 ceph-mon[93126]: pgmap v6103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:33.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:33.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:34.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:34.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:35 smithi089 ceph-mon[103441]: pgmap v6104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:35 smithi026 ceph-mon[93126]: pgmap v6104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:35.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:35.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:36.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:36.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:37 smithi089 ceph-mon[103441]: pgmap v6105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:37 smithi026 ceph-mon[93126]: pgmap v6105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:37.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:37.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:38.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:38.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:39 smithi089 ceph-mon[103441]: pgmap v6106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:39 smithi026 ceph-mon[93126]: pgmap v6106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:39.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:39.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:40.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:40.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:41.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:41 smithi026 ceph-mon[93126]: pgmap v6107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:41 smithi089 ceph-mon[103441]: pgmap v6107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:41.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:41.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:42.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:42.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:43 smithi089 ceph-mon[103441]: pgmap v6108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:43 smithi026 ceph-mon[93126]: pgmap v6108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:43.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:43.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:44.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:44.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:45 smithi089 ceph-mon[103441]: pgmap v6109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:45 smithi026 ceph-mon[93126]: pgmap v6109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:45.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:45.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:46.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:46.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:47 smithi089 ceph-mon[103441]: pgmap v6110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:03:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:47 smithi026 ceph-mon[93126]: pgmap v6110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:03:47.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:47.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:48.423 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:03:48.424 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:03:48.424 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:48.424 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:03:48.424 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:03:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:03:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:03:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:03:48.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:48.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:49 smithi089 ceph-mon[103441]: pgmap v6111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:49 smithi026 ceph-mon[93126]: pgmap v6111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:03:49.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:49.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:50.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:50.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:51 smithi089 ceph-mon[103441]: pgmap v6112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:51 smithi026 ceph-mon[93126]: pgmap v6112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:51.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:51.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:52.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:52.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:53 smithi089 ceph-mon[103441]: pgmap v6113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:53 smithi026 ceph-mon[93126]: pgmap v6113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:53.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:53.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:54 smithi089 ceph-mon[103441]: pgmap v6114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:54 smithi026 ceph-mon[93126]: pgmap v6114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:54.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:54.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:55.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:55.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:56.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:56.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:57 smithi089 ceph-mon[103441]: pgmap v6115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:57 smithi026 ceph-mon[93126]: pgmap v6115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:03:57.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:57.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:58.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:58.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:03:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:03:59 smithi089 ceph-mon[103441]: pgmap v6116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:03:59 smithi026 ceph-mon[93126]: pgmap v6116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:03:59.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:03:59.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:00.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:00.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:01 smithi089 ceph-mon[103441]: pgmap v6117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:01 smithi026 ceph-mon[93126]: pgmap v6117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:01.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:01.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:02.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:02.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:03 smithi089 ceph-mon[103441]: pgmap v6118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:03 smithi026 ceph-mon[93126]: pgmap v6118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:03.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:03.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:04.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:04.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:05 smithi089 ceph-mon[103441]: pgmap v6119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:05 smithi026 ceph-mon[93126]: pgmap v6119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:05.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:05.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:06.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:06.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:07 smithi089 ceph-mon[103441]: pgmap v6120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:07 smithi026 ceph-mon[93126]: pgmap v6120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:07.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:07.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:08.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:08.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:09 smithi089 ceph-mon[103441]: pgmap v6121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:09 smithi026 ceph-mon[93126]: pgmap v6121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:09.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:09.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:10.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:10.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:11 smithi089 ceph-mon[103441]: pgmap v6122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:11 smithi026 ceph-mon[93126]: pgmap v6122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:11.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:11.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:12.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:12.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:13 smithi089 ceph-mon[103441]: pgmap v6123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:13 smithi026 ceph-mon[93126]: pgmap v6123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:13.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:13.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:14.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:14.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:15 smithi089 ceph-mon[103441]: pgmap v6124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:15 smithi026 ceph-mon[93126]: pgmap v6124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:15.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:15.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:16.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:16.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:17 smithi089 ceph-mon[103441]: pgmap v6125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:17 smithi026 ceph-mon[93126]: pgmap v6125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:17.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:17.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:18.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:18.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:19 smithi089 ceph-mon[103441]: pgmap v6126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:19 smithi026 ceph-mon[93126]: pgmap v6126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:19.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:19.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:20.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:20.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:21.424 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:21 smithi026 ceph-mon[93126]: pgmap v6127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:21 smithi089 ceph-mon[103441]: pgmap v6127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:21.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:21.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:22.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:22.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:23 smithi089 ceph-mon[103441]: pgmap v6128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:23 smithi026 ceph-mon[93126]: pgmap v6128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:23.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:23.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:24.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:24.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:25 smithi089 ceph-mon[103441]: pgmap v6129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:25 smithi026 ceph-mon[93126]: pgmap v6129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:25.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:25.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:26.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:26.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:27 smithi089 ceph-mon[103441]: pgmap v6130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:27 smithi026 ceph-mon[93126]: pgmap v6130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:27.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:27.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:28 smithi026 ceph-mon[93126]: pgmap v6131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:28 smithi089 ceph-mon[103441]: pgmap v6131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:28.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:28.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:29.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:29.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:30.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:30.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:31 smithi089 ceph-mon[103441]: pgmap v6132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:31.539 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:31 smithi026 ceph-mon[93126]: pgmap v6132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:31.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:31.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:32.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:32.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:33 smithi089 ceph-mon[103441]: pgmap v6133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:33 smithi026 ceph-mon[93126]: pgmap v6133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:33.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:33.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:34.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:34.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:35 smithi089 ceph-mon[103441]: pgmap v6134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:35 smithi026 ceph-mon[93126]: pgmap v6134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:35.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:35.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:36.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:36.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:37 smithi089 ceph-mon[103441]: pgmap v6135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:37 smithi026 ceph-mon[93126]: pgmap v6135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:37.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:37.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:38.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:38.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:39 smithi089 ceph-mon[103441]: pgmap v6136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:39 smithi026 ceph-mon[93126]: pgmap v6136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:39.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:39.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:40.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:40.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:41 smithi089 ceph-mon[103441]: pgmap v6137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:41 smithi026 ceph-mon[93126]: pgmap v6137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:41.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:41.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:42.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:42.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:43 smithi089 ceph-mon[103441]: pgmap v6138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:43 smithi026 ceph-mon[93126]: pgmap v6138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:43.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:43.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:44.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:44.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:45 smithi089 ceph-mon[103441]: pgmap v6139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:45 smithi026 ceph-mon[93126]: pgmap v6139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:45.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:45.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:46.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:46.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:47 smithi089 ceph-mon[103441]: pgmap v6140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:47 smithi026 ceph-mon[93126]: pgmap v6140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:47.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:47.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:04:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:04:48.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:48.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:49 smithi089 ceph-mon[103441]: pgmap v6141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:49 smithi026 ceph-mon[93126]: pgmap v6141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:04:49.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:49.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:50.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:50.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:51 smithi089 ceph-mon[103441]: pgmap v6142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:51 smithi026 ceph-mon[93126]: pgmap v6142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:51.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:51.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:52.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:52.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:53 smithi089 ceph-mon[103441]: pgmap v6143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:04:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:04:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:04:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:04:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:04:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:04:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:04:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:53 smithi026 ceph-mon[93126]: pgmap v6143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:04:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:04:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:04:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:04:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:04:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:04:53.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:04:53.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:53.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:54.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:54.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:55 smithi089 ceph-mon[103441]: pgmap v6144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:55 smithi026 ceph-mon[93126]: pgmap v6144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:55.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:55.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:56.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:56.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:57 smithi089 ceph-mon[103441]: pgmap v6145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:57 smithi026 ceph-mon[93126]: pgmap v6145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:04:57.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:57.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:04:58 smithi089 ceph-mon[103441]: pgmap v6146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:04:58 smithi026 ceph-mon[93126]: pgmap v6146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:04:58.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:58.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:04:59.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:04:59.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:00.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:00.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:01 smithi089 ceph-mon[103441]: pgmap v6147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:01 smithi026 ceph-mon[93126]: pgmap v6147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:01.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:01.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:02.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:02.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:03 smithi089 ceph-mon[103441]: pgmap v6148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:03 smithi026 ceph-mon[93126]: pgmap v6148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:03.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:03.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:04.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:04.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:05 smithi089 ceph-mon[103441]: pgmap v6149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:05 smithi026 ceph-mon[93126]: pgmap v6149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:05.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:05.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:06.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:06.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:07 smithi026 ceph-mon[93126]: pgmap v6150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:07 smithi089 ceph-mon[103441]: pgmap v6150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:07.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:07.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:08.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:08.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:09 smithi089 ceph-mon[103441]: pgmap v6151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:09 smithi026 ceph-mon[93126]: pgmap v6151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:09.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:09.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:10.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:10.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:11 smithi089 ceph-mon[103441]: pgmap v6152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:11 smithi026 ceph-mon[93126]: pgmap v6152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:11.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:11.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:12.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:12.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:13 smithi089 ceph-mon[103441]: pgmap v6153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:13 smithi026 ceph-mon[93126]: pgmap v6153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:13.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:13.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:14.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:14.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:15 smithi089 ceph-mon[103441]: pgmap v6154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:15 smithi026 ceph-mon[93126]: pgmap v6154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:15.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:15.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:16.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:16.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:17 smithi089 ceph-mon[103441]: pgmap v6155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:17 smithi026 ceph-mon[93126]: pgmap v6155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:17.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:17.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:18.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:18.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:19 smithi089 ceph-mon[103441]: pgmap v6156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:19 smithi026 ceph-mon[93126]: pgmap v6156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:19.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:19.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:20.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:20.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:21 smithi089 ceph-mon[103441]: pgmap v6157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:21 smithi026 ceph-mon[93126]: pgmap v6157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:21.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:21.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:22.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:22.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:23 smithi089 ceph-mon[103441]: pgmap v6158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:23 smithi026 ceph-mon[93126]: pgmap v6158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:23.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:23.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:24 smithi026 ceph-mon[93126]: pgmap v6159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:24 smithi089 ceph-mon[103441]: pgmap v6159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:24.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:24.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:25.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:25.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:26.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:26.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:27 smithi089 ceph-mon[103441]: pgmap v6160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:27 smithi026 ceph-mon[93126]: pgmap v6160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:27.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:27.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:28.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:28.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:29 smithi089 ceph-mon[103441]: pgmap v6161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:29 smithi026 ceph-mon[93126]: pgmap v6161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:29.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:29.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:31.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:31.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:31 smithi089 ceph-mon[103441]: pgmap v6162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:31 smithi026 ceph-mon[93126]: pgmap v6162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:32.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:32.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:33.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:33.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:33 smithi089 ceph-mon[103441]: pgmap v6163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:33 smithi026 ceph-mon[93126]: pgmap v6163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:34.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:34.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:35.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:35.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:35 smithi089 ceph-mon[103441]: pgmap v6164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:35 smithi026 ceph-mon[93126]: pgmap v6164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:36.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:36.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:37.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:37.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:37 smithi089 ceph-mon[103441]: pgmap v6165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:37 smithi026 ceph-mon[93126]: pgmap v6165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:38.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:38.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:39.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:39.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:39 smithi089 ceph-mon[103441]: pgmap v6166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:39 smithi026 ceph-mon[93126]: pgmap v6166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:40.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:40.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:41.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:41.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:41 smithi089 ceph-mon[103441]: pgmap v6167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:41 smithi026 ceph-mon[93126]: pgmap v6167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:42.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:42.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:43.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:43.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:43 smithi089 ceph-mon[103441]: pgmap v6168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:43 smithi026 ceph-mon[93126]: pgmap v6168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:44.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:44.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:45.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:45.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:45 smithi089 ceph-mon[103441]: pgmap v6169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:45 smithi026 ceph-mon[93126]: pgmap v6169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:46.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:46.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:47.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:47.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:47.400 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:47 smithi026 ceph-mon[93126]: pgmap v6170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:47 smithi089 ceph-mon[103441]: pgmap v6170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:48.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:48.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:49.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:49.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:49 smithi089 ceph-mon[103441]: pgmap v6171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:49 smithi026 ceph-mon[93126]: pgmap v6171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:05:50.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:50.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:51.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:51.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:51 smithi089 ceph-mon[103441]: pgmap v6172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:51 smithi026 ceph-mon[93126]: pgmap v6172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:52.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:52.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:53.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:53.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:53 smithi089 ceph-mon[103441]: pgmap v6173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:05:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:53 smithi026 ceph-mon[93126]: pgmap v6173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:05:54.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:54.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:05:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:05:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:05:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:05:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:05:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:05:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:05:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:05:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:05:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:05:55.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:55.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:55 smithi089 ceph-mon[103441]: pgmap v6174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:55 smithi026 ceph-mon[93126]: pgmap v6174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:56.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:56.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:57.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:57.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:57 smithi089 ceph-mon[103441]: pgmap v6175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:57.514 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:57 smithi026 ceph-mon[93126]: pgmap v6175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:05:58.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:58.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:59.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:05:59.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:05:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:05:59 smithi089 ceph-mon[103441]: pgmap v6176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:05:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:05:59 smithi026 ceph-mon[93126]: pgmap v6176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:00.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:00.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:01.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:01.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:01 smithi089 ceph-mon[103441]: pgmap v6177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:01 smithi026 ceph-mon[93126]: pgmap v6177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:02.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:02.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:03.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:03.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:03 smithi089 ceph-mon[103441]: pgmap v6178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:03 smithi026 ceph-mon[93126]: pgmap v6178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:04.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:04.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:05.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:05.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:05 smithi089 ceph-mon[103441]: pgmap v6179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:05 smithi026 ceph-mon[93126]: pgmap v6179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:06.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:06.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:07.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:07.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:07 smithi089 ceph-mon[103441]: pgmap v6180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:07 smithi026 ceph-mon[93126]: pgmap v6180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:08.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:08.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:09.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:09.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:09 smithi089 ceph-mon[103441]: pgmap v6181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:09 smithi026 ceph-mon[93126]: pgmap v6181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:10.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:10.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:11.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:11.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:11 smithi089 ceph-mon[103441]: pgmap v6182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:11 smithi026 ceph-mon[93126]: pgmap v6182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:12.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:12.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:13.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:13.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:13 smithi089 ceph-mon[103441]: pgmap v6183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:13 smithi026 ceph-mon[93126]: pgmap v6183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:14.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:14.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:15.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:15.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:15 smithi089 ceph-mon[103441]: pgmap v6184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:15 smithi026 ceph-mon[93126]: pgmap v6184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:16.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:16.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:17.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:17.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:17 smithi089 ceph-mon[103441]: pgmap v6185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:17 smithi026 ceph-mon[93126]: pgmap v6185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:18.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:18.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:19.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:19.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:19 smithi089 ceph-mon[103441]: pgmap v6186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:19 smithi026 ceph-mon[93126]: pgmap v6186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:20.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:20.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:21.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:21.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:21 smithi089 ceph-mon[103441]: pgmap v6187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:21 smithi026 ceph-mon[93126]: pgmap v6187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:22.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:22.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:23.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:23.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:23 smithi089 ceph-mon[103441]: pgmap v6188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:23 smithi026 ceph-mon[93126]: pgmap v6188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:24.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:24.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:25.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:25.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:25 smithi089 ceph-mon[103441]: pgmap v6189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:25 smithi026 ceph-mon[93126]: pgmap v6189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:26.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:26.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:27.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:27.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:27 smithi089 ceph-mon[103441]: pgmap v6190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:27 smithi026 ceph-mon[93126]: pgmap v6190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:28.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:28.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:29.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:29.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:29 smithi089 ceph-mon[103441]: pgmap v6191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:29 smithi026 ceph-mon[93126]: pgmap v6191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:30.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:30.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:31.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:31.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:31 smithi089 ceph-mon[103441]: pgmap v6192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:31 smithi026 ceph-mon[93126]: pgmap v6192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:32.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:32.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:33.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:33.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:33 smithi026 ceph-mon[93126]: pgmap v6193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:33 smithi089 ceph-mon[103441]: pgmap v6193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:34.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:34.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:35.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:35.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:35 smithi089 ceph-mon[103441]: pgmap v6194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:35 smithi026 ceph-mon[93126]: pgmap v6194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:36.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:36.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:37.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:37.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:37 smithi089 ceph-mon[103441]: pgmap v6195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:37 smithi026 ceph-mon[93126]: pgmap v6195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:38.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:38.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:39.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:39.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:39 smithi089 ceph-mon[103441]: pgmap v6196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:39 smithi026 ceph-mon[93126]: pgmap v6196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:40.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:40.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:41.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:41.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:41 smithi089 ceph-mon[103441]: pgmap v6197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:41 smithi026 ceph-mon[93126]: pgmap v6197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:42.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:42.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:43.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:43.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:43 smithi026 ceph-mon[93126]: pgmap v6198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:43 smithi089 ceph-mon[103441]: pgmap v6198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:44.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:44.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:45.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:45.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:45 smithi089 ceph-mon[103441]: pgmap v6199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:45 smithi026 ceph-mon[93126]: pgmap v6199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:46.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:46.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:47.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:47.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:47 smithi089 ceph-mon[103441]: pgmap v6200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:47 smithi026 ceph-mon[93126]: pgmap v6200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:48.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:48.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:49.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:49.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:49 smithi089 ceph-mon[103441]: pgmap v6201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:49 smithi026 ceph-mon[93126]: pgmap v6201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:06:50.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:50.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:51.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:51.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:51 smithi089 ceph-mon[103441]: pgmap v6202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:51 smithi026 ceph-mon[93126]: pgmap v6202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:52.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:52.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:53.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:53.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:53 smithi089 ceph-mon[103441]: pgmap v6203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:53 smithi026 ceph-mon[93126]: pgmap v6203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:54.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:54.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:06:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:06:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:06:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:06:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:06:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:06:55.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:55.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:55 smithi089 ceph-mon[103441]: pgmap v6204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:55 smithi026 ceph-mon[93126]: pgmap v6204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:56.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:56.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:57.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:57.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:57 smithi089 ceph-mon[103441]: pgmap v6205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:57 smithi026 ceph-mon[93126]: pgmap v6205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:06:58.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:58.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:59.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:06:59.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:06:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:06:59 smithi089 ceph-mon[103441]: pgmap v6206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:06:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:06:59 smithi026 ceph-mon[93126]: pgmap v6206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:00.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:00.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:01.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:01.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:01 smithi089 ceph-mon[103441]: pgmap v6207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:01 smithi026 ceph-mon[93126]: pgmap v6207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:02.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:02.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:07:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:07:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:07:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:07:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:07:02.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:07:02.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:07:02.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:02 smithi026 ceph-mon[93126]: pgmap v6208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:07:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:07:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:07:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:07:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:07:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:07:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:07:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:02 smithi089 ceph-mon[103441]: pgmap v6208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:03.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:03.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:04.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:04.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:05.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:05.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:04 smithi089 ceph-mon[103441]: pgmap v6209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:04 smithi026 ceph-mon[93126]: pgmap v6209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:06.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:06.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:07.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:07.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:07 smithi089 ceph-mon[103441]: pgmap v6210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:07 smithi026 ceph-mon[93126]: pgmap v6210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:08.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:08.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:09.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:09.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:09 smithi089 ceph-mon[103441]: pgmap v6211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:09 smithi026 ceph-mon[93126]: pgmap v6211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:10.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:10.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:11.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:11.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:11 smithi089 ceph-mon[103441]: pgmap v6212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:11 smithi026 ceph-mon[93126]: pgmap v6212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:12.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:12.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:13.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:13.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:13 smithi089 ceph-mon[103441]: pgmap v6213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:13 smithi026 ceph-mon[93126]: pgmap v6213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:14.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:14.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:15.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:15.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:15 smithi026 ceph-mon[93126]: pgmap v6214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:15.581 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:15 smithi089 ceph-mon[103441]: pgmap v6214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:16.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:16.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:17.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:17.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:17 smithi089 ceph-mon[103441]: pgmap v6215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:17 smithi026 ceph-mon[93126]: pgmap v6215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:18.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:18.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:19.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:19.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:19 smithi089 ceph-mon[103441]: pgmap v6216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:19 smithi026 ceph-mon[93126]: pgmap v6216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:20.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:20.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:21.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:21.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:21 smithi089 ceph-mon[103441]: pgmap v6217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:21 smithi026 ceph-mon[93126]: pgmap v6217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:22.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:22.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:23.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:23.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:23 smithi089 ceph-mon[103441]: pgmap v6218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:23.490 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:23 smithi026 ceph-mon[93126]: pgmap v6218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:24.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:24.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:25.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:25.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:25 smithi089 ceph-mon[103441]: pgmap v6219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:25 smithi026 ceph-mon[93126]: pgmap v6219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:26.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:26.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:27.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:27.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:27 smithi089 ceph-mon[103441]: pgmap v6220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:27 smithi026 ceph-mon[93126]: pgmap v6220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:28.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:28.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:29.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:29.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:29 smithi026 ceph-mon[93126]: pgmap v6221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:29 smithi089 ceph-mon[103441]: pgmap v6221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:30.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:30.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:31.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:31.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:31 smithi026 ceph-mon[93126]: pgmap v6222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:31 smithi089 ceph-mon[103441]: pgmap v6222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:32.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:32.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:33.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:33.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:33 smithi026 ceph-mon[93126]: pgmap v6223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:33 smithi089 ceph-mon[103441]: pgmap v6223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:34.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:34.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:35.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:35.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:35 smithi026 ceph-mon[93126]: pgmap v6224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:35 smithi089 ceph-mon[103441]: pgmap v6224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:36.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:36.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:37.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:37.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:37 smithi089 ceph-mon[103441]: pgmap v6225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:37 smithi026 ceph-mon[93126]: pgmap v6225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:38.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:38.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:39.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:39.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:39 smithi026 ceph-mon[93126]: pgmap v6226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:39 smithi089 ceph-mon[103441]: pgmap v6226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:40.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:40.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:41.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:41.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:41 smithi026 ceph-mon[93126]: pgmap v6227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:41 smithi089 ceph-mon[103441]: pgmap v6227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:42.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:42.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:43.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:43.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:43 smithi026 ceph-mon[93126]: pgmap v6228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:43 smithi089 ceph-mon[103441]: pgmap v6228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:44.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:44.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:45.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:45.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:45 smithi026 ceph-mon[93126]: pgmap v6229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:45 smithi089 ceph-mon[103441]: pgmap v6229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:46.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:46.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:47.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:47.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:47 smithi089 ceph-mon[103441]: pgmap v6230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:47 smithi026 ceph-mon[93126]: pgmap v6230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:48.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:48.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:49.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:49.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:49 smithi026 ceph-mon[93126]: pgmap v6231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:49 smithi089 ceph-mon[103441]: pgmap v6231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:07:50.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:50.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:51.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:51.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:51 smithi089 ceph-mon[103441]: pgmap v6232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:51 smithi026 ceph-mon[93126]: pgmap v6232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:52.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:52.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:53.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:53.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:53 smithi026 ceph-mon[93126]: pgmap v6233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:53 smithi089 ceph-mon[103441]: pgmap v6233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:54.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:54.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:54 smithi026 ceph-mon[93126]: pgmap v6234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:54 smithi089 ceph-mon[103441]: pgmap v6234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:55.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:55.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:56.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:56.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:57.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:57.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:57 smithi089 ceph-mon[103441]: pgmap v6235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:57 smithi026 ceph-mon[93126]: pgmap v6235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:07:58.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:58.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:59.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:07:59.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:07:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:07:59 smithi026 ceph-mon[93126]: pgmap v6236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:07:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:07:59 smithi089 ceph-mon[103441]: pgmap v6236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:00.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:00.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:01.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:01.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:01 smithi089 ceph-mon[103441]: pgmap v6237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:01 smithi026 ceph-mon[93126]: pgmap v6237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:02.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:02.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:08:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:08:03.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:03.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:03 smithi026 ceph-mon[93126]: pgmap v6238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:08:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:08:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:08:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:08:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:08:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:03 smithi089 ceph-mon[103441]: pgmap v6238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:08:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:08:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:08:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:08:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:08:04.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:04.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:04 smithi026 ceph-mon[93126]: pgmap v6239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:04 smithi089 ceph-mon[103441]: pgmap v6239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:05.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:05.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:06.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:06.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:07.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:07.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:07 smithi089 ceph-mon[103441]: pgmap v6240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:07 smithi026 ceph-mon[93126]: pgmap v6240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:08.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:08.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:09.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:09.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:09 smithi026 ceph-mon[93126]: pgmap v6241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:09 smithi089 ceph-mon[103441]: pgmap v6241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:10.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:10.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:11.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:11.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:11 smithi089 ceph-mon[103441]: pgmap v6242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:11 smithi026 ceph-mon[93126]: pgmap v6242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:12.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:12.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:12 smithi026 ceph-mon[93126]: pgmap v6243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:12 smithi089 ceph-mon[103441]: pgmap v6243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:13.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:13.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:14.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:14.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:15.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:15.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:15 smithi026 ceph-mon[93126]: pgmap v6244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:15 smithi089 ceph-mon[103441]: pgmap v6244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:16.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:16.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:17.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:17.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:17 smithi089 ceph-mon[103441]: pgmap v6245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:17 smithi026 ceph-mon[93126]: pgmap v6245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:18.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:18.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:19.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:19.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:19 smithi026 ceph-mon[93126]: pgmap v6246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:19 smithi089 ceph-mon[103441]: pgmap v6246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:20.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:20.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:20 smithi026 ceph-mon[93126]: pgmap v6247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:20 smithi089 ceph-mon[103441]: pgmap v6247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:21.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:21.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:22.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:22.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:23.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:23.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:23 smithi026 ceph-mon[93126]: pgmap v6248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:23 smithi089 ceph-mon[103441]: pgmap v6248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:24.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:24.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:24 smithi026 ceph-mon[93126]: pgmap v6249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:24 smithi089 ceph-mon[103441]: pgmap v6249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:25.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:25.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:26.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:26.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:27.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:27.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:27 smithi089 ceph-mon[103441]: pgmap v6250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:27 smithi026 ceph-mon[93126]: pgmap v6250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:28.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:28.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:28 smithi026 ceph-mon[93126]: pgmap v6251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:28 smithi089 ceph-mon[103441]: pgmap v6251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:29.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:29.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:30.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:30.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:30 smithi026 ceph-mon[93126]: pgmap v6252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:30 smithi089 ceph-mon[103441]: pgmap v6252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:31.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:31.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:32.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:32.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:32 smithi026 ceph-mon[93126]: pgmap v6253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:32 smithi089 ceph-mon[103441]: pgmap v6253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:33.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:33.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:34.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:34.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:34 smithi089 ceph-mon[103441]: pgmap v6254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:34 smithi026 ceph-mon[93126]: pgmap v6254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:35.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:35.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:36.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:36.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:37.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:37.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:37 smithi089 ceph-mon[103441]: pgmap v6255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:37 smithi026 ceph-mon[93126]: pgmap v6255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:38.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:38.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:38 smithi026 ceph-mon[93126]: pgmap v6256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:38 smithi089 ceph-mon[103441]: pgmap v6256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:39.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:39.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:40.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:40.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:40 smithi026 ceph-mon[93126]: pgmap v6257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:40 smithi089 ceph-mon[103441]: pgmap v6257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:41.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:41.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:42.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:42.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:42 smithi026 ceph-mon[93126]: pgmap v6258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:42 smithi089 ceph-mon[103441]: pgmap v6258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:43.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:43.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:44.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:44.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:44 smithi026 ceph-mon[93126]: pgmap v6259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:44 smithi089 ceph-mon[103441]: pgmap v6259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:45.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:45.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:46.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:46.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:47.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:47.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:47 smithi089 ceph-mon[103441]: pgmap v6260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:47 smithi026 ceph-mon[93126]: pgmap v6260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:48.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:48.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:48 smithi026 ceph-mon[93126]: pgmap v6261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:48 smithi089 ceph-mon[103441]: pgmap v6261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:49.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:49.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:08:50.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:50.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:50 smithi026 ceph-mon[93126]: pgmap v6262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:50 smithi089 ceph-mon[103441]: pgmap v6262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:51.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:51.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:52.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:52.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:52 smithi026 ceph-mon[93126]: pgmap v6263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:52 smithi089 ceph-mon[103441]: pgmap v6263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:53.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:53.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:54.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:54.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:54.528 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:54 smithi026 ceph-mon[93126]: pgmap v6264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:54 smithi089 ceph-mon[103441]: pgmap v6264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:55.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:55.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:56.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:56.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:57.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:57.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:57 smithi089 ceph-mon[103441]: pgmap v6265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:57 smithi026 ceph-mon[93126]: pgmap v6265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:08:58.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:58.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:08:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:08:58 smithi026 ceph-mon[93126]: pgmap v6266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:08:58 smithi089 ceph-mon[103441]: pgmap v6266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:08:59.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:08:59.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:00.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:00.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:00 smithi026 ceph-mon[93126]: pgmap v6267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:00 smithi089 ceph-mon[103441]: pgmap v6267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:01.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:01.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:02.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:02.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:02 smithi026 ceph-mon[93126]: pgmap v6268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:02 smithi089 ceph-mon[103441]: pgmap v6268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:03.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:03.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:09:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:09:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:09:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:09:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:09:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:09:04.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:04.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:09:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:09:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:09:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:09:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:09:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:04 smithi026 ceph-mon[93126]: pgmap v6269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:09:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:09:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:09:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:09:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:09:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:04 smithi089 ceph-mon[103441]: pgmap v6269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:05.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:05.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:06.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:06.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:07.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:07.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:07 smithi089 ceph-mon[103441]: pgmap v6270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:07 smithi026 ceph-mon[93126]: pgmap v6270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:08.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:08.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:08 smithi026 ceph-mon[93126]: pgmap v6271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:08 smithi089 ceph-mon[103441]: pgmap v6271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:09.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:09.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:10.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:10.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:10 smithi026 ceph-mon[93126]: pgmap v6272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:10 smithi089 ceph-mon[103441]: pgmap v6272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:11.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:11.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:12.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:12.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:12 smithi026 ceph-mon[93126]: pgmap v6273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:12 smithi089 ceph-mon[103441]: pgmap v6273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:13.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:13.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:14.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:14.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:14 smithi026 ceph-mon[93126]: pgmap v6274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:14 smithi089 ceph-mon[103441]: pgmap v6274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:15.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:15.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:16.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:16.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:17.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:17.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:17 smithi089 ceph-mon[103441]: pgmap v6275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:17 smithi026 ceph-mon[93126]: pgmap v6275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:18.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:18.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:18 smithi026 ceph-mon[93126]: pgmap v6276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:18 smithi089 ceph-mon[103441]: pgmap v6276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:19.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:19.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:20.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:20.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:20 smithi026 ceph-mon[93126]: pgmap v6277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:20 smithi089 ceph-mon[103441]: pgmap v6277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:21.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:21.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:22.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:22.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:22 smithi026 ceph-mon[93126]: pgmap v6278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:22 smithi089 ceph-mon[103441]: pgmap v6278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:23.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:23.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:24.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:24.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:24 smithi026 ceph-mon[93126]: pgmap v6279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:24 smithi089 ceph-mon[103441]: pgmap v6279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:25.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:25.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:26.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:26.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:27.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:27.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:27 smithi089 ceph-mon[103441]: pgmap v6280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:27 smithi026 ceph-mon[93126]: pgmap v6280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:28.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:28.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:28 smithi026 ceph-mon[93126]: pgmap v6281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:28 smithi089 ceph-mon[103441]: pgmap v6281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:29.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:29.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:30.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:30.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:30 smithi026 ceph-mon[93126]: pgmap v6282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:30 smithi089 ceph-mon[103441]: pgmap v6282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:31.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:31.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:32.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:32.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:32 smithi026 ceph-mon[93126]: pgmap v6283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:32 smithi089 ceph-mon[103441]: pgmap v6283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:33.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:33.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:33.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:34.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:34.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:34 smithi089 ceph-mon[103441]: pgmap v6284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:34.985 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:34 smithi026 ceph-mon[93126]: pgmap v6284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:35.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:35.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:36.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:36.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:37.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:37.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:37 smithi089 ceph-mon[103441]: pgmap v6285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:37 smithi026 ceph-mon[93126]: pgmap v6285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:38.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:38.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:38 smithi026 ceph-mon[93126]: pgmap v6286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:38 smithi089 ceph-mon[103441]: pgmap v6286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:39.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:39.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:40 smithi026 ceph-mon[93126]: pgmap v6287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:40.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:40.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:40 smithi089 ceph-mon[103441]: pgmap v6287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:41.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:41.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:42.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:42.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:42 smithi089 ceph-mon[103441]: pgmap v6288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:42 smithi026 ceph-mon[93126]: pgmap v6288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:43.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:43.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:44.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:44.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:44 smithi026 ceph-mon[93126]: pgmap v6289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:44 smithi089 ceph-mon[103441]: pgmap v6289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:45.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:45.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:46.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:46.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:47.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:47.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:47 smithi089 ceph-mon[103441]: pgmap v6290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:47 smithi026 ceph-mon[93126]: pgmap v6290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:48.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:48.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:48 smithi026 ceph-mon[93126]: pgmap v6291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:48 smithi089 ceph-mon[103441]: pgmap v6291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:49.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:49.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:09:50.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:50.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:50 smithi026 ceph-mon[93126]: pgmap v6292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:50 smithi089 ceph-mon[103441]: pgmap v6292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:51.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:51.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:52.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:52.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:52 smithi026 ceph-mon[93126]: pgmap v6293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:52 smithi089 ceph-mon[103441]: pgmap v6293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:53.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:53.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:54.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:54.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:54 smithi026 ceph-mon[93126]: pgmap v6294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:54 smithi089 ceph-mon[103441]: pgmap v6294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:55.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:55.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:56.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:56.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:57 smithi089 ceph-mon[103441]: pgmap v6295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:57.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:57.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:57 smithi026 ceph-mon[93126]: pgmap v6295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:09:58.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:58.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:09:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:09:58 smithi026 ceph-mon[93126]: pgmap v6296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:09:58 smithi089 ceph-mon[103441]: pgmap v6296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:09:59.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:09:59.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T00:10:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T00:10:00.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:00.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:01 smithi089 ceph-mon[103441]: pgmap v6297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:01.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:01.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:01 smithi026 ceph-mon[93126]: pgmap v6297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:02.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:02.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:02 smithi026 ceph-mon[93126]: pgmap v6298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:02 smithi089 ceph-mon[103441]: pgmap v6298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:03.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:03.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:04.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:04.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:10:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:04 smithi089 ceph-mon[103441]: pgmap v6299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:10:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:10:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:10:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:10:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:10:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:10:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:04 smithi026 ceph-mon[93126]: pgmap v6299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:10:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:10:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:10:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:10:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:10:05.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:05.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:06.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:06.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:07 smithi089 ceph-mon[103441]: pgmap v6300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:07.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:07.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:07 smithi026 ceph-mon[93126]: pgmap v6300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:08.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:08.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:08 smithi026 ceph-mon[93126]: pgmap v6301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:08 smithi089 ceph-mon[103441]: pgmap v6301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:09.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:09.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:10.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:10.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:10 smithi026 ceph-mon[93126]: pgmap v6302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:10 smithi089 ceph-mon[103441]: pgmap v6302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:11.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:11.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:12.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:12.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:12 smithi026 ceph-mon[93126]: pgmap v6303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:12 smithi089 ceph-mon[103441]: pgmap v6303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:13.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:13.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:14.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:14.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:14 smithi026 ceph-mon[93126]: pgmap v6304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:14 smithi089 ceph-mon[103441]: pgmap v6304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:15.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:15.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:16.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:16.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:17 smithi089 ceph-mon[103441]: pgmap v6305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:17.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:17.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:17 smithi026 ceph-mon[93126]: pgmap v6305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:18.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:18.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:18 smithi026 ceph-mon[93126]: pgmap v6306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:18 smithi089 ceph-mon[103441]: pgmap v6306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:19.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:19.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:20.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:20.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:20 smithi026 ceph-mon[93126]: pgmap v6307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:20 smithi089 ceph-mon[103441]: pgmap v6307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:21.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:21.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:22.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:22.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:22.529 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:22 smithi089 ceph-mon[103441]: pgmap v6308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:22 smithi026 ceph-mon[93126]: pgmap v6308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:23.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:23.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:24.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:24.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:24 smithi026 ceph-mon[93126]: pgmap v6309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:24 smithi089 ceph-mon[103441]: pgmap v6309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:25.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:25.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:26.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:26.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:27 smithi089 ceph-mon[103441]: pgmap v6310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:27.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:27.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:27 smithi026 ceph-mon[93126]: pgmap v6310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:28.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:28.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:28 smithi026 ceph-mon[93126]: pgmap v6311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:28 smithi089 ceph-mon[103441]: pgmap v6311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:29.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:29.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:30.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:30.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:30 smithi026 ceph-mon[93126]: pgmap v6312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:30 smithi089 ceph-mon[103441]: pgmap v6312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:31.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:31.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:32.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:32.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:32 smithi026 ceph-mon[93126]: pgmap v6313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:32.633 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:32 smithi089 ceph-mon[103441]: pgmap v6313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:33.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:33.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:34.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:34.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:34 smithi089 ceph-mon[103441]: pgmap v6314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:34 smithi026 ceph-mon[93126]: pgmap v6314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:35.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:35.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:36.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:36.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:37 smithi089 ceph-mon[103441]: pgmap v6315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:37.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:37.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:37 smithi026 ceph-mon[93126]: pgmap v6315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:38.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:38.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:38 smithi026 ceph-mon[93126]: pgmap v6316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:38 smithi089 ceph-mon[103441]: pgmap v6316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:39.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:39.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:40.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:40.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:40 smithi026 ceph-mon[93126]: pgmap v6317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:40 smithi089 ceph-mon[103441]: pgmap v6317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:41.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:41.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:42.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:42.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:42 smithi026 ceph-mon[93126]: pgmap v6318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:42 smithi089 ceph-mon[103441]: pgmap v6318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:43.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:43.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:44.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:44.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:44 smithi026 ceph-mon[93126]: pgmap v6319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:44 smithi089 ceph-mon[103441]: pgmap v6319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:45.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:45.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:46.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:46.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:47 smithi089 ceph-mon[103441]: pgmap v6320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:47.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:47.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:47 smithi026 ceph-mon[93126]: pgmap v6320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:48.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:48.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:48 smithi026 ceph-mon[93126]: pgmap v6321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:48 smithi089 ceph-mon[103441]: pgmap v6321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:49.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:49.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:10:50.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:50.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:50 smithi026 ceph-mon[93126]: pgmap v6322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:50 smithi089 ceph-mon[103441]: pgmap v6322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:51.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:51.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:52.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:52 smithi026 ceph-mon[93126]: pgmap v6323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:52 smithi089 ceph-mon[103441]: pgmap v6323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:53.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:53.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:54.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:54.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:54 smithi026 ceph-mon[93126]: pgmap v6324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:54 smithi089 ceph-mon[103441]: pgmap v6324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:55.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:55.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:56.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:56.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:57 smithi089 ceph-mon[103441]: pgmap v6325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:57.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:57.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:57 smithi026 ceph-mon[93126]: pgmap v6325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:10:58.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:58.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:10:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:10:58 smithi026 ceph-mon[93126]: pgmap v6326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:10:58 smithi089 ceph-mon[103441]: pgmap v6326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:10:59.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:10:59.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:00.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:00.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:00 smithi026 ceph-mon[93126]: pgmap v6327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:00 smithi089 ceph-mon[103441]: pgmap v6327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:01.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:01.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:02.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:02.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:02 smithi026 ceph-mon[93126]: pgmap v6328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:02 smithi089 ceph-mon[103441]: pgmap v6328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:03.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:03.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:04.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:04.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:04 smithi089 ceph-mon[103441]: pgmap v6329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:04 smithi026 ceph-mon[93126]: pgmap v6329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:05.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:05.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:11:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:11:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:11:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:11:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:11:05.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:11:06.019 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:11:06.019 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:11:06.019 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:11:06.020 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:11:06.020 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:11:06.020 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:11:06.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:06.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:07 smithi089 ceph-mon[103441]: pgmap v6330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:07 smithi026 ceph-mon[93126]: pgmap v6330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:07.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:07.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:08 smithi026 ceph-mon[93126]: pgmap v6331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:08.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:08.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:08 smithi089 ceph-mon[103441]: pgmap v6331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:09.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:09.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:10 smithi026 ceph-mon[93126]: pgmap v6332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:10.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:10.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:10 smithi089 ceph-mon[103441]: pgmap v6332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:11.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:11.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:12 smithi026 ceph-mon[93126]: pgmap v6333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:12.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:12.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:12 smithi089 ceph-mon[103441]: pgmap v6333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:13.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:13.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:14 smithi026 ceph-mon[93126]: pgmap v6334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:14.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:14.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:14 smithi089 ceph-mon[103441]: pgmap v6334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:15.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:15.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:16.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:16.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:17 smithi089 ceph-mon[103441]: pgmap v6335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:17 smithi026 ceph-mon[93126]: pgmap v6335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:17.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:17.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:18 smithi089 ceph-mon[103441]: pgmap v6336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:18 smithi026 ceph-mon[93126]: pgmap v6336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:18.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:19.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:19.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:20 smithi026 ceph-mon[93126]: pgmap v6337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:20.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:20.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:20 smithi089 ceph-mon[103441]: pgmap v6337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:21.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:21.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:22 smithi026 ceph-mon[93126]: pgmap v6338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:22.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:22.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:22 smithi089 ceph-mon[103441]: pgmap v6338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:23.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:23.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:24 smithi026 ceph-mon[93126]: pgmap v6339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:24.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:24.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:24 smithi089 ceph-mon[103441]: pgmap v6339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:25.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:25.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:26.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:26.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:27 smithi026 ceph-mon[93126]: pgmap v6340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:27.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:27.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:27 smithi089 ceph-mon[103441]: pgmap v6340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:28 smithi026 ceph-mon[93126]: pgmap v6341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:28.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:28.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:28.638 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:28 smithi089 ceph-mon[103441]: pgmap v6341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:29.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:29.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:30 smithi026 ceph-mon[93126]: pgmap v6342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:30.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:30.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:30 smithi089 ceph-mon[103441]: pgmap v6342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:31.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:31.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:32 smithi026 ceph-mon[93126]: pgmap v6343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:32.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:32.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:32 smithi089 ceph-mon[103441]: pgmap v6343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:33.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:33.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:34.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:34.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:34 smithi089 ceph-mon[103441]: pgmap v6344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:34 smithi026 ceph-mon[93126]: pgmap v6344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:35.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:35.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:36.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:36.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:37 smithi026 ceph-mon[93126]: pgmap v6345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:37.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:37.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:37 smithi089 ceph-mon[103441]: pgmap v6345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:38 smithi026 ceph-mon[93126]: pgmap v6346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:38.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:38.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:38 smithi089 ceph-mon[103441]: pgmap v6346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:39.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:39.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:40 smithi026 ceph-mon[93126]: pgmap v6347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:40.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:40.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:40 smithi089 ceph-mon[103441]: pgmap v6347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:41.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:41.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:42 smithi026 ceph-mon[93126]: pgmap v6348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:42.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:42.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:42 smithi089 ceph-mon[103441]: pgmap v6348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:43.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:43.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:44 smithi026 ceph-mon[93126]: pgmap v6349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:44.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:44.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:44 smithi089 ceph-mon[103441]: pgmap v6349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:45.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:45.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:46.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:46.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:47 smithi026 ceph-mon[93126]: pgmap v6350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:47.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:47.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:47 smithi089 ceph-mon[103441]: pgmap v6350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:48 smithi026 ceph-mon[93126]: pgmap v6351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:48.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:48.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:48 smithi089 ceph-mon[103441]: pgmap v6351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:49.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:49.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:11:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:50 smithi026 ceph-mon[93126]: pgmap v6352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:50.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:50.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:50 smithi089 ceph-mon[103441]: pgmap v6352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:51.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:51.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:52 smithi026 ceph-mon[93126]: pgmap v6353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:52.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:52.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:52 smithi089 ceph-mon[103441]: pgmap v6353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:53.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:53.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:54 smithi026 ceph-mon[93126]: pgmap v6354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:54.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:54.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:54 smithi089 ceph-mon[103441]: pgmap v6354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:55.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:55.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:56.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:56.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:57 smithi026 ceph-mon[93126]: pgmap v6355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:57.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:57.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:57 smithi089 ceph-mon[103441]: pgmap v6355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:11:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:11:58 smithi026 ceph-mon[93126]: pgmap v6356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:58.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:58.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:11:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:11:58 smithi089 ceph-mon[103441]: pgmap v6356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:11:59.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:11:59.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:00 smithi026 ceph-mon[93126]: pgmap v6357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:00.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:00.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:00 smithi089 ceph-mon[103441]: pgmap v6357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:01.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:01.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:02 smithi026 ceph-mon[93126]: pgmap v6358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:02.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:02.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:02 smithi089 ceph-mon[103441]: pgmap v6358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:03.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:03.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:04.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:04.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:04 smithi089 ceph-mon[103441]: pgmap v6359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:04 smithi026 ceph-mon[93126]: pgmap v6359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:05.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:05.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:12:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:12:06.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:06.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:12:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:12:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:12:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:12:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:12:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:06 smithi089 ceph-mon[103441]: pgmap v6360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:12:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:12:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:12:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:12:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:12:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:06 smithi026 ceph-mon[93126]: pgmap v6360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:07.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:07.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:08 smithi026 ceph-mon[93126]: pgmap v6361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:08.636 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:08 smithi089 ceph-mon[103441]: pgmap v6361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:08.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:08.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:09.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:09.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:10 smithi026 ceph-mon[93126]: pgmap v6362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:10.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:10.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:10 smithi089 ceph-mon[103441]: pgmap v6362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:11.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:11.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:12 smithi026 ceph-mon[93126]: pgmap v6363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:12.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:12.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:12 smithi089 ceph-mon[103441]: pgmap v6363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:13.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:13.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:14 smithi026 ceph-mon[93126]: pgmap v6364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:14.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:14.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:14 smithi089 ceph-mon[103441]: pgmap v6364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:15.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:15.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:16.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:16.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:17 smithi026 ceph-mon[93126]: pgmap v6365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:17.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:17.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:17 smithi089 ceph-mon[103441]: pgmap v6365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:18 smithi026 ceph-mon[93126]: pgmap v6366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:18.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:18.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:18 smithi089 ceph-mon[103441]: pgmap v6366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:19.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:19.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:20 smithi026 ceph-mon[93126]: pgmap v6367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:20 smithi089 ceph-mon[103441]: pgmap v6367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:20.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:20.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:21.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:21.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:22 smithi026 ceph-mon[93126]: pgmap v6368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:22 smithi089 ceph-mon[103441]: pgmap v6368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:22.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:22.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:23.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:23.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:24 smithi026 ceph-mon[93126]: pgmap v6369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:24 smithi089 ceph-mon[103441]: pgmap v6369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:24.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:24.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:25.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:25.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:26.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:26.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:27 smithi026 ceph-mon[93126]: pgmap v6370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:27 smithi089 ceph-mon[103441]: pgmap v6370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:27.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:27.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:28 smithi026 ceph-mon[93126]: pgmap v6371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:28 smithi089 ceph-mon[103441]: pgmap v6371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:28.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:28.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:29.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:29.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:30 smithi026 ceph-mon[93126]: pgmap v6372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:30 smithi089 ceph-mon[103441]: pgmap v6372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:30.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:30.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:31.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:31.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:32 smithi026 ceph-mon[93126]: pgmap v6373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:32 smithi089 ceph-mon[103441]: pgmap v6373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:32.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:32.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:33.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:33.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:33.898 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:34.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:34.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:34 smithi089 ceph-mon[103441]: pgmap v6374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:34 smithi026 ceph-mon[93126]: pgmap v6374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:35.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:35.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:36.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:36.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:37 smithi026 ceph-mon[93126]: pgmap v6375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:37 smithi089 ceph-mon[103441]: pgmap v6375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:37.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:37.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:38 smithi026 ceph-mon[93126]: pgmap v6376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:38 smithi089 ceph-mon[103441]: pgmap v6376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:38.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:38.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:39.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:39.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:40 smithi026 ceph-mon[93126]: pgmap v6377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:40 smithi089 ceph-mon[103441]: pgmap v6377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:40.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:40.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:41.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:41.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:42 smithi026 ceph-mon[93126]: pgmap v6378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:42 smithi089 ceph-mon[103441]: pgmap v6378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:42.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:42.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:43.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:43.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:44 smithi026 ceph-mon[93126]: pgmap v6379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:44 smithi089 ceph-mon[103441]: pgmap v6379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:44.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:44.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:45.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:45.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:46.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:46.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:47 smithi026 ceph-mon[93126]: pgmap v6380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:47 smithi089 ceph-mon[103441]: pgmap v6380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:47.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:47.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:48 smithi026 ceph-mon[93126]: pgmap v6381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:48 smithi089 ceph-mon[103441]: pgmap v6381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:48.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:48.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:12:49.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:49.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:50 smithi026 ceph-mon[93126]: pgmap v6382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:50 smithi089 ceph-mon[103441]: pgmap v6382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:50.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:50.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:51.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:51.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:52 smithi026 ceph-mon[93126]: pgmap v6383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:52 smithi089 ceph-mon[103441]: pgmap v6383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:52.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:52.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:53.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:53.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:54 smithi089 ceph-mon[103441]: pgmap v6384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:54 smithi026 ceph-mon[93126]: pgmap v6384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:54.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:54.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:55.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:55.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:56.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:56.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:57 smithi026 ceph-mon[93126]: pgmap v6385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:57 smithi089 ceph-mon[103441]: pgmap v6385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:12:57.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:57.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:12:58 smithi026 ceph-mon[93126]: pgmap v6386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:12:58 smithi089 ceph-mon[103441]: pgmap v6386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:12:58.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:58.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:12:59.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:12:59.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:00 smithi026 ceph-mon[93126]: pgmap v6387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:00 smithi089 ceph-mon[103441]: pgmap v6387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:00.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:00.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:01.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:01.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:02 smithi026 ceph-mon[93126]: pgmap v6388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:02 smithi089 ceph-mon[103441]: pgmap v6388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:02.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:02.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:03.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:03.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:04.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:04.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:04 smithi089 ceph-mon[103441]: pgmap v6389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:04 smithi026 ceph-mon[93126]: pgmap v6389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:05.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:05.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:13:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:13:06.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:06.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:07 smithi026 ceph-mon[93126]: pgmap v6390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:13:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:13:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:13:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:13:07.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:13:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:07 smithi089 ceph-mon[103441]: pgmap v6390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:13:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:13:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:13:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:13:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:13:07.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:07.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:08 smithi026 ceph-mon[93126]: pgmap v6391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:08 smithi089 ceph-mon[103441]: pgmap v6391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:08.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:08.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:09.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:09.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:10 smithi026 ceph-mon[93126]: pgmap v6392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:10 smithi089 ceph-mon[103441]: pgmap v6392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:10.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:10.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:11.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:11.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:12 smithi026 ceph-mon[93126]: pgmap v6393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:12 smithi089 ceph-mon[103441]: pgmap v6393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:12.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:12.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:13.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:13.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:14 smithi026 ceph-mon[93126]: pgmap v6394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:14 smithi089 ceph-mon[103441]: pgmap v6394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:14.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:14.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:15.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:15.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:16.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:16.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:17.509 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:17 smithi026 ceph-mon[93126]: pgmap v6395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:17 smithi089 ceph-mon[103441]: pgmap v6395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:17.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:17.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:18 smithi026 ceph-mon[93126]: pgmap v6396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:18 smithi089 ceph-mon[103441]: pgmap v6396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:18.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:18.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:19.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:19.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:20 smithi089 ceph-mon[103441]: pgmap v6397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:20.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:20.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:20 smithi026 ceph-mon[93126]: pgmap v6397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:21.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:21.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:22 smithi026 ceph-mon[93126]: pgmap v6398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:22 smithi089 ceph-mon[103441]: pgmap v6398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:22.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:22.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:23.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:23.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:24 smithi026 ceph-mon[93126]: pgmap v6399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:24 smithi089 ceph-mon[103441]: pgmap v6399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:24.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:24.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:25.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:25.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:26.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:26.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:27 smithi026 ceph-mon[93126]: pgmap v6400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:27 smithi089 ceph-mon[103441]: pgmap v6400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:27.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:27.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:28 smithi026 ceph-mon[93126]: pgmap v6401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:28 smithi089 ceph-mon[103441]: pgmap v6401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:28.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:28.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:29.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:29.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:30 smithi026 ceph-mon[93126]: pgmap v6402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:30 smithi089 ceph-mon[103441]: pgmap v6402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:30.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:30.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:31.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:31.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:32 smithi026 ceph-mon[93126]: pgmap v6403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:32 smithi089 ceph-mon[103441]: pgmap v6403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:32.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:32.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:33.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:33.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:34.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:34.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:34 smithi089 ceph-mon[103441]: pgmap v6404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:34 smithi026 ceph-mon[93126]: pgmap v6404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:35.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:35.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:36.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:36.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:37 smithi026 ceph-mon[93126]: pgmap v6405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:37 smithi089 ceph-mon[103441]: pgmap v6405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:37.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:37.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:38 smithi026 ceph-mon[93126]: pgmap v6406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:38 smithi089 ceph-mon[103441]: pgmap v6406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:38.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:38.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:39.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:39.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:40 smithi026 ceph-mon[93126]: pgmap v6407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:40 smithi089 ceph-mon[103441]: pgmap v6407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:40.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:40.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:41.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:41.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:42 smithi026 ceph-mon[93126]: pgmap v6408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:42 smithi089 ceph-mon[103441]: pgmap v6408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:42.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:42.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:43.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:43.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:44 smithi026 ceph-mon[93126]: pgmap v6409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:44.645 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:44 smithi089 ceph-mon[103441]: pgmap v6409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:44.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:44.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:45.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:45.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:46.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:46.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:47 smithi026 ceph-mon[93126]: pgmap v6410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:47 smithi089 ceph-mon[103441]: pgmap v6410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:47.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:47.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:48 smithi089 ceph-mon[103441]: pgmap v6411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:48 smithi026 ceph-mon[93126]: pgmap v6411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:48.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:48.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:13:49.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:49.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:50 smithi089 ceph-mon[103441]: pgmap v6412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:50 smithi026 ceph-mon[93126]: pgmap v6412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:50.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:50.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:51.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:51.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:52 smithi089 ceph-mon[103441]: pgmap v6413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:52 smithi026 ceph-mon[93126]: pgmap v6413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:52.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:52.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:53.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:53.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:54 smithi089 ceph-mon[103441]: pgmap v6414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:54 smithi026 ceph-mon[93126]: pgmap v6414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:54.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:54.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:55.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:55.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:56.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:56.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:57 smithi026 ceph-mon[93126]: pgmap v6415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:57 smithi089 ceph-mon[103441]: pgmap v6415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:13:57.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:57.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:13:58 smithi089 ceph-mon[103441]: pgmap v6416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:13:58 smithi026 ceph-mon[93126]: pgmap v6416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:13:58.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:58.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:13:59.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:13:59.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:00 smithi089 ceph-mon[103441]: pgmap v6417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:00 smithi026 ceph-mon[93126]: pgmap v6417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:00.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:00.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:01.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:01.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:02 smithi089 ceph-mon[103441]: pgmap v6418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:02 smithi026 ceph-mon[93126]: pgmap v6418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:02.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:02.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:03.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:03.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:03.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:04.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:04.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:04.856 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:04 smithi089 ceph-mon[103441]: pgmap v6419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:04 smithi026 ceph-mon[93126]: pgmap v6419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:05.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:05.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:06.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:06.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:07 smithi026 ceph-mon[93126]: pgmap v6420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:14:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:07 smithi089 ceph-mon[103441]: pgmap v6420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:14:07.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:07.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:14:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:14:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:14:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:14:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:14:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:14:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:14:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:14:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:14:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:14:08.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:08.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:09 smithi026 ceph-mon[93126]: pgmap v6421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:09 smithi089 ceph-mon[103441]: pgmap v6421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:09.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:09.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:10 smithi089 ceph-mon[103441]: pgmap v6422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:10 smithi026 ceph-mon[93126]: pgmap v6422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:10.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:10.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:11.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:11.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:12 smithi089 ceph-mon[103441]: pgmap v6423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:12 smithi026 ceph-mon[93126]: pgmap v6423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:12.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:12.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:13.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:13.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:14 smithi089 ceph-mon[103441]: pgmap v6424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:14 smithi026 ceph-mon[93126]: pgmap v6424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:14.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:14.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:15.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:15.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:16.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:16.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:17 smithi026 ceph-mon[93126]: pgmap v6425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:17 smithi089 ceph-mon[103441]: pgmap v6425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:17.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:17.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:18 smithi026 ceph-mon[93126]: pgmap v6426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:18 smithi089 ceph-mon[103441]: pgmap v6426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:18.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:18.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:19.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:19.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:20 smithi089 ceph-mon[103441]: pgmap v6427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:20 smithi026 ceph-mon[93126]: pgmap v6427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:20.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:20.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:21.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:21.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:22 smithi089 ceph-mon[103441]: pgmap v6428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:22 smithi026 ceph-mon[93126]: pgmap v6428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:22.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:22.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:23.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:23.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:24 smithi089 ceph-mon[103441]: pgmap v6429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:24 smithi026 ceph-mon[93126]: pgmap v6429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:24.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:24.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:25.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:25.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:26.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:26.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:27 smithi026 ceph-mon[93126]: pgmap v6430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:27 smithi089 ceph-mon[103441]: pgmap v6430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:27.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:27.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:28 smithi089 ceph-mon[103441]: pgmap v6431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:28 smithi026 ceph-mon[93126]: pgmap v6431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:28.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:28.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:29.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:29.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:30 smithi089 ceph-mon[103441]: pgmap v6432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:30 smithi026 ceph-mon[93126]: pgmap v6432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:30.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:30.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:31.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:31.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:32 smithi089 ceph-mon[103441]: pgmap v6433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:32 smithi026 ceph-mon[93126]: pgmap v6433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:32.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:32.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:33.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:33.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:34.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:34.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:34 smithi089 ceph-mon[103441]: pgmap v6434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:34 smithi026 ceph-mon[93126]: pgmap v6434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:35.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:35.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:36.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:36.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:37 smithi026 ceph-mon[93126]: pgmap v6435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:37 smithi089 ceph-mon[103441]: pgmap v6435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:37.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:37.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:38 smithi089 ceph-mon[103441]: pgmap v6436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:38 smithi026 ceph-mon[93126]: pgmap v6436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:38.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:38.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:39.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:39.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:40 smithi089 ceph-mon[103441]: pgmap v6437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:40 smithi026 ceph-mon[93126]: pgmap v6437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:40.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:40.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:41.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:41.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:42 smithi089 ceph-mon[103441]: pgmap v6438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:42 smithi026 ceph-mon[93126]: pgmap v6438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:42.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:42.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:43.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:43.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:44.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:44.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:45 smithi089 ceph-mon[103441]: pgmap v6439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:45 smithi026 ceph-mon[93126]: pgmap v6439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:45.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:45.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:46.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:46.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:47.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:47.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:48.541 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:48 smithi026 ceph-mon[93126]: pgmap v6440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:48 smithi089 ceph-mon[103441]: pgmap v6440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:48.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:48.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:14:49.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:49.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:50 smithi026 ceph-mon[93126]: pgmap v6441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:50 smithi089 ceph-mon[103441]: pgmap v6441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:14:50.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:50.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:51.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:51.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:52 smithi026 ceph-mon[93126]: pgmap v6442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:52 smithi089 ceph-mon[103441]: pgmap v6442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:52.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:52.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:53.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:53.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:54 smithi026 ceph-mon[93126]: pgmap v6443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:54 smithi089 ceph-mon[103441]: pgmap v6443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:54.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:54.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:55.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:55.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:56 smithi026 ceph-mon[93126]: pgmap v6444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:56 smithi089 ceph-mon[103441]: pgmap v6444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:56.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:56.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:57.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:57.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:14:58 smithi026 ceph-mon[93126]: pgmap v6445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:14:58 smithi089 ceph-mon[103441]: pgmap v6445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:14:58.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:58.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:14:59.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:14:59.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:00 smithi026 ceph-mon[93126]: pgmap v6446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:00 smithi089 ceph-mon[103441]: pgmap v6446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:00.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:00.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:01.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:01.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:02 smithi026 ceph-mon[93126]: pgmap v6447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:02 smithi089 ceph-mon[103441]: pgmap v6447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:02.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:02.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:03.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:03.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:04.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:04 smithi026 ceph-mon[93126]: pgmap v6448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:04.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:04 smithi089 ceph-mon[103441]: pgmap v6448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:04.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:04.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:05.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:05.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:06 smithi026 ceph-mon[93126]: pgmap v6449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:06 smithi089 ceph-mon[103441]: pgmap v6449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:06.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:06.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:07.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:07.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:08 smithi026 ceph-mon[93126]: pgmap v6450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:15:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:08 smithi089 ceph-mon[103441]: pgmap v6450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:15:08.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:08.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:09.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:09.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:10.543 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:10 smithi089 ceph-mon[103441]: pgmap v6451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:10 smithi026 ceph-mon[93126]: pgmap v6451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:10.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:10.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:11.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:11.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:12 smithi026 ceph-mon[93126]: pgmap v6452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:15:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:15:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:12 smithi089 ceph-mon[103441]: pgmap v6452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:15:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:15:12.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:12.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:15:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:15:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:15:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:15:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:15:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:15:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:15:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:15:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:15:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:15:13.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:13.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:14 smithi026 ceph-mon[93126]: pgmap v6453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:14 smithi089 ceph-mon[103441]: pgmap v6453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:14.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:14.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:15.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:15.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:16 smithi026 ceph-mon[93126]: pgmap v6454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:16 smithi089 ceph-mon[103441]: pgmap v6454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:16.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:16.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:17 smithi089 ceph-mon[103441]: pgmap v6455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:17 smithi026 ceph-mon[93126]: pgmap v6455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:17.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:17.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:18.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:18.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:19 smithi089 ceph-mon[103441]: pgmap v6456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:19 smithi026 ceph-mon[93126]: pgmap v6456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:19.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:19.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:20.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:20.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:21.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:21.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:22 smithi026 ceph-mon[93126]: pgmap v6457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:22 smithi089 ceph-mon[103441]: pgmap v6457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:22.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:22.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:23.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:23.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:24 smithi026 ceph-mon[93126]: pgmap v6458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:24 smithi089 ceph-mon[103441]: pgmap v6458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:24.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:24.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:25.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:25.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:26 smithi026 ceph-mon[93126]: pgmap v6459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:26 smithi089 ceph-mon[103441]: pgmap v6459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:26.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:26.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:27.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:27.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:28.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:28 smithi026 ceph-mon[93126]: pgmap v6460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:28 smithi089 ceph-mon[103441]: pgmap v6460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:28.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:28.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:29.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:29.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:30 smithi026 ceph-mon[93126]: pgmap v6461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:30 smithi089 ceph-mon[103441]: pgmap v6461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:30.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:30.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:31.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:32.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:32 smithi026 ceph-mon[93126]: pgmap v6462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:32 smithi089 ceph-mon[103441]: pgmap v6462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:33.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:33.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:34.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:34.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:34 smithi026 ceph-mon[93126]: pgmap v6463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:34 smithi089 ceph-mon[103441]: pgmap v6463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:35.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:35.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:36.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:36.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:36 smithi026 ceph-mon[93126]: pgmap v6464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:36 smithi089 ceph-mon[103441]: pgmap v6464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:37.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:37.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:38.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:38.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:38 smithi026 ceph-mon[93126]: pgmap v6465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:38 smithi089 ceph-mon[103441]: pgmap v6465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:39.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:39.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:40.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:40.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:40 smithi026 ceph-mon[93126]: pgmap v6466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:40 smithi089 ceph-mon[103441]: pgmap v6466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:41.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:41.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:42.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:42.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:42 smithi026 ceph-mon[93126]: pgmap v6467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:42 smithi089 ceph-mon[103441]: pgmap v6467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:43.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:43.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:44.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:44.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:44 smithi026 ceph-mon[93126]: pgmap v6468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:44 smithi089 ceph-mon[103441]: pgmap v6468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:45.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:45.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:46.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:46.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:46 smithi026 ceph-mon[93126]: pgmap v6469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:46 smithi089 ceph-mon[103441]: pgmap v6469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:47.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:47.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:48.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:48.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:48 smithi026 ceph-mon[93126]: pgmap v6470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:48 smithi089 ceph-mon[103441]: pgmap v6470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:49.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:49.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:15:50.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:50.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:50 smithi026 ceph-mon[93126]: pgmap v6471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:50 smithi089 ceph-mon[103441]: pgmap v6471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:15:51.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:51.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:52.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:52.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:52 smithi026 ceph-mon[93126]: pgmap v6472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:52 smithi089 ceph-mon[103441]: pgmap v6472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:53.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:53.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:54.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:54.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:54 smithi026 ceph-mon[93126]: pgmap v6473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:54 smithi089 ceph-mon[103441]: pgmap v6473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:55.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:55.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:56.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:56.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:56 smithi089 ceph-mon[103441]: pgmap v6474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:56 smithi026 ceph-mon[93126]: pgmap v6474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:57.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:57.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:58.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:58.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:15:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:15:58 smithi026 ceph-mon[93126]: pgmap v6475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:15:58 smithi089 ceph-mon[103441]: pgmap v6475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:15:59.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:15:59.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:00.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:00.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:00 smithi026 ceph-mon[93126]: pgmap v6476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:00 smithi089 ceph-mon[103441]: pgmap v6476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:01.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:01.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:02.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:02.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:02 smithi026 ceph-mon[93126]: pgmap v6477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:02 smithi089 ceph-mon[103441]: pgmap v6477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:03.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:03.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:04.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:04.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:04 smithi026 ceph-mon[93126]: pgmap v6478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:04 smithi089 ceph-mon[103441]: pgmap v6478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:05.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:05.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:06.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:06.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:06 smithi089 ceph-mon[103441]: pgmap v6479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:06 smithi026 ceph-mon[93126]: pgmap v6479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:07.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:07.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:08.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:08.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:08 smithi026 ceph-mon[93126]: pgmap v6480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:08 smithi089 ceph-mon[103441]: pgmap v6480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:09.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:09.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:10.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:10.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:10 smithi026 ceph-mon[93126]: pgmap v6481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:10 smithi089 ceph-mon[103441]: pgmap v6481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:11.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:11.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:12.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:12.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:12 smithi026 ceph-mon[93126]: pgmap v6482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:12 smithi089 ceph-mon[103441]: pgmap v6482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:13.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:13.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:16:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:16:14.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:14.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:14 smithi026 ceph-mon[93126]: pgmap v6483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:16:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:16:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:16:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:16:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:16:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:14 smithi089 ceph-mon[103441]: pgmap v6483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:16:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:16:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:16:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:16:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:16:15.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:15.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:16.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:16.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:16 smithi026 ceph-mon[93126]: pgmap v6484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:16 smithi089 ceph-mon[103441]: pgmap v6484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:17.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:17.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:18.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:18.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:18 smithi026 ceph-mon[93126]: pgmap v6485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:18 smithi089 ceph-mon[103441]: pgmap v6485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:19.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:19.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:20.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:20.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:20 smithi026 ceph-mon[93126]: pgmap v6486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:20 smithi089 ceph-mon[103441]: pgmap v6486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:21.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:21.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:22.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:22.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:22 smithi026 ceph-mon[93126]: pgmap v6487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:22 smithi089 ceph-mon[103441]: pgmap v6487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:23.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:23.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:24.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:24.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:24 smithi026 ceph-mon[93126]: pgmap v6488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:24 smithi089 ceph-mon[103441]: pgmap v6488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:25.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:25.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:26.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:26.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:26 smithi026 ceph-mon[93126]: pgmap v6489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:26 smithi089 ceph-mon[103441]: pgmap v6489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:27.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:27.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:28.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:28.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:28 smithi026 ceph-mon[93126]: pgmap v6490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:28 smithi089 ceph-mon[103441]: pgmap v6490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:29.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:29.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:30.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:30.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:30 smithi026 ceph-mon[93126]: pgmap v6491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:30 smithi089 ceph-mon[103441]: pgmap v6491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:31.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:31.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:32.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:32.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:32 smithi026 ceph-mon[93126]: pgmap v6492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:32 smithi089 ceph-mon[103441]: pgmap v6492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:33.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:33.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:34.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:34.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:34 smithi026 ceph-mon[93126]: pgmap v6493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:34 smithi089 ceph-mon[103441]: pgmap v6493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:35.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:35.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:36.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:36.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:36 smithi026 ceph-mon[93126]: pgmap v6494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:36 smithi089 ceph-mon[103441]: pgmap v6494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:37.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:37.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:38.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:38.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:38 smithi026 ceph-mon[93126]: pgmap v6495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:38 smithi089 ceph-mon[103441]: pgmap v6495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:39.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:39.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:40.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:40.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:40 smithi026 ceph-mon[93126]: pgmap v6496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:40 smithi089 ceph-mon[103441]: pgmap v6496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:41.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:41.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:42.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:42.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:42 smithi026 ceph-mon[93126]: pgmap v6497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:42 smithi089 ceph-mon[103441]: pgmap v6497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:43.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:43.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:44.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:44.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:44 smithi026 ceph-mon[93126]: pgmap v6498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:44 smithi089 ceph-mon[103441]: pgmap v6498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:45.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:45.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:46.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:46.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:46.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:46 smithi089 ceph-mon[103441]: pgmap v6499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:46 smithi026 ceph-mon[93126]: pgmap v6499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:47.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:47.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:48.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:48.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:48 smithi026 ceph-mon[93126]: pgmap v6500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:48 smithi089 ceph-mon[103441]: pgmap v6500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:49.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:49.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:49 smithi026 ceph-mon[93126]: pgmap v6501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:49 smithi089 ceph-mon[103441]: pgmap v6501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:16:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:16:50.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:50.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:51.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:51.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:52.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:52.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:52 smithi026 ceph-mon[93126]: pgmap v6502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:52 smithi089 ceph-mon[103441]: pgmap v6502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:53.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:53.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:54.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:54.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:54 smithi026 ceph-mon[93126]: pgmap v6503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:54 smithi089 ceph-mon[103441]: pgmap v6503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:55.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:55.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:56.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:56.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:56 smithi026 ceph-mon[93126]: pgmap v6504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:56.644 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:56 smithi089 ceph-mon[103441]: pgmap v6504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:57.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:57.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:58.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:58.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:16:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:16:58 smithi026 ceph-mon[93126]: pgmap v6505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:16:58 smithi089 ceph-mon[103441]: pgmap v6505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:16:59.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:16:59.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:00.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:00.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:00 smithi026 ceph-mon[93126]: pgmap v6506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:00 smithi089 ceph-mon[103441]: pgmap v6506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:01.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:01.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:02.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:02.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:02 smithi026 ceph-mon[93126]: pgmap v6507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:02 smithi089 ceph-mon[103441]: pgmap v6507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:03.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:03.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:04.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:04.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:04 smithi026 ceph-mon[93126]: pgmap v6508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:04 smithi089 ceph-mon[103441]: pgmap v6508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:05.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:05.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:06.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:06.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:06 smithi026 ceph-mon[93126]: pgmap v6509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:06 smithi089 ceph-mon[103441]: pgmap v6509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:07.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:07.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:08.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:08.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:08 smithi026 ceph-mon[93126]: pgmap v6510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:08 smithi089 ceph-mon[103441]: pgmap v6510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:09.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:09.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:10.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:10.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:10 smithi026 ceph-mon[93126]: pgmap v6511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:10 smithi089 ceph-mon[103441]: pgmap v6511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:11.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:11.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:12.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:12.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:12 smithi026 ceph-mon[93126]: pgmap v6512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:12 smithi089 ceph-mon[103441]: pgmap v6512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:13.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:13.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:14.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:14.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:14 smithi026 ceph-mon[93126]: pgmap v6513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:17:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:14 smithi089 ceph-mon[103441]: pgmap v6513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:17:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:15.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:15.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:16.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:16.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:16 smithi026 ceph-mon[93126]: pgmap v6514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:16 smithi089 ceph-mon[103441]: pgmap v6514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:17.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:17.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:18.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:18.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:18 smithi026 ceph-mon[93126]: pgmap v6515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:18 smithi089 ceph-mon[103441]: pgmap v6515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:19.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:19.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:20.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:20.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:20 smithi026 ceph-mon[93126]: pgmap v6516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:20 smithi089 ceph-mon[103441]: pgmap v6516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:21.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:21.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:22 smithi089 ceph-mon[103441]: pgmap v6517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:17:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:17:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:17:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:22.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:22.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:22 smithi026 ceph-mon[93126]: pgmap v6517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:22.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:17:22.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:17:22.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:22.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:17:22.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:17:23.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:23.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:24.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:24.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:24 smithi026 ceph-mon[93126]: pgmap v6518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:24 smithi089 ceph-mon[103441]: pgmap v6518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:25.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:25.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:26.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:26.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:26 smithi089 ceph-mon[103441]: pgmap v6519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:26 smithi026 ceph-mon[93126]: pgmap v6519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:27.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:27.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:28.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:28.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:28 smithi026 ceph-mon[93126]: pgmap v6520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:28 smithi089 ceph-mon[103441]: pgmap v6520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:29.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:29.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:30.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:30.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:30 smithi026 ceph-mon[93126]: pgmap v6521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:30 smithi089 ceph-mon[103441]: pgmap v6521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:31.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:31.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:32.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:32.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:32 smithi026 ceph-mon[93126]: pgmap v6522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:32 smithi089 ceph-mon[103441]: pgmap v6522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:33.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:33.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:34.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:34.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:34 smithi026 ceph-mon[93126]: pgmap v6523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:34 smithi089 ceph-mon[103441]: pgmap v6523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:35.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:35.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:36.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:36.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:36 smithi026 ceph-mon[93126]: pgmap v6524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:36 smithi089 ceph-mon[103441]: pgmap v6524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:37.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:37.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:38.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:38.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:38 smithi026 ceph-mon[93126]: pgmap v6525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:38 smithi089 ceph-mon[103441]: pgmap v6525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:39.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:39.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:40.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:40.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:40 smithi026 ceph-mon[93126]: pgmap v6526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:40 smithi089 ceph-mon[103441]: pgmap v6526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:41.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:41.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:42.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:42.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:42 smithi089 ceph-mon[103441]: pgmap v6527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:42 smithi026 ceph-mon[93126]: pgmap v6527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:43.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:43.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:44.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:44.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:44 smithi026 ceph-mon[93126]: pgmap v6528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:44 smithi089 ceph-mon[103441]: pgmap v6528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:45.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:45.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:46.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:46.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:46 smithi026 ceph-mon[93126]: pgmap v6529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:46 smithi089 ceph-mon[103441]: pgmap v6529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:47.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:47.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:48.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:48.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:48 smithi026 ceph-mon[93126]: pgmap v6530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:48 smithi089 ceph-mon[103441]: pgmap v6530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:49.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:49.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:49 smithi026 ceph-mon[93126]: pgmap v6531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:49 smithi089 ceph-mon[103441]: pgmap v6531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:17:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:17:50.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:50.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:51.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:51.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:52.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:52.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:52 smithi026 ceph-mon[93126]: pgmap v6532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:52 smithi089 ceph-mon[103441]: pgmap v6532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:53.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:53.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:54.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:54.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:54 smithi026 ceph-mon[93126]: pgmap v6533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:54 smithi089 ceph-mon[103441]: pgmap v6533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:55.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:55.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:56.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:56.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:56 smithi026 ceph-mon[93126]: pgmap v6534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:56 smithi089 ceph-mon[103441]: pgmap v6534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:57.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:57.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:58.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:58.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:17:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:17:58 smithi026 ceph-mon[93126]: pgmap v6535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:17:58 smithi089 ceph-mon[103441]: pgmap v6535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:17:59.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:17:59.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:00.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:00.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:00 smithi026 ceph-mon[93126]: pgmap v6536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:00 smithi089 ceph-mon[103441]: pgmap v6536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:01.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:01.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:02.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:02.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:02 smithi026 ceph-mon[93126]: pgmap v6537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:02 smithi089 ceph-mon[103441]: pgmap v6537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:03.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:03.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:04.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:04.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:04 smithi026 ceph-mon[93126]: pgmap v6538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:04 smithi089 ceph-mon[103441]: pgmap v6538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:05.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:05.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:06.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:06.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:06 smithi026 ceph-mon[93126]: pgmap v6539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:06 smithi089 ceph-mon[103441]: pgmap v6539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:07.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:07.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:08.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:08.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:08 smithi026 ceph-mon[93126]: pgmap v6540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:08 smithi089 ceph-mon[103441]: pgmap v6540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:09.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:09.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:10.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:10.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:10 smithi026 ceph-mon[93126]: pgmap v6541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:10 smithi089 ceph-mon[103441]: pgmap v6541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:11.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:11.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:12.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:12.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:12 smithi026 ceph-mon[93126]: pgmap v6542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:12 smithi089 ceph-mon[103441]: pgmap v6542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:13.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:13.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:14.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:14.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:14 smithi026 ceph-mon[93126]: pgmap v6543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:14 smithi089 ceph-mon[103441]: pgmap v6543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:15.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:15.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:15 smithi089 ceph-mon[103441]: pgmap v6544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:15 smithi026 ceph-mon[93126]: pgmap v6544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:16.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:16.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:17.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:17.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:18.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:18.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:18 smithi026 ceph-mon[93126]: pgmap v6545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:18 smithi089 ceph-mon[103441]: pgmap v6545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:19.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:19.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:20.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:20.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:20 smithi026 ceph-mon[93126]: pgmap v6546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:20 smithi089 ceph-mon[103441]: pgmap v6546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:21.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:21.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:22.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:22.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:22.541 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:22 smithi089 ceph-mon[103441]: pgmap v6547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:22.542 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:18:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:22 smithi026 ceph-mon[93126]: pgmap v6547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:18:23.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:23.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:24.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:24.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:24 smithi026 ceph-mon[93126]: pgmap v6548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:18:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:18:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:18:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:18:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:18:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:18:24.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:18:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:24 smithi089 ceph-mon[103441]: pgmap v6548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:18:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:18:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:18:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:18:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:18:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:18:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:18:25.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:25.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:26.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:26.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:26 smithi026 ceph-mon[93126]: pgmap v6549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:26 smithi089 ceph-mon[103441]: pgmap v6549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:27.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:27.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:28.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:28.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:28 smithi026 ceph-mon[93126]: pgmap v6550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:28 smithi089 ceph-mon[103441]: pgmap v6550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:29.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:29.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:30.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:30.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:30 smithi026 ceph-mon[93126]: pgmap v6551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:30 smithi089 ceph-mon[103441]: pgmap v6551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:31.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:31.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:32.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:32.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:32 smithi026 ceph-mon[93126]: pgmap v6552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:32.644 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:32 smithi089 ceph-mon[103441]: pgmap v6552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:33.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:33.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:34.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:34.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:34 smithi026 ceph-mon[93126]: pgmap v6553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:34 smithi089 ceph-mon[103441]: pgmap v6553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:35.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:35.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:36.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:36.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:36 smithi026 ceph-mon[93126]: pgmap v6554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:36 smithi089 ceph-mon[103441]: pgmap v6554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:37.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:37.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:38.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:38.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:38 smithi026 ceph-mon[93126]: pgmap v6555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:38 smithi089 ceph-mon[103441]: pgmap v6555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:39.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:39.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:40.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:40.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:40 smithi026 ceph-mon[93126]: pgmap v6556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:40 smithi089 ceph-mon[103441]: pgmap v6556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:41.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:41.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:42.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:42.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:42 smithi026 ceph-mon[93126]: pgmap v6557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:42 smithi089 ceph-mon[103441]: pgmap v6557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:43.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:43.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:44.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:44.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:44 smithi026 ceph-mon[93126]: pgmap v6558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:44 smithi089 ceph-mon[103441]: pgmap v6558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:45.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:45.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:45 smithi089 ceph-mon[103441]: pgmap v6559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:45 smithi026 ceph-mon[93126]: pgmap v6559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:46.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:46.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:47.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:47.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:48.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:48.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:48 smithi026 ceph-mon[93126]: pgmap v6560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:48 smithi089 ceph-mon[103441]: pgmap v6560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:49.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:49.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:18:50.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:50.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:50 smithi026 ceph-mon[93126]: pgmap v6561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:50 smithi089 ceph-mon[103441]: pgmap v6561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:18:51.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:51.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:52.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:52.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:52 smithi026 ceph-mon[93126]: pgmap v6562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:52 smithi089 ceph-mon[103441]: pgmap v6562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:53.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:53.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:54.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:54.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:54 smithi026 ceph-mon[93126]: pgmap v6563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:54 smithi089 ceph-mon[103441]: pgmap v6563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:55.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:55.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:56.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:56.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:56 smithi026 ceph-mon[93126]: pgmap v6564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:56 smithi089 ceph-mon[103441]: pgmap v6564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:57.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:57.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:58.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:58.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:18:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:18:58 smithi026 ceph-mon[93126]: pgmap v6565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:18:58 smithi089 ceph-mon[103441]: pgmap v6565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:18:59.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:18:59.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:00.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:00.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:00 smithi089 ceph-mon[103441]: pgmap v6566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:00 smithi026 ceph-mon[93126]: pgmap v6566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:01.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:01.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:02.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:02.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:02 smithi089 ceph-mon[103441]: pgmap v6567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:02 smithi026 ceph-mon[93126]: pgmap v6567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:03.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:03.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:03 smithi089 ceph-mon[103441]: pgmap v6568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:03 smithi026 ceph-mon[93126]: pgmap v6568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:04.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:04.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:05.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:05.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:05 smithi089 ceph-mon[103441]: pgmap v6569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:05 smithi026 ceph-mon[93126]: pgmap v6569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:06.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:06.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:07.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:07.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:08.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:08.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:08 smithi026 ceph-mon[93126]: pgmap v6570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:08 smithi089 ceph-mon[103441]: pgmap v6570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:09.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:09.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:10.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:10.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:10 smithi026 ceph-mon[93126]: pgmap v6571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:10 smithi089 ceph-mon[103441]: pgmap v6571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:11.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:11.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:12.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:12.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:12 smithi026 ceph-mon[93126]: pgmap v6572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:12 smithi089 ceph-mon[103441]: pgmap v6572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:13.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:13.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:14.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:14.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:14 smithi026 ceph-mon[93126]: pgmap v6573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:14 smithi089 ceph-mon[103441]: pgmap v6573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:15.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:15.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:16.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:16.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:16 smithi026 ceph-mon[93126]: pgmap v6574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:16 smithi089 ceph-mon[103441]: pgmap v6574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:17.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:17.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:18.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:18.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:18 smithi089 ceph-mon[103441]: pgmap v6575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:18 smithi026 ceph-mon[93126]: pgmap v6575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:19.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:19.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:20.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:20.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:20 smithi089 ceph-mon[103441]: pgmap v6576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:20 smithi026 ceph-mon[93126]: pgmap v6576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:21.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:21.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:22.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:22.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:22 smithi026 ceph-mon[93126]: pgmap v6577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:22 smithi089 ceph-mon[103441]: pgmap v6577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:23.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:23.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:19:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:19:24.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:24.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:24 smithi026 ceph-mon[93126]: pgmap v6578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:24 smithi089 ceph-mon[103441]: pgmap v6578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:25.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:25.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:26.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:26.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:26 smithi026 ceph-mon[93126]: pgmap v6579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:26 smithi089 ceph-mon[103441]: pgmap v6579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:27.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:27.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:28.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:28.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:28 smithi026 ceph-mon[93126]: pgmap v6580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:28.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:19:28.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:19:28.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:28.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:19:28.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:28 smithi089 ceph-mon[103441]: pgmap v6580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:19:28.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:19:28.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:28.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:19:28.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:19:29.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:29.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:30.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:30.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:30 smithi026 ceph-mon[93126]: pgmap v6581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:30 smithi089 ceph-mon[103441]: pgmap v6581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:31.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:31.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:32.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:32.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:32 smithi089 ceph-mon[103441]: pgmap v6582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:32 smithi026 ceph-mon[93126]: pgmap v6582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:33.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:33.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:34.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:34.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:34 smithi089 ceph-mon[103441]: pgmap v6583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:34 smithi026 ceph-mon[93126]: pgmap v6583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:35.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:35.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:36.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:36.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:36 smithi089 ceph-mon[103441]: pgmap v6584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:36 smithi026 ceph-mon[93126]: pgmap v6584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:37.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:37.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:37 smithi089 ceph-mon[103441]: pgmap v6585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:37 smithi026 ceph-mon[93126]: pgmap v6585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:38.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:38.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:39.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:39.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:39 smithi089 ceph-mon[103441]: pgmap v6586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:39 smithi026 ceph-mon[93126]: pgmap v6586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:40.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:40.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:41.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:41.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:42.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:42.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:42 smithi026 ceph-mon[93126]: pgmap v6587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:42 smithi089 ceph-mon[103441]: pgmap v6587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:43.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:43.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:44.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:44.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:44 smithi026 ceph-mon[93126]: pgmap v6588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:44 smithi089 ceph-mon[103441]: pgmap v6588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:45.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:45.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:46.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:46.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:46 smithi026 ceph-mon[93126]: pgmap v6589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:46 smithi089 ceph-mon[103441]: pgmap v6589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:47.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:47.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:48.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:48.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:48 smithi089 ceph-mon[103441]: pgmap v6590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:48 smithi026 ceph-mon[93126]: pgmap v6590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:49.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:49.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:19:50.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:50.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:50 smithi089 ceph-mon[103441]: pgmap v6591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:50 smithi026 ceph-mon[93126]: pgmap v6591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:19:51.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:51.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:52.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:52.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:52 smithi089 ceph-mon[103441]: pgmap v6592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:52 smithi026 ceph-mon[93126]: pgmap v6592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:53.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:53.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:53 smithi089 ceph-mon[103441]: pgmap v6593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:53 smithi026 ceph-mon[93126]: pgmap v6593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:54.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:54.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:55.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:55.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:55 smithi089 ceph-mon[103441]: pgmap v6594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:55 smithi026 ceph-mon[93126]: pgmap v6594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:56.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:56.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:57.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:57.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:58.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:58.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:19:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:19:58 smithi026 ceph-mon[93126]: pgmap v6595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:19:58 smithi089 ceph-mon[103441]: pgmap v6595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:19:59.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:19:59.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:00.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:00.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:00 smithi026 ceph-mon[93126]: pgmap v6596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T00:20:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:00 smithi089 ceph-mon[103441]: pgmap v6596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T00:20:01.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:01.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:02.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:02.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:02 smithi026 ceph-mon[93126]: pgmap v6597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:02 smithi089 ceph-mon[103441]: pgmap v6597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:03.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:03.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:04.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:04.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:04 smithi089 ceph-mon[103441]: pgmap v6598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:04 smithi026 ceph-mon[93126]: pgmap v6598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:05.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:05.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:06.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:06.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:06 smithi089 ceph-mon[103441]: pgmap v6599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:06 smithi026 ceph-mon[93126]: pgmap v6599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:07.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:07.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:08.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:08.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:08.648 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:08 smithi089 ceph-mon[103441]: pgmap v6600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:08 smithi026 ceph-mon[93126]: pgmap v6600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:09.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:09.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:10.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:10.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:10 smithi089 ceph-mon[103441]: pgmap v6601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:10 smithi026 ceph-mon[93126]: pgmap v6601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:11.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:11.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:12.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:12.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:12 smithi026 ceph-mon[93126]: pgmap v6602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:12 smithi089 ceph-mon[103441]: pgmap v6602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:13.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:13.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:14.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:14.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:14 smithi089 ceph-mon[103441]: pgmap v6603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:14 smithi026 ceph-mon[93126]: pgmap v6603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:15.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:15.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:16.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:16.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:16 smithi089 ceph-mon[103441]: pgmap v6604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:16 smithi026 ceph-mon[93126]: pgmap v6604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:17.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:17.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:18.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:18.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:18 smithi089 ceph-mon[103441]: pgmap v6605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:18 smithi026 ceph-mon[93126]: pgmap v6605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:19.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:19.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:20.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:20.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:20 smithi089 ceph-mon[103441]: pgmap v6606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:20 smithi026 ceph-mon[93126]: pgmap v6606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:21.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:21.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:22.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:22.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:22 smithi089 ceph-mon[103441]: pgmap v6607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:22 smithi026 ceph-mon[93126]: pgmap v6607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:23.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:23.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:23 smithi089 ceph-mon[103441]: pgmap v6608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:23 smithi026 ceph-mon[93126]: pgmap v6608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:24.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:24.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:25.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:25.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:25 smithi026 ceph-mon[93126]: pgmap v6609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:25 smithi089 ceph-mon[103441]: pgmap v6609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:26.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:26.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:27.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:27.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:28.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:28.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:28 smithi089 ceph-mon[103441]: pgmap v6610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:20:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:28 smithi026 ceph-mon[93126]: pgmap v6610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:20:29.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:29.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:20:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:20:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:20:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:20:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:20:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:20:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:20:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:20:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:20:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:20:30.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:30.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:30 smithi089 ceph-mon[103441]: pgmap v6611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:30 smithi026 ceph-mon[93126]: pgmap v6611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:31.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:31.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:32.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:32.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:32 smithi089 ceph-mon[103441]: pgmap v6612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:32 smithi026 ceph-mon[93126]: pgmap v6612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:33.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:33.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:34.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:34.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:34 smithi089 ceph-mon[103441]: pgmap v6613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:34 smithi026 ceph-mon[93126]: pgmap v6613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:35.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:35.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:36.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:36.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:36 smithi089 ceph-mon[103441]: pgmap v6614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:36 smithi026 ceph-mon[93126]: pgmap v6614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:37.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:37.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:37 smithi089 ceph-mon[103441]: pgmap v6615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:37 smithi026 ceph-mon[93126]: pgmap v6615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:38.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:38.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:39.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:39.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:39 smithi026 ceph-mon[93126]: pgmap v6616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:39 smithi089 ceph-mon[103441]: pgmap v6616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:40.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:40.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:41.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:41.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:42.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:42.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:42.561 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:42 smithi026 ceph-mon[93126]: pgmap v6617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:42 smithi089 ceph-mon[103441]: pgmap v6617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:43.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:43.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:44.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:44.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:44 smithi089 ceph-mon[103441]: pgmap v6618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:44 smithi026 ceph-mon[93126]: pgmap v6618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:45.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:45.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:46.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:46.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:46 smithi089 ceph-mon[103441]: pgmap v6619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:46 smithi026 ceph-mon[93126]: pgmap v6619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:47.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:47.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:48.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:48.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:48 smithi089 ceph-mon[103441]: pgmap v6620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:48 smithi026 ceph-mon[93126]: pgmap v6620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:49.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:49.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:20:50.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:50.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:50 smithi089 ceph-mon[103441]: pgmap v6621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:50 smithi026 ceph-mon[93126]: pgmap v6621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:20:51.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:51.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:52.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:52.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:52 smithi089 ceph-mon[103441]: pgmap v6622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:52.677 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:52 smithi026 ceph-mon[93126]: pgmap v6622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:53.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:53.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:54 smithi089 ceph-mon[103441]: pgmap v6623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:54.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:54.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:54 smithi026 ceph-mon[93126]: pgmap v6623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:55.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:55.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:56.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:56.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:56 smithi089 ceph-mon[103441]: pgmap v6624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:56 smithi026 ceph-mon[93126]: pgmap v6624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:57.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:57.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:58.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:58.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:20:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:20:58 smithi089 ceph-mon[103441]: pgmap v6625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:20:58 smithi026 ceph-mon[93126]: pgmap v6625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:20:59.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:20:59.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:00.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:00.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:00 smithi089 ceph-mon[103441]: pgmap v6626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:00 smithi026 ceph-mon[93126]: pgmap v6626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:01.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:01.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:02.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:02.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:02 smithi089 ceph-mon[103441]: pgmap v6627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:02.792 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:02 smithi026 ceph-mon[93126]: pgmap v6627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:03.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:03.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:03 smithi089 ceph-mon[103441]: pgmap v6628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:03 smithi026 ceph-mon[93126]: pgmap v6628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:04.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:04.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:05.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:05.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:05 smithi089 ceph-mon[103441]: pgmap v6629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:05 smithi026 ceph-mon[93126]: pgmap v6629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:06.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:06.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:07.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:07.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:08.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:08.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:08 smithi089 ceph-mon[103441]: pgmap v6630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:08 smithi026 ceph-mon[93126]: pgmap v6630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:09.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:09.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:10.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:10.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:10 smithi089 ceph-mon[103441]: pgmap v6631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:10 smithi026 ceph-mon[93126]: pgmap v6631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:11.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:11.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:12.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:12.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:12 smithi089 ceph-mon[103441]: pgmap v6632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:12 smithi026 ceph-mon[93126]: pgmap v6632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:13.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:13.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:14.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:14.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:14 smithi089 ceph-mon[103441]: pgmap v6633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:14 smithi026 ceph-mon[93126]: pgmap v6633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:15.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:15.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:16.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:16.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:16 smithi089 ceph-mon[103441]: pgmap v6634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:16 smithi026 ceph-mon[93126]: pgmap v6634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:17.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:17.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:17 smithi089 ceph-mon[103441]: pgmap v6635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:17 smithi026 ceph-mon[93126]: pgmap v6635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:18.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:19.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:19.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:19 smithi089 ceph-mon[103441]: pgmap v6636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:19 smithi026 ceph-mon[93126]: pgmap v6636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:20.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:20.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:21.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:21.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:22.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:22.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:22 smithi089 ceph-mon[103441]: pgmap v6637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:22 smithi026 ceph-mon[93126]: pgmap v6637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:23.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:23.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:24.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:24.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:24 smithi089 ceph-mon[103441]: pgmap v6638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:24 smithi026 ceph-mon[93126]: pgmap v6638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:25.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:25.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:26.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:26.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:26 smithi089 ceph-mon[103441]: pgmap v6639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:26 smithi026 ceph-mon[93126]: pgmap v6639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:27.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:27.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:28 smithi026 ceph-mon[93126]: pgmap v6640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:28.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:28.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:28 smithi089 ceph-mon[103441]: pgmap v6640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:29.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:29.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:21:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:21:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:21:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:21:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:21:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:21:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:21:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:21:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:21:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:21:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:21:29.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:21:30.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:30.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:30 smithi089 ceph-mon[103441]: pgmap v6641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:30 smithi026 ceph-mon[93126]: pgmap v6641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:31.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:31.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:32.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:32.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:32 smithi089 ceph-mon[103441]: pgmap v6642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:32 smithi026 ceph-mon[93126]: pgmap v6642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:33.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:33.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:34.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:34.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:34 smithi089 ceph-mon[103441]: pgmap v6643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:34 smithi026 ceph-mon[93126]: pgmap v6643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:35.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:35.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:36.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:36.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:36 smithi089 ceph-mon[103441]: pgmap v6644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:36 smithi026 ceph-mon[93126]: pgmap v6644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:37.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:37.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:38 smithi026 ceph-mon[93126]: pgmap v6645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:38.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:38.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:38 smithi089 ceph-mon[103441]: pgmap v6645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:39.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:39.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:40.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:40.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:40 smithi089 ceph-mon[103441]: pgmap v6646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:40 smithi026 ceph-mon[93126]: pgmap v6646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:41.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:41.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:42.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:42.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:42 smithi089 ceph-mon[103441]: pgmap v6647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:42 smithi026 ceph-mon[93126]: pgmap v6647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:43.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:43.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:44.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:44.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:44.641 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:44 smithi089 ceph-mon[103441]: pgmap v6648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:44 smithi026 ceph-mon[93126]: pgmap v6648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:45.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:45.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:46.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:46.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:46 smithi089 ceph-mon[103441]: pgmap v6649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:46 smithi026 ceph-mon[93126]: pgmap v6649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:47.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:47.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:48.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:48.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:48 smithi089 ceph-mon[103441]: pgmap v6650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:48 smithi026 ceph-mon[93126]: pgmap v6650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:49.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:49.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:21:50.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:50.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:50 smithi089 ceph-mon[103441]: pgmap v6651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:50 smithi026 ceph-mon[93126]: pgmap v6651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:21:51.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:51.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:52.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:52.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:52 smithi089 ceph-mon[103441]: pgmap v6652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:52 smithi026 ceph-mon[93126]: pgmap v6652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:53.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:53.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:54.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:54.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:54 smithi089 ceph-mon[103441]: pgmap v6653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:54 smithi026 ceph-mon[93126]: pgmap v6653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:55.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:55.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:56.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:56.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:56 smithi089 ceph-mon[103441]: pgmap v6654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:56 smithi026 ceph-mon[93126]: pgmap v6654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:57.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:57.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:58.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:58.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:21:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:21:58 smithi089 ceph-mon[103441]: pgmap v6655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:21:58 smithi026 ceph-mon[93126]: pgmap v6655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:21:59.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:21:59.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:00.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:00.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:00 smithi089 ceph-mon[103441]: pgmap v6656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:00 smithi026 ceph-mon[93126]: pgmap v6656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:01.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:01.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:02.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:02.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:02 smithi089 ceph-mon[103441]: pgmap v6657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:02 smithi026 ceph-mon[93126]: pgmap v6657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:03.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:03.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:04.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:04.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:04 smithi089 ceph-mon[103441]: pgmap v6658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:04 smithi026 ceph-mon[93126]: pgmap v6658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:05.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:05.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:06.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:06.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:06 smithi089 ceph-mon[103441]: pgmap v6659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:06 smithi026 ceph-mon[93126]: pgmap v6659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:07.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:07.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:08.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:08.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:08 smithi089 ceph-mon[103441]: pgmap v6660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:08 smithi026 ceph-mon[93126]: pgmap v6660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:09.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:09.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:09 smithi089 ceph-mon[103441]: pgmap v6661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:09 smithi026 ceph-mon[93126]: pgmap v6661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:10.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:10.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:11.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:11.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:12 smithi089 ceph-mon[103441]: pgmap v6662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:12.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:12.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:12 smithi026 ceph-mon[93126]: pgmap v6662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:13.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:13.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:14 smithi089 ceph-mon[103441]: pgmap v6663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:14.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:14.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:14 smithi026 ceph-mon[93126]: pgmap v6663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:15.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:15.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:16 smithi089 ceph-mon[103441]: pgmap v6664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:16.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:16.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:16 smithi026 ceph-mon[93126]: pgmap v6664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:17.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:17.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:18.651 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:18 smithi026 ceph-mon[93126]: pgmap v6665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:18 smithi089 ceph-mon[103441]: pgmap v6665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:18.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:18.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:19.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:19.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:20 smithi089 ceph-mon[103441]: pgmap v6666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:20.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:20.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:20 smithi026 ceph-mon[93126]: pgmap v6666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:21.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:21.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:22 smithi089 ceph-mon[103441]: pgmap v6667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:22.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:22.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:22 smithi026 ceph-mon[93126]: pgmap v6667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:23.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:23.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:24 smithi089 ceph-mon[103441]: pgmap v6668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:24.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:24.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:24 smithi026 ceph-mon[93126]: pgmap v6668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:25.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:25.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:26 smithi089 ceph-mon[103441]: pgmap v6669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:26.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:26.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:26 smithi026 ceph-mon[93126]: pgmap v6669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:27.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:27.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:28 smithi089 ceph-mon[103441]: pgmap v6670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:28.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:28.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:28.767 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:28 smithi026 ceph-mon[93126]: pgmap v6670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:29 smithi089 ceph-mon[103441]: pgmap v6671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:29.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:29.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:29 smithi026 ceph-mon[93126]: pgmap v6671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:22:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:22:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:22:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:22:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:22:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:22:30.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:30.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:22:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:22:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:22:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:22:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:22:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:22:31.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:31.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:32 smithi089 ceph-mon[103441]: pgmap v6672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:32.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:32.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:32 smithi026 ceph-mon[93126]: pgmap v6672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:33.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:33.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:34 smithi089 ceph-mon[103441]: pgmap v6673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:34.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:34.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:34 smithi026 ceph-mon[93126]: pgmap v6673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:35.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:35.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:36.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:36 smithi089 ceph-mon[103441]: pgmap v6674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:36.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:36.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:36 smithi026 ceph-mon[93126]: pgmap v6674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:37 smithi089 ceph-mon[103441]: pgmap v6675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:37.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:37.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:37 smithi026 ceph-mon[93126]: pgmap v6675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:38.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:38.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:39.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:39.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:39 smithi026 ceph-mon[93126]: pgmap v6676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:39 smithi089 ceph-mon[103441]: pgmap v6676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:40.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:40.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:41.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:41.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:42 smithi089 ceph-mon[103441]: pgmap v6677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:42.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:42.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:42 smithi026 ceph-mon[93126]: pgmap v6677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:43.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:43.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:44 smithi089 ceph-mon[103441]: pgmap v6678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:44.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:44.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:44 smithi026 ceph-mon[93126]: pgmap v6678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:45.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:45.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:46 smithi089 ceph-mon[103441]: pgmap v6679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:46.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:46.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:46 smithi026 ceph-mon[93126]: pgmap v6679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:47 smithi089 ceph-mon[103441]: pgmap v6680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:47.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:47.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:47 smithi026 ceph-mon[93126]: pgmap v6680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:48.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:48.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:49.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:49.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:49 smithi026 ceph-mon[93126]: pgmap v6681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:49 smithi089 ceph-mon[103441]: pgmap v6681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:22:50.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:50.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:51.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:51.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:52 smithi089 ceph-mon[103441]: pgmap v6682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:52.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:52.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:52.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:52 smithi026 ceph-mon[93126]: pgmap v6682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:53.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:53.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:54 smithi089 ceph-mon[103441]: pgmap v6683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:54.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:54.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:54 smithi026 ceph-mon[93126]: pgmap v6683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:55.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:55.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:56 smithi089 ceph-mon[103441]: pgmap v6684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:56.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:56.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:56 smithi026 ceph-mon[93126]: pgmap v6684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:57 smithi089 ceph-mon[103441]: pgmap v6685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:57.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:57.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:57 smithi026 ceph-mon[93126]: pgmap v6685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:22:58.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:58.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:59.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:22:59.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:22:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:22:59 smithi026 ceph-mon[93126]: pgmap v6686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:22:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:22:59 smithi089 ceph-mon[103441]: pgmap v6686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:00.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:00.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:01.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:01.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:02 smithi089 ceph-mon[103441]: pgmap v6687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:02.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:02.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:02 smithi026 ceph-mon[93126]: pgmap v6687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:03.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:03.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:04 smithi026 ceph-mon[93126]: pgmap v6688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:04 smithi089 ceph-mon[103441]: pgmap v6688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:04.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:04.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:05.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:05.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:06 smithi089 ceph-mon[103441]: pgmap v6689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:06.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:06.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:06 smithi026 ceph-mon[93126]: pgmap v6689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:07 smithi089 ceph-mon[103441]: pgmap v6690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:07.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:07.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:07 smithi026 ceph-mon[93126]: pgmap v6690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:08.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:08.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:09.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:09.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:09 smithi026 ceph-mon[93126]: pgmap v6691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:09 smithi089 ceph-mon[103441]: pgmap v6691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:10.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:10.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:11.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:11.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:12 smithi089 ceph-mon[103441]: pgmap v6692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:12.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:12.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:12 smithi026 ceph-mon[93126]: pgmap v6692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:13.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:13.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:14 smithi026 ceph-mon[93126]: pgmap v6693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:14 smithi089 ceph-mon[103441]: pgmap v6693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:14.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:14.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:15.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:15.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:16 smithi089 ceph-mon[103441]: pgmap v6694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:16.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:16.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:16 smithi026 ceph-mon[93126]: pgmap v6694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:17 smithi089 ceph-mon[103441]: pgmap v6695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:17.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:17.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:17 smithi026 ceph-mon[93126]: pgmap v6695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:18.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:18.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:19.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:19.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:19 smithi026 ceph-mon[93126]: pgmap v6696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:19 smithi089 ceph-mon[103441]: pgmap v6696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:20.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:20.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:21.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:21.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:22 smithi089 ceph-mon[103441]: pgmap v6697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:22.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:22.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:22 smithi026 ceph-mon[93126]: pgmap v6697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:23.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:23.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:24 smithi089 ceph-mon[103441]: pgmap v6698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:24.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:24.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:24 smithi026 ceph-mon[93126]: pgmap v6698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:25 smithi089 ceph-mon[103441]: pgmap v6699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:25.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:25.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:25 smithi026 ceph-mon[93126]: pgmap v6699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:26.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:26.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:27.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:27.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:28 smithi089 ceph-mon[103441]: pgmap v6700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:28 smithi026 ceph-mon[93126]: pgmap v6700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:28.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:28.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:29 smithi089 ceph-mon[103441]: pgmap v6701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:29 smithi026 ceph-mon[93126]: pgmap v6701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:29.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:29.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:23:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:23:30.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:30.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:31 smithi089 ceph-mon[103441]: pgmap v6702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:23:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:23:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:23:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:23:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:23:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:31 smithi026 ceph-mon[93126]: pgmap v6702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:23:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:23:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:23:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:23:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:23:31.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:31.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:32.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:32.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:33 smithi026 ceph-mon[93126]: pgmap v6703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:33.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:33.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:33 smithi089 ceph-mon[103441]: pgmap v6703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:34.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:34.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:35.787 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:35 smithi089 ceph-mon[103441]: pgmap v6704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:35 smithi026 ceph-mon[93126]: pgmap v6704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:35.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:35.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:36.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:36.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:37.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:37.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:38.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:38 smithi089 ceph-mon[103441]: pgmap v6705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:38 smithi026 ceph-mon[93126]: pgmap v6705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:38.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:38.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:39 smithi089 ceph-mon[103441]: pgmap v6706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:39 smithi026 ceph-mon[93126]: pgmap v6706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:39.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:39.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:40.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:40.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:41.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:41.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:42 smithi089 ceph-mon[103441]: pgmap v6707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:42 smithi026 ceph-mon[93126]: pgmap v6707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:42.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:42.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:43 smithi089 ceph-mon[103441]: pgmap v6708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:43 smithi026 ceph-mon[93126]: pgmap v6708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:43.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:43.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:44.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:44.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:45 smithi026 ceph-mon[93126]: pgmap v6709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:45.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:45.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:45.893 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:45 smithi089 ceph-mon[103441]: pgmap v6709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:46.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:46.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:47.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:47.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:48 smithi089 ceph-mon[103441]: pgmap v6710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:48 smithi026 ceph-mon[93126]: pgmap v6710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:48.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:48.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:49 smithi089 ceph-mon[103441]: pgmap v6711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:49.688 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:49 smithi026 ceph-mon[93126]: pgmap v6711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:49.688 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:23:49.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:49.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:50.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:50.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:51.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:51.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:52 smithi089 ceph-mon[103441]: pgmap v6712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:52 smithi026 ceph-mon[93126]: pgmap v6712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:52.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:52.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:53 smithi089 ceph-mon[103441]: pgmap v6713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:53 smithi026 ceph-mon[93126]: pgmap v6713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:53.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:53.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:54.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:54.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:55 smithi026 ceph-mon[93126]: pgmap v6714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:55.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:55.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:55 smithi089 ceph-mon[103441]: pgmap v6714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:56.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:56.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:57 smithi089 ceph-mon[103441]: pgmap v6715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:57 smithi026 ceph-mon[93126]: pgmap v6715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:23:57.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:57.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:58.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:58.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:59.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:23:59 smithi026 ceph-mon[93126]: pgmap v6716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:23:59.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:23:59.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:23:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:23:59 smithi089 ceph-mon[103441]: pgmap v6716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:00.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:00.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:01.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:01.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:02 smithi089 ceph-mon[103441]: pgmap v6717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:02 smithi026 ceph-mon[93126]: pgmap v6717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:02.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:02.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:03 smithi089 ceph-mon[103441]: pgmap v6718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:03 smithi026 ceph-mon[93126]: pgmap v6718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:03.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:03.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:04.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:04.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:05 smithi089 ceph-mon[103441]: pgmap v6719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:05 smithi026 ceph-mon[93126]: pgmap v6719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:05.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:05.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:06.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:06.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:07 smithi089 ceph-mon[103441]: pgmap v6720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:07 smithi026 ceph-mon[93126]: pgmap v6720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:07.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:07.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:08.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:08.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:09 smithi026 ceph-mon[93126]: pgmap v6721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:09.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:09.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:09 smithi089 ceph-mon[103441]: pgmap v6721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:10.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:10.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:11.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:11.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:12 smithi089 ceph-mon[103441]: pgmap v6722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:12 smithi026 ceph-mon[93126]: pgmap v6722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:12.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:12.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:13 smithi089 ceph-mon[103441]: pgmap v6723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:13 smithi026 ceph-mon[93126]: pgmap v6723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:13.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:13.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:14.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:14.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:15 smithi026 ceph-mon[93126]: pgmap v6724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:15.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:15.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:15 smithi089 ceph-mon[103441]: pgmap v6724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:16.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:16.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:17 smithi089 ceph-mon[103441]: pgmap v6725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:17 smithi026 ceph-mon[93126]: pgmap v6725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:17.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:17.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:18.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:18.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:19 smithi026 ceph-mon[93126]: pgmap v6726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:19.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:19.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:19 smithi089 ceph-mon[103441]: pgmap v6726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:20.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:20.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:21 smithi089 ceph-mon[103441]: pgmap v6727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:21 smithi026 ceph-mon[93126]: pgmap v6727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:21.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:21.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:22.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:22.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:23 smithi026 ceph-mon[93126]: pgmap v6728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:23.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:23.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:23 smithi089 ceph-mon[103441]: pgmap v6728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:24.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:24.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:25 smithi026 ceph-mon[93126]: pgmap v6729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:25.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:25.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:25 smithi089 ceph-mon[103441]: pgmap v6729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:26.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:26.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:27 smithi089 ceph-mon[103441]: pgmap v6730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:27 smithi026 ceph-mon[93126]: pgmap v6730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:27.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:27.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:28.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:28.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:29 smithi026 ceph-mon[93126]: pgmap v6731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:29.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:29.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:29 smithi089 ceph-mon[103441]: pgmap v6731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:30.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:30.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:31 smithi089 ceph-mon[103441]: pgmap v6732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:24:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:31 smithi026 ceph-mon[93126]: pgmap v6732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:24:31.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:31.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:24:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:24:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:24:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:24:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:24:32.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:32.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:24:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:24:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:24:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:24:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:24:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:33 smithi026 ceph-mon[93126]: pgmap v6733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:33.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:33.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:33 smithi089 ceph-mon[103441]: pgmap v6733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:34.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:34.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:35.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:35.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:35 smithi089 ceph-mon[103441]: pgmap v6734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:35 smithi026 ceph-mon[93126]: pgmap v6734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:36.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:36.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:37 smithi089 ceph-mon[103441]: pgmap v6735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:37 smithi026 ceph-mon[93126]: pgmap v6735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:37.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:37.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:38.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:38.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:39 smithi026 ceph-mon[93126]: pgmap v6736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:39 smithi089 ceph-mon[103441]: pgmap v6736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:39.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:39.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:40.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:40.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:41 smithi026 ceph-mon[93126]: pgmap v6737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:41 smithi089 ceph-mon[103441]: pgmap v6737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:41.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:41.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:42.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:42.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:43 smithi026 ceph-mon[93126]: pgmap v6738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:43 smithi089 ceph-mon[103441]: pgmap v6738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:43.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:43.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:44.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:44.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:45 smithi026 ceph-mon[93126]: pgmap v6739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:45 smithi089 ceph-mon[103441]: pgmap v6739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:45.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:45.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:46.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:46.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:47 smithi089 ceph-mon[103441]: pgmap v6740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:47 smithi026 ceph-mon[93126]: pgmap v6740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:47.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:47.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:48.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:48.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:49 smithi026 ceph-mon[93126]: pgmap v6741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:49 smithi089 ceph-mon[103441]: pgmap v6741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:24:49.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:49.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:50.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:50.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:51 smithi026 ceph-mon[93126]: pgmap v6742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:51 smithi089 ceph-mon[103441]: pgmap v6742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:51.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:51.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:52.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:52.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:53 smithi026 ceph-mon[93126]: pgmap v6743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:53 smithi089 ceph-mon[103441]: pgmap v6743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:53.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:53.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:54.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:54.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:55 smithi026 ceph-mon[93126]: pgmap v6744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:55 smithi089 ceph-mon[103441]: pgmap v6744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:55.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:55.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:56.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:56.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:57 smithi089 ceph-mon[103441]: pgmap v6745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:57 smithi026 ceph-mon[93126]: pgmap v6745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:24:57.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:57.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:58.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:58.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:24:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:24:59 smithi026 ceph-mon[93126]: pgmap v6746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:24:59 smithi089 ceph-mon[103441]: pgmap v6746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:24:59.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:24:59.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:00.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:00.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:01 smithi026 ceph-mon[93126]: pgmap v6747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:01 smithi089 ceph-mon[103441]: pgmap v6747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:01.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:01.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:02.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:02.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:03 smithi026 ceph-mon[93126]: pgmap v6748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:03 smithi089 ceph-mon[103441]: pgmap v6748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:03.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:03.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:04.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:04.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:05 smithi026 ceph-mon[93126]: pgmap v6749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:05 smithi089 ceph-mon[103441]: pgmap v6749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:05.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:05.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:06.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:06.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:07 smithi089 ceph-mon[103441]: pgmap v6750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:07 smithi026 ceph-mon[93126]: pgmap v6750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:07.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:07.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:08.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:08.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:09 smithi026 ceph-mon[93126]: pgmap v6751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:09 smithi089 ceph-mon[103441]: pgmap v6751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:09.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:09.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:10.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:10.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:11.797 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:11 smithi089 ceph-mon[103441]: pgmap v6752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:11.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:11 smithi026 ceph-mon[93126]: pgmap v6752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:11.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:11.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:12.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:12.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:13 smithi026 ceph-mon[93126]: pgmap v6753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:13 smithi089 ceph-mon[103441]: pgmap v6753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:13.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:13.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:14.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:14.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:15 smithi026 ceph-mon[93126]: pgmap v6754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:15 smithi089 ceph-mon[103441]: pgmap v6754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:15.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:15.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:16.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:16.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:17 smithi089 ceph-mon[103441]: pgmap v6755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:17 smithi026 ceph-mon[93126]: pgmap v6755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:17.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:17.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:18.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:18.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:19 smithi026 ceph-mon[93126]: pgmap v6756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:19 smithi089 ceph-mon[103441]: pgmap v6756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:19.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:19.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:20.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:20.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:21 smithi026 ceph-mon[93126]: pgmap v6757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:21.902 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:21 smithi089 ceph-mon[103441]: pgmap v6757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:21.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:22.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:23.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:23.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:23 smithi026 ceph-mon[93126]: pgmap v6758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:23 smithi089 ceph-mon[103441]: pgmap v6758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:24.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:24.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:25.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:25.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:25.783 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:25 smithi026 ceph-mon[93126]: pgmap v6759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:25 smithi089 ceph-mon[103441]: pgmap v6759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:26.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:26.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:27.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:27.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:27 smithi089 ceph-mon[103441]: pgmap v6760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:27 smithi026 ceph-mon[93126]: pgmap v6760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:28.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:28.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:29.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:29.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:29 smithi026 ceph-mon[93126]: pgmap v6761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:29 smithi089 ceph-mon[103441]: pgmap v6761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:30.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:30.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:31.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:31.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:31 smithi026 ceph-mon[93126]: pgmap v6762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:31 smithi089 ceph-mon[103441]: pgmap v6762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:32.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:32.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:25:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:25:33.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:33.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:33 smithi026 ceph-mon[93126]: pgmap v6763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:33 smithi089 ceph-mon[103441]: pgmap v6763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:34.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:34.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:35.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:35.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:35 smithi026 ceph-mon[93126]: pgmap v6764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:35 smithi089 ceph-mon[103441]: pgmap v6764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:36.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:36.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:37.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:37.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:37.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:25:37.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:25:37.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:37 smithi026 ceph-mon[93126]: pgmap v6765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:37.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:25:37.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:25:37.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:25:37.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:25:37.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:25:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:25:37.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:25:37.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:37 smithi089 ceph-mon[103441]: pgmap v6765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:37.931 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:25:37.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:25:37.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:25:37.932 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:25:37.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:25:38.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:38.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:39.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:39.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:39 smithi026 ceph-mon[93126]: pgmap v6766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:39 smithi089 ceph-mon[103441]: pgmap v6766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:40.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:40.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:41.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:41.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:41 smithi026 ceph-mon[93126]: pgmap v6767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:41 smithi089 ceph-mon[103441]: pgmap v6767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:42.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:42.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:43.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:43.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:43 smithi026 ceph-mon[93126]: pgmap v6768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:43 smithi089 ceph-mon[103441]: pgmap v6768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:44.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:44.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:45.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:45.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:45 smithi026 ceph-mon[93126]: pgmap v6769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:45 smithi089 ceph-mon[103441]: pgmap v6769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:46.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:46.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:47.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:47.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:47 smithi089 ceph-mon[103441]: pgmap v6770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:47 smithi026 ceph-mon[93126]: pgmap v6770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:48.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:48.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:49.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:49.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:49 smithi026 ceph-mon[93126]: pgmap v6771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:49 smithi089 ceph-mon[103441]: pgmap v6771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:25:50.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:50.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:51.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:51.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:51 smithi026 ceph-mon[93126]: pgmap v6772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:51 smithi089 ceph-mon[103441]: pgmap v6772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:52.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:52.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:53.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:53.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:53 smithi026 ceph-mon[93126]: pgmap v6773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:53 smithi089 ceph-mon[103441]: pgmap v6773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:54.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:54.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:55.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:55.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:55 smithi026 ceph-mon[93126]: pgmap v6774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:55 smithi089 ceph-mon[103441]: pgmap v6774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:56.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:56.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:57.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:57.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:57 smithi089 ceph-mon[103441]: pgmap v6775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:57 smithi026 ceph-mon[93126]: pgmap v6775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:25:58.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:58.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:59.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:25:59.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:25:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:25:59 smithi026 ceph-mon[93126]: pgmap v6776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:25:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:25:59 smithi089 ceph-mon[103441]: pgmap v6776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:00.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:00.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:01.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:01.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:01 smithi026 ceph-mon[93126]: pgmap v6777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:01 smithi089 ceph-mon[103441]: pgmap v6777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:02.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:02.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:03.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:03.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:03 smithi026 ceph-mon[93126]: pgmap v6778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:03 smithi089 ceph-mon[103441]: pgmap v6778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:04.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:04.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:05.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:05.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:05 smithi026 ceph-mon[93126]: pgmap v6779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:05 smithi089 ceph-mon[103441]: pgmap v6779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:06.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:06.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:07.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:07.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:07 smithi089 ceph-mon[103441]: pgmap v6780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:07 smithi026 ceph-mon[93126]: pgmap v6780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:08.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:08.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:09.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:09.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:09 smithi026 ceph-mon[93126]: pgmap v6781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:09 smithi089 ceph-mon[103441]: pgmap v6781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:10.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:10.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:11.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:11.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:11 smithi026 ceph-mon[93126]: pgmap v6782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:11 smithi089 ceph-mon[103441]: pgmap v6782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:12.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:12.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:13.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:13.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:13 smithi026 ceph-mon[93126]: pgmap v6783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:13 smithi089 ceph-mon[103441]: pgmap v6783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:14.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:14.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:15.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:15.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:15 smithi026 ceph-mon[93126]: pgmap v6784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:15 smithi089 ceph-mon[103441]: pgmap v6784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:16.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:16.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:17.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:17.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:17 smithi089 ceph-mon[103441]: pgmap v6785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:17 smithi026 ceph-mon[93126]: pgmap v6785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:18.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:18.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:19.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:19.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:19 smithi089 ceph-mon[103441]: pgmap v6786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:19 smithi026 ceph-mon[93126]: pgmap v6786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:20.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:20.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:21.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:21.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:21 smithi026 ceph-mon[93126]: pgmap v6787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:21 smithi089 ceph-mon[103441]: pgmap v6787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:22.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:22.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:23.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:23.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:23.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:23 smithi026 ceph-mon[93126]: pgmap v6788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:23 smithi089 ceph-mon[103441]: pgmap v6788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:24.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:24.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:25.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:25.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:25 smithi089 ceph-mon[103441]: pgmap v6789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:25 smithi026 ceph-mon[93126]: pgmap v6789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:26.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:26.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:27.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:27.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:27 smithi089 ceph-mon[103441]: pgmap v6790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:27 smithi026 ceph-mon[93126]: pgmap v6790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:28.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:28.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:29.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:29.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:29 smithi026 ceph-mon[93126]: pgmap v6791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:29 smithi089 ceph-mon[103441]: pgmap v6791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:30.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:30.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:31.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:31.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:31 smithi026 ceph-mon[93126]: pgmap v6792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:31 smithi089 ceph-mon[103441]: pgmap v6792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:32.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:32.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:33.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:33.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:33 smithi026 ceph-mon[93126]: pgmap v6793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:33 smithi089 ceph-mon[103441]: pgmap v6793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:34.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:34.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:35.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:35.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:35 smithi026 ceph-mon[93126]: pgmap v6794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:35 smithi089 ceph-mon[103441]: pgmap v6794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:36.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:36.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:37.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:37.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:37 smithi089 ceph-mon[103441]: pgmap v6795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:26:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:37 smithi026 ceph-mon[93126]: pgmap v6795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:26:38.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:38.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:26:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:26:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:26:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:26:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:26:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:26:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:26:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:26:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:26:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:26:39.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:39.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:39 smithi089 ceph-mon[103441]: pgmap v6796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:39 smithi026 ceph-mon[93126]: pgmap v6796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:40.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:40.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:41.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:41.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:41 smithi026 ceph-mon[93126]: pgmap v6797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:41 smithi089 ceph-mon[103441]: pgmap v6797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:42.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:42.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:43.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:43.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:43 smithi026 ceph-mon[93126]: pgmap v6798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:43 smithi089 ceph-mon[103441]: pgmap v6798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:44.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:44.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:45.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:45.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:45 smithi089 ceph-mon[103441]: pgmap v6799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:45 smithi026 ceph-mon[93126]: pgmap v6799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:46.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:46.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:47.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:47.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:47 smithi089 ceph-mon[103441]: pgmap v6800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:47 smithi026 ceph-mon[93126]: pgmap v6800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:48.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:48.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:26:49.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:49.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:49 smithi089 ceph-mon[103441]: pgmap v6801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:49 smithi026 ceph-mon[93126]: pgmap v6801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:50.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:50.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:51.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:51.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:51 smithi089 ceph-mon[103441]: pgmap v6802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:51 smithi026 ceph-mon[93126]: pgmap v6802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:52.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:52.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:53.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:53.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:53.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:53 smithi026 ceph-mon[93126]: pgmap v6803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:53 smithi089 ceph-mon[103441]: pgmap v6803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:54.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:54.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:55.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:55.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:55 smithi089 ceph-mon[103441]: pgmap v6804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:55 smithi026 ceph-mon[93126]: pgmap v6804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:56.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:56.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:57.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:57.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:57 smithi089 ceph-mon[103441]: pgmap v6805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:57 smithi026 ceph-mon[93126]: pgmap v6805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:26:58.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:58.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:59.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:26:59.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:26:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:26:59 smithi026 ceph-mon[93126]: pgmap v6806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:26:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:26:59 smithi089 ceph-mon[103441]: pgmap v6806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:00.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:00.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:01.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:01.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:01.876 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:01 smithi026 ceph-mon[93126]: pgmap v6807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:01 smithi089 ceph-mon[103441]: pgmap v6807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:02.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:02.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:03.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:03.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:03 smithi026 ceph-mon[93126]: pgmap v6808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:03 smithi089 ceph-mon[103441]: pgmap v6808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:04.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:04.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:05.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:05.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:05 smithi089 ceph-mon[103441]: pgmap v6809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:05 smithi026 ceph-mon[93126]: pgmap v6809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:06.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:06.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:07.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:07.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:07 smithi089 ceph-mon[103441]: pgmap v6810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:07 smithi026 ceph-mon[93126]: pgmap v6810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:08.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:08.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:09.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:09.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:09 smithi089 ceph-mon[103441]: pgmap v6811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:09 smithi026 ceph-mon[93126]: pgmap v6811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:10.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:10.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:11.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:11.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:11 smithi089 ceph-mon[103441]: pgmap v6812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:11.991 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:11 smithi026 ceph-mon[93126]: pgmap v6812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:12.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:12.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:13.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:13.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:13.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:13 smithi026 ceph-mon[93126]: pgmap v6813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:13 smithi089 ceph-mon[103441]: pgmap v6813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:14.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:14.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:15.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:15.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:15 smithi089 ceph-mon[103441]: pgmap v6814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:15 smithi026 ceph-mon[93126]: pgmap v6814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:16.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:16.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:17.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:17.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:17 smithi089 ceph-mon[103441]: pgmap v6815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:17 smithi026 ceph-mon[93126]: pgmap v6815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:18.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:18.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:19.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:19.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:19 smithi089 ceph-mon[103441]: pgmap v6816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:19 smithi026 ceph-mon[93126]: pgmap v6816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:20.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:20.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:21.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:21.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:21 smithi089 ceph-mon[103441]: pgmap v6817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:21 smithi026 ceph-mon[93126]: pgmap v6817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:22.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:22.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:23.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:23.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:23.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:23 smithi026 ceph-mon[93126]: pgmap v6818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:23 smithi089 ceph-mon[103441]: pgmap v6818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:24.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:24.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:25.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:25.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:25 smithi089 ceph-mon[103441]: pgmap v6819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:25 smithi026 ceph-mon[93126]: pgmap v6819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:26.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:26.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:27.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:27.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:27 smithi026 ceph-mon[93126]: pgmap v6820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:27 smithi089 ceph-mon[103441]: pgmap v6820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:28.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:28.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:29.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:29.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:29 smithi089 ceph-mon[103441]: pgmap v6821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:29 smithi026 ceph-mon[93126]: pgmap v6821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:30.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:30.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:31.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:31.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:31 smithi089 ceph-mon[103441]: pgmap v6822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:31 smithi026 ceph-mon[93126]: pgmap v6822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:32.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:32.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:33.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:33.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:33 smithi026 ceph-mon[93126]: pgmap v6823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:33 smithi089 ceph-mon[103441]: pgmap v6823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:34.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:34.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:35.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:35.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:35 smithi089 ceph-mon[103441]: pgmap v6824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:35 smithi026 ceph-mon[93126]: pgmap v6824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:36.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:36.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:37.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:37.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:37 smithi026 ceph-mon[93126]: pgmap v6825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:37 smithi089 ceph-mon[103441]: pgmap v6825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:38.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:38.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:27:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:27:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:39.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:39.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:39 smithi089 ceph-mon[103441]: pgmap v6826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:39 smithi026 ceph-mon[93126]: pgmap v6826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:40.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:40.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:41.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:41.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:41 smithi089 ceph-mon[103441]: pgmap v6827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:41 smithi026 ceph-mon[93126]: pgmap v6827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:42.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:42.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:43.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:43.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:43 smithi089 ceph-mon[103441]: pgmap v6828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:43.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:43 smithi026 ceph-mon[93126]: pgmap v6828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:44.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:44.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:45.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:45.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:46.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:46.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:46 smithi026 ceph-mon[93126]: pgmap v6829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:27:46.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:27:46.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:46.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:27:46.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:46 smithi089 ceph-mon[103441]: pgmap v6829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:27:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:27:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:27:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:27:47.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:47.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:47 smithi089 ceph-mon[103441]: pgmap v6830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:47 smithi026 ceph-mon[93126]: pgmap v6830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:48.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:48.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:27:49.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:49.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:49 smithi089 ceph-mon[103441]: pgmap v6831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:49 smithi026 ceph-mon[93126]: pgmap v6831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:27:50.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:50.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:51.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:51.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:51 smithi089 ceph-mon[103441]: pgmap v6832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:51 smithi026 ceph-mon[93126]: pgmap v6832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:52.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:52.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:53.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:53.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:53.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:53 smithi026 ceph-mon[93126]: pgmap v6833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:53 smithi089 ceph-mon[103441]: pgmap v6833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:54.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:54.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:55.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:55.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:55 smithi089 ceph-mon[103441]: pgmap v6834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:55 smithi026 ceph-mon[93126]: pgmap v6834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:56.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:56.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:57.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:57.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:57 smithi089 ceph-mon[103441]: pgmap v6835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:57 smithi026 ceph-mon[93126]: pgmap v6835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:27:58.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:58.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:59.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:27:59.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:27:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:27:59 smithi089 ceph-mon[103441]: pgmap v6836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:27:59 smithi026 ceph-mon[93126]: pgmap v6836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:00.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:00.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:01.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:01.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:01 smithi089 ceph-mon[103441]: pgmap v6837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:01 smithi026 ceph-mon[93126]: pgmap v6837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:02.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:02.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:03.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:03.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:03.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:03 smithi026 ceph-mon[93126]: pgmap v6838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:03 smithi089 ceph-mon[103441]: pgmap v6838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:04.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:04.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:05.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:05.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:05 smithi089 ceph-mon[103441]: pgmap v6839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:05 smithi026 ceph-mon[93126]: pgmap v6839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:06.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:06.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:07.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:07.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:07 smithi089 ceph-mon[103441]: pgmap v6840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:07 smithi026 ceph-mon[93126]: pgmap v6840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:08.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:08.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:09.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:09.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:09 smithi089 ceph-mon[103441]: pgmap v6841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:09 smithi026 ceph-mon[93126]: pgmap v6841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:10.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:10.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:11.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:11.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:11 smithi089 ceph-mon[103441]: pgmap v6842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:11 smithi026 ceph-mon[93126]: pgmap v6842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:12.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:12.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:13.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:13.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:13.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:13 smithi026 ceph-mon[93126]: pgmap v6843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:13 smithi089 ceph-mon[103441]: pgmap v6843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:14.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:14.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:15.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:15.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:15 smithi089 ceph-mon[103441]: pgmap v6844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:15 smithi026 ceph-mon[93126]: pgmap v6844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:16.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:16.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:17.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:17.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:17 smithi089 ceph-mon[103441]: pgmap v6845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:17.738 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:17 smithi026 ceph-mon[93126]: pgmap v6845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:18.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:18.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:19.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:19.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:19 smithi089 ceph-mon[103441]: pgmap v6846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:19 smithi026 ceph-mon[93126]: pgmap v6846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:20.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:20.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:21.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:21.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:21 smithi089 ceph-mon[103441]: pgmap v6847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:21 smithi026 ceph-mon[93126]: pgmap v6847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:22.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:22.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:23.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:23.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:23.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:23 smithi026 ceph-mon[93126]: pgmap v6848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:23 smithi089 ceph-mon[103441]: pgmap v6848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:24.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:24.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:25.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:25.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:25 smithi089 ceph-mon[103441]: pgmap v6849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:25 smithi026 ceph-mon[93126]: pgmap v6849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:26.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:26.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:27.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:27.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:27 smithi089 ceph-mon[103441]: pgmap v6850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:27 smithi026 ceph-mon[93126]: pgmap v6850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:28.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:28.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:29.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:29.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:29 smithi089 ceph-mon[103441]: pgmap v6851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:29 smithi026 ceph-mon[93126]: pgmap v6851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:30.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:30.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:31.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:31.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:31 smithi089 ceph-mon[103441]: pgmap v6852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:31 smithi026 ceph-mon[93126]: pgmap v6852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:32.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:32.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:33.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:33.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:33 smithi026 ceph-mon[93126]: pgmap v6853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:33.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:33.899 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:33 smithi089 ceph-mon[103441]: pgmap v6853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:33.899 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:34.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:34.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:35.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:35.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:35 smithi089 ceph-mon[103441]: pgmap v6854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:35 smithi026 ceph-mon[93126]: pgmap v6854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:36.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:36.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:37.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:37.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:37 smithi089 ceph-mon[103441]: pgmap v6855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:37 smithi026 ceph-mon[93126]: pgmap v6855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:38.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:38.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:39.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:39.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:39 smithi089 ceph-mon[103441]: pgmap v6856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:39 smithi026 ceph-mon[93126]: pgmap v6856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:40.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:40.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:41.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:41.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:41 smithi089 ceph-mon[103441]: pgmap v6857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:41 smithi026 ceph-mon[93126]: pgmap v6857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:42.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:42.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:43.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:43.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:43.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:43 smithi026 ceph-mon[93126]: pgmap v6858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:43 smithi089 ceph-mon[103441]: pgmap v6858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:44.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:44.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:45.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:45.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:45 smithi089 ceph-mon[103441]: pgmap v6859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:45 smithi026 ceph-mon[93126]: pgmap v6859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:46.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:46.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:28:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:28:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:28:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:28:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:28:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:28:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:28:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:28:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:28:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:28:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:28:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:28:47.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:47.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:47 smithi089 ceph-mon[103441]: pgmap v6860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:47 smithi026 ceph-mon[93126]: pgmap v6860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:48.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:48.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:28:49.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:49.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:49 smithi089 ceph-mon[103441]: pgmap v6861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:49 smithi026 ceph-mon[93126]: pgmap v6861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:28:50.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:50.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:51.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:51.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:51 smithi089 ceph-mon[103441]: pgmap v6862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:51 smithi026 ceph-mon[93126]: pgmap v6862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:52.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:52.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:53.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:53.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:53 smithi089 ceph-mon[103441]: pgmap v6863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:53 smithi026 ceph-mon[93126]: pgmap v6863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:54.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:54.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:55.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:55.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:55 smithi089 ceph-mon[103441]: pgmap v6864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:55 smithi026 ceph-mon[93126]: pgmap v6864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:56.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:56.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:57.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:57.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:57 smithi026 ceph-mon[93126]: pgmap v6865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:57 smithi089 ceph-mon[103441]: pgmap v6865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:28:58.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:58.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:59.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:28:59.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:28:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:28:59 smithi089 ceph-mon[103441]: pgmap v6866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:28:59 smithi026 ceph-mon[93126]: pgmap v6866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:00.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:00.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:01.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:01.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:01 smithi089 ceph-mon[103441]: pgmap v6867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:01 smithi026 ceph-mon[93126]: pgmap v6867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:02.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:02.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:03.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:03.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:03 smithi089 ceph-mon[103441]: pgmap v6868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:03 smithi026 ceph-mon[93126]: pgmap v6868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:04.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:04.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:05.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:05.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:05 smithi089 ceph-mon[103441]: pgmap v6869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:05 smithi026 ceph-mon[93126]: pgmap v6869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:06.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:06.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:07.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:07.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:07 smithi026 ceph-mon[93126]: pgmap v6870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:07 smithi089 ceph-mon[103441]: pgmap v6870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:08.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:08.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:09.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:09.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:09 smithi089 ceph-mon[103441]: pgmap v6871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:09 smithi026 ceph-mon[93126]: pgmap v6871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:10.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:10.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:11.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:11.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:11 smithi089 ceph-mon[103441]: pgmap v6872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:11 smithi026 ceph-mon[93126]: pgmap v6872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:12.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:12.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:13.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:13.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:13 smithi026 ceph-mon[93126]: pgmap v6873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:13 smithi089 ceph-mon[103441]: pgmap v6873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:14.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:14.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:15.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:15.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:15 smithi089 ceph-mon[103441]: pgmap v6874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:15 smithi026 ceph-mon[93126]: pgmap v6874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:16.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:16.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:17.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:17.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:17 smithi026 ceph-mon[93126]: pgmap v6875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:17 smithi089 ceph-mon[103441]: pgmap v6875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:18.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:18.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:19.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:19.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:19 smithi089 ceph-mon[103441]: pgmap v6876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:19 smithi026 ceph-mon[93126]: pgmap v6876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:20.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:20.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:21.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:21.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:21 smithi089 ceph-mon[103441]: pgmap v6877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:21 smithi026 ceph-mon[93126]: pgmap v6877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:22.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:22.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:23.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:23.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:23 smithi026 ceph-mon[93126]: pgmap v6878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:23 smithi089 ceph-mon[103441]: pgmap v6878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:24.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:24.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:25.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:25.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:25 smithi089 ceph-mon[103441]: pgmap v6879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:25 smithi026 ceph-mon[93126]: pgmap v6879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:26.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:26.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:27.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:27.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:27 smithi026 ceph-mon[93126]: pgmap v6880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:27 smithi089 ceph-mon[103441]: pgmap v6880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:28.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:28.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:29.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:29.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:29 smithi089 ceph-mon[103441]: pgmap v6881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:29 smithi026 ceph-mon[93126]: pgmap v6881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:30.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:30.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:31.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:31.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:31 smithi089 ceph-mon[103441]: pgmap v6882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:31 smithi026 ceph-mon[93126]: pgmap v6882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:32.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:32.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:33.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:33.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:33 smithi026 ceph-mon[93126]: pgmap v6883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:33 smithi089 ceph-mon[103441]: pgmap v6883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:34.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:34.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:35.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:35.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:35 smithi089 ceph-mon[103441]: pgmap v6884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:35 smithi026 ceph-mon[93126]: pgmap v6884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:36.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:36.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:37.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:37.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:37 smithi026 ceph-mon[93126]: pgmap v6885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:37 smithi089 ceph-mon[103441]: pgmap v6885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:38.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:38.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:39.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:39.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:39 smithi089 ceph-mon[103441]: pgmap v6886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:39 smithi026 ceph-mon[93126]: pgmap v6886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:40.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:40.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:41.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:41.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:41 smithi089 ceph-mon[103441]: pgmap v6887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:41 smithi026 ceph-mon[93126]: pgmap v6887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:42.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:42.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:43.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:43.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:43 smithi089 ceph-mon[103441]: pgmap v6888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:43 smithi026 ceph-mon[93126]: pgmap v6888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:44.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:44.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:45.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:45.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:45 smithi089 ceph-mon[103441]: pgmap v6889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:45 smithi026 ceph-mon[93126]: pgmap v6889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:46.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:46.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:47.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:47.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:47 smithi026 ceph-mon[93126]: pgmap v6890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:29:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:29:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:29:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:47 smithi089 ceph-mon[103441]: pgmap v6890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:29:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:29:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:29:48.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:48.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:48.768 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:29:48.768 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:29:48.768 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:29:48.768 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:29:48.769 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:29:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:29:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:29:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:29:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:29:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:29:49.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:49.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:49 smithi026 ceph-mon[93126]: pgmap v6891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:29:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:49 smithi089 ceph-mon[103441]: pgmap v6891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:29:50.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:50.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:51.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:51.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:51 smithi089 ceph-mon[103441]: pgmap v6892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:51 smithi026 ceph-mon[93126]: pgmap v6892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:52.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:52.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:53.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:53.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:53 smithi089 ceph-mon[103441]: pgmap v6893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:53 smithi026 ceph-mon[93126]: pgmap v6893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:54.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:54.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:55.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:55.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:55 smithi089 ceph-mon[103441]: pgmap v6894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:55 smithi026 ceph-mon[93126]: pgmap v6894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:56.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:56.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:57.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:57.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:57 smithi026 ceph-mon[93126]: pgmap v6895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:57 smithi089 ceph-mon[103441]: pgmap v6895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:29:58.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:58.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:59.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:29:59.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:29:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:29:59 smithi089 ceph-mon[103441]: pgmap v6896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:29:59 smithi026 ceph-mon[93126]: pgmap v6896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:00.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:00.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T00:30:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T00:30:01.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:01.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:01 smithi089 ceph-mon[103441]: pgmap v6897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:01 smithi026 ceph-mon[93126]: pgmap v6897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:02.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:02.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:03.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:03.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:03 smithi089 ceph-mon[103441]: pgmap v6898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:03.938 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:03 smithi026 ceph-mon[93126]: pgmap v6898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:03.939 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:04.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:04.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:05.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:05.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:05 smithi089 ceph-mon[103441]: pgmap v6899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:05 smithi026 ceph-mon[93126]: pgmap v6899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:06.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:06.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:07.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:07.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:07 smithi026 ceph-mon[93126]: pgmap v6900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:07 smithi089 ceph-mon[103441]: pgmap v6900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:08.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:08.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:09.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:09.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:09.901 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:09 smithi089 ceph-mon[103441]: pgmap v6901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:09 smithi026 ceph-mon[93126]: pgmap v6901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:10.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:10.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:11.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:11.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:11 smithi089 ceph-mon[103441]: pgmap v6902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:12.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:11 smithi026 ceph-mon[93126]: pgmap v6902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:12.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:12.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:13.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:13.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:13 smithi089 ceph-mon[103441]: pgmap v6903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:14.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:13 smithi026 ceph-mon[93126]: pgmap v6903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:14.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:14.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:15.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:15.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:15 smithi089 ceph-mon[103441]: pgmap v6904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:15 smithi026 ceph-mon[93126]: pgmap v6904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:16.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:16.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:17.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:17.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:17 smithi026 ceph-mon[93126]: pgmap v6905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:17 smithi089 ceph-mon[103441]: pgmap v6905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:18.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:18.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:19.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:19.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:19 smithi089 ceph-mon[103441]: pgmap v6906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:19 smithi026 ceph-mon[93126]: pgmap v6906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:20.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:20.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:21.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:21.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:21 smithi089 ceph-mon[103441]: pgmap v6907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:21 smithi026 ceph-mon[93126]: pgmap v6907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:22.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:22.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:23.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:23.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:23 smithi089 ceph-mon[103441]: pgmap v6908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:23 smithi026 ceph-mon[93126]: pgmap v6908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:24.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:24.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:25.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:25.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:25 smithi089 ceph-mon[103441]: pgmap v6909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:25 smithi026 ceph-mon[93126]: pgmap v6909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:26.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:26.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:27.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:27.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:27 smithi026 ceph-mon[93126]: pgmap v6910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:27 smithi089 ceph-mon[103441]: pgmap v6910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:28.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:28.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:29.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:29.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:29 smithi089 ceph-mon[103441]: pgmap v6911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:29 smithi026 ceph-mon[93126]: pgmap v6911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:30.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:30.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:31.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:31.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:31 smithi089 ceph-mon[103441]: pgmap v6912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:31 smithi026 ceph-mon[93126]: pgmap v6912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:32.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:32.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:33.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:33.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:33 smithi089 ceph-mon[103441]: pgmap v6913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:33 smithi026 ceph-mon[93126]: pgmap v6913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:34.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:34.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:35.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:35.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:35 smithi089 ceph-mon[103441]: pgmap v6914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:35 smithi026 ceph-mon[93126]: pgmap v6914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:36.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:36.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:37.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:37.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:37 smithi026 ceph-mon[93126]: pgmap v6915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:37 smithi089 ceph-mon[103441]: pgmap v6915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:38.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:38.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:39.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:39.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:39 smithi089 ceph-mon[103441]: pgmap v6916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:39 smithi026 ceph-mon[93126]: pgmap v6916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:40.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:40.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:41.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:41.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:41 smithi089 ceph-mon[103441]: pgmap v6917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:41 smithi026 ceph-mon[93126]: pgmap v6917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:42.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:42.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:43.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:43.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:43 smithi089 ceph-mon[103441]: pgmap v6918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:43 smithi026 ceph-mon[93126]: pgmap v6918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:44.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:44.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:45.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:45.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:45 smithi089 ceph-mon[103441]: pgmap v6919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:45 smithi026 ceph-mon[93126]: pgmap v6919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:46.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:46.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:47.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:47.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:47 smithi026 ceph-mon[93126]: pgmap v6920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:47 smithi089 ceph-mon[103441]: pgmap v6920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:48.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:48.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:30:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:30:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:30:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:30:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:30:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:30:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:30:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:30:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:30:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:30:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:30:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:30:49.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:49.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:49 smithi026 ceph-mon[93126]: pgmap v6921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:30:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:49 smithi089 ceph-mon[103441]: pgmap v6921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:30:50.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:50.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:51.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:51.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:51 smithi089 ceph-mon[103441]: pgmap v6922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:51 smithi026 ceph-mon[93126]: pgmap v6922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:52.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:52.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:53.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:53.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:53 smithi089 ceph-mon[103441]: pgmap v6923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:53 smithi026 ceph-mon[93126]: pgmap v6923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:54.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:54.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:55.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:55.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:55 smithi089 ceph-mon[103441]: pgmap v6924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:55 smithi026 ceph-mon[93126]: pgmap v6924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:56.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:56.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:57.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:57.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:57 smithi026 ceph-mon[93126]: pgmap v6925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:57 smithi089 ceph-mon[103441]: pgmap v6925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:30:58.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:58.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:59.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:30:59.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:30:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:30:59 smithi089 ceph-mon[103441]: pgmap v6926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:30:59 smithi026 ceph-mon[93126]: pgmap v6926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:00.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:00.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:01.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:01.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:01 smithi089 ceph-mon[103441]: pgmap v6927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:01 smithi026 ceph-mon[93126]: pgmap v6927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:02.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:02.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:03.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:03.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:03 smithi089 ceph-mon[103441]: pgmap v6928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:03 smithi026 ceph-mon[93126]: pgmap v6928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:04.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:04.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:05.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:05.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:05 smithi089 ceph-mon[103441]: pgmap v6929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:05 smithi026 ceph-mon[93126]: pgmap v6929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:06.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:06.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:07.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:07.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:07 smithi026 ceph-mon[93126]: pgmap v6930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:07 smithi089 ceph-mon[103441]: pgmap v6930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:08.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:08.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:09.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:09.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:09 smithi089 ceph-mon[103441]: pgmap v6931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:09 smithi026 ceph-mon[93126]: pgmap v6931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:10.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:10.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:11.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:11.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:11 smithi089 ceph-mon[103441]: pgmap v6932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:11 smithi026 ceph-mon[93126]: pgmap v6932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:12.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:12.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:13.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:13.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:13 smithi089 ceph-mon[103441]: pgmap v6933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:13 smithi026 ceph-mon[93126]: pgmap v6933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:14.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:14.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:15.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:15.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:15 smithi089 ceph-mon[103441]: pgmap v6934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:15 smithi026 ceph-mon[93126]: pgmap v6934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:16.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:16.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:17.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:17.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:17 smithi026 ceph-mon[93126]: pgmap v6935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:17 smithi089 ceph-mon[103441]: pgmap v6935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:18.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:18.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:19.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:19.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:19 smithi089 ceph-mon[103441]: pgmap v6936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:19 smithi026 ceph-mon[93126]: pgmap v6936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:20.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:20.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:21.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:21.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:21 smithi089 ceph-mon[103441]: pgmap v6937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:21 smithi026 ceph-mon[93126]: pgmap v6937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:22.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:22.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:23.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:23.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:23 smithi089 ceph-mon[103441]: pgmap v6938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:23 smithi026 ceph-mon[93126]: pgmap v6938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:24.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:24.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:25.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:25.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:25 smithi089 ceph-mon[103441]: pgmap v6939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:25 smithi026 ceph-mon[93126]: pgmap v6939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:26.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:26.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:27.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:27.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:27 smithi026 ceph-mon[93126]: pgmap v6940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:27 smithi089 ceph-mon[103441]: pgmap v6940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:28.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:28.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:29.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:29.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:29.913 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:29 smithi026 ceph-mon[93126]: pgmap v6941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:29 smithi089 ceph-mon[103441]: pgmap v6941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:30.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:30.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:31.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:31.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:31 smithi089 ceph-mon[103441]: pgmap v6942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:31 smithi026 ceph-mon[93126]: pgmap v6942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:32.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:32.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:33.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:33.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:33 smithi089 ceph-mon[103441]: pgmap v6943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:33 smithi026 ceph-mon[93126]: pgmap v6943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:34.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:34.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:35.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:35.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:35 smithi089 ceph-mon[103441]: pgmap v6944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:35 smithi026 ceph-mon[93126]: pgmap v6944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:36.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:36.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:37.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:37.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:37 smithi026 ceph-mon[93126]: pgmap v6945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:37 smithi089 ceph-mon[103441]: pgmap v6945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:38.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:38.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:39.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:39.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:39 smithi089 ceph-mon[103441]: pgmap v6946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:40.028 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:39 smithi026 ceph-mon[93126]: pgmap v6946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:40.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:40.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:41.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:41.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:41 smithi089 ceph-mon[103441]: pgmap v6947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:41 smithi026 ceph-mon[93126]: pgmap v6947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:42.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:42.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:43.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:43.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:43 smithi089 ceph-mon[103441]: pgmap v6948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:43 smithi026 ceph-mon[93126]: pgmap v6948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:44.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:44.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:45.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:45.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:45 smithi089 ceph-mon[103441]: pgmap v6949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:45 smithi026 ceph-mon[93126]: pgmap v6949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:46.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:46.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:47.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:47.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:47 smithi026 ceph-mon[93126]: pgmap v6950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:47 smithi089 ceph-mon[103441]: pgmap v6950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:48.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:48.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:31:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:31:49.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:49.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:49 smithi026 ceph-mon[93126]: pgmap v6951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:31:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:31:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:31:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:31:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:31:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:31:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:49 smithi089 ceph-mon[103441]: pgmap v6951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:31:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:31:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:31:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:31:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:31:49.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:31:50.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:50.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:51.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:51.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:51 smithi089 ceph-mon[103441]: pgmap v6952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:51 smithi026 ceph-mon[93126]: pgmap v6952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:52.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:52.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:53.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:53.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:53 smithi089 ceph-mon[103441]: pgmap v6953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:53 smithi026 ceph-mon[93126]: pgmap v6953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:54.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:54.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:55.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:55.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:55 smithi089 ceph-mon[103441]: pgmap v6954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:55 smithi026 ceph-mon[93126]: pgmap v6954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:56.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:56.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:57.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:57.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:57 smithi026 ceph-mon[93126]: pgmap v6955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:57 smithi089 ceph-mon[103441]: pgmap v6955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:31:58.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:58.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:59.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:31:59.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:31:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:31:59 smithi089 ceph-mon[103441]: pgmap v6956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:31:59 smithi026 ceph-mon[93126]: pgmap v6956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:00.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:00.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:01.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:01.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:01 smithi089 ceph-mon[103441]: pgmap v6957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:01 smithi026 ceph-mon[93126]: pgmap v6957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:02.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:02.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:03.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:03.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:03 smithi026 ceph-mon[93126]: pgmap v6958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:03 smithi089 ceph-mon[103441]: pgmap v6958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:04.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:04.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:05.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:05.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:05 smithi089 ceph-mon[103441]: pgmap v6959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:05 smithi026 ceph-mon[93126]: pgmap v6959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:06.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:06.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:07.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:07.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:07 smithi026 ceph-mon[93126]: pgmap v6960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:07 smithi089 ceph-mon[103441]: pgmap v6960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:08.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:08.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:09.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:09.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:09 smithi089 ceph-mon[103441]: pgmap v6961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:09 smithi026 ceph-mon[93126]: pgmap v6961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:10.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:10.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:11.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:11.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:11 smithi089 ceph-mon[103441]: pgmap v6962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:11 smithi026 ceph-mon[93126]: pgmap v6962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:12.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:12.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:13.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:13.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:13 smithi089 ceph-mon[103441]: pgmap v6963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:13 smithi026 ceph-mon[93126]: pgmap v6963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:14.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:14.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:15.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:15.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:15 smithi026 ceph-mon[93126]: pgmap v6964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:15 smithi089 ceph-mon[103441]: pgmap v6964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:16.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:16.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:17.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:17.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:17 smithi026 ceph-mon[93126]: pgmap v6965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:17 smithi089 ceph-mon[103441]: pgmap v6965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:18.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:18.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:19.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:19.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:19 smithi089 ceph-mon[103441]: pgmap v6966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:19 smithi026 ceph-mon[93126]: pgmap v6966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:20.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:20.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:21.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:21.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:21 smithi089 ceph-mon[103441]: pgmap v6967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:21 smithi026 ceph-mon[93126]: pgmap v6967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:22.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:22.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:23.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:23.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:23 smithi089 ceph-mon[103441]: pgmap v6968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:23 smithi026 ceph-mon[93126]: pgmap v6968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:24.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:24.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:25.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:25.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:25 smithi026 ceph-mon[93126]: pgmap v6969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:25 smithi089 ceph-mon[103441]: pgmap v6969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:26.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:26.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:27.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:27.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:27 smithi026 ceph-mon[93126]: pgmap v6970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:27 smithi089 ceph-mon[103441]: pgmap v6970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:28.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:28.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:29.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:29.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:29 smithi089 ceph-mon[103441]: pgmap v6971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:29 smithi026 ceph-mon[93126]: pgmap v6971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:30.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:30.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:31.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:31.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:31 smithi089 ceph-mon[103441]: pgmap v6972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:31 smithi026 ceph-mon[93126]: pgmap v6972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:32.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:32.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:33.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:33.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:33 smithi089 ceph-mon[103441]: pgmap v6973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:33 smithi026 ceph-mon[93126]: pgmap v6973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:34.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:34.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:35.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:35.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:35 smithi026 ceph-mon[93126]: pgmap v6974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:35 smithi089 ceph-mon[103441]: pgmap v6974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:36.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:36.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:37.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:37.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:37 smithi026 ceph-mon[93126]: pgmap v6975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:37 smithi089 ceph-mon[103441]: pgmap v6975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:38.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:38.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:39.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:39.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:39 smithi089 ceph-mon[103441]: pgmap v6976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:39 smithi026 ceph-mon[93126]: pgmap v6976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:40.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:40.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:41.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:41.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:41 smithi089 ceph-mon[103441]: pgmap v6977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:41 smithi026 ceph-mon[93126]: pgmap v6977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:42.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:42.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:43.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:43.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:43 smithi089 ceph-mon[103441]: pgmap v6978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:43 smithi026 ceph-mon[93126]: pgmap v6978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:44.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:44.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:45.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:45.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:45 smithi026 ceph-mon[93126]: pgmap v6979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:45 smithi089 ceph-mon[103441]: pgmap v6979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:46.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:46.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:47.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:47.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:47 smithi026 ceph-mon[93126]: pgmap v6980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:47 smithi089 ceph-mon[103441]: pgmap v6980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:48.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:48.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:49.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:32:49.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:49.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:49 smithi089 ceph-mon[103441]: pgmap v6981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:32:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:49 smithi026 ceph-mon[93126]: pgmap v6981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:32:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:32:50.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:50.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:32:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:32:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:32:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:32:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:32:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:32:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:32:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:32:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:32:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:32:51.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:51.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:51 smithi089 ceph-mon[103441]: pgmap v6982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:51 smithi026 ceph-mon[93126]: pgmap v6982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:52.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:52.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:53.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:53.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:53 smithi089 ceph-mon[103441]: pgmap v6983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:53 smithi026 ceph-mon[93126]: pgmap v6983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:54.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:54.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:55.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:55.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:55 smithi089 ceph-mon[103441]: pgmap v6984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:55 smithi026 ceph-mon[93126]: pgmap v6984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:56.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:56.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:57.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:57.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:57 smithi026 ceph-mon[93126]: pgmap v6985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:57 smithi089 ceph-mon[103441]: pgmap v6985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:32:58.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:58.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:59.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:32:59.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:32:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:32:59 smithi089 ceph-mon[103441]: pgmap v6986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:32:59 smithi026 ceph-mon[93126]: pgmap v6986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:00.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:00.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:01.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:01.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:01 smithi089 ceph-mon[103441]: pgmap v6987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:01 smithi026 ceph-mon[93126]: pgmap v6987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:02.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:02.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:03.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:03.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:03 smithi026 ceph-mon[93126]: pgmap v6988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:03 smithi089 ceph-mon[103441]: pgmap v6988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:04.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:04.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:05.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:05.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:06.005 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:05 smithi026 ceph-mon[93126]: pgmap v6989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:05 smithi089 ceph-mon[103441]: pgmap v6989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:06.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:06.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:07.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:07.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:07 smithi026 ceph-mon[93126]: pgmap v6990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:07 smithi089 ceph-mon[103441]: pgmap v6990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:08.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:08.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:09.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:09.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:09 smithi026 ceph-mon[93126]: pgmap v6991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:09 smithi089 ceph-mon[103441]: pgmap v6991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:10.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:10.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:11.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:11.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:11 smithi026 ceph-mon[93126]: pgmap v6992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:11 smithi089 ceph-mon[103441]: pgmap v6992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:12.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:12.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:13.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:13.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:13 smithi026 ceph-mon[93126]: pgmap v6993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:13 smithi089 ceph-mon[103441]: pgmap v6993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:14.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:14.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:15.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:15.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:15 smithi026 ceph-mon[93126]: pgmap v6994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:15 smithi089 ceph-mon[103441]: pgmap v6994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:16.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:16.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:17.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:17.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:17 smithi026 ceph-mon[93126]: pgmap v6995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:17 smithi089 ceph-mon[103441]: pgmap v6995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:18.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:18.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:19.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:19.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:19 smithi089 ceph-mon[103441]: pgmap v6996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:19 smithi026 ceph-mon[93126]: pgmap v6996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:20.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:20.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:21.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:21.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:22.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:21 smithi026 ceph-mon[93126]: pgmap v6997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:21 smithi089 ceph-mon[103441]: pgmap v6997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:22.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:22.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:23.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:23.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:23 smithi026 ceph-mon[93126]: pgmap v6998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:23 smithi089 ceph-mon[103441]: pgmap v6998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:24.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:24.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:25.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:25.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:25 smithi026 ceph-mon[93126]: pgmap v6999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:25 smithi089 ceph-mon[103441]: pgmap v6999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:26.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:26.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:27 smithi026 ceph-mon[93126]: pgmap v7000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:27.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:27.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:27 smithi089 ceph-mon[103441]: pgmap v7000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:28.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:28.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:29.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:29.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:29 smithi026 ceph-mon[93126]: pgmap v7001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:29 smithi089 ceph-mon[103441]: pgmap v7001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:30.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:30.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:31.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:31.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:32.019 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:31 smithi089 ceph-mon[103441]: pgmap v7002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:31 smithi026 ceph-mon[93126]: pgmap v7002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:32.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:32.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:33.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:33.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:33 smithi026 ceph-mon[93126]: pgmap v7003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:33 smithi089 ceph-mon[103441]: pgmap v7003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:34.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:34.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:35.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:35.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:35 smithi026 ceph-mon[93126]: pgmap v7004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:35 smithi089 ceph-mon[103441]: pgmap v7004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:36.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:36.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:37 smithi026 ceph-mon[93126]: pgmap v7005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:37.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:37.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:37 smithi089 ceph-mon[103441]: pgmap v7005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:38.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:38.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:39.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:39.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:39 smithi026 ceph-mon[93126]: pgmap v7006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:39 smithi089 ceph-mon[103441]: pgmap v7006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:40.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:40.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:41.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:41.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:41 smithi026 ceph-mon[93126]: pgmap v7007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:42.127 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:41 smithi089 ceph-mon[103441]: pgmap v7007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:42.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:42.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:43.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:43.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:43 smithi026 ceph-mon[93126]: pgmap v7008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:43 smithi089 ceph-mon[103441]: pgmap v7008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:44.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:44.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:45.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:45.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:45 smithi026 ceph-mon[93126]: pgmap v7009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:45 smithi089 ceph-mon[103441]: pgmap v7009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:46.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:46.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:47 smithi026 ceph-mon[93126]: pgmap v7010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:47.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:47.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:47 smithi089 ceph-mon[103441]: pgmap v7010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:48.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:48.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:33:49.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:49.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:49 smithi089 ceph-mon[103441]: pgmap v7011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:49 smithi026 ceph-mon[93126]: pgmap v7011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:33:50.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:50.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:33:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:33:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:33:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:33:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:33:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:33:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:33:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:33:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:33:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:33:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:33:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:33:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:51 smithi026 ceph-mon[93126]: pgmap v7012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:51.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:51.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:51 smithi089 ceph-mon[103441]: pgmap v7012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:52.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:52.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:53.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:53.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:53 smithi026 ceph-mon[93126]: pgmap v7013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:53 smithi089 ceph-mon[103441]: pgmap v7013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:54.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:54.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:55.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:55.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:55 smithi026 ceph-mon[93126]: pgmap v7014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:55 smithi089 ceph-mon[103441]: pgmap v7014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:56.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:56.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:57 smithi089 ceph-mon[103441]: pgmap v7015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:57 smithi026 ceph-mon[93126]: pgmap v7015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:33:57.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:57.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:58.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:58.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:33:59.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:33:59.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:33:59 smithi026 ceph-mon[93126]: pgmap v7016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:33:59 smithi089 ceph-mon[103441]: pgmap v7016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:00.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:00.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:01.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:01.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:01 smithi026 ceph-mon[93126]: pgmap v7017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:01 smithi089 ceph-mon[103441]: pgmap v7017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:02.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:02.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:03.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:03.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:03 smithi026 ceph-mon[93126]: pgmap v7018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:03 smithi089 ceph-mon[103441]: pgmap v7018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:04.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:04.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:05.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:05.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:05 smithi026 ceph-mon[93126]: pgmap v7019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:05 smithi089 ceph-mon[103441]: pgmap v7019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:06.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:06.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:07 smithi089 ceph-mon[103441]: pgmap v7020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:07 smithi026 ceph-mon[93126]: pgmap v7020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:07.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:07.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:08.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:08.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:09.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:09.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:09 smithi026 ceph-mon[93126]: pgmap v7021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:09 smithi089 ceph-mon[103441]: pgmap v7021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:10.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:10.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:11.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:11.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:11 smithi026 ceph-mon[93126]: pgmap v7022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:11 smithi089 ceph-mon[103441]: pgmap v7022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:12.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:12.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:13.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:13.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:13 smithi026 ceph-mon[93126]: pgmap v7023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:13 smithi089 ceph-mon[103441]: pgmap v7023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:14.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:14.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:15.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:15.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:15 smithi026 ceph-mon[93126]: pgmap v7024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:15 smithi089 ceph-mon[103441]: pgmap v7024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:16.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:16.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:17 smithi026 ceph-mon[93126]: pgmap v7025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:17.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:17.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:17 smithi089 ceph-mon[103441]: pgmap v7025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:18.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:18.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:19.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:19.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:19 smithi089 ceph-mon[103441]: pgmap v7026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:19 smithi026 ceph-mon[93126]: pgmap v7026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:20.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:20.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:21.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:21.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:21 smithi026 ceph-mon[93126]: pgmap v7027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:21 smithi089 ceph-mon[103441]: pgmap v7027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:22.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:22.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:23.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:23.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:23 smithi026 ceph-mon[93126]: pgmap v7028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:23 smithi089 ceph-mon[103441]: pgmap v7028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:24.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:24.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:25.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:25.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:25 smithi026 ceph-mon[93126]: pgmap v7029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:25 smithi089 ceph-mon[103441]: pgmap v7029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:26.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:26.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:27 smithi026 ceph-mon[93126]: pgmap v7030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:27.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:27.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:27 smithi089 ceph-mon[103441]: pgmap v7030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:28.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:28.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:29.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:29.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:29 smithi026 ceph-mon[93126]: pgmap v7031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:29 smithi089 ceph-mon[103441]: pgmap v7031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:30.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:30.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:31.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:31.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:31.980 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:31 smithi026 ceph-mon[93126]: pgmap v7032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:31 smithi089 ceph-mon[103441]: pgmap v7032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:32.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:32.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:33.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:33.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:33 smithi026 ceph-mon[93126]: pgmap v7033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:33 smithi089 ceph-mon[103441]: pgmap v7033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:34.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:34.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:35.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:35.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:35 smithi026 ceph-mon[93126]: pgmap v7034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:35 smithi089 ceph-mon[103441]: pgmap v7034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:36.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:36.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:37 smithi026 ceph-mon[93126]: pgmap v7035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:37 smithi089 ceph-mon[103441]: pgmap v7035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:37.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:37.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:38.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:38.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:39.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:39.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:39 smithi026 ceph-mon[93126]: pgmap v7036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:39 smithi089 ceph-mon[103441]: pgmap v7036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:40.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:40.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:41.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:41.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:41 smithi026 ceph-mon[93126]: pgmap v7037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:41 smithi089 ceph-mon[103441]: pgmap v7037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:42.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:42.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:43.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:43.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:43 smithi026 ceph-mon[93126]: pgmap v7038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:43 smithi089 ceph-mon[103441]: pgmap v7038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:44.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:44.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:45.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:45.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:45 smithi026 ceph-mon[93126]: pgmap v7039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:45 smithi089 ceph-mon[103441]: pgmap v7039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:46.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:46.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:47 smithi026 ceph-mon[93126]: pgmap v7040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:47.812 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:47 smithi089 ceph-mon[103441]: pgmap v7040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:47.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:47.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:48.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:48.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:34:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:49 smithi089 ceph-mon[103441]: pgmap v7041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:49.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:49.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:49 smithi026 ceph-mon[93126]: pgmap v7041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:34:50.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:50.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:34:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:34:51.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:51.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:51 smithi026 ceph-mon[93126]: pgmap v7042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:34:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:34:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:34:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:34:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:34:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:51 smithi089 ceph-mon[103441]: pgmap v7042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:34:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:34:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:34:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:34:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:34:52.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:52.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:53.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:53.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:53 smithi026 ceph-mon[93126]: pgmap v7043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:53 smithi089 ceph-mon[103441]: pgmap v7043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:54.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:54.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:55.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:55.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:55 smithi026 ceph-mon[93126]: pgmap v7044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:55 smithi089 ceph-mon[103441]: pgmap v7044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:56.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:56.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:57 smithi026 ceph-mon[93126]: pgmap v7045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:57.918 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:57 smithi089 ceph-mon[103441]: pgmap v7045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:34:57.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:57.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:58.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:58.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:34:59.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:34:59.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:34:59 smithi026 ceph-mon[93126]: pgmap v7046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:34:59 smithi089 ceph-mon[103441]: pgmap v7046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:00.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:00.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:01.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:01.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:01 smithi026 ceph-mon[93126]: pgmap v7047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:01 smithi089 ceph-mon[103441]: pgmap v7047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:02.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:02.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:03.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:03.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:03 smithi026 ceph-mon[93126]: pgmap v7048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:03 smithi089 ceph-mon[103441]: pgmap v7048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:04.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:04.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:05.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:05.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:05 smithi026 ceph-mon[93126]: pgmap v7049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:05 smithi089 ceph-mon[103441]: pgmap v7049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:06.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:06.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:07 smithi026 ceph-mon[93126]: pgmap v7050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:07 smithi089 ceph-mon[103441]: pgmap v7050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:07.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:07.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:08.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:08.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:09.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:09.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:09 smithi026 ceph-mon[93126]: pgmap v7051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:09 smithi089 ceph-mon[103441]: pgmap v7051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:10.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:10.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:11.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:11.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:11 smithi026 ceph-mon[93126]: pgmap v7052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:11 smithi089 ceph-mon[103441]: pgmap v7052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:12.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:12.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:13.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:13.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:13 smithi026 ceph-mon[93126]: pgmap v7053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:13 smithi089 ceph-mon[103441]: pgmap v7053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:14.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:14.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:15.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:15.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:15 smithi026 ceph-mon[93126]: pgmap v7054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:15 smithi089 ceph-mon[103441]: pgmap v7054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:16.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:16.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:17 smithi026 ceph-mon[93126]: pgmap v7055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:17 smithi089 ceph-mon[103441]: pgmap v7055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:17.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:17.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:18.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:19.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:19 smithi089 ceph-mon[103441]: pgmap v7056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:20.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:20.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:19 smithi026 ceph-mon[93126]: pgmap v7056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:21.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:21.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:22.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:22.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:21 smithi026 ceph-mon[93126]: pgmap v7057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:21 smithi089 ceph-mon[103441]: pgmap v7057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:23.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:23.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:24.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:24.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:23 smithi026 ceph-mon[93126]: pgmap v7058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:23 smithi089 ceph-mon[103441]: pgmap v7058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:25.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:25.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:26.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:26.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:25 smithi026 ceph-mon[93126]: pgmap v7059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:25 smithi089 ceph-mon[103441]: pgmap v7059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:27.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:27.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:27 smithi026 ceph-mon[93126]: pgmap v7060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:27 smithi089 ceph-mon[103441]: pgmap v7060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:28.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:28.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:29.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:29.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:30.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:30.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:29 smithi026 ceph-mon[93126]: pgmap v7061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:29 smithi089 ceph-mon[103441]: pgmap v7061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:31.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:31.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:32.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:32.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:31 smithi026 ceph-mon[93126]: pgmap v7062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:31 smithi089 ceph-mon[103441]: pgmap v7062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:33.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:33.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:34.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:34.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:33 smithi026 ceph-mon[93126]: pgmap v7063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:33 smithi089 ceph-mon[103441]: pgmap v7063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:35.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:35.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:36.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:36.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:35 smithi026 ceph-mon[93126]: pgmap v7064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:35 smithi089 ceph-mon[103441]: pgmap v7064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:37.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:37.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:37 smithi026 ceph-mon[93126]: pgmap v7065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:37 smithi089 ceph-mon[103441]: pgmap v7065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:38.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:38.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:39.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:39.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:40.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:40.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:39 smithi026 ceph-mon[93126]: pgmap v7066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:39 smithi089 ceph-mon[103441]: pgmap v7066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:41.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:41.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:42.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:42.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:41 smithi026 ceph-mon[93126]: pgmap v7067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:41 smithi089 ceph-mon[103441]: pgmap v7067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:43.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:43.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:44.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:44.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:43 smithi026 ceph-mon[93126]: pgmap v7068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:43 smithi089 ceph-mon[103441]: pgmap v7068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:45.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:45.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:46.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:46.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:45 smithi026 ceph-mon[93126]: pgmap v7069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:45 smithi089 ceph-mon[103441]: pgmap v7069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:47.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:47.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:47 smithi026 ceph-mon[93126]: pgmap v7070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:47 smithi089 ceph-mon[103441]: pgmap v7070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:48.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:48.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:49.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:49.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:35:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:49 smithi089 ceph-mon[103441]: pgmap v7071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:50.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:50.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:49 smithi026 ceph-mon[93126]: pgmap v7071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:35:51.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:51.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:52.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:52.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:51 smithi026 ceph-mon[93126]: pgmap v7072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:35:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:51 smithi089 ceph-mon[103441]: pgmap v7072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:35:53.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:53.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:53 smithi089 ceph-mon[103441]: pgmap v7073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:53 smithi026 ceph-mon[93126]: pgmap v7073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:54.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:54.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:55.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:55.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:55 smithi026 ceph-mon[93126]: pgmap v7074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:56.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:56.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:55 smithi089 ceph-mon[103441]: pgmap v7074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:57.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:57.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:35:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:35:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:35:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:35:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:35:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:35:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:35:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:35:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:35:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:35:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:35:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:35:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:35:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:35:58.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:58.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:35:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:35:58 smithi026 ceph-mon[93126]: pgmap v7075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:35:58 smithi089 ceph-mon[103441]: pgmap v7075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:35:59.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:35:59.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:00.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:00.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:00 smithi026 ceph-mon[93126]: pgmap v7076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:00 smithi089 ceph-mon[103441]: pgmap v7076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:01.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:01.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:02.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:02.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:02 smithi026 ceph-mon[93126]: pgmap v7077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:02 smithi089 ceph-mon[103441]: pgmap v7077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:03.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:03.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:04.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:04.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:04 smithi026 ceph-mon[93126]: pgmap v7078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:04 smithi089 ceph-mon[103441]: pgmap v7078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:05.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:05.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:06.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:06.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:06 smithi026 ceph-mon[93126]: pgmap v7079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:06 smithi089 ceph-mon[103441]: pgmap v7079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:07.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:07.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:07 smithi026 ceph-mon[93126]: pgmap v7080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:07 smithi089 ceph-mon[103441]: pgmap v7080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:08.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:08.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:09.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:09.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:09 smithi026 ceph-mon[93126]: pgmap v7081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:10.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:10.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:09 smithi089 ceph-mon[103441]: pgmap v7081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:11.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:11.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:11 smithi026 ceph-mon[93126]: pgmap v7082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:12.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:12.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:11 smithi089 ceph-mon[103441]: pgmap v7082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:13.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:13.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:13 smithi026 ceph-mon[93126]: pgmap v7083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:14.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:14.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:13 smithi089 ceph-mon[103441]: pgmap v7083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:15.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:15.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:15 smithi026 ceph-mon[93126]: pgmap v7084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:16.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:16.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:16.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:15 smithi089 ceph-mon[103441]: pgmap v7084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:17.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:17.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:17 smithi026 ceph-mon[93126]: pgmap v7085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:17 smithi089 ceph-mon[103441]: pgmap v7085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:18.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:18.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:19.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:19.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:19 smithi089 ceph-mon[103441]: pgmap v7086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:19 smithi026 ceph-mon[93126]: pgmap v7086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:20.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:20.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:21.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:21.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:21 smithi026 ceph-mon[93126]: pgmap v7087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:22.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:22.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:21 smithi089 ceph-mon[103441]: pgmap v7087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:23.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:23.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:23 smithi026 ceph-mon[93126]: pgmap v7088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:24.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:24.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:23 smithi089 ceph-mon[103441]: pgmap v7088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:25.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:25.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:25 smithi026 ceph-mon[93126]: pgmap v7089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:26.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:26.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:25 smithi089 ceph-mon[103441]: pgmap v7089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:27.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:27.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:27 smithi026 ceph-mon[93126]: pgmap v7090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:27 smithi089 ceph-mon[103441]: pgmap v7090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:28.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:28.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:29.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:29.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:29 smithi026 ceph-mon[93126]: pgmap v7091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:30.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:30.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:29 smithi089 ceph-mon[103441]: pgmap v7091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:31.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:31.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:31 smithi026 ceph-mon[93126]: pgmap v7092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:32.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:32.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:31 smithi089 ceph-mon[103441]: pgmap v7092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:33.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:33.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:33 smithi026 ceph-mon[93126]: pgmap v7093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:34.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:34.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:33 smithi089 ceph-mon[103441]: pgmap v7093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:35.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:35.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:35 smithi026 ceph-mon[93126]: pgmap v7094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:36.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:36.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:35 smithi089 ceph-mon[103441]: pgmap v7094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:37.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:37.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:37 smithi026 ceph-mon[93126]: pgmap v7095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:37 smithi089 ceph-mon[103441]: pgmap v7095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:38.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:38.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:39.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:39.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:39 smithi026 ceph-mon[93126]: pgmap v7096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:40.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:40.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:39 smithi089 ceph-mon[103441]: pgmap v7096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:41.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:41.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:41 smithi026 ceph-mon[93126]: pgmap v7097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:42.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:42.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:41 smithi089 ceph-mon[103441]: pgmap v7097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:43.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:43.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:44.025 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:43 smithi089 ceph-mon[103441]: pgmap v7098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:43 smithi026 ceph-mon[93126]: pgmap v7098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:44.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:44.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:45.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:45.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:45 smithi026 ceph-mon[93126]: pgmap v7099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:46.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:46.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:45 smithi089 ceph-mon[103441]: pgmap v7099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:47.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:47.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:47 smithi026 ceph-mon[93126]: pgmap v7100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:47 smithi089 ceph-mon[103441]: pgmap v7100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:48.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:48.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:36:49.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:49.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:49 smithi089 ceph-mon[103441]: pgmap v7101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:49 smithi026 ceph-mon[93126]: pgmap v7101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:36:50.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:50.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:51.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:51.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:51 smithi026 ceph-mon[93126]: pgmap v7102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:52.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:52.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:51 smithi089 ceph-mon[103441]: pgmap v7102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:53.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:53.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:53.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:53 smithi026 ceph-mon[93126]: pgmap v7103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:54.133 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:53 smithi089 ceph-mon[103441]: pgmap v7103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:54.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:54.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:55.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:55.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:55 smithi026 ceph-mon[93126]: pgmap v7104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:56.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:56.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:55 smithi089 ceph-mon[103441]: pgmap v7104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:57.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:57.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:57 smithi026 ceph-mon[93126]: pgmap v7105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:36:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:36:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:36:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:36:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:36:57.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:36:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:57 smithi089 ceph-mon[103441]: pgmap v7105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:36:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:36:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:36:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:36:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:36:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:36:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:36:58.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:58.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:36:59.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:36:59.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:36:59 smithi026 ceph-mon[93126]: pgmap v7106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:00.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:00.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:36:59 smithi089 ceph-mon[103441]: pgmap v7106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:01.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:01.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:01 smithi026 ceph-mon[93126]: pgmap v7107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:02.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:02.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:01 smithi089 ceph-mon[103441]: pgmap v7107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:03.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:03.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:03 smithi026 ceph-mon[93126]: pgmap v7108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:04.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:04.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:03 smithi089 ceph-mon[103441]: pgmap v7108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:05.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:05.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:05 smithi026 ceph-mon[93126]: pgmap v7109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:05 smithi089 ceph-mon[103441]: pgmap v7109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:06.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:06.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:07.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:07.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:07 smithi026 ceph-mon[93126]: pgmap v7110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:07 smithi089 ceph-mon[103441]: pgmap v7110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:08.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:08.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:09.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:09.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:09 smithi026 ceph-mon[93126]: pgmap v7111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:09 smithi089 ceph-mon[103441]: pgmap v7111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:10.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:10.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:11.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:11.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:11 smithi026 ceph-mon[93126]: pgmap v7112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:11 smithi089 ceph-mon[103441]: pgmap v7112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:12.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:12.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:13.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:13.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:13 smithi026 ceph-mon[93126]: pgmap v7113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:13 smithi089 ceph-mon[103441]: pgmap v7113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:14.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:14.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:15.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:15.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:15 smithi026 ceph-mon[93126]: pgmap v7114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:15 smithi089 ceph-mon[103441]: pgmap v7114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:16.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:16.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:17.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:17.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:17 smithi026 ceph-mon[93126]: pgmap v7115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:17 smithi089 ceph-mon[103441]: pgmap v7115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:18.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:18.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:18.883 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:19.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:19.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:19 smithi089 ceph-mon[103441]: pgmap v7116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:19 smithi026 ceph-mon[93126]: pgmap v7116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:20.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:20.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:21.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:21.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:21 smithi026 ceph-mon[93126]: pgmap v7117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:21 smithi089 ceph-mon[103441]: pgmap v7117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:22.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:22.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:23.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:23.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:23 smithi026 ceph-mon[93126]: pgmap v7118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:23 smithi089 ceph-mon[103441]: pgmap v7118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:24.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:24.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:25.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:25.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:25 smithi026 ceph-mon[93126]: pgmap v7119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:25 smithi089 ceph-mon[103441]: pgmap v7119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:26.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:26.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:27.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:27.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:27 smithi026 ceph-mon[93126]: pgmap v7120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:27 smithi089 ceph-mon[103441]: pgmap v7120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:28.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:28.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:29.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:29.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:29 smithi026 ceph-mon[93126]: pgmap v7121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:29 smithi089 ceph-mon[103441]: pgmap v7121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:30.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:30.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:31.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:31.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:31 smithi026 ceph-mon[93126]: pgmap v7122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:31 smithi089 ceph-mon[103441]: pgmap v7122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:32.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:32.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:33.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:33.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:33 smithi026 ceph-mon[93126]: pgmap v7123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:33 smithi089 ceph-mon[103441]: pgmap v7123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:34.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:34.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:35.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:35.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:35 smithi026 ceph-mon[93126]: pgmap v7124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:35 smithi089 ceph-mon[103441]: pgmap v7124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:36.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:36.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:37.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:37.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:37 smithi026 ceph-mon[93126]: pgmap v7125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:37 smithi089 ceph-mon[103441]: pgmap v7125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:38.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:38.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:39.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:39.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:39 smithi089 ceph-mon[103441]: pgmap v7126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:39 smithi026 ceph-mon[93126]: pgmap v7126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:40.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:40.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:41.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:41.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:41 smithi026 ceph-mon[93126]: pgmap v7127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:41 smithi089 ceph-mon[103441]: pgmap v7127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:42.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:42.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:43.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:43.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:43 smithi026 ceph-mon[93126]: pgmap v7128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:43 smithi089 ceph-mon[103441]: pgmap v7128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:44.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:44.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:45.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:45.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:45 smithi026 ceph-mon[93126]: pgmap v7129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:45 smithi089 ceph-mon[103441]: pgmap v7129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:46.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:46.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:47.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:47.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:47 smithi026 ceph-mon[93126]: pgmap v7130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:47 smithi089 ceph-mon[103441]: pgmap v7130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:48.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:48.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:37:49.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:49.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:49 smithi089 ceph-mon[103441]: pgmap v7131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:49 smithi026 ceph-mon[93126]: pgmap v7131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:37:50.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:50.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:51.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:51.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:51 smithi026 ceph-mon[93126]: pgmap v7132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:51 smithi089 ceph-mon[103441]: pgmap v7132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:52.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:52.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:53.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:53.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:53 smithi026 ceph-mon[93126]: pgmap v7133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:53 smithi089 ceph-mon[103441]: pgmap v7133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:54.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:54.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:55.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:55.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:55 smithi026 ceph-mon[93126]: pgmap v7134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:56.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:55 smithi089 ceph-mon[103441]: pgmap v7134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:56.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:56.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:57.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:57.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:57 smithi089 ceph-mon[103441]: pgmap v7135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:37:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:57 smithi026 ceph-mon[93126]: pgmap v7135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:37:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:37:58.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:58.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:37:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:37:59.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:37:59.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:37:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:37:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:38:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:37:59 smithi089 ceph-mon[103441]: pgmap v7136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:00.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:00.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:37:59 smithi026 ceph-mon[93126]: pgmap v7136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:01.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:01.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:01 smithi089 ceph-mon[103441]: pgmap v7137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:02.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:02.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:01 smithi026 ceph-mon[93126]: pgmap v7137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:03.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:03.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:03 smithi089 ceph-mon[103441]: pgmap v7138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:04.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:04.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:03 smithi026 ceph-mon[93126]: pgmap v7138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:05.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:05.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:06.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:06.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:05 smithi026 ceph-mon[93126]: pgmap v7139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:38:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:38:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:38:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:38:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:38:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:38:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:38:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:05 smithi089 ceph-mon[103441]: pgmap v7139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:38:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:38:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:38:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:38:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:38:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:38:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:38:07.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:07.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:07 smithi089 ceph-mon[103441]: pgmap v7140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:07 smithi026 ceph-mon[93126]: pgmap v7140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:08.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:08.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:09.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:09.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:09 smithi026 ceph-mon[93126]: pgmap v7141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:09 smithi089 ceph-mon[103441]: pgmap v7141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:10.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:10.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:11.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:11.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:11 smithi026 ceph-mon[93126]: pgmap v7142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:11 smithi089 ceph-mon[103441]: pgmap v7142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:12.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:12.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:13.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:13.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:13 smithi026 ceph-mon[93126]: pgmap v7143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:13 smithi089 ceph-mon[103441]: pgmap v7143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:14.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:14.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:15.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:15.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:15 smithi026 ceph-mon[93126]: pgmap v7144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:15 smithi089 ceph-mon[103441]: pgmap v7144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:16.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:16.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:17.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:17.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:17 smithi089 ceph-mon[103441]: pgmap v7145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:17 smithi026 ceph-mon[93126]: pgmap v7145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:18.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:18.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:19.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:19.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:19 smithi089 ceph-mon[103441]: pgmap v7146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:19 smithi026 ceph-mon[93126]: pgmap v7146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:20.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:20.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:21.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:21.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:21 smithi026 ceph-mon[93126]: pgmap v7147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:21 smithi089 ceph-mon[103441]: pgmap v7147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:22.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:22.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:23.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:23.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:23 smithi026 ceph-mon[93126]: pgmap v7148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:23 smithi089 ceph-mon[103441]: pgmap v7148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:24.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:24.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:25.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:25.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:25 smithi026 ceph-mon[93126]: pgmap v7149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:25 smithi089 ceph-mon[103441]: pgmap v7149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:26.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:26.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:27.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:27.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:27 smithi089 ceph-mon[103441]: pgmap v7150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:27 smithi026 ceph-mon[93126]: pgmap v7150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:28.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:28.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:29.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:29.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:29 smithi026 ceph-mon[93126]: pgmap v7151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:30.135 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:29 smithi089 ceph-mon[103441]: pgmap v7151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:30.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:30.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:31.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:31.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:31 smithi026 ceph-mon[93126]: pgmap v7152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:31 smithi089 ceph-mon[103441]: pgmap v7152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:32.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:32.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:33.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:33.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:33 smithi026 ceph-mon[93126]: pgmap v7153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:33 smithi089 ceph-mon[103441]: pgmap v7153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:34.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:34.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:35.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:35.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:35 smithi026 ceph-mon[93126]: pgmap v7154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:35 smithi089 ceph-mon[103441]: pgmap v7154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:36.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:36.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:37.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:37.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:37 smithi089 ceph-mon[103441]: pgmap v7155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:37 smithi026 ceph-mon[93126]: pgmap v7155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:38.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:38.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:39.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:39.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:39 smithi026 ceph-mon[93126]: pgmap v7156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:39 smithi089 ceph-mon[103441]: pgmap v7156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:40.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:40.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:41.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:41.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:41 smithi026 ceph-mon[93126]: pgmap v7157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:41 smithi089 ceph-mon[103441]: pgmap v7157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:42.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:42.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:43.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:43.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:43 smithi026 ceph-mon[93126]: pgmap v7158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:43 smithi089 ceph-mon[103441]: pgmap v7158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:44.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:44.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:45.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:45.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:45 smithi026 ceph-mon[93126]: pgmap v7159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:45 smithi089 ceph-mon[103441]: pgmap v7159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:46.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:46.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:47.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:47.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:47 smithi089 ceph-mon[103441]: pgmap v7160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:47 smithi026 ceph-mon[93126]: pgmap v7160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:48.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:48.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:38:49.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:49.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:49.907 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:49 smithi026 ceph-mon[93126]: pgmap v7161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:49 smithi089 ceph-mon[103441]: pgmap v7161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:38:50.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:50.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:51.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:51.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:51 smithi026 ceph-mon[93126]: pgmap v7162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:51 smithi089 ceph-mon[103441]: pgmap v7162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:52.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:52.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:53.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:53.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:53 smithi026 ceph-mon[93126]: pgmap v7163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:53 smithi089 ceph-mon[103441]: pgmap v7163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:54.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:54.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:55.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:55.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:55 smithi026 ceph-mon[93126]: pgmap v7164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:55 smithi089 ceph-mon[103441]: pgmap v7164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:56.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:56.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:57.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:57.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:57 smithi089 ceph-mon[103441]: pgmap v7165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:57 smithi026 ceph-mon[93126]: pgmap v7165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:38:58.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:58.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:38:59.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:38:59.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:38:59 smithi026 ceph-mon[93126]: pgmap v7166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:38:59 smithi089 ceph-mon[103441]: pgmap v7166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:00.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:00.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:01.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:01.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:01 smithi026 ceph-mon[93126]: pgmap v7167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:01 smithi089 ceph-mon[103441]: pgmap v7167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:02.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:02.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:03.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:03.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:03 smithi026 ceph-mon[93126]: pgmap v7168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:03 smithi089 ceph-mon[103441]: pgmap v7168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:04.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:04.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:05.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:05.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:05 smithi026 ceph-mon[93126]: pgmap v7169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:39:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:05 smithi089 ceph-mon[103441]: pgmap v7169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:39:06.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:06.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:39:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:39:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:39:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:39:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:39:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:39:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:39:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:39:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:39:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:39:07.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:07.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:07 smithi026 ceph-mon[93126]: pgmap v7170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:07 smithi089 ceph-mon[103441]: pgmap v7170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:08.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:08.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:09.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:09.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:10.138 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:09 smithi026 ceph-mon[93126]: pgmap v7171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:09 smithi089 ceph-mon[103441]: pgmap v7171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:10.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:10.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:11.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:11.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:11 smithi089 ceph-mon[103441]: pgmap v7172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:11 smithi026 ceph-mon[93126]: pgmap v7172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:12.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:12.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:13.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:13.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:13 smithi089 ceph-mon[103441]: pgmap v7173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:13 smithi026 ceph-mon[93126]: pgmap v7173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:14.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:14.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:15.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:15.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:15 smithi089 ceph-mon[103441]: pgmap v7174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:15 smithi026 ceph-mon[93126]: pgmap v7174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:16.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:16.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:17.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:17.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:17 smithi089 ceph-mon[103441]: pgmap v7175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:17 smithi026 ceph-mon[93126]: pgmap v7175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:18.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:18.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:19.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:19.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:19 smithi089 ceph-mon[103441]: pgmap v7176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:19 smithi026 ceph-mon[93126]: pgmap v7176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:20.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:20.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:21.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:21.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:21 smithi026 ceph-mon[93126]: pgmap v7177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:21 smithi089 ceph-mon[103441]: pgmap v7177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:22.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:22.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:23.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:23.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:23 smithi026 ceph-mon[93126]: pgmap v7178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:23 smithi089 ceph-mon[103441]: pgmap v7178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:24.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:24.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:25.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:25.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:25 smithi026 ceph-mon[93126]: pgmap v7179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:25 smithi089 ceph-mon[103441]: pgmap v7179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:26.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:26.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:27.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:27.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:27 smithi089 ceph-mon[103441]: pgmap v7180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:27 smithi026 ceph-mon[93126]: pgmap v7180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:28.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:28.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:29.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:29.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:29 smithi026 ceph-mon[93126]: pgmap v7181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:29 smithi089 ceph-mon[103441]: pgmap v7181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:30.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:30.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:31.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:31.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:31 smithi026 ceph-mon[93126]: pgmap v7182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:31 smithi089 ceph-mon[103441]: pgmap v7182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:32.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:32.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:33.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:33.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:33 smithi089 ceph-mon[103441]: pgmap v7183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:33 smithi026 ceph-mon[93126]: pgmap v7183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:34.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:34.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:35.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:35.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:35 smithi089 ceph-mon[103441]: pgmap v7184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:35 smithi026 ceph-mon[93126]: pgmap v7184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:36.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:36.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:37.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:37.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:37 smithi089 ceph-mon[103441]: pgmap v7185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:37 smithi026 ceph-mon[93126]: pgmap v7185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:38.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:38.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:39.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:39.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:39 smithi026 ceph-mon[93126]: pgmap v7186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:39 smithi089 ceph-mon[103441]: pgmap v7186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:40.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:40.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:41.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:41.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:41 smithi089 ceph-mon[103441]: pgmap v7187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:41 smithi026 ceph-mon[93126]: pgmap v7187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:42.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:42.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:43.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:43.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:43 smithi089 ceph-mon[103441]: pgmap v7188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:43 smithi026 ceph-mon[93126]: pgmap v7188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:44.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:44.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:45.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:45.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:45 smithi089 ceph-mon[103441]: pgmap v7189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:45 smithi026 ceph-mon[93126]: pgmap v7189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:46.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:46.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:47.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:47.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:47 smithi089 ceph-mon[103441]: pgmap v7190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:47 smithi026 ceph-mon[93126]: pgmap v7190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:48.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:48.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:39:49.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:49.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:49 smithi089 ceph-mon[103441]: pgmap v7191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:49 smithi026 ceph-mon[93126]: pgmap v7191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:39:50.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:50.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:51.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:51.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:51 smithi089 ceph-mon[103441]: pgmap v7192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:51 smithi026 ceph-mon[93126]: pgmap v7192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:52.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:52.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:53.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:53.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:53 smithi089 ceph-mon[103441]: pgmap v7193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:53 smithi026 ceph-mon[93126]: pgmap v7193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:54.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:54.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:55.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:55.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:55 smithi026 ceph-mon[93126]: pgmap v7194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:55 smithi089 ceph-mon[103441]: pgmap v7194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:56.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:56.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:57.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:57.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:57 smithi089 ceph-mon[103441]: pgmap v7195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:57 smithi026 ceph-mon[93126]: pgmap v7195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:39:58.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:58.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:39:59.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:39:59.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:39:59 smithi089 ceph-mon[103441]: pgmap v7196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:39:59 smithi026 ceph-mon[93126]: pgmap v7196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:00.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:00.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T00:40:01.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T00:40:01.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:01.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:01 smithi089 ceph-mon[103441]: pgmap v7197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:01 smithi026 ceph-mon[93126]: pgmap v7197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:02.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:02.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:03.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:03.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:03 smithi089 ceph-mon[103441]: pgmap v7198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:03 smithi026 ceph-mon[93126]: pgmap v7198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:04.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:04.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:05.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:05.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:05 smithi026 ceph-mon[93126]: pgmap v7199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:06.144 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:05 smithi089 ceph-mon[103441]: pgmap v7199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:06.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:06.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:40:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:40:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:40:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:40:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:40:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:40:07.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:07.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:07 smithi089 ceph-mon[103441]: pgmap v7200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:40:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:40:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:40:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:40:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:40:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:07 smithi026 ceph-mon[93126]: pgmap v7200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:40:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:40:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:40:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:40:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:40:08.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:08.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:09.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:09.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:09 smithi089 ceph-mon[103441]: pgmap v7201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:09 smithi026 ceph-mon[93126]: pgmap v7201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:10.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:10.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:11.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:11.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:11 smithi089 ceph-mon[103441]: pgmap v7202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:11 smithi026 ceph-mon[93126]: pgmap v7202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:12.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:12.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:13.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:13.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:13 smithi089 ceph-mon[103441]: pgmap v7203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:13 smithi026 ceph-mon[93126]: pgmap v7203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:14.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:14.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:15.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:15.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:15 smithi089 ceph-mon[103441]: pgmap v7204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:15 smithi026 ceph-mon[93126]: pgmap v7204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:16.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:16.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:17.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:17.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:17 smithi089 ceph-mon[103441]: pgmap v7205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:17 smithi026 ceph-mon[93126]: pgmap v7205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:18.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:18.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:19.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:19.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:19 smithi089 ceph-mon[103441]: pgmap v7206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:19 smithi026 ceph-mon[93126]: pgmap v7206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:20.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:20.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:21.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:21.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:21 smithi089 ceph-mon[103441]: pgmap v7207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:21 smithi026 ceph-mon[93126]: pgmap v7207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:22.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:22.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:23.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:23.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:23 smithi089 ceph-mon[103441]: pgmap v7208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:23 smithi026 ceph-mon[93126]: pgmap v7208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:24.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:24.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:25.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:25.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:25 smithi089 ceph-mon[103441]: pgmap v7209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:25 smithi026 ceph-mon[93126]: pgmap v7209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:26.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:26.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:27.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:27.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:27 smithi089 ceph-mon[103441]: pgmap v7210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:27 smithi026 ceph-mon[93126]: pgmap v7210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:28.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:28.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:29.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:29.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:29 smithi089 ceph-mon[103441]: pgmap v7211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:29 smithi026 ceph-mon[93126]: pgmap v7211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:30.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:30.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:31.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:31.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:31 smithi089 ceph-mon[103441]: pgmap v7212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:31 smithi026 ceph-mon[93126]: pgmap v7212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:32.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:32.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:33.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:33.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:33 smithi089 ceph-mon[103441]: pgmap v7213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:33 smithi026 ceph-mon[93126]: pgmap v7213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:34.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:34.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:35.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:35.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:36.114 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:35 smithi026 ceph-mon[93126]: pgmap v7214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:35 smithi089 ceph-mon[103441]: pgmap v7214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:36.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:36.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:37.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:37.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:37 smithi089 ceph-mon[103441]: pgmap v7215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:37 smithi026 ceph-mon[93126]: pgmap v7215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:38.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:38.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:39.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:39.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:39 smithi089 ceph-mon[103441]: pgmap v7216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:39 smithi026 ceph-mon[93126]: pgmap v7216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:40.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:40.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:41.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:41.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:41 smithi089 ceph-mon[103441]: pgmap v7217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:41 smithi026 ceph-mon[93126]: pgmap v7217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:42.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:42.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:43.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:43.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:43 smithi089 ceph-mon[103441]: pgmap v7218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:43 smithi026 ceph-mon[93126]: pgmap v7218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:44.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:44.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:45.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:45.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:45 smithi089 ceph-mon[103441]: pgmap v7219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:46.229 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:45 smithi026 ceph-mon[93126]: pgmap v7219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:46.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:46.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:47.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:47.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:47 smithi089 ceph-mon[103441]: pgmap v7220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:47 smithi026 ceph-mon[93126]: pgmap v7220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:48.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:48.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:40:49.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:49.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:49 smithi089 ceph-mon[103441]: pgmap v7221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:49 smithi026 ceph-mon[93126]: pgmap v7221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:40:50.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:50.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:51.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:51.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:51 smithi089 ceph-mon[103441]: pgmap v7222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:51 smithi026 ceph-mon[93126]: pgmap v7222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:52.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:52.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:53.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:53.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:53 smithi089 ceph-mon[103441]: pgmap v7223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:53 smithi026 ceph-mon[93126]: pgmap v7223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:54.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:54.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:55.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:55.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:55 smithi089 ceph-mon[103441]: pgmap v7224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:55 smithi026 ceph-mon[93126]: pgmap v7224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:56.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:56.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:57.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:57.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:57 smithi089 ceph-mon[103441]: pgmap v7225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:57 smithi026 ceph-mon[93126]: pgmap v7225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:40:58.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:58.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:40:59.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:40:59.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:40:59 smithi089 ceph-mon[103441]: pgmap v7226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:40:59 smithi026 ceph-mon[93126]: pgmap v7226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:00.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:00.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:01.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:01.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:01 smithi089 ceph-mon[103441]: pgmap v7227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:01 smithi026 ceph-mon[93126]: pgmap v7227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:02.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:02.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:03.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:03.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:03 smithi089 ceph-mon[103441]: pgmap v7228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:03 smithi026 ceph-mon[93126]: pgmap v7228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:04.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:04.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:05.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:05.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:05 smithi089 ceph-mon[103441]: pgmap v7229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:05 smithi026 ceph-mon[93126]: pgmap v7229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:06.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:06.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:07.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:07.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:07 smithi089 ceph-mon[103441]: pgmap v7230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:41:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:07 smithi026 ceph-mon[93126]: pgmap v7230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:41:08.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:08.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:41:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:41:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:41:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:41:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:41:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:41:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:41:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:41:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:41:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:41:09.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:09.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:09 smithi089 ceph-mon[103441]: pgmap v7231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:09 smithi026 ceph-mon[93126]: pgmap v7231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:10.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:10.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:11.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:11.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:11 smithi089 ceph-mon[103441]: pgmap v7232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:11 smithi026 ceph-mon[93126]: pgmap v7232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:12.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:12.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:13.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:13.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:13 smithi089 ceph-mon[103441]: pgmap v7233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:13 smithi026 ceph-mon[93126]: pgmap v7233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:14.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:14.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:15.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:15.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:15 smithi089 ceph-mon[103441]: pgmap v7234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:15 smithi026 ceph-mon[93126]: pgmap v7234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:16.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:16.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:17.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:17.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:17 smithi089 ceph-mon[103441]: pgmap v7235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:17 smithi026 ceph-mon[93126]: pgmap v7235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:18.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:18.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:19.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:19.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:19 smithi089 ceph-mon[103441]: pgmap v7236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:19 smithi026 ceph-mon[93126]: pgmap v7236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:20.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:20.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:21.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:21.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:21 smithi026 ceph-mon[93126]: pgmap v7237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:21 smithi089 ceph-mon[103441]: pgmap v7237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:22.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:22.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:23.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:23.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:23 smithi089 ceph-mon[103441]: pgmap v7238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:23 smithi026 ceph-mon[93126]: pgmap v7238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:24.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:24.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:25.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:25.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:25 smithi089 ceph-mon[103441]: pgmap v7239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:25 smithi026 ceph-mon[93126]: pgmap v7239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:26.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:26.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:27.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:27.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:27 smithi089 ceph-mon[103441]: pgmap v7240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:27 smithi026 ceph-mon[93126]: pgmap v7240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:28.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:28.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:29.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:29.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:29 smithi089 ceph-mon[103441]: pgmap v7241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:29 smithi026 ceph-mon[93126]: pgmap v7241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:30.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:30.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:31.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:31.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:31 smithi089 ceph-mon[103441]: pgmap v7242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:31 smithi026 ceph-mon[93126]: pgmap v7242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:32.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:32.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:33.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:33.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:33 smithi089 ceph-mon[103441]: pgmap v7243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:33 smithi026 ceph-mon[93126]: pgmap v7243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:34.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:34.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:35.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:35.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:35 smithi089 ceph-mon[103441]: pgmap v7244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:35 smithi026 ceph-mon[93126]: pgmap v7244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:36.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:36.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:37.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:37.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:37 smithi089 ceph-mon[103441]: pgmap v7245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:37 smithi026 ceph-mon[93126]: pgmap v7245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:38.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:38.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:39.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:39.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:39 smithi089 ceph-mon[103441]: pgmap v7246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:39 smithi026 ceph-mon[93126]: pgmap v7246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:40.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:40.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:41.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:41.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:42.143 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:41 smithi089 ceph-mon[103441]: pgmap v7247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:41 smithi026 ceph-mon[93126]: pgmap v7247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:42.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:42.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:43.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:43.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:43 smithi089 ceph-mon[103441]: pgmap v7248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:43 smithi026 ceph-mon[93126]: pgmap v7248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:44.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:44.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:45.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:45.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:45 smithi089 ceph-mon[103441]: pgmap v7249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:45 smithi026 ceph-mon[93126]: pgmap v7249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:46.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:46.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:47.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:47.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:47 smithi089 ceph-mon[103441]: pgmap v7250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:47 smithi026 ceph-mon[93126]: pgmap v7250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:48.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:48.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:41:49.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:49.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:49 smithi089 ceph-mon[103441]: pgmap v7251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:49 smithi026 ceph-mon[93126]: pgmap v7251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:41:50.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:50.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:51.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:51.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:51 smithi089 ceph-mon[103441]: pgmap v7252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:51 smithi026 ceph-mon[93126]: pgmap v7252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:52.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:52.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:53.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:53.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:53 smithi089 ceph-mon[103441]: pgmap v7253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:53 smithi026 ceph-mon[93126]: pgmap v7253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:54.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:54.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:55.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:55.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:55 smithi089 ceph-mon[103441]: pgmap v7254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:55 smithi026 ceph-mon[93126]: pgmap v7254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:56.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:56.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:57.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:57.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:57 smithi089 ceph-mon[103441]: pgmap v7255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:57 smithi026 ceph-mon[93126]: pgmap v7255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:41:58.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:58.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:41:59.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:41:59.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:41:59 smithi089 ceph-mon[103441]: pgmap v7256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:41:59 smithi026 ceph-mon[93126]: pgmap v7256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:00.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:00.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:01.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:01.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:01 smithi089 ceph-mon[103441]: pgmap v7257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:01 smithi026 ceph-mon[93126]: pgmap v7257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:02.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:02.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:03.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:03.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:03 smithi089 ceph-mon[103441]: pgmap v7258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:03 smithi026 ceph-mon[93126]: pgmap v7258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:04.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:04.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:05.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:05.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:05 smithi089 ceph-mon[103441]: pgmap v7259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:05 smithi026 ceph-mon[93126]: pgmap v7259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:06.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:06.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:07 smithi089 ceph-mon[103441]: pgmap v7260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:07.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:07.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:07 smithi026 ceph-mon[93126]: pgmap v7260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:08.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:08.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:42:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:42:09.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:09.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:09 smithi089 ceph-mon[103441]: pgmap v7261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:42:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:42:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:42:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:42:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:42:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:09 smithi026 ceph-mon[93126]: pgmap v7261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:42:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:42:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:42:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:42:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:42:10.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:10.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:11.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:11.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:11 smithi089 ceph-mon[103441]: pgmap v7262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:12.203 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:11 smithi026 ceph-mon[93126]: pgmap v7262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:12.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:12.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:13.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:13.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:13 smithi089 ceph-mon[103441]: pgmap v7263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:13 smithi026 ceph-mon[93126]: pgmap v7263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:14.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:14.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:15.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:15.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:15 smithi089 ceph-mon[103441]: pgmap v7264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:15 smithi026 ceph-mon[93126]: pgmap v7264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:16.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:16.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:17.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:17.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:17 smithi089 ceph-mon[103441]: pgmap v7265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:17 smithi026 ceph-mon[93126]: pgmap v7265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:18.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:18.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:19.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:19.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:19 smithi089 ceph-mon[103441]: pgmap v7266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:19 smithi026 ceph-mon[93126]: pgmap v7266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:20.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:20.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:21.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:21.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:21 smithi089 ceph-mon[103441]: pgmap v7267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:21 smithi026 ceph-mon[93126]: pgmap v7267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:22.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:22.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:23.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:23.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:23 smithi089 ceph-mon[103441]: pgmap v7268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:23 smithi026 ceph-mon[93126]: pgmap v7268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:24.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:24.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:25.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:25.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:25 smithi089 ceph-mon[103441]: pgmap v7269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:25 smithi026 ceph-mon[93126]: pgmap v7269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:26.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:26.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:27.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:27.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:27 smithi026 ceph-mon[93126]: pgmap v7270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:27 smithi089 ceph-mon[103441]: pgmap v7270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:28.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:28.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:29.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:29.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:29 smithi089 ceph-mon[103441]: pgmap v7271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:29 smithi026 ceph-mon[93126]: pgmap v7271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:30.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:30.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:31.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:31.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:31 smithi089 ceph-mon[103441]: pgmap v7272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:31 smithi026 ceph-mon[93126]: pgmap v7272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:32.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:32.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:33.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:33.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:33 smithi089 ceph-mon[103441]: pgmap v7273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:33 smithi026 ceph-mon[93126]: pgmap v7273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:34.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:34.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:35.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:35.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:35 smithi089 ceph-mon[103441]: pgmap v7274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:35 smithi026 ceph-mon[93126]: pgmap v7274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:36.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:36.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:37.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:37.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:37 smithi026 ceph-mon[93126]: pgmap v7275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:37 smithi089 ceph-mon[103441]: pgmap v7275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:38.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:38.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:39.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:39.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:39 smithi089 ceph-mon[103441]: pgmap v7276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:39 smithi026 ceph-mon[93126]: pgmap v7276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:40.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:41.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:41.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:41 smithi089 ceph-mon[103441]: pgmap v7277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:41 smithi026 ceph-mon[93126]: pgmap v7277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:42.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:42.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:43.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:43.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:43 smithi089 ceph-mon[103441]: pgmap v7278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:43 smithi026 ceph-mon[93126]: pgmap v7278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:44.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:44.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:45.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:45.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:45 smithi089 ceph-mon[103441]: pgmap v7279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:45 smithi026 ceph-mon[93126]: pgmap v7279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:46.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:46.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:47.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:47.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:47 smithi089 ceph-mon[103441]: pgmap v7280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:47 smithi026 ceph-mon[93126]: pgmap v7280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:48.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:48.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:42:49.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:49.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:49 smithi089 ceph-mon[103441]: pgmap v7281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:49 smithi026 ceph-mon[93126]: pgmap v7281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:42:50.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:50.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:51.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:51.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:51 smithi089 ceph-mon[103441]: pgmap v7282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:51 smithi026 ceph-mon[93126]: pgmap v7282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:52.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:52.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:53.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:53.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:53 smithi089 ceph-mon[103441]: pgmap v7283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:53 smithi026 ceph-mon[93126]: pgmap v7283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:54.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:54.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:55.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:55.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:55 smithi089 ceph-mon[103441]: pgmap v7284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:55 smithi026 ceph-mon[93126]: pgmap v7284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:56.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:56.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:57.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:57.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:57 smithi089 ceph-mon[103441]: pgmap v7285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:57 smithi026 ceph-mon[93126]: pgmap v7285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:42:58.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:58.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:42:59.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:42:59.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:42:59 smithi089 ceph-mon[103441]: pgmap v7286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:42:59 smithi026 ceph-mon[93126]: pgmap v7286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:00.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:00.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:01.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:01.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:01 smithi089 ceph-mon[103441]: pgmap v7287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:01 smithi026 ceph-mon[93126]: pgmap v7287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:02.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:02.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:03.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:03.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:03 smithi089 ceph-mon[103441]: pgmap v7288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:03 smithi026 ceph-mon[93126]: pgmap v7288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:04.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:04.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:05.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:05.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:05 smithi089 ceph-mon[103441]: pgmap v7289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:05 smithi026 ceph-mon[93126]: pgmap v7289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:06.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:06.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:07.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:07.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:07 smithi089 ceph-mon[103441]: pgmap v7290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:07 smithi026 ceph-mon[93126]: pgmap v7290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:08.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:08.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:09.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:09.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:09 smithi089 ceph-mon[103441]: pgmap v7291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:43:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:43:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:43:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:43:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:43:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:43:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:09 smithi026 ceph-mon[93126]: pgmap v7291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:43:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:43:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:43:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:43:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:43:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:43:10.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:10.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:11.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:11.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:11 smithi089 ceph-mon[103441]: pgmap v7292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:11 smithi026 ceph-mon[93126]: pgmap v7292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:12.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:12.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:13.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:13.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:13 smithi089 ceph-mon[103441]: pgmap v7293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:13 smithi026 ceph-mon[93126]: pgmap v7293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:14.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:14.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:15.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:15.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:15 smithi089 ceph-mon[103441]: pgmap v7294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:15 smithi026 ceph-mon[93126]: pgmap v7294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:16.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:16.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:17.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:17.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:17 smithi089 ceph-mon[103441]: pgmap v7295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:17.947 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:17 smithi026 ceph-mon[93126]: pgmap v7295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:18.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:18.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:19.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:19.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:19 smithi089 ceph-mon[103441]: pgmap v7296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:19 smithi026 ceph-mon[93126]: pgmap v7296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:20.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:20.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:21.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:21.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:21 smithi089 ceph-mon[103441]: pgmap v7297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:21 smithi026 ceph-mon[93126]: pgmap v7297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:22.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:22.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:23.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:23.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:23 smithi089 ceph-mon[103441]: pgmap v7298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:23 smithi026 ceph-mon[93126]: pgmap v7298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:24.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:24.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:25.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:25.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:25 smithi089 ceph-mon[103441]: pgmap v7299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:25 smithi026 ceph-mon[93126]: pgmap v7299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:26.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:26.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:27.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:27.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:27 smithi089 ceph-mon[103441]: pgmap v7300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:27 smithi026 ceph-mon[93126]: pgmap v7300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:28.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:28.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:29.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:29.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:29 smithi089 ceph-mon[103441]: pgmap v7301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:29 smithi026 ceph-mon[93126]: pgmap v7301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:30.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:30.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:31.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:31.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:31 smithi089 ceph-mon[103441]: pgmap v7302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:31 smithi026 ceph-mon[93126]: pgmap v7302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:32.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:32.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:33.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:33.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:33 smithi089 ceph-mon[103441]: pgmap v7303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:33 smithi026 ceph-mon[93126]: pgmap v7303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:34.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:34.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:35.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:35.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:35 smithi089 ceph-mon[103441]: pgmap v7304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:35 smithi026 ceph-mon[93126]: pgmap v7304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:36.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:36.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:37.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:37.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:37 smithi089 ceph-mon[103441]: pgmap v7305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:37 smithi026 ceph-mon[93126]: pgmap v7305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:38.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:38.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:39.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:39.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:39 smithi089 ceph-mon[103441]: pgmap v7306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:39 smithi026 ceph-mon[93126]: pgmap v7306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:40.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:40.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:41.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:41.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:41 smithi089 ceph-mon[103441]: pgmap v7307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:41 smithi026 ceph-mon[93126]: pgmap v7307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:42.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:42.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:43.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:43.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:43 smithi089 ceph-mon[103441]: pgmap v7308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:43 smithi026 ceph-mon[93126]: pgmap v7308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:44.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:44.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:45.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:45.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:45 smithi089 ceph-mon[103441]: pgmap v7309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:45 smithi026 ceph-mon[93126]: pgmap v7309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:46.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:46.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:47.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:47.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:47 smithi089 ceph-mon[103441]: pgmap v7310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:47 smithi026 ceph-mon[93126]: pgmap v7310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:48.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:48.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:43:49.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:49.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:49 smithi089 ceph-mon[103441]: pgmap v7311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:49 smithi026 ceph-mon[93126]: pgmap v7311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:43:50.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:50.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:51.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:51.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:51 smithi089 ceph-mon[103441]: pgmap v7312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:51 smithi026 ceph-mon[93126]: pgmap v7312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:52.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:52.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:53.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:53.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:54.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:53 smithi089 ceph-mon[103441]: pgmap v7313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:53 smithi026 ceph-mon[93126]: pgmap v7313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:54.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:54.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:55.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:55.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:55 smithi089 ceph-mon[103441]: pgmap v7314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:55 smithi026 ceph-mon[93126]: pgmap v7314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:56.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:56.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:57.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:57.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:57 smithi089 ceph-mon[103441]: pgmap v7315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:57 smithi026 ceph-mon[93126]: pgmap v7315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:43:58.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:58.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:43:59.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:43:59.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:43:59 smithi089 ceph-mon[103441]: pgmap v7316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:43:59 smithi026 ceph-mon[93126]: pgmap v7316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:00.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:00.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:01.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:01.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:01 smithi089 ceph-mon[103441]: pgmap v7317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:01 smithi026 ceph-mon[93126]: pgmap v7317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:02.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:02.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:03.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:03.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:03 smithi089 ceph-mon[103441]: pgmap v7318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:03 smithi026 ceph-mon[93126]: pgmap v7318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:04.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:04.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:05.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:05.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:05 smithi089 ceph-mon[103441]: pgmap v7319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:05 smithi026 ceph-mon[93126]: pgmap v7319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:06.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:06.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:07.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:07.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:07 smithi089 ceph-mon[103441]: pgmap v7320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:07 smithi026 ceph-mon[93126]: pgmap v7320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:08.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:08.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:09.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:09.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:09 smithi089 ceph-mon[103441]: pgmap v7321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:44:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:09 smithi026 ceph-mon[93126]: pgmap v7321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:44:10.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:10.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:44:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:44:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:44:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:44:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:44:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:44:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:44:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:44:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:44:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:44:11.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:11.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:12 smithi026 ceph-mon[93126]: pgmap v7322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:12 smithi089 ceph-mon[103441]: pgmap v7322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:12.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:12.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:13.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:13.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:14 smithi026 ceph-mon[93126]: pgmap v7323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:14 smithi089 ceph-mon[103441]: pgmap v7323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:14.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:14.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:15.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:15.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:16 smithi026 ceph-mon[93126]: pgmap v7324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:16 smithi089 ceph-mon[103441]: pgmap v7324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:16.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:16.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:17.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:17.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:17 smithi089 ceph-mon[103441]: pgmap v7325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:17 smithi026 ceph-mon[93126]: pgmap v7325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:18.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:18.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:19.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:19.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:19 smithi089 ceph-mon[103441]: pgmap v7326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:19 smithi026 ceph-mon[93126]: pgmap v7326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:20.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:20.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:21.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:21.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:21 smithi089 ceph-mon[103441]: pgmap v7327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:21 smithi026 ceph-mon[93126]: pgmap v7327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:22.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:22.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:23.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:23.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:23 smithi026 ceph-mon[93126]: pgmap v7328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:24.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:23 smithi089 ceph-mon[103441]: pgmap v7328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:24.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:24.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:25.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:25.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:25 smithi089 ceph-mon[103441]: pgmap v7329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:25 smithi026 ceph-mon[93126]: pgmap v7329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:26.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:26.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:27.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:27.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:27 smithi089 ceph-mon[103441]: pgmap v7330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:27 smithi026 ceph-mon[93126]: pgmap v7330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:28.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:28.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:29.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:29.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:29 smithi089 ceph-mon[103441]: pgmap v7331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:29 smithi026 ceph-mon[93126]: pgmap v7331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:30.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:30.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:31.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:31.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:31 smithi089 ceph-mon[103441]: pgmap v7332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:31 smithi026 ceph-mon[93126]: pgmap v7332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:32.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:32.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:33.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:33.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:33 smithi089 ceph-mon[103441]: pgmap v7333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:33 smithi026 ceph-mon[93126]: pgmap v7333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:34.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:34.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:35.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:35.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:35 smithi089 ceph-mon[103441]: pgmap v7334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:35 smithi026 ceph-mon[93126]: pgmap v7334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:36.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:36.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:37 smithi089 ceph-mon[103441]: pgmap v7335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:37.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:37.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:37 smithi026 ceph-mon[93126]: pgmap v7335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:38.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:38.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:39.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:39.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:39 smithi089 ceph-mon[103441]: pgmap v7336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:39 smithi026 ceph-mon[93126]: pgmap v7336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:40.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:40.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:41.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:41.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:41 smithi089 ceph-mon[103441]: pgmap v7337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:41 smithi026 ceph-mon[93126]: pgmap v7337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:42.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:42.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:43.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:43.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:43 smithi089 ceph-mon[103441]: pgmap v7338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:43 smithi026 ceph-mon[93126]: pgmap v7338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:44.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:44.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:45.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:45.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:45 smithi089 ceph-mon[103441]: pgmap v7339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:45 smithi026 ceph-mon[93126]: pgmap v7339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:46.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:46.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:47 smithi089 ceph-mon[103441]: pgmap v7340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:47.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:47.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:47 smithi026 ceph-mon[93126]: pgmap v7340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:48.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:48.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:48.984 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:44:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:49 smithi089 ceph-mon[103441]: pgmap v7341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:49.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:49.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:49 smithi026 ceph-mon[93126]: pgmap v7341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:44:50.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:50.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:51.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:51.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:51 smithi089 ceph-mon[103441]: pgmap v7342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:51 smithi026 ceph-mon[93126]: pgmap v7342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:52.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:52.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:53.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:53.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:53 smithi089 ceph-mon[103441]: pgmap v7343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:53 smithi026 ceph-mon[93126]: pgmap v7343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:54.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:54.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:55.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:55.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:55 smithi089 ceph-mon[103441]: pgmap v7344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:55 smithi026 ceph-mon[93126]: pgmap v7344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:56.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:56.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:57 smithi089 ceph-mon[103441]: pgmap v7345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:57.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:57.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:57 smithi026 ceph-mon[93126]: pgmap v7345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:44:58.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:58.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:44:59.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:44:59.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:44:59 smithi089 ceph-mon[103441]: pgmap v7346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:44:59 smithi026 ceph-mon[93126]: pgmap v7346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:00.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:00.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:01.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:01.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:01 smithi089 ceph-mon[103441]: pgmap v7347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:01 smithi026 ceph-mon[93126]: pgmap v7347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:02.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:02.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:03.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:03.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:04.155 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:03 smithi026 ceph-mon[93126]: pgmap v7348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:04.155 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:03 smithi089 ceph-mon[103441]: pgmap v7348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:04.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:04.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:05.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:05.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:05 smithi089 ceph-mon[103441]: pgmap v7349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:05 smithi026 ceph-mon[93126]: pgmap v7349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:06.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:06.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:07 smithi089 ceph-mon[103441]: pgmap v7350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:07.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:07.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:07 smithi026 ceph-mon[93126]: pgmap v7350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:08.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:08.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:09.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:09.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:09 smithi089 ceph-mon[103441]: pgmap v7351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:09 smithi026 ceph-mon[93126]: pgmap v7351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:10.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:10.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:45:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:45:11.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:11.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:11 smithi089 ceph-mon[103441]: pgmap v7352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:45:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:45:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:45:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:45:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:45:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:11 smithi026 ceph-mon[93126]: pgmap v7352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:45:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:45:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:45:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:45:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:45:12.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:12.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:13.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:13.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:13 smithi089 ceph-mon[103441]: pgmap v7353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:14.269 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:13 smithi026 ceph-mon[93126]: pgmap v7353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:14.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:14.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:15.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:15.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:15 smithi089 ceph-mon[103441]: pgmap v7354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:15 smithi026 ceph-mon[93126]: pgmap v7354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:16.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:16.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:17 smithi089 ceph-mon[103441]: pgmap v7355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:17.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:17.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:17 smithi026 ceph-mon[93126]: pgmap v7355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:18.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:18.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:19 smithi089 ceph-mon[103441]: pgmap v7356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:20.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:20.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:19 smithi026 ceph-mon[93126]: pgmap v7356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:21.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:21.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:22.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:22.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:21 smithi089 ceph-mon[103441]: pgmap v7357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:21 smithi026 ceph-mon[93126]: pgmap v7357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:23.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:23.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:24.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:24.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:23 smithi089 ceph-mon[103441]: pgmap v7358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:23 smithi026 ceph-mon[93126]: pgmap v7358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:25.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:25.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:26.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:26.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:25 smithi026 ceph-mon[93126]: pgmap v7359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:25 smithi089 ceph-mon[103441]: pgmap v7359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:27.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:27.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:27 smithi089 ceph-mon[103441]: pgmap v7360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:28.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:28.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:27 smithi026 ceph-mon[93126]: pgmap v7360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:29.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:29.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:30.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:30.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:29 smithi089 ceph-mon[103441]: pgmap v7361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:29 smithi026 ceph-mon[93126]: pgmap v7361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:31.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:31.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:32.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:32.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:31 smithi089 ceph-mon[103441]: pgmap v7362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:31 smithi026 ceph-mon[93126]: pgmap v7362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:33.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:33.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:34.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:34.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:33 smithi089 ceph-mon[103441]: pgmap v7363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:33 smithi026 ceph-mon[93126]: pgmap v7363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:35.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:35.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:36.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:36.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:35 smithi026 ceph-mon[93126]: pgmap v7364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:35 smithi089 ceph-mon[103441]: pgmap v7364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:37.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:37.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:37 smithi089 ceph-mon[103441]: pgmap v7365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:38.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:38.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:37 smithi026 ceph-mon[93126]: pgmap v7365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:39.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:39.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:40.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:40.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:39 smithi089 ceph-mon[103441]: pgmap v7366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:39 smithi026 ceph-mon[93126]: pgmap v7366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:41.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:41.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:42.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:42.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:41 smithi026 ceph-mon[93126]: pgmap v7367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:41 smithi089 ceph-mon[103441]: pgmap v7367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:43.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:43.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:44.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:44.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:43 smithi026 ceph-mon[93126]: pgmap v7368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:43 smithi089 ceph-mon[103441]: pgmap v7368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:45.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:45.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:46.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:46.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:45 smithi026 ceph-mon[93126]: pgmap v7369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:45 smithi089 ceph-mon[103441]: pgmap v7369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:47.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:47.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:47 smithi089 ceph-mon[103441]: pgmap v7370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:48.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:48.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:47 smithi026 ceph-mon[93126]: pgmap v7370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:49.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:49.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:45:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:49 smithi089 ceph-mon[103441]: pgmap v7371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:50.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:50.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:49 smithi026 ceph-mon[93126]: pgmap v7371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:45:51.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:51.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:52.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:52.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:51 smithi026 ceph-mon[93126]: pgmap v7372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:51 smithi089 ceph-mon[103441]: pgmap v7372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:53.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:53.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:54.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:54.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:53 smithi026 ceph-mon[93126]: pgmap v7373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:53 smithi089 ceph-mon[103441]: pgmap v7373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:55.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:55.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:56.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:56.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:55 smithi026 ceph-mon[93126]: pgmap v7374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:55 smithi089 ceph-mon[103441]: pgmap v7374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:57.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:57.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:57 smithi089 ceph-mon[103441]: pgmap v7375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:57 smithi026 ceph-mon[93126]: pgmap v7375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:45:58.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:58.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:45:59.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:45:59.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:45:59 smithi026 ceph-mon[93126]: pgmap v7376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:00.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:00.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:45:59 smithi089 ceph-mon[103441]: pgmap v7376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:01.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:01.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:02.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:02.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:01 smithi026 ceph-mon[93126]: pgmap v7377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:01 smithi089 ceph-mon[103441]: pgmap v7377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:03.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:03.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:04.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:04.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:03 smithi026 ceph-mon[93126]: pgmap v7378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:03 smithi089 ceph-mon[103441]: pgmap v7378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:05.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:05.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:06.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:06.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:05 smithi026 ceph-mon[93126]: pgmap v7379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:05 smithi089 ceph-mon[103441]: pgmap v7379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:07.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:07.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:07 smithi089 ceph-mon[103441]: pgmap v7380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:07 smithi026 ceph-mon[93126]: pgmap v7380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:08.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:08.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:09.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:09.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:10.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:10.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:09 smithi026 ceph-mon[93126]: pgmap v7381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:09 smithi089 ceph-mon[103441]: pgmap v7381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:11.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:11.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:12.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:12.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:11 smithi026 ceph-mon[93126]: pgmap v7382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:46:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:11 smithi089 ceph-mon[103441]: pgmap v7382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:46:13.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:13.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:14.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:14.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:13 smithi026 ceph-mon[93126]: pgmap v7383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:13 smithi089 ceph-mon[103441]: pgmap v7383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:15.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:15.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:16.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:16.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:15 smithi026 ceph-mon[93126]: pgmap v7384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:46:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:46:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:15 smithi089 ceph-mon[103441]: pgmap v7384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:46:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:46:17.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:17.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:46:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:46:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:46:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:46:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:46:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:46:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:46:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:46:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:46:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:46:18.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:18.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:17 smithi026 ceph-mon[93126]: pgmap v7385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:17 smithi089 ceph-mon[103441]: pgmap v7385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:19.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:19.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:20.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:20.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:19 smithi026 ceph-mon[93126]: pgmap v7386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:19 smithi089 ceph-mon[103441]: pgmap v7386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:21.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:21.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:22.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:22.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:21 smithi026 ceph-mon[93126]: pgmap v7387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:21 smithi089 ceph-mon[103441]: pgmap v7387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:23.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:23.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:24.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:24.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:23 smithi026 ceph-mon[93126]: pgmap v7388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:23 smithi089 ceph-mon[103441]: pgmap v7388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:25.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:25.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:26.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:26.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:25 smithi026 ceph-mon[93126]: pgmap v7389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:25 smithi089 ceph-mon[103441]: pgmap v7389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:27.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:27.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:27 smithi089 ceph-mon[103441]: pgmap v7390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:27 smithi026 ceph-mon[93126]: pgmap v7390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:28.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:28.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:29.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:29.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:30.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:30.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:29 smithi026 ceph-mon[93126]: pgmap v7391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:29 smithi089 ceph-mon[103441]: pgmap v7391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:31.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:31.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:32.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:32.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:31 smithi026 ceph-mon[93126]: pgmap v7392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:31 smithi089 ceph-mon[103441]: pgmap v7392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:33.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:33.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:34.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:34.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:33 smithi026 ceph-mon[93126]: pgmap v7393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:33 smithi089 ceph-mon[103441]: pgmap v7393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:35.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:35.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:36.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:36.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:35 smithi026 ceph-mon[93126]: pgmap v7394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:35 smithi089 ceph-mon[103441]: pgmap v7394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:37.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:37.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:37 smithi026 ceph-mon[93126]: pgmap v7395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:38.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:38.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:37 smithi089 ceph-mon[103441]: pgmap v7395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:39.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:39.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:40.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:40.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:40.243 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:39 smithi026 ceph-mon[93126]: pgmap v7396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:40.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:39 smithi089 ceph-mon[103441]: pgmap v7396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:41.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:41.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:42.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:42.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:41 smithi026 ceph-mon[93126]: pgmap v7397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:41 smithi089 ceph-mon[103441]: pgmap v7397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:43.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:43.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:44.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:44.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:43 smithi026 ceph-mon[93126]: pgmap v7398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:43 smithi089 ceph-mon[103441]: pgmap v7398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:45.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:45.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:46.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:46.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:45 smithi026 ceph-mon[93126]: pgmap v7399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:45 smithi089 ceph-mon[103441]: pgmap v7399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:47.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:47.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:47 smithi026 ceph-mon[93126]: pgmap v7400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:48.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:48.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:47 smithi089 ceph-mon[103441]: pgmap v7400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:49.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:49.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:46:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:49 smithi026 ceph-mon[93126]: pgmap v7401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:50.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:50.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:50.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:49 smithi089 ceph-mon[103441]: pgmap v7401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:46:51.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:51.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:52.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:52.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:51 smithi026 ceph-mon[93126]: pgmap v7402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:51 smithi089 ceph-mon[103441]: pgmap v7402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:53.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:53.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:54.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:54.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:53 smithi026 ceph-mon[93126]: pgmap v7403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:53 smithi089 ceph-mon[103441]: pgmap v7403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:55.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:55.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:56.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:56.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:55 smithi026 ceph-mon[93126]: pgmap v7404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:55 smithi089 ceph-mon[103441]: pgmap v7404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:57.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:57.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:57 smithi026 ceph-mon[93126]: pgmap v7405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:58.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:58.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:46:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:57 smithi089 ceph-mon[103441]: pgmap v7405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:46:59.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:46:59.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:00.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:00.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:46:59 smithi026 ceph-mon[93126]: pgmap v7406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:46:59 smithi089 ceph-mon[103441]: pgmap v7406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:01.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:01.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:02.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:02.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:01 smithi026 ceph-mon[93126]: pgmap v7407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:01 smithi089 ceph-mon[103441]: pgmap v7407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:03.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:03.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:04.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:04.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:03 smithi026 ceph-mon[93126]: pgmap v7408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:03 smithi089 ceph-mon[103441]: pgmap v7408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:05.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:05.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:06.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:06.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:05 smithi026 ceph-mon[93126]: pgmap v7409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:05 smithi089 ceph-mon[103441]: pgmap v7409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:07.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:07.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:07 smithi026 ceph-mon[93126]: pgmap v7410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:07 smithi089 ceph-mon[103441]: pgmap v7410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:08.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:08.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:09.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:09.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:10.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:10.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:09 smithi026 ceph-mon[93126]: pgmap v7411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:09 smithi089 ceph-mon[103441]: pgmap v7411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:11.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:11.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:12.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:12.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:11 smithi026 ceph-mon[93126]: pgmap v7412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:11 smithi089 ceph-mon[103441]: pgmap v7412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:13.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:13.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:14.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:14.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:13 smithi026 ceph-mon[93126]: pgmap v7413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:13 smithi089 ceph-mon[103441]: pgmap v7413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:15.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:15.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:16.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:16.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:15 smithi026 ceph-mon[93126]: pgmap v7414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:15 smithi089 ceph-mon[103441]: pgmap v7414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:17.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:17.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:47:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:47:18.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:18.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:17 smithi026 ceph-mon[93126]: pgmap v7415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:47:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:47:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:47:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:47:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:47:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:17 smithi089 ceph-mon[103441]: pgmap v7415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:47:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:47:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:47:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:47:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:47:19.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:19.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:20.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:20.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:19 smithi026 ceph-mon[93126]: pgmap v7416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:19 smithi089 ceph-mon[103441]: pgmap v7416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:21.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:21.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:22.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:22.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:21 smithi026 ceph-mon[93126]: pgmap v7417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:21 smithi089 ceph-mon[103441]: pgmap v7417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:23.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:23.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:24.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:24.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:23 smithi026 ceph-mon[93126]: pgmap v7418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:23 smithi089 ceph-mon[103441]: pgmap v7418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:25.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:25.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:25 smithi026 ceph-mon[93126]: pgmap v7419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:26.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:26.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:25 smithi089 ceph-mon[103441]: pgmap v7419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:27.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:27.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:27 smithi026 ceph-mon[93126]: pgmap v7420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:27 smithi089 ceph-mon[103441]: pgmap v7420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:28.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:28.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:29.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:29.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:30.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:30.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:29 smithi026 ceph-mon[93126]: pgmap v7421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:29 smithi089 ceph-mon[103441]: pgmap v7421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:31.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:31.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:32.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:32.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:31 smithi026 ceph-mon[93126]: pgmap v7422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:31 smithi089 ceph-mon[103441]: pgmap v7422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:33.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:33.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:34.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:34.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:33 smithi026 ceph-mon[93126]: pgmap v7423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:33 smithi089 ceph-mon[103441]: pgmap v7423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:35.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:35.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:35 smithi089 ceph-mon[103441]: pgmap v7424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:36.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:36.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:35 smithi026 ceph-mon[93126]: pgmap v7424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:37.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:37.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:37 smithi026 ceph-mon[93126]: pgmap v7425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:37 smithi089 ceph-mon[103441]: pgmap v7425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:38.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:38.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:39.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:39.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:40.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:40.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:39 smithi026 ceph-mon[93126]: pgmap v7426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:39 smithi089 ceph-mon[103441]: pgmap v7426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:41.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:41.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:42.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:42.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:41 smithi026 ceph-mon[93126]: pgmap v7427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:41 smithi089 ceph-mon[103441]: pgmap v7427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:43.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:43.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:44.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:44.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:43 smithi026 ceph-mon[93126]: pgmap v7428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:43 smithi089 ceph-mon[103441]: pgmap v7428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:45.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:45.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:46.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:46.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:45 smithi026 ceph-mon[93126]: pgmap v7429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:45 smithi089 ceph-mon[103441]: pgmap v7429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:47.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:47.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:47 smithi026 ceph-mon[93126]: pgmap v7430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:47 smithi089 ceph-mon[103441]: pgmap v7430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:48.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:48.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:47:49.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:49.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:49 smithi026 ceph-mon[93126]: pgmap v7431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:49 smithi089 ceph-mon[103441]: pgmap v7431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:47:50.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:50.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:51.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:51.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:52.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:52.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:51 smithi026 ceph-mon[93126]: pgmap v7432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:51 smithi089 ceph-mon[103441]: pgmap v7432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:53.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:53.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:54.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:54.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:53 smithi026 ceph-mon[93126]: pgmap v7433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:53 smithi089 ceph-mon[103441]: pgmap v7433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:55.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:55.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:56.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:56.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:55 smithi026 ceph-mon[93126]: pgmap v7434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:55 smithi089 ceph-mon[103441]: pgmap v7434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:57.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:57.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:57 smithi026 ceph-mon[93126]: pgmap v7435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:57 smithi089 ceph-mon[103441]: pgmap v7435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:47:58.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:58.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:47:59.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:47:59.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:00.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:00.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:47:59 smithi026 ceph-mon[93126]: pgmap v7436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:47:59 smithi089 ceph-mon[103441]: pgmap v7436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:01.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:01.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:02.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:02.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:01 smithi026 ceph-mon[93126]: pgmap v7437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:01 smithi089 ceph-mon[103441]: pgmap v7437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:03.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:03.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:04.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:04.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:03 smithi026 ceph-mon[93126]: pgmap v7438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:03 smithi089 ceph-mon[103441]: pgmap v7438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:05.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:05.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:06.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:06.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:05 smithi026 ceph-mon[93126]: pgmap v7439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:05 smithi089 ceph-mon[103441]: pgmap v7439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:07.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:07.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:07 smithi026 ceph-mon[93126]: pgmap v7440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:07 smithi089 ceph-mon[103441]: pgmap v7440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:08.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:08.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:09.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:09.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:10.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:10.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:09 smithi026 ceph-mon[93126]: pgmap v7441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:09 smithi089 ceph-mon[103441]: pgmap v7441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:11.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:11.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:12.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:12.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:11 smithi026 ceph-mon[93126]: pgmap v7442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:11 smithi089 ceph-mon[103441]: pgmap v7442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:13.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:13.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:14.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:14.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:13 smithi026 ceph-mon[93126]: pgmap v7443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:13 smithi089 ceph-mon[103441]: pgmap v7443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:15.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:15.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:16.251 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:15 smithi089 ceph-mon[103441]: pgmap v7444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:16.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:16.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:15 smithi026 ceph-mon[93126]: pgmap v7444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:17.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:17.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:17 smithi026 ceph-mon[93126]: pgmap v7445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:48:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:17 smithi089 ceph-mon[103441]: pgmap v7445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:48:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:18.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:18.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:19.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:19.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:19 smithi026 ceph-mon[93126]: pgmap v7446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:19 smithi089 ceph-mon[103441]: pgmap v7446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:20.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:20.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:21.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:21.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:21 smithi026 ceph-mon[93126]: pgmap v7447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:22.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:22.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:21 smithi089 ceph-mon[103441]: pgmap v7447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:23.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:23.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:23 smithi026 ceph-mon[93126]: pgmap v7448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:24.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:24.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:23 smithi089 ceph-mon[103441]: pgmap v7448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:25.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:25.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:26.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:26.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:26.357 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:26 smithi089 ceph-mon[103441]: pgmap v7449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:26.358 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:48:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:48:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:26.359 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:48:26.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:26.453 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:26 smithi026 ceph-mon[93126]: pgmap v7449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:26.453 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:26.454 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:26.454 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:26.454 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:26.454 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:48:26.455 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:48:26.455 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:26.455 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:48:26.455 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:48:27.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:27.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:27 smithi026 ceph-mon[93126]: pgmap v7450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:27 smithi089 ceph-mon[103441]: pgmap v7450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:28.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:28.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:29.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:29.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:29 smithi026 ceph-mon[93126]: pgmap v7451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:30.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:30.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:29 smithi089 ceph-mon[103441]: pgmap v7451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:31.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:31.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:31 smithi026 ceph-mon[93126]: pgmap v7452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:32.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:32.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:31 smithi089 ceph-mon[103441]: pgmap v7452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:33.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:33.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:33 smithi026 ceph-mon[93126]: pgmap v7453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:34.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:34.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:33 smithi089 ceph-mon[103441]: pgmap v7453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:35.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:35.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:35 smithi026 ceph-mon[93126]: pgmap v7454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:36.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:36.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:35 smithi089 ceph-mon[103441]: pgmap v7454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:37.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:37.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:37 smithi026 ceph-mon[93126]: pgmap v7455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:37 smithi089 ceph-mon[103441]: pgmap v7455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:38.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:38.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:39.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:39.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:39 smithi026 ceph-mon[93126]: pgmap v7456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:40.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:40.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:39 smithi089 ceph-mon[103441]: pgmap v7456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:41.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:41.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:41 smithi026 ceph-mon[93126]: pgmap v7457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:42.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:42.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:42.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:41 smithi089 ceph-mon[103441]: pgmap v7457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:43.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:43.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:43 smithi026 ceph-mon[93126]: pgmap v7458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:44.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:44.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:44.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:43 smithi089 ceph-mon[103441]: pgmap v7458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:45.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:45.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:45 smithi026 ceph-mon[93126]: pgmap v7459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:46.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:46.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:45 smithi089 ceph-mon[103441]: pgmap v7459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:47.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:47.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:47 smithi026 ceph-mon[93126]: pgmap v7460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:47 smithi089 ceph-mon[103441]: pgmap v7460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:48.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:48.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:48:49.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:49.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:49 smithi026 ceph-mon[93126]: pgmap v7461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:49 smithi089 ceph-mon[103441]: pgmap v7461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:48:50.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:50.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:51.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:51.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:51 smithi026 ceph-mon[93126]: pgmap v7462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:52.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:52.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:52.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:51 smithi089 ceph-mon[103441]: pgmap v7462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:53.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:53.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:53 smithi026 ceph-mon[93126]: pgmap v7463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:54.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:54.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:53 smithi089 ceph-mon[103441]: pgmap v7463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:55.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:55.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:55 smithi026 ceph-mon[93126]: pgmap v7464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:56.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:56.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:55 smithi089 ceph-mon[103441]: pgmap v7464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:57.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:57.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:57 smithi026 ceph-mon[93126]: pgmap v7465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:57 smithi089 ceph-mon[103441]: pgmap v7465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:48:58.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:58.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:48:59.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:48:59.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:48:59 smithi026 ceph-mon[93126]: pgmap v7466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:00.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:00.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:48:59 smithi089 ceph-mon[103441]: pgmap v7466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:01.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:01.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:01 smithi026 ceph-mon[93126]: pgmap v7467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:02.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:02.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:01 smithi089 ceph-mon[103441]: pgmap v7467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:03.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:03.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:03 smithi026 ceph-mon[93126]: pgmap v7468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:04.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:04.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:03 smithi089 ceph-mon[103441]: pgmap v7468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:05.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:05.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:05 smithi026 ceph-mon[93126]: pgmap v7469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:06.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:06.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:05 smithi089 ceph-mon[103441]: pgmap v7469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:07.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:07.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:07 smithi026 ceph-mon[93126]: pgmap v7470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:08.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:07 smithi089 ceph-mon[103441]: pgmap v7470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:08.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:08.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:09.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:09.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:09 smithi026 ceph-mon[93126]: pgmap v7471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:10.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:10.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:09 smithi089 ceph-mon[103441]: pgmap v7471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:11.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:11.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:11 smithi089 ceph-mon[103441]: pgmap v7472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:11 smithi026 ceph-mon[93126]: pgmap v7472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:12.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:12.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:13.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:13.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:13 smithi026 ceph-mon[93126]: pgmap v7473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:14.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:14.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:13 smithi089 ceph-mon[103441]: pgmap v7473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:15.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:15.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:15 smithi026 ceph-mon[93126]: pgmap v7474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:16.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:16.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:16 smithi089 ceph-mon[103441]: pgmap v7474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:17.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:17.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:17 smithi026 ceph-mon[93126]: pgmap v7475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:17 smithi089 ceph-mon[103441]: pgmap v7475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:18.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:18.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:19.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:19.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:19 smithi026 ceph-mon[93126]: pgmap v7476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:19 smithi089 ceph-mon[103441]: pgmap v7476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:20.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:20.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:21.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:21.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:21 smithi026 ceph-mon[93126]: pgmap v7477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:22.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:22.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:21 smithi089 ceph-mon[103441]: pgmap v7477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:23.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:23.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:23 smithi026 ceph-mon[93126]: pgmap v7478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:24.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:24.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:24.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:23 smithi089 ceph-mon[103441]: pgmap v7478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:25.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:25.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:26 smithi026 ceph-mon[93126]: pgmap v7479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:26.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:26.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:26.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:26 smithi089 ceph-mon[103441]: pgmap v7479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:49:27.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:27.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:49:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:28 smithi026 ceph-mon[93126]: pgmap v7480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:49:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:49:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:49:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:49:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:49:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:49:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:49:28.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:28.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:28.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:28 smithi089 ceph-mon[103441]: pgmap v7480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:49:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:49:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:49:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:49:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:49:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:49:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:49:29.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:29.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:30.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:30.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:30 smithi089 ceph-mon[103441]: pgmap v7481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:30 smithi026 ceph-mon[93126]: pgmap v7481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:31.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:31.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:32.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:32.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:32 smithi089 ceph-mon[103441]: pgmap v7482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:32 smithi026 ceph-mon[93126]: pgmap v7482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:33.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:33.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:34 smithi026 ceph-mon[93126]: pgmap v7483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:34 smithi089 ceph-mon[103441]: pgmap v7483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:34.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:34.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:35.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:35.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:36 smithi089 ceph-mon[103441]: pgmap v7484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:36.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:36.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:36 smithi026 ceph-mon[93126]: pgmap v7484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:37.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:37.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:37 smithi026 ceph-mon[93126]: pgmap v7485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:37 smithi089 ceph-mon[103441]: pgmap v7485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:38.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:38.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:39.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:39.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:40 smithi026 ceph-mon[93126]: pgmap v7486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:40 smithi089 ceph-mon[103441]: pgmap v7486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:40.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:40.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:41.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:41.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:42 smithi026 ceph-mon[93126]: pgmap v7487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:42 smithi089 ceph-mon[103441]: pgmap v7487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:42.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:42.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:43.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:43.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:44 smithi026 ceph-mon[93126]: pgmap v7488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:44 smithi089 ceph-mon[103441]: pgmap v7488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:44.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:44.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:45.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:45.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:46 smithi026 ceph-mon[93126]: pgmap v7489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:46 smithi089 ceph-mon[103441]: pgmap v7489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:46.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:46.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:47.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:47.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:47 smithi026 ceph-mon[93126]: pgmap v7490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:48.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:47 smithi089 ceph-mon[103441]: pgmap v7490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:48.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:48.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:49:49.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:49.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:49 smithi026 ceph-mon[93126]: pgmap v7491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:50.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:49 smithi089 ceph-mon[103441]: pgmap v7491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:49:50.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:50.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:51.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:51.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:52 smithi026 ceph-mon[93126]: pgmap v7492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:52.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:52 smithi089 ceph-mon[103441]: pgmap v7492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:52.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:52.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:53.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:53.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:54 smithi026 ceph-mon[93126]: pgmap v7493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:54 smithi089 ceph-mon[103441]: pgmap v7493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:54.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:54.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:55.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:55.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:56 smithi026 ceph-mon[93126]: pgmap v7494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:56 smithi089 ceph-mon[103441]: pgmap v7494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:56.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:56.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:57.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:57.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:49:57 smithi026 ceph-mon[93126]: pgmap v7495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:49:57 smithi089 ceph-mon[103441]: pgmap v7495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:49:58.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:58.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:49:59.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:49:59.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:00 smithi026 ceph-mon[93126]: pgmap v7496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T00:50:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:00 smithi089 ceph-mon[103441]: pgmap v7496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T00:50:00.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:00.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:01.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:01.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:02 smithi026 ceph-mon[93126]: pgmap v7497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:02.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:02 smithi089 ceph-mon[103441]: pgmap v7497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:02.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:02.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:03.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:03.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:04 smithi026 ceph-mon[93126]: pgmap v7498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:04 smithi089 ceph-mon[103441]: pgmap v7498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:04.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:04.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:05.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:05.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:06 smithi026 ceph-mon[93126]: pgmap v7499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:06 smithi089 ceph-mon[103441]: pgmap v7499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:06.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:06.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:07.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:07.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:07 smithi026 ceph-mon[93126]: pgmap v7500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:07 smithi089 ceph-mon[103441]: pgmap v7500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:08.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:08.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:09.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:09.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:10 smithi026 ceph-mon[93126]: pgmap v7501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:10 smithi089 ceph-mon[103441]: pgmap v7501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:10.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:10.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:11.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:11.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:12 smithi026 ceph-mon[93126]: pgmap v7502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:12 smithi089 ceph-mon[103441]: pgmap v7502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:12.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:12.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:13.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:13.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:14 smithi026 ceph-mon[93126]: pgmap v7503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:14 smithi089 ceph-mon[103441]: pgmap v7503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:14.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:14.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:15.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:15.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:16 smithi026 ceph-mon[93126]: pgmap v7504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:16 smithi089 ceph-mon[103441]: pgmap v7504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:16.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:16.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:17.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:17.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:17 smithi089 ceph-mon[103441]: pgmap v7505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:17 smithi026 ceph-mon[93126]: pgmap v7505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:18.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:18.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:19.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:19.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:19 smithi026 ceph-mon[93126]: pgmap v7506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:19 smithi089 ceph-mon[103441]: pgmap v7506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:20.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:20.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:21.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:21.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:22 smithi026 ceph-mon[93126]: pgmap v7507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:22 smithi089 ceph-mon[103441]: pgmap v7507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:22.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:22.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:23.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:23.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:24 smithi026 ceph-mon[93126]: pgmap v7508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:24 smithi089 ceph-mon[103441]: pgmap v7508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:24.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:24.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:25.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:25.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:26 smithi026 ceph-mon[93126]: pgmap v7509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:26 smithi089 ceph-mon[103441]: pgmap v7509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:26.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:26.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:27.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:27.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:27 smithi089 ceph-mon[103441]: pgmap v7510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:50:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:27 smithi026 ceph-mon[93126]: pgmap v7510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:50:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:28.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:28.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:29.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:29.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:30 smithi089 ceph-mon[103441]: pgmap v7511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:30 smithi026 ceph-mon[93126]: pgmap v7511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:30.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:30.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:31.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:31.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:32 smithi026 ceph-mon[93126]: pgmap v7512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:50:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:50:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:50:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:32 smithi089 ceph-mon[103441]: pgmap v7512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:50:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:50:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:50:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:50:32.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:32.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:33.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:33.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:34 smithi026 ceph-mon[93126]: pgmap v7513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:34 smithi089 ceph-mon[103441]: pgmap v7513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:34.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:34.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:35.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:35.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:36 smithi026 ceph-mon[93126]: pgmap v7514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:36 smithi089 ceph-mon[103441]: pgmap v7514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:36.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:36.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:37.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:37.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:37 smithi026 ceph-mon[93126]: pgmap v7515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:37 smithi089 ceph-mon[103441]: pgmap v7515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:38.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:38.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:39.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:39.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:40 smithi026 ceph-mon[93126]: pgmap v7516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:40 smithi089 ceph-mon[103441]: pgmap v7516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:40.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:40.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:41.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:41.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:42 smithi026 ceph-mon[93126]: pgmap v7517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:42.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:42 smithi089 ceph-mon[103441]: pgmap v7517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:42.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:42.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:43.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:43.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:44 smithi026 ceph-mon[93126]: pgmap v7518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:44 smithi089 ceph-mon[103441]: pgmap v7518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:44.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:44.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:45.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:45.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:46 smithi026 ceph-mon[93126]: pgmap v7519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:46 smithi089 ceph-mon[103441]: pgmap v7519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:46.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:46.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:47.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:47.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:47 smithi026 ceph-mon[93126]: pgmap v7520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:47 smithi089 ceph-mon[103441]: pgmap v7520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:48.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:48.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:50:49.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:49.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:49 smithi026 ceph-mon[93126]: pgmap v7521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:50.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:49 smithi089 ceph-mon[103441]: pgmap v7521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:50:50.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:50.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:51.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:51.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:52 smithi026 ceph-mon[93126]: pgmap v7522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:52 smithi089 ceph-mon[103441]: pgmap v7522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:52.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:52.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:53.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:53.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:54 smithi026 ceph-mon[93126]: pgmap v7523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:54 smithi089 ceph-mon[103441]: pgmap v7523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:54.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:54.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:55.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:55.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:56 smithi026 ceph-mon[93126]: pgmap v7524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:56 smithi089 ceph-mon[103441]: pgmap v7524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:56.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:56.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:57.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:57.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:50:57 smithi026 ceph-mon[93126]: pgmap v7525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:50:57 smithi089 ceph-mon[103441]: pgmap v7525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:50:58.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:58.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:50:59.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:50:59.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:00 smithi026 ceph-mon[93126]: pgmap v7526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:00 smithi089 ceph-mon[103441]: pgmap v7526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:00.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:00.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:01.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:01.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:02 smithi026 ceph-mon[93126]: pgmap v7527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:02 smithi089 ceph-mon[103441]: pgmap v7527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:02.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:02.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:03.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:03.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:04 smithi026 ceph-mon[93126]: pgmap v7528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:04 smithi089 ceph-mon[103441]: pgmap v7528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:04.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:04.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:05.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:05.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:06 smithi026 ceph-mon[93126]: pgmap v7529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:06 smithi089 ceph-mon[103441]: pgmap v7529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:06.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:06.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:07.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:07.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:08.034 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:07 smithi089 ceph-mon[103441]: pgmap v7530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:07 smithi026 ceph-mon[93126]: pgmap v7530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:08.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:08.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:09.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:09.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:10 smithi026 ceph-mon[93126]: pgmap v7531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:10 smithi089 ceph-mon[103441]: pgmap v7531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:10.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:10.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:11.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:11.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:12 smithi026 ceph-mon[93126]: pgmap v7532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:12 smithi089 ceph-mon[103441]: pgmap v7532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:12.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:12.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:13.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:13.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:14 smithi026 ceph-mon[93126]: pgmap v7533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:14 smithi089 ceph-mon[103441]: pgmap v7533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:14.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:14.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:15.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:15.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:16 smithi026 ceph-mon[93126]: pgmap v7534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:16 smithi089 ceph-mon[103441]: pgmap v7534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:16.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:16.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:17.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:17.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:17 smithi026 ceph-mon[93126]: pgmap v7535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:18.139 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:17 smithi089 ceph-mon[103441]: pgmap v7535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:18.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:18.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:19.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:19.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:19 smithi026 ceph-mon[93126]: pgmap v7536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:19 smithi089 ceph-mon[103441]: pgmap v7536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:20.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:20.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:21.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:21.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:22 smithi026 ceph-mon[93126]: pgmap v7537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:22 smithi089 ceph-mon[103441]: pgmap v7537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:22.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:22.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:23.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:23.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:24 smithi026 ceph-mon[93126]: pgmap v7538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:24 smithi089 ceph-mon[103441]: pgmap v7538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:24.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:24.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:25.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:25.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:26 smithi026 ceph-mon[93126]: pgmap v7539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:26 smithi089 ceph-mon[103441]: pgmap v7539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:26.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:26.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:27.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:27.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:27 smithi026 ceph-mon[93126]: pgmap v7540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:27 smithi089 ceph-mon[103441]: pgmap v7540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:28.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:28.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:29.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:29.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:30 smithi026 ceph-mon[93126]: pgmap v7541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:30.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:30 smithi089 ceph-mon[103441]: pgmap v7541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:30.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:30.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:31.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:31.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:32 smithi026 ceph-mon[93126]: pgmap v7542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:32 smithi089 ceph-mon[103441]: pgmap v7542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:32.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:32.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:33.298 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:51:33.298 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:51:33.299 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:51:33.299 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:51:33.299 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:51:33.299 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:51:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:51:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:51:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:51:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:51:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:51:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:51:33.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:33.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:34 smithi026 ceph-mon[93126]: pgmap v7543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:34 smithi089 ceph-mon[103441]: pgmap v7543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:34.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:34.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:35.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:35.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:36 smithi026 ceph-mon[93126]: pgmap v7544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:36 smithi089 ceph-mon[103441]: pgmap v7544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:36.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:36.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:37.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:37.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:37 smithi026 ceph-mon[93126]: pgmap v7545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:37 smithi089 ceph-mon[103441]: pgmap v7545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:38.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:38.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:39.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:39.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:40 smithi026 ceph-mon[93126]: pgmap v7546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:40 smithi089 ceph-mon[103441]: pgmap v7546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:40.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:40.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:41.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:41.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:42 smithi026 ceph-mon[93126]: pgmap v7547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:42 smithi089 ceph-mon[103441]: pgmap v7547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:42.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:42.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:43.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:43.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:44 smithi026 ceph-mon[93126]: pgmap v7548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:44 smithi089 ceph-mon[103441]: pgmap v7548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:44.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:44.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:45.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:45.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:46 smithi026 ceph-mon[93126]: pgmap v7549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:46 smithi089 ceph-mon[103441]: pgmap v7549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:46.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:46.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:47.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:47.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:47 smithi026 ceph-mon[93126]: pgmap v7550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:47 smithi089 ceph-mon[103441]: pgmap v7550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:48.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:48.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:49.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:51:49.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:49.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:49 smithi026 ceph-mon[93126]: pgmap v7551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:49 smithi089 ceph-mon[103441]: pgmap v7551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:51:50.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:50.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:51.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:51.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:52 smithi026 ceph-mon[93126]: pgmap v7552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:52 smithi089 ceph-mon[103441]: pgmap v7552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:52.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:52.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:53.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:53.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:54 smithi026 ceph-mon[93126]: pgmap v7553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:54 smithi089 ceph-mon[103441]: pgmap v7553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:54.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:54.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:55.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:55.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:56 smithi026 ceph-mon[93126]: pgmap v7554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:56.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:56 smithi089 ceph-mon[103441]: pgmap v7554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:56.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:56.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:57.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:57.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:51:57 smithi026 ceph-mon[93126]: pgmap v7555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:51:57 smithi089 ceph-mon[103441]: pgmap v7555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:51:58.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:58.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:51:59.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:51:59.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:00 smithi026 ceph-mon[93126]: pgmap v7556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:00 smithi089 ceph-mon[103441]: pgmap v7556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:00.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:00.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:01.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:01.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:02 smithi026 ceph-mon[93126]: pgmap v7557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:02 smithi089 ceph-mon[103441]: pgmap v7557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:02.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:02.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:03.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:03.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:04 smithi026 ceph-mon[93126]: pgmap v7558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:04 smithi089 ceph-mon[103441]: pgmap v7558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:04.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:04.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:05.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:05.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:06 smithi089 ceph-mon[103441]: pgmap v7559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:06 smithi026 ceph-mon[93126]: pgmap v7559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:06.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:06.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:07.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:07.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:07 smithi026 ceph-mon[93126]: pgmap v7560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:07 smithi089 ceph-mon[103441]: pgmap v7560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:08.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:08.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:09.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:09.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:10 smithi026 ceph-mon[93126]: pgmap v7561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:10 smithi089 ceph-mon[103441]: pgmap v7561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:10.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:10.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:11.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:11.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:12 smithi026 ceph-mon[93126]: pgmap v7562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:12.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:12 smithi089 ceph-mon[103441]: pgmap v7562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:12.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:12.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:13.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:13.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:14 smithi026 ceph-mon[93126]: pgmap v7563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:14 smithi089 ceph-mon[103441]: pgmap v7563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:14.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:14.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:15.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:15.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:16 smithi089 ceph-mon[103441]: pgmap v7564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:16 smithi026 ceph-mon[93126]: pgmap v7564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:16.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:16.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:17.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:17.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:17 smithi026 ceph-mon[93126]: pgmap v7565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:17 smithi089 ceph-mon[103441]: pgmap v7565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:18.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:18.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:19.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:19.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:19 smithi026 ceph-mon[93126]: pgmap v7566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:20.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:19 smithi089 ceph-mon[103441]: pgmap v7566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:20.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:20.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:21.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:21.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:22 smithi026 ceph-mon[93126]: pgmap v7567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:22 smithi089 ceph-mon[103441]: pgmap v7567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:22.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:22.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:23.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:23.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:24.146 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:24 smithi026 ceph-mon[93126]: pgmap v7568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:24 smithi089 ceph-mon[103441]: pgmap v7568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:24.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:24.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:25.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:25.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:26 smithi089 ceph-mon[103441]: pgmap v7569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:26 smithi026 ceph-mon[93126]: pgmap v7569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:26.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:26.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:27.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:27.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:27 smithi026 ceph-mon[93126]: pgmap v7570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:28.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:27 smithi089 ceph-mon[103441]: pgmap v7570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:28.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:28.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:29.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:29.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:30.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:30 smithi089 ceph-mon[103441]: pgmap v7571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:30 smithi026 ceph-mon[93126]: pgmap v7571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:30.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:30.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:31.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:31.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:32 smithi089 ceph-mon[103441]: pgmap v7572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:32 smithi026 ceph-mon[93126]: pgmap v7572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:32.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:32.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:33.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:52:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:52:33.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:33.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:34.260 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:34 smithi026 ceph-mon[93126]: pgmap v7573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:34.260 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:52:34.260 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:52:34.261 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:52:34.261 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:52:34.261 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:52:34.261 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:34 smithi089 ceph-mon[103441]: pgmap v7573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:52:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:52:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:52:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:52:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:52:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:34.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:34.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:35.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:35.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:36 smithi089 ceph-mon[103441]: pgmap v7574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:36 smithi026 ceph-mon[93126]: pgmap v7574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:36.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:36.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:37.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:37.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:37 smithi026 ceph-mon[93126]: pgmap v7575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:37 smithi089 ceph-mon[103441]: pgmap v7575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:38.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:38.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:39.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:39.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:40 smithi089 ceph-mon[103441]: pgmap v7576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:40 smithi026 ceph-mon[93126]: pgmap v7576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:40.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:40.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:41.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:41.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:42 smithi089 ceph-mon[103441]: pgmap v7577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:42 smithi026 ceph-mon[93126]: pgmap v7577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:42.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:42.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:43.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:43.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:44 smithi026 ceph-mon[93126]: pgmap v7578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:44 smithi089 ceph-mon[103441]: pgmap v7578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:44.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:44.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:45.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:45.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:46 smithi089 ceph-mon[103441]: pgmap v7579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:46 smithi026 ceph-mon[93126]: pgmap v7579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:46.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:46.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:47.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:47.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:47 smithi026 ceph-mon[93126]: pgmap v7580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:48.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:47 smithi089 ceph-mon[103441]: pgmap v7580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:48.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:48.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:49.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:52:49.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:49.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:49 smithi026 ceph-mon[93126]: pgmap v7581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:49 smithi089 ceph-mon[103441]: pgmap v7581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:52:50.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:50.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:51.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:51.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:52 smithi089 ceph-mon[103441]: pgmap v7582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:52 smithi026 ceph-mon[93126]: pgmap v7582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:52.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:52.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:53.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:53.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:54 smithi026 ceph-mon[93126]: pgmap v7583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:54.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:54 smithi089 ceph-mon[103441]: pgmap v7583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:54.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:54.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:55.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:55.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:56 smithi089 ceph-mon[103441]: pgmap v7584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:56 smithi026 ceph-mon[93126]: pgmap v7584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:56.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:56.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:57.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:57.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:52:57 smithi026 ceph-mon[93126]: pgmap v7585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:52:57 smithi089 ceph-mon[103441]: pgmap v7585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:52:58.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:58.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:52:59.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:52:59.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:00 smithi089 ceph-mon[103441]: pgmap v7586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:00 smithi026 ceph-mon[93126]: pgmap v7586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:00.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:00.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:01.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:01.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:02 smithi089 ceph-mon[103441]: pgmap v7587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:02 smithi026 ceph-mon[93126]: pgmap v7587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:02.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:02.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:03.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:03.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:04 smithi026 ceph-mon[93126]: pgmap v7588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:04 smithi089 ceph-mon[103441]: pgmap v7588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:04.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:04.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:05.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:05.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:06.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:06 smithi089 ceph-mon[103441]: pgmap v7589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:06 smithi026 ceph-mon[93126]: pgmap v7589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:06.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:06.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:07.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:07.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:07 smithi026 ceph-mon[93126]: pgmap v7590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:07 smithi089 ceph-mon[103441]: pgmap v7590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:08.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:08.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:09.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:09.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:10 smithi089 ceph-mon[103441]: pgmap v7591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:10 smithi026 ceph-mon[93126]: pgmap v7591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:10.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:10.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:11.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:11.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:12 smithi089 ceph-mon[103441]: pgmap v7592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:12 smithi026 ceph-mon[93126]: pgmap v7592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:12.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:12.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:13.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:13.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:14 smithi026 ceph-mon[93126]: pgmap v7593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:14.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:14 smithi089 ceph-mon[103441]: pgmap v7593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:14.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:14.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:15.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:15.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:16 smithi089 ceph-mon[103441]: pgmap v7594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:16 smithi026 ceph-mon[93126]: pgmap v7594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:16.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:16.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:17.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:17.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:17 smithi026 ceph-mon[93126]: pgmap v7595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:18.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:17 smithi089 ceph-mon[103441]: pgmap v7595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:18.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:18.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:19.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:19.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:19 smithi026 ceph-mon[93126]: pgmap v7596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:19 smithi089 ceph-mon[103441]: pgmap v7596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:20.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:20.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:21.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:21.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:22 smithi089 ceph-mon[103441]: pgmap v7597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:22 smithi026 ceph-mon[93126]: pgmap v7597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:22.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:22.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:23.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:23.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:24 smithi026 ceph-mon[93126]: pgmap v7598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:24 smithi089 ceph-mon[103441]: pgmap v7598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:24.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:24.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:25.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:25.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:26 smithi089 ceph-mon[103441]: pgmap v7599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:26 smithi026 ceph-mon[93126]: pgmap v7599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:26.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:26.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:27.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:27.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:27 smithi026 ceph-mon[93126]: pgmap v7600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:27 smithi089 ceph-mon[103441]: pgmap v7600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:28.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:28.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:29.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:29.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:30 smithi026 ceph-mon[93126]: pgmap v7601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:30 smithi089 ceph-mon[103441]: pgmap v7601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:30.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:30.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:31.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:31.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:32 smithi089 ceph-mon[103441]: pgmap v7602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:32 smithi026 ceph-mon[93126]: pgmap v7602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:32.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:32.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:33.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:33.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:34 smithi026 ceph-mon[93126]: pgmap v7603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:53:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:53:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:53:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:34 smithi089 ceph-mon[103441]: pgmap v7603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:53:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:53:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:53:34.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:34.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:53:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:53:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:53:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:53:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:53:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:53:35.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:35.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:36 smithi089 ceph-mon[103441]: pgmap v7604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:36 smithi026 ceph-mon[93126]: pgmap v7604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:36.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:36.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:37.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:37.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:37 smithi026 ceph-mon[93126]: pgmap v7605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:37 smithi089 ceph-mon[103441]: pgmap v7605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:38.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:38.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:39.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:39.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:40 smithi026 ceph-mon[93126]: pgmap v7606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:40 smithi089 ceph-mon[103441]: pgmap v7606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:40.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:40.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:41.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:41.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:42 smithi089 ceph-mon[103441]: pgmap v7607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:42 smithi026 ceph-mon[93126]: pgmap v7607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:42.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:42.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:43.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:43.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:44 smithi026 ceph-mon[93126]: pgmap v7608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:44 smithi089 ceph-mon[103441]: pgmap v7608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:44.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:44.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:45.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:45.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:46 smithi089 ceph-mon[103441]: pgmap v7609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:46 smithi026 ceph-mon[93126]: pgmap v7609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:46.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:46.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:47.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:47.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:47 smithi026 ceph-mon[93126]: pgmap v7610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:47 smithi089 ceph-mon[103441]: pgmap v7610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:48.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:48.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:53:49.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:49.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:49 smithi026 ceph-mon[93126]: pgmap v7611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:50.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:49 smithi089 ceph-mon[103441]: pgmap v7611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:53:50.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:50.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:51.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:51.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:52 smithi089 ceph-mon[103441]: pgmap v7612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:52 smithi026 ceph-mon[93126]: pgmap v7612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:52.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:52.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:53.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:53.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:54 smithi026 ceph-mon[93126]: pgmap v7613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:54 smithi089 ceph-mon[103441]: pgmap v7613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:54.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:54.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:55.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:55.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:56 smithi089 ceph-mon[103441]: pgmap v7614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:56 smithi026 ceph-mon[93126]: pgmap v7614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:56.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:56.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:57.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:57.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:53:57 smithi026 ceph-mon[93126]: pgmap v7615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:53:57 smithi089 ceph-mon[103441]: pgmap v7615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:53:58.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:58.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:53:59.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:53:59.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:00 smithi089 ceph-mon[103441]: pgmap v7616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:00 smithi026 ceph-mon[93126]: pgmap v7616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:00.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:00.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:01.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:01.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:02 smithi089 ceph-mon[103441]: pgmap v7617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:02 smithi026 ceph-mon[93126]: pgmap v7617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:02.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:02.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:03.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:03.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:04 smithi026 ceph-mon[93126]: pgmap v7618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:04 smithi089 ceph-mon[103441]: pgmap v7618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:04.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:04.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:05.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:05.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:06.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:06 smithi089 ceph-mon[103441]: pgmap v7619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:06 smithi026 ceph-mon[93126]: pgmap v7619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:06.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:06.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:07.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:07.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:07 smithi026 ceph-mon[93126]: pgmap v7620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:07 smithi089 ceph-mon[103441]: pgmap v7620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:08.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:08.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:09.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:09.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:10.351 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:10 smithi026 ceph-mon[93126]: pgmap v7621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:10 smithi089 ceph-mon[103441]: pgmap v7621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:10.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:10.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:11.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:11.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:12 smithi089 ceph-mon[103441]: pgmap v7622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:12 smithi026 ceph-mon[93126]: pgmap v7622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:12.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:12.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:13.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:13.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:14 smithi026 ceph-mon[93126]: pgmap v7623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:14 smithi089 ceph-mon[103441]: pgmap v7623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:14.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:14.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:15.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:15.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:16 smithi089 ceph-mon[103441]: pgmap v7624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:16 smithi026 ceph-mon[93126]: pgmap v7624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:16.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:16.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:17.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:17.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:17 smithi026 ceph-mon[93126]: pgmap v7625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:18.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:17 smithi089 ceph-mon[103441]: pgmap v7625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:18.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:18.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:19.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:19.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:19.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:19 smithi026 ceph-mon[93126]: pgmap v7626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:20.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:19 smithi089 ceph-mon[103441]: pgmap v7626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:20.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:20.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:21.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:21.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:22 smithi089 ceph-mon[103441]: pgmap v7627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:22 smithi026 ceph-mon[93126]: pgmap v7627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:22.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:22.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:23.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:23.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:24 smithi026 ceph-mon[93126]: pgmap v7628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:24.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:24 smithi089 ceph-mon[103441]: pgmap v7628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:24.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:24.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:25.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:25.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:26 smithi089 ceph-mon[103441]: pgmap v7629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:26 smithi026 ceph-mon[93126]: pgmap v7629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:26.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:26.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:27.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:27.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:27 smithi026 ceph-mon[93126]: pgmap v7630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:28.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:27 smithi089 ceph-mon[103441]: pgmap v7630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:28.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:28.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:29.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:29.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:30 smithi089 ceph-mon[103441]: pgmap v7631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:30 smithi026 ceph-mon[93126]: pgmap v7631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:30.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:30.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:31.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:31.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:32 smithi089 ceph-mon[103441]: pgmap v7632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:32 smithi026 ceph-mon[93126]: pgmap v7632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:32.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:32.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:33.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:33.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:34 smithi026 ceph-mon[93126]: pgmap v7633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:34 smithi089 ceph-mon[103441]: pgmap v7633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:34.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:34.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:35.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:54:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:54:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:54:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:54:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:54:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:54:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:54:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:54:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:54:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:54:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:54:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:54:35.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:35.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:36 smithi089 ceph-mon[103441]: pgmap v7634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:36 smithi026 ceph-mon[93126]: pgmap v7634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:36.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:36.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:37.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:37.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:37 smithi026 ceph-mon[93126]: pgmap v7635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:37 smithi089 ceph-mon[103441]: pgmap v7635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:38.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:38.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:39.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:39.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:40 smithi089 ceph-mon[103441]: pgmap v7636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:40 smithi026 ceph-mon[93126]: pgmap v7636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:40.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:40.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:41.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:41.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:42 smithi089 ceph-mon[103441]: pgmap v7637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:42 smithi026 ceph-mon[93126]: pgmap v7637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:42.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:42.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:43.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:43.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:44 smithi089 ceph-mon[103441]: pgmap v7638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:44 smithi026 ceph-mon[93126]: pgmap v7638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:44.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:44.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:45.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:45.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:46 smithi089 ceph-mon[103441]: pgmap v7639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:46 smithi026 ceph-mon[93126]: pgmap v7639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:46.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:46.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:47.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:47.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:47 smithi026 ceph-mon[93126]: pgmap v7640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:47 smithi089 ceph-mon[103441]: pgmap v7640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:48.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:48.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:54:49.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:49.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:49 smithi026 ceph-mon[93126]: pgmap v7641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:49 smithi089 ceph-mon[103441]: pgmap v7641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:54:50.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:50.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:51.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:51.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:52 smithi089 ceph-mon[103441]: pgmap v7642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:52 smithi026 ceph-mon[93126]: pgmap v7642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:52.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:52.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:53.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:53.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:54.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:54 smithi089 ceph-mon[103441]: pgmap v7643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:54 smithi026 ceph-mon[93126]: pgmap v7643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:54.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:54.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:55.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:55.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:56 smithi026 ceph-mon[93126]: pgmap v7644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:56.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:56 smithi089 ceph-mon[103441]: pgmap v7644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:56.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:56.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:57.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:57.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:54:57 smithi026 ceph-mon[93126]: pgmap v7645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:54:57 smithi089 ceph-mon[103441]: pgmap v7645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:54:58.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:58.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:54:59.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:54:59.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:00 smithi089 ceph-mon[103441]: pgmap v7646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:00 smithi026 ceph-mon[93126]: pgmap v7646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:00.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:00.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:01.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:01.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:02 smithi089 ceph-mon[103441]: pgmap v7647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:02 smithi026 ceph-mon[93126]: pgmap v7647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:02.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:02.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:03.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:03.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:04 smithi089 ceph-mon[103441]: pgmap v7648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:04 smithi026 ceph-mon[93126]: pgmap v7648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:04.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:04.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:05.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:05.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:06 smithi026 ceph-mon[93126]: pgmap v7649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:06 smithi089 ceph-mon[103441]: pgmap v7649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:06.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:06.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:07.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:07.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:07 smithi026 ceph-mon[93126]: pgmap v7650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:07 smithi089 ceph-mon[103441]: pgmap v7650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:08.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:08.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:09.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:09.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:10.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:10 smithi089 ceph-mon[103441]: pgmap v7651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:10 smithi026 ceph-mon[93126]: pgmap v7651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:10.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:10.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:11.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:11.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:12 smithi089 ceph-mon[103441]: pgmap v7652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:12 smithi026 ceph-mon[93126]: pgmap v7652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:12.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:12.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:13.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:13.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:14 smithi089 ceph-mon[103441]: pgmap v7653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:14 smithi026 ceph-mon[93126]: pgmap v7653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:15.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:15.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:16.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:16.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:16 smithi089 ceph-mon[103441]: pgmap v7654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:16 smithi026 ceph-mon[93126]: pgmap v7654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:17.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:17.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:18.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:18.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:17 smithi026 ceph-mon[93126]: pgmap v7655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:17 smithi089 ceph-mon[103441]: pgmap v7655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:19.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:19.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:20.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:20.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:20.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:19 smithi089 ceph-mon[103441]: pgmap v7656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:19 smithi026 ceph-mon[93126]: pgmap v7656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:21.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:21.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:22.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:22.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:22 smithi089 ceph-mon[103441]: pgmap v7657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:22 smithi026 ceph-mon[93126]: pgmap v7657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:23.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:23.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:24.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:24.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:24 smithi089 ceph-mon[103441]: pgmap v7658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:24 smithi026 ceph-mon[93126]: pgmap v7658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:25.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:25.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:26.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:26.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:26.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:26 smithi089 ceph-mon[103441]: pgmap v7659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:26 smithi026 ceph-mon[93126]: pgmap v7659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:27.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:27.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:28.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:28.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:27 smithi026 ceph-mon[93126]: pgmap v7660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:27 smithi089 ceph-mon[103441]: pgmap v7660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:29.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:29.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:30.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:30.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:30 smithi089 ceph-mon[103441]: pgmap v7661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:30 smithi026 ceph-mon[93126]: pgmap v7661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:31.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:31.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:32.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:32.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:32 smithi089 ceph-mon[103441]: pgmap v7662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:32 smithi026 ceph-mon[93126]: pgmap v7662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:33.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:33.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:34.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:34.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:34 smithi089 ceph-mon[103441]: pgmap v7663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:34 smithi026 ceph-mon[93126]: pgmap v7663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:35.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:35.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:55:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:55:36.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:36.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:36 smithi089 ceph-mon[103441]: pgmap v7664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:55:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:55:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:55:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:55:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:55:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:36 smithi026 ceph-mon[93126]: pgmap v7664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:55:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:55:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:55:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:55:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:55:37.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:37.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:38.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:38.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:37 smithi026 ceph-mon[93126]: pgmap v7665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:37 smithi089 ceph-mon[103441]: pgmap v7665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:39.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:39.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:40.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:40.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:40 smithi089 ceph-mon[103441]: pgmap v7666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:40 smithi026 ceph-mon[93126]: pgmap v7666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:41.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:41.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:42.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:42.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:42 smithi089 ceph-mon[103441]: pgmap v7667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:42 smithi026 ceph-mon[93126]: pgmap v7667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:43.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:43.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:44.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:44.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:44 smithi089 ceph-mon[103441]: pgmap v7668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:44 smithi026 ceph-mon[93126]: pgmap v7668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:45.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:45.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:46.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:46.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:46 smithi089 ceph-mon[103441]: pgmap v7669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:46.442 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:46 smithi026 ceph-mon[93126]: pgmap v7669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:47.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:47.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:48.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:48.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:47 smithi089 ceph-mon[103441]: pgmap v7670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:47 smithi026 ceph-mon[93126]: pgmap v7670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:49.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:49.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:49.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:55:50.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:50.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:49 smithi089 ceph-mon[103441]: pgmap v7671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:49 smithi026 ceph-mon[93126]: pgmap v7671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:55:51.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:51.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:52.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:52.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:52 smithi089 ceph-mon[103441]: pgmap v7672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:52 smithi026 ceph-mon[93126]: pgmap v7672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:53.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:53.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:54.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:54.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:54 smithi089 ceph-mon[103441]: pgmap v7673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:54 smithi026 ceph-mon[93126]: pgmap v7673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:55.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:55.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:56.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:56.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:56 smithi089 ceph-mon[103441]: pgmap v7674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:56 smithi026 ceph-mon[93126]: pgmap v7674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:57.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:57.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:58.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:58.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:55:58.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:55:57 smithi089 ceph-mon[103441]: pgmap v7675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:55:57 smithi026 ceph-mon[93126]: pgmap v7675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:55:59.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:55:59.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:00.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:00.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:00 smithi089 ceph-mon[103441]: pgmap v7676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:00 smithi026 ceph-mon[93126]: pgmap v7676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:01.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:01.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:02.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:02.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:02 smithi089 ceph-mon[103441]: pgmap v7677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:02 smithi026 ceph-mon[93126]: pgmap v7677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:03.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:03.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:04.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:04.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:04 smithi089 ceph-mon[103441]: pgmap v7678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:04 smithi026 ceph-mon[93126]: pgmap v7678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:05.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:05.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:06.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:06.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:06 smithi089 ceph-mon[103441]: pgmap v7679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:06 smithi026 ceph-mon[93126]: pgmap v7679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:07.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:07.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:08.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:08.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:07 smithi089 ceph-mon[103441]: pgmap v7680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:07 smithi026 ceph-mon[93126]: pgmap v7680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:09.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:09.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:10.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:10.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:10.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:10 smithi089 ceph-mon[103441]: pgmap v7681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:10 smithi026 ceph-mon[93126]: pgmap v7681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:11.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:11.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:12.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:12.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:12.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:12 smithi089 ceph-mon[103441]: pgmap v7682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:12 smithi026 ceph-mon[93126]: pgmap v7682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:13.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:13.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:14.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:14.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:14 smithi089 ceph-mon[103441]: pgmap v7683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:14 smithi026 ceph-mon[93126]: pgmap v7683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:15.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:15.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:16.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:16.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:16 smithi089 ceph-mon[103441]: pgmap v7684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:16 smithi026 ceph-mon[93126]: pgmap v7684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:17.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:17.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:18.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:18.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:17 smithi089 ceph-mon[103441]: pgmap v7685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:17 smithi026 ceph-mon[93126]: pgmap v7685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:19.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:19.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:20.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:20.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:19 smithi089 ceph-mon[103441]: pgmap v7686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:19 smithi026 ceph-mon[93126]: pgmap v7686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:21.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:21.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:22.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:22.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:22 smithi089 ceph-mon[103441]: pgmap v7687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:22 smithi026 ceph-mon[93126]: pgmap v7687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:23.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:23.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:24.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:24.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:24 smithi089 ceph-mon[103441]: pgmap v7688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:24 smithi026 ceph-mon[93126]: pgmap v7688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:25.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:25.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:26.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:26.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:26 smithi089 ceph-mon[103441]: pgmap v7689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:26 smithi026 ceph-mon[93126]: pgmap v7689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:27.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:27.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:28.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:28.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:28.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:27 smithi089 ceph-mon[103441]: pgmap v7690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:27 smithi026 ceph-mon[93126]: pgmap v7690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:29.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:29.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:30.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:30.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:30 smithi089 ceph-mon[103441]: pgmap v7691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:30 smithi026 ceph-mon[93126]: pgmap v7691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:31.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:31.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:32.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:32.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:32 smithi026 ceph-mon[93126]: pgmap v7692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:32 smithi089 ceph-mon[103441]: pgmap v7692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:33.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:33.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:34.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:34.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:34 smithi089 ceph-mon[103441]: pgmap v7693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:34 smithi026 ceph-mon[93126]: pgmap v7693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:35.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:35.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:36.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:36.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:36 smithi089 ceph-mon[103441]: pgmap v7694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:56:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:36 smithi026 ceph-mon[93126]: pgmap v7694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:56:37.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:37.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:38.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:38.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:37 smithi089 ceph-mon[103441]: pgmap v7695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:37 smithi026 ceph-mon[93126]: pgmap v7695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:39.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:39.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:40.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:40.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:40.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:40 smithi089 ceph-mon[103441]: pgmap v7696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:40 smithi026 ceph-mon[93126]: pgmap v7696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:41.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:41.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:56:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:56:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:56:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:56:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:56:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:56:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:56:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:56:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:56:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:56:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:56:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:56:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:56:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:56:42.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:42.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:42 smithi089 ceph-mon[103441]: pgmap v7697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:42 smithi026 ceph-mon[93126]: pgmap v7697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:43.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:43.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:44.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:44.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:44 smithi089 ceph-mon[103441]: pgmap v7698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:44 smithi026 ceph-mon[93126]: pgmap v7698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:45.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:45.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:46.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:46.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:46 smithi089 ceph-mon[103441]: pgmap v7699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:46 smithi026 ceph-mon[93126]: pgmap v7699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:47.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:47.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:48.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:48.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:47 smithi089 ceph-mon[103441]: pgmap v7700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:47 smithi026 ceph-mon[93126]: pgmap v7700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:49.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:49.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:56:50.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:50.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:49 smithi089 ceph-mon[103441]: pgmap v7701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:49 smithi026 ceph-mon[93126]: pgmap v7701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:56:51.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:51.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:52.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:52.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:52 smithi089 ceph-mon[103441]: pgmap v7702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:52 smithi026 ceph-mon[93126]: pgmap v7702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:53.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:53.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:54.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:54.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:54 smithi089 ceph-mon[103441]: pgmap v7703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:54 smithi026 ceph-mon[93126]: pgmap v7703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:55.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:55.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:56.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:56.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:56 smithi089 ceph-mon[103441]: pgmap v7704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:56 smithi026 ceph-mon[93126]: pgmap v7704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:57.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:57.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:58.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:58.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:56:58.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:56:57 smithi089 ceph-mon[103441]: pgmap v7705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:56:57 smithi026 ceph-mon[93126]: pgmap v7705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:56:59.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:56:59.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:00.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:00.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:00 smithi089 ceph-mon[103441]: pgmap v7706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:00 smithi026 ceph-mon[93126]: pgmap v7706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:01.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:01.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:02.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:02.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:02.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:02 smithi089 ceph-mon[103441]: pgmap v7707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:02 smithi026 ceph-mon[93126]: pgmap v7707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:03.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:03.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:04.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:04.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:04 smithi089 ceph-mon[103441]: pgmap v7708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:04 smithi026 ceph-mon[93126]: pgmap v7708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:05.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:05.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:06.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:06.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:06 smithi089 ceph-mon[103441]: pgmap v7709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:06 smithi026 ceph-mon[93126]: pgmap v7709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:07.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:07.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:07 smithi089 ceph-mon[103441]: pgmap v7710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:08.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:08.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:07 smithi026 ceph-mon[93126]: pgmap v7710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:09.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:09.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:10.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:10.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:10 smithi089 ceph-mon[103441]: pgmap v7711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:10 smithi026 ceph-mon[93126]: pgmap v7711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:11.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:11.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:12.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:12.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:12.416 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:12 smithi026 ceph-mon[93126]: pgmap v7712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:12.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:12 smithi089 ceph-mon[103441]: pgmap v7712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:13.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:13.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:14.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:14.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:14 smithi089 ceph-mon[103441]: pgmap v7713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:14 smithi026 ceph-mon[93126]: pgmap v7713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:15.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:15.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:16.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:16.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:16 smithi089 ceph-mon[103441]: pgmap v7714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:16 smithi026 ceph-mon[93126]: pgmap v7714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:17.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:17.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:17 smithi089 ceph-mon[103441]: pgmap v7715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:18.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:18.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:17 smithi026 ceph-mon[93126]: pgmap v7715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:19.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:19.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:19 smithi089 ceph-mon[103441]: pgmap v7716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:20.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:20.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:19 smithi026 ceph-mon[93126]: pgmap v7716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:21.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:21.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:22 smithi089 ceph-mon[103441]: pgmap v7717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:22.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:22.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:22.531 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:22 smithi026 ceph-mon[93126]: pgmap v7717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:23.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:23.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:24.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:24.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:24 smithi089 ceph-mon[103441]: pgmap v7718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:24 smithi026 ceph-mon[93126]: pgmap v7718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:25.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:25.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:26.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:26.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:26 smithi089 ceph-mon[103441]: pgmap v7719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:26 smithi026 ceph-mon[93126]: pgmap v7719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:27.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:27.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:27 smithi026 ceph-mon[93126]: pgmap v7720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:27 smithi089 ceph-mon[103441]: pgmap v7720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:28.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:28.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:29.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:29.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:30.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:30.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:30 smithi089 ceph-mon[103441]: pgmap v7721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:30 smithi026 ceph-mon[93126]: pgmap v7721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:31.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:31.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:32.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:32.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:32 smithi089 ceph-mon[103441]: pgmap v7722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:32 smithi026 ceph-mon[93126]: pgmap v7722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:33.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:33.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:34.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:34.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:34 smithi089 ceph-mon[103441]: pgmap v7723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:34 smithi026 ceph-mon[93126]: pgmap v7723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:35.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:35.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:36.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:36.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:36 smithi089 ceph-mon[103441]: pgmap v7724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:36 smithi026 ceph-mon[93126]: pgmap v7724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:37.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:37.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:37 smithi026 ceph-mon[93126]: pgmap v7725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:38.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:37 smithi089 ceph-mon[103441]: pgmap v7725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:38.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:38.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:39.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:39.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:40.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:40.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:40 smithi089 ceph-mon[103441]: pgmap v7726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:40 smithi026 ceph-mon[93126]: pgmap v7726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:41.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:41.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:57:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:57:42.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:42.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:42 smithi089 ceph-mon[103441]: pgmap v7727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:57:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:57:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:57:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:57:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:57:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:42 smithi026 ceph-mon[93126]: pgmap v7727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:57:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:57:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:57:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:57:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:57:43.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:43.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:44.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:44.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:44 smithi089 ceph-mon[103441]: pgmap v7728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:44 smithi026 ceph-mon[93126]: pgmap v7728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:45.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:45.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:46.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:46.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:46 smithi089 ceph-mon[103441]: pgmap v7729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:46 smithi026 ceph-mon[93126]: pgmap v7729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:47.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:47.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:47 smithi089 ceph-mon[103441]: pgmap v7730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:48.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:48.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:47 smithi026 ceph-mon[93126]: pgmap v7730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:49.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:49.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:57:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:49 smithi089 ceph-mon[103441]: pgmap v7731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:50.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:50.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:49 smithi026 ceph-mon[93126]: pgmap v7731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:57:51.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:51.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:52.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:52.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:52 smithi089 ceph-mon[103441]: pgmap v7732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:52 smithi026 ceph-mon[93126]: pgmap v7732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:53.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:53.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:54.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:54.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:54.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:54 smithi089 ceph-mon[103441]: pgmap v7733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:54 smithi026 ceph-mon[93126]: pgmap v7733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:55.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:55.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:56.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:56.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:56 smithi089 ceph-mon[103441]: pgmap v7734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:56 smithi026 ceph-mon[93126]: pgmap v7734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:57.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:57.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:57:57 smithi089 ceph-mon[103441]: pgmap v7735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:58.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:58.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:57:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:57:57 smithi026 ceph-mon[93126]: pgmap v7735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:57:59.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:57:59.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:00.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:00.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:00.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:00 smithi089 ceph-mon[103441]: pgmap v7736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:00 smithi026 ceph-mon[93126]: pgmap v7736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:01.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:01.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:02.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:02.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:02 smithi089 ceph-mon[103441]: pgmap v7737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:02 smithi026 ceph-mon[93126]: pgmap v7737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:03.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:03.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:04.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:04.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:04 smithi089 ceph-mon[103441]: pgmap v7738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:04 smithi026 ceph-mon[93126]: pgmap v7738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:05.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:05.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:06.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:06.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:06 smithi026 ceph-mon[93126]: pgmap v7739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:06 smithi089 ceph-mon[103441]: pgmap v7739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:07.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:07.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:08.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:07 smithi089 ceph-mon[103441]: pgmap v7740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:08.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:08.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:07 smithi026 ceph-mon[93126]: pgmap v7740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:09.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:09.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:10.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:10.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:10 smithi089 ceph-mon[103441]: pgmap v7741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:10 smithi026 ceph-mon[93126]: pgmap v7741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:11.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:11.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:12.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:12.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:12.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:12 smithi089 ceph-mon[103441]: pgmap v7742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:12 smithi026 ceph-mon[93126]: pgmap v7742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:13.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:13.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:14.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:14.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:14 smithi089 ceph-mon[103441]: pgmap v7743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:14 smithi026 ceph-mon[93126]: pgmap v7743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:15.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:15.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:16.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:16.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:16 smithi089 ceph-mon[103441]: pgmap v7744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:16 smithi026 ceph-mon[93126]: pgmap v7744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:17.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:17.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:18.164 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:17 smithi026 ceph-mon[93126]: pgmap v7745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:18.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:17 smithi089 ceph-mon[103441]: pgmap v7745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:18.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:18.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:19.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:19.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:19 smithi089 ceph-mon[103441]: pgmap v7746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:19 smithi026 ceph-mon[93126]: pgmap v7746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:20.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:20.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:21.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:21.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:22.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:22.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:22.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:22 smithi089 ceph-mon[103441]: pgmap v7747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:22 smithi026 ceph-mon[93126]: pgmap v7747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:23.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:23.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:24.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:24.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:24 smithi089 ceph-mon[103441]: pgmap v7748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:24 smithi026 ceph-mon[93126]: pgmap v7748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:25.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:25.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:26.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:26.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:26 smithi026 ceph-mon[93126]: pgmap v7749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:26 smithi089 ceph-mon[103441]: pgmap v7749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:27.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:27.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:27.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:27 smithi089 ceph-mon[103441]: pgmap v7750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:28.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:27 smithi026 ceph-mon[93126]: pgmap v7750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:28.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:28.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:29.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:29.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:30.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:30.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:30 smithi089 ceph-mon[103441]: pgmap v7751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:30 smithi026 ceph-mon[93126]: pgmap v7751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:31.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:31.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:32.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:32.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:32 smithi089 ceph-mon[103441]: pgmap v7752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:32 smithi026 ceph-mon[93126]: pgmap v7752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:33.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:33.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:34.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:34.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:34 smithi026 ceph-mon[93126]: pgmap v7753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:34 smithi089 ceph-mon[103441]: pgmap v7753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:35.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:35.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:36.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:36.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:36 smithi026 ceph-mon[93126]: pgmap v7754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:36 smithi089 ceph-mon[103441]: pgmap v7754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:37.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:37.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:37 smithi089 ceph-mon[103441]: pgmap v7755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:37 smithi026 ceph-mon[93126]: pgmap v7755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:38.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:38.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:39.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:39.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:40.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:40.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:40 smithi089 ceph-mon[103441]: pgmap v7756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:40 smithi026 ceph-mon[93126]: pgmap v7756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:41.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:41.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:42.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:42.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:42 smithi026 ceph-mon[93126]: pgmap v7757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:58:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:42 smithi089 ceph-mon[103441]: pgmap v7757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:58:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:43.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:43.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:44.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:44.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:44 smithi026 ceph-mon[93126]: pgmap v7758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:44 smithi089 ceph-mon[103441]: pgmap v7758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:45.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:45.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:46.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:46.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:46 smithi026 ceph-mon[93126]: pgmap v7759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:46 smithi089 ceph-mon[103441]: pgmap v7759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:47.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:47.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:47 smithi089 ceph-mon[103441]: pgmap v7760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:47 smithi026 ceph-mon[93126]: pgmap v7760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:48.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:48.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:49.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:58:49.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:49.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:50.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:50.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:50 smithi089 ceph-mon[103441]: pgmap v7761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:58:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:58:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:58:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:50 smithi026 ceph-mon[93126]: pgmap v7761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:58:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:58:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:58:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:58:50.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:58:51.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:51.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:52.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:52.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:52 smithi026 ceph-mon[93126]: pgmap v7762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:52 smithi089 ceph-mon[103441]: pgmap v7762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:53.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:53.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:54.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:54.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:54 smithi026 ceph-mon[93126]: pgmap v7763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:54 smithi089 ceph-mon[103441]: pgmap v7763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:55.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:55.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:56.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:56.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:56 smithi026 ceph-mon[93126]: pgmap v7764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:56 smithi089 ceph-mon[103441]: pgmap v7764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:57.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:57.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:58:57 smithi089 ceph-mon[103441]: pgmap v7765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:58.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:58:57 smithi026 ceph-mon[93126]: pgmap v7765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:58:58.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:58.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:58:59.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:58:59.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:00.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:00.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:00 smithi026 ceph-mon[93126]: pgmap v7766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:00 smithi089 ceph-mon[103441]: pgmap v7766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:01.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:01.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:02.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:02.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:02 smithi026 ceph-mon[93126]: pgmap v7767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:02 smithi089 ceph-mon[103441]: pgmap v7767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:03.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:03.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:04.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:04.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:04 smithi026 ceph-mon[93126]: pgmap v7768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:04 smithi089 ceph-mon[103441]: pgmap v7768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:05.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:05.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:06.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:06.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:06 smithi026 ceph-mon[93126]: pgmap v7769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:06 smithi089 ceph-mon[103441]: pgmap v7769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:07.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:07.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:07 smithi089 ceph-mon[103441]: pgmap v7770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:07 smithi026 ceph-mon[93126]: pgmap v7770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:08.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:08.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:09.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:09.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:10.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:10.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:10 smithi026 ceph-mon[93126]: pgmap v7771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:10 smithi089 ceph-mon[103441]: pgmap v7771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:11.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:11.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:12.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:12.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:12 smithi026 ceph-mon[93126]: pgmap v7772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:12 smithi089 ceph-mon[103441]: pgmap v7772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:13.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:13.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:14.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:14.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:14 smithi026 ceph-mon[93126]: pgmap v7773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:14 smithi089 ceph-mon[103441]: pgmap v7773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:15.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:15.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:16.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:16.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:16 smithi026 ceph-mon[93126]: pgmap v7774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:16 smithi089 ceph-mon[103441]: pgmap v7774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:17.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:17.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:18.134 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:17 smithi089 ceph-mon[103441]: pgmap v7775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:17 smithi026 ceph-mon[93126]: pgmap v7775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:18.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:18.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:19.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:19.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:19 smithi089 ceph-mon[103441]: pgmap v7776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:19 smithi026 ceph-mon[93126]: pgmap v7776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:20.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:20.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:21.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:21.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:22.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:22.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:22 smithi026 ceph-mon[93126]: pgmap v7777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:22 smithi089 ceph-mon[103441]: pgmap v7777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:23.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:23.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:24.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:24.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:24 smithi026 ceph-mon[93126]: pgmap v7778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:24 smithi089 ceph-mon[103441]: pgmap v7778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:25.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:25.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:26.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:26.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:26 smithi026 ceph-mon[93126]: pgmap v7779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:26 smithi089 ceph-mon[103441]: pgmap v7779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:27.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:27.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:27 smithi089 ceph-mon[103441]: pgmap v7780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:27 smithi026 ceph-mon[93126]: pgmap v7780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:28.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:28.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:29.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:29.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:30.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:30.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:30 smithi026 ceph-mon[93126]: pgmap v7781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:30 smithi089 ceph-mon[103441]: pgmap v7781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:31.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:31.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:32.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:32.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:32 smithi026 ceph-mon[93126]: pgmap v7782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:32 smithi089 ceph-mon[103441]: pgmap v7782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:33.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:33.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:34.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:34.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:34 smithi026 ceph-mon[93126]: pgmap v7783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:34 smithi089 ceph-mon[103441]: pgmap v7783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:35.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:35.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:36.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:36.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:36 smithi026 ceph-mon[93126]: pgmap v7784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:36 smithi089 ceph-mon[103441]: pgmap v7784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:37.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:37.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:38.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:37 smithi089 ceph-mon[103441]: pgmap v7785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:37 smithi026 ceph-mon[93126]: pgmap v7785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:38.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:38.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:39.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:39.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:40.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:40.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:40 smithi026 ceph-mon[93126]: pgmap v7786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:40.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:40 smithi089 ceph-mon[103441]: pgmap v7786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:41.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:41.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:42.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:42.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:42 smithi026 ceph-mon[93126]: pgmap v7787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:42 smithi089 ceph-mon[103441]: pgmap v7787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:43.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:43.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:44.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:44.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:44 smithi026 ceph-mon[93126]: pgmap v7788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:44 smithi089 ceph-mon[103441]: pgmap v7788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:45.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:45.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:46.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:46.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:46 smithi026 ceph-mon[93126]: pgmap v7789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:46 smithi089 ceph-mon[103441]: pgmap v7789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:47.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:47.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:47 smithi089 ceph-mon[103441]: pgmap v7790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:47 smithi026 ceph-mon[93126]: pgmap v7790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:48.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:48.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:49.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:49.202 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T00:59:49.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:49.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:49 smithi089 ceph-mon[103441]: pgmap v7791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:59:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:49 smithi026 ceph-mon[93126]: pgmap v7791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T00:59:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T00:59:50.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:50.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:59:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:59:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:59:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:59:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:59:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T00:59:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T00:59:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:59:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T00:59:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T00:59:51.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:51.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:51 smithi089 ceph-mon[103441]: pgmap v7792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:51 smithi026 ceph-mon[93126]: pgmap v7792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:52.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:52.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:53.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:53.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:54.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:54.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:54 smithi026 ceph-mon[93126]: pgmap v7793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:54 smithi089 ceph-mon[103441]: pgmap v7793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:55.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:55.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:56.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:56.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:56 smithi026 ceph-mon[93126]: pgmap v7794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:56 smithi089 ceph-mon[103441]: pgmap v7794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:57.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:57.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:58.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 00:59:57 smithi089 ceph-mon[103441]: pgmap v7795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 00:59:57 smithi026 ceph-mon[93126]: pgmap v7795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T00:59:58.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:58.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T00:59:59.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T00:59:59.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:00.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:00.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:00 smithi026 ceph-mon[93126]: pgmap v7796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T01:00:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:00 smithi089 ceph-mon[103441]: pgmap v7796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T01:00:01.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:01.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:02.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:02.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:02 smithi026 ceph-mon[93126]: pgmap v7797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:02 smithi089 ceph-mon[103441]: pgmap v7797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:03.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:03.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:04.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:04.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:04 smithi026 ceph-mon[93126]: pgmap v7798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:04 smithi089 ceph-mon[103441]: pgmap v7798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:05.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:05.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:06.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:06.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:06 smithi026 ceph-mon[93126]: pgmap v7799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:06 smithi089 ceph-mon[103441]: pgmap v7799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:07.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:07.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:07 smithi089 ceph-mon[103441]: pgmap v7800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:07 smithi026 ceph-mon[93126]: pgmap v7800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:08.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:08.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:09.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:09.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:10.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:10.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:10 smithi026 ceph-mon[93126]: pgmap v7801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:10 smithi089 ceph-mon[103441]: pgmap v7801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:11.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:11.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:12.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:12.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:12 smithi026 ceph-mon[93126]: pgmap v7802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:12 smithi089 ceph-mon[103441]: pgmap v7802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:13.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:13.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:14.492 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:14 smithi026 ceph-mon[93126]: pgmap v7803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:14.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:14.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:14 smithi089 ceph-mon[103441]: pgmap v7803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:15.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:15.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:16.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:16.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:16 smithi026 ceph-mon[93126]: pgmap v7804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:16 smithi089 ceph-mon[103441]: pgmap v7804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:17.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:17.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:17 smithi089 ceph-mon[103441]: pgmap v7805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:17 smithi026 ceph-mon[93126]: pgmap v7805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:18.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:18.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:19.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:19.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:19 smithi089 ceph-mon[103441]: pgmap v7806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:19 smithi026 ceph-mon[93126]: pgmap v7806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:20.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:20.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:21.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:21.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:22.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:22.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:22 smithi026 ceph-mon[93126]: pgmap v7807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:22 smithi089 ceph-mon[103441]: pgmap v7807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:23.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:23.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:24.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:24.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:24 smithi026 ceph-mon[93126]: pgmap v7808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:24 smithi089 ceph-mon[103441]: pgmap v7808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:25.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:25.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:26.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:26.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:26 smithi026 ceph-mon[93126]: pgmap v7809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:26 smithi089 ceph-mon[103441]: pgmap v7809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:27.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:27.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:27 smithi089 ceph-mon[103441]: pgmap v7810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:27 smithi026 ceph-mon[93126]: pgmap v7810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:28.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:28.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:29.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:29.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:30.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:30.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:30.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:30 smithi026 ceph-mon[93126]: pgmap v7811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:30 smithi089 ceph-mon[103441]: pgmap v7811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:31.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:31.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:32.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:32.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:32 smithi026 ceph-mon[93126]: pgmap v7812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:32 smithi089 ceph-mon[103441]: pgmap v7812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:33.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:33.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:34.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:34.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:34 smithi026 ceph-mon[93126]: pgmap v7813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:34 smithi089 ceph-mon[103441]: pgmap v7813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:35.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:35.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:36.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:36.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:36.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:36 smithi026 ceph-mon[93126]: pgmap v7814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:36 smithi089 ceph-mon[103441]: pgmap v7814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:37.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:37.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:37 smithi089 ceph-mon[103441]: pgmap v7815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:37 smithi026 ceph-mon[93126]: pgmap v7815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:38.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:38.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:39.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:39.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:40.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:40.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:40.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:40 smithi026 ceph-mon[93126]: pgmap v7816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:40 smithi089 ceph-mon[103441]: pgmap v7816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:41.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:41.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:42.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:42.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:42.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:42 smithi026 ceph-mon[93126]: pgmap v7817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:42 smithi089 ceph-mon[103441]: pgmap v7817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:43.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:43.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:44 smithi089 ceph-mon[103441]: pgmap v7818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:44.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:44.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:44 smithi026 ceph-mon[93126]: pgmap v7818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:45.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:45.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:46.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:46.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:46.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:46 smithi026 ceph-mon[93126]: pgmap v7819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:46 smithi089 ceph-mon[103441]: pgmap v7819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:47.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:47.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:47 smithi089 ceph-mon[103441]: pgmap v7820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:47 smithi026 ceph-mon[93126]: pgmap v7820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:48.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:48.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:00:49.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:49.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:49 smithi089 ceph-mon[103441]: pgmap v7821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:49 smithi026 ceph-mon[93126]: pgmap v7821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:00:50.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:50.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:51.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:00:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:00:51.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:51.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:00:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:00:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:51 smithi026 ceph-mon[93126]: pgmap v7822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:00:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:00:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:00:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:00:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:00:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:00:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:00:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:51 smithi089 ceph-mon[103441]: pgmap v7822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:00:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:00:52.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:00:52.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:00:52.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:00:52.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:52.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:53.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:53.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:54 smithi089 ceph-mon[103441]: pgmap v7823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:54 smithi026 ceph-mon[93126]: pgmap v7823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:54.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:54.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:55.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:55.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:56 smithi026 ceph-mon[93126]: pgmap v7824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:56.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:56.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:56 smithi089 ceph-mon[103441]: pgmap v7824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:57.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:57.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:00:57 smithi089 ceph-mon[103441]: pgmap v7825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:00:57 smithi026 ceph-mon[93126]: pgmap v7825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:00:58.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:58.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:00:59.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:00:59.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:00 smithi026 ceph-mon[93126]: pgmap v7826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:00.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:00.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:00 smithi089 ceph-mon[103441]: pgmap v7826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:01.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:01.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:02 smithi026 ceph-mon[93126]: pgmap v7827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:02.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:02.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:02 smithi089 ceph-mon[103441]: pgmap v7827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:03.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:03.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:04 smithi026 ceph-mon[93126]: pgmap v7828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:04.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:04.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:04 smithi089 ceph-mon[103441]: pgmap v7828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:05.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:05.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:06 smithi026 ceph-mon[93126]: pgmap v7829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:06.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:06.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:06 smithi089 ceph-mon[103441]: pgmap v7829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:07.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:07.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:07 smithi089 ceph-mon[103441]: pgmap v7830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:07 smithi026 ceph-mon[93126]: pgmap v7830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:08.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:08.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:09.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:09.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:10 smithi026 ceph-mon[93126]: pgmap v7831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:10.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:10.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:10 smithi089 ceph-mon[103441]: pgmap v7831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:11.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:11.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:12 smithi026 ceph-mon[93126]: pgmap v7832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:12.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:12.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:12 smithi089 ceph-mon[103441]: pgmap v7832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:13.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:13.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:14 smithi026 ceph-mon[93126]: pgmap v7833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:14.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:14.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:14.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:14 smithi089 ceph-mon[103441]: pgmap v7833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:15.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:15.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:16 smithi026 ceph-mon[93126]: pgmap v7834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:16.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:16.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:16 smithi089 ceph-mon[103441]: pgmap v7834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:17.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:17.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:17 smithi089 ceph-mon[103441]: pgmap v7835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:17 smithi026 ceph-mon[93126]: pgmap v7835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:18.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:18.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:19.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:19.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:19.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:19 smithi089 ceph-mon[103441]: pgmap v7836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:20.243 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:19 smithi026 ceph-mon[93126]: pgmap v7836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:20.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:20.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:21.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:21.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:22 smithi026 ceph-mon[93126]: pgmap v7837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:22.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:22.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:22 smithi089 ceph-mon[103441]: pgmap v7837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:23.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:23.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:24 smithi026 ceph-mon[93126]: pgmap v7838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:24.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:24.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:24 smithi089 ceph-mon[103441]: pgmap v7838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:25.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:25.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:26 smithi026 ceph-mon[93126]: pgmap v7839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:26.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:26.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:26 smithi089 ceph-mon[103441]: pgmap v7839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:27.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:27.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:27 smithi089 ceph-mon[103441]: pgmap v7840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:27 smithi026 ceph-mon[93126]: pgmap v7840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:28.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:28.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:29.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:29.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:30 smithi026 ceph-mon[93126]: pgmap v7841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:30.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:30.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:30 smithi089 ceph-mon[103441]: pgmap v7841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:31.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:31.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:32 smithi026 ceph-mon[93126]: pgmap v7842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:32.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:32.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:32 smithi089 ceph-mon[103441]: pgmap v7842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:33.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:33.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:34 smithi026 ceph-mon[93126]: pgmap v7843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:34.560 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:34 smithi089 ceph-mon[103441]: pgmap v7843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:34.560 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:34.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:34.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:35.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:35.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:36 smithi026 ceph-mon[93126]: pgmap v7844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:36.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:36.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:36 smithi089 ceph-mon[103441]: pgmap v7844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:37.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:37.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:37 smithi089 ceph-mon[103441]: pgmap v7845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:37 smithi026 ceph-mon[93126]: pgmap v7845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:38.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:38.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:39.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:39.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:40 smithi026 ceph-mon[93126]: pgmap v7846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:40.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:40.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:40.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:40 smithi089 ceph-mon[103441]: pgmap v7846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:41.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:41.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:42 smithi026 ceph-mon[93126]: pgmap v7847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:42.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:42.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:42 smithi089 ceph-mon[103441]: pgmap v7847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:43.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:43.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:44 smithi026 ceph-mon[93126]: pgmap v7848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:44.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:44.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:44.665 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:44 smithi089 ceph-mon[103441]: pgmap v7848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:45.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:45.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:46 smithi026 ceph-mon[93126]: pgmap v7849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:46.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:46.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:46 smithi089 ceph-mon[103441]: pgmap v7849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:47.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:47.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:47 smithi089 ceph-mon[103441]: pgmap v7850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:47 smithi026 ceph-mon[93126]: pgmap v7850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:48.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:48.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:01:49.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:49.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:49 smithi089 ceph-mon[103441]: pgmap v7851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:49 smithi026 ceph-mon[93126]: pgmap v7851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:01:50.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:50.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:51.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:51.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:52 smithi026 ceph-mon[93126]: pgmap v7852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:01:52.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:52.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:52 smithi089 ceph-mon[103441]: pgmap v7852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:01:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:01:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:01:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:01:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:01:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:01:53.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:53.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:01:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:01:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:01:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:01:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:01:54.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:54.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:54 smithi089 ceph-mon[103441]: pgmap v7853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:54 smithi026 ceph-mon[93126]: pgmap v7853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:55.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:55.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:56.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:56.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:56 smithi089 ceph-mon[103441]: pgmap v7854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:56 smithi026 ceph-mon[93126]: pgmap v7854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:57.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:57.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:01:57 smithi089 ceph-mon[103441]: pgmap v7855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:01:57 smithi026 ceph-mon[93126]: pgmap v7855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:01:58.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:58.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:01:59.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:01:59.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:00 smithi026 ceph-mon[93126]: pgmap v7856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:00.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:00.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:00 smithi089 ceph-mon[103441]: pgmap v7856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:01.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:01.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:02 smithi026 ceph-mon[93126]: pgmap v7857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:02.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:02.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:02 smithi089 ceph-mon[103441]: pgmap v7857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:03.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:03.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:04 smithi026 ceph-mon[93126]: pgmap v7858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:04 smithi089 ceph-mon[103441]: pgmap v7858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:04.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:04.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:05.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:05.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:06 smithi026 ceph-mon[93126]: pgmap v7859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:06 smithi089 ceph-mon[103441]: pgmap v7859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:06.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:06.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:07.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:07.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:07 smithi089 ceph-mon[103441]: pgmap v7860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:08.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:07 smithi026 ceph-mon[93126]: pgmap v7860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:08.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:08.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:09.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:09.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:10 smithi026 ceph-mon[93126]: pgmap v7861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:10 smithi089 ceph-mon[103441]: pgmap v7861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:10.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:10.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:11.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:11.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:12 smithi026 ceph-mon[93126]: pgmap v7862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:12 smithi089 ceph-mon[103441]: pgmap v7862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:12.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:12.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:13.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:13.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:14 smithi026 ceph-mon[93126]: pgmap v7863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:14 smithi089 ceph-mon[103441]: pgmap v7863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:14.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:14.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:15.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:15.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:16 smithi026 ceph-mon[93126]: pgmap v7864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:16 smithi089 ceph-mon[103441]: pgmap v7864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:16.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:16.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:17.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:17.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:17 smithi089 ceph-mon[103441]: pgmap v7865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:17 smithi026 ceph-mon[93126]: pgmap v7865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:18.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:18.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:19.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:19.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:19 smithi089 ceph-mon[103441]: pgmap v7866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:19 smithi026 ceph-mon[93126]: pgmap v7866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:20.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:20.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:21.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:21.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:22 smithi026 ceph-mon[93126]: pgmap v7867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:22 smithi089 ceph-mon[103441]: pgmap v7867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:22.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:22.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:23.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:23.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:24 smithi026 ceph-mon[93126]: pgmap v7868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:24.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:24 smithi089 ceph-mon[103441]: pgmap v7868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:24.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:24.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:25.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:25.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:26 smithi026 ceph-mon[93126]: pgmap v7869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:26.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:26 smithi089 ceph-mon[103441]: pgmap v7869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:26.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:26.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:27.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:27.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:27 smithi089 ceph-mon[103441]: pgmap v7870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:27 smithi026 ceph-mon[93126]: pgmap v7870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:28.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:28.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:29.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:29.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:30 smithi089 ceph-mon[103441]: pgmap v7871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:30 smithi026 ceph-mon[93126]: pgmap v7871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:30.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:30.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:31.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:31.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:32 smithi026 ceph-mon[93126]: pgmap v7872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:32 smithi089 ceph-mon[103441]: pgmap v7872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:32.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:32.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:33.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:33.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:34 smithi026 ceph-mon[93126]: pgmap v7873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:34 smithi089 ceph-mon[103441]: pgmap v7873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:34.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:34.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:35.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:35.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:36 smithi026 ceph-mon[93126]: pgmap v7874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:36 smithi089 ceph-mon[103441]: pgmap v7874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:36.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:36.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:37.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:37.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:37 smithi089 ceph-mon[103441]: pgmap v7875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:37 smithi026 ceph-mon[93126]: pgmap v7875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:38.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:38.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:39.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:39.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:40 smithi026 ceph-mon[93126]: pgmap v7876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:40 smithi089 ceph-mon[103441]: pgmap v7876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:40.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:40.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:41.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:41.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:42 smithi026 ceph-mon[93126]: pgmap v7877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:42 smithi089 ceph-mon[103441]: pgmap v7877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:42.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:42.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:43.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:43.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:44 smithi026 ceph-mon[93126]: pgmap v7878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:44 smithi089 ceph-mon[103441]: pgmap v7878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:44.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:44.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:45.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:45.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:46 smithi026 ceph-mon[93126]: pgmap v7879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:46 smithi089 ceph-mon[103441]: pgmap v7879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:46.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:46.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:47.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:47.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:47 smithi089 ceph-mon[103441]: pgmap v7880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:47 smithi026 ceph-mon[93126]: pgmap v7880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:48.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:48.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:49.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:02:49.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:49.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:49 smithi089 ceph-mon[103441]: pgmap v7881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:50.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:49 smithi026 ceph-mon[93126]: pgmap v7881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:50.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:50.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:51.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:51.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:52 smithi026 ceph-mon[93126]: pgmap v7882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:52 smithi089 ceph-mon[103441]: pgmap v7882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:52.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:52.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:02:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:02:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:02:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:02:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:02:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:02:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:02:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:02:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:02:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:02:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:02:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:02:53.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:53.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:54 smithi026 ceph-mon[93126]: pgmap v7883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:54 smithi089 ceph-mon[103441]: pgmap v7883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:54.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:54.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:55.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:55.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:56 smithi026 ceph-mon[93126]: pgmap v7884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:56 smithi089 ceph-mon[103441]: pgmap v7884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:02:56.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:56.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:57.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:57.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:02:57 smithi089 ceph-mon[103441]: pgmap v7885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:02:57 smithi026 ceph-mon[93126]: pgmap v7885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:02:58.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:58.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:02:59.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:02:59.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:00 smithi026 ceph-mon[93126]: pgmap v7886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:00 smithi089 ceph-mon[103441]: pgmap v7886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:00.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:00.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:01.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:01.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:02 smithi026 ceph-mon[93126]: pgmap v7887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:02 smithi089 ceph-mon[103441]: pgmap v7887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:02.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:02.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:03.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:03.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:04 smithi026 ceph-mon[93126]: pgmap v7888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:04 smithi089 ceph-mon[103441]: pgmap v7888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:04.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:04.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:05.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:05.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:06.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:06 smithi026 ceph-mon[93126]: pgmap v7889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:06 smithi089 ceph-mon[103441]: pgmap v7889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:06.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:06.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:07.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:07.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:07 smithi089 ceph-mon[103441]: pgmap v7890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:08.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:07 smithi026 ceph-mon[93126]: pgmap v7890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:08.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:08.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:09.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:09.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:10 smithi026 ceph-mon[93126]: pgmap v7891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:10.564 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:10 smithi089 ceph-mon[103441]: pgmap v7891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:10.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:10.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:11.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:11.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:12 smithi026 ceph-mon[93126]: pgmap v7892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:12 smithi089 ceph-mon[103441]: pgmap v7892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:12.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:12.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:13.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:13.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:14 smithi026 ceph-mon[93126]: pgmap v7893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:14 smithi089 ceph-mon[103441]: pgmap v7893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:14.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:14.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:15.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:15.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:16 smithi026 ceph-mon[93126]: pgmap v7894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:16 smithi089 ceph-mon[103441]: pgmap v7894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:16.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:16.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:17.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:17.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:18.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:17 smithi089 ceph-mon[103441]: pgmap v7895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:17 smithi026 ceph-mon[93126]: pgmap v7895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:18.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:18.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:19.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:19.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:19 smithi089 ceph-mon[103441]: pgmap v7896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:19 smithi026 ceph-mon[93126]: pgmap v7896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:20.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:20.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:21.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:21.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:22 smithi026 ceph-mon[93126]: pgmap v7897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:22 smithi089 ceph-mon[103441]: pgmap v7897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:22.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:22.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:23.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:23.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:24 smithi026 ceph-mon[93126]: pgmap v7898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:24 smithi089 ceph-mon[103441]: pgmap v7898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:24.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:24.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:25.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:25.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:26 smithi026 ceph-mon[93126]: pgmap v7899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:26 smithi089 ceph-mon[103441]: pgmap v7899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:26.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:26.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:27.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:27.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:27 smithi089 ceph-mon[103441]: pgmap v7900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:27 smithi026 ceph-mon[93126]: pgmap v7900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:28.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:28.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:29.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:29.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:30 smithi026 ceph-mon[93126]: pgmap v7901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:30 smithi089 ceph-mon[103441]: pgmap v7901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:30.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:30.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:31.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:31.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:32 smithi026 ceph-mon[93126]: pgmap v7902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:32 smithi089 ceph-mon[103441]: pgmap v7902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:32.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:32.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:33.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:33.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:34 smithi026 ceph-mon[93126]: pgmap v7903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:34 smithi089 ceph-mon[103441]: pgmap v7903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:34.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:34.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:35.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:35.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:36 smithi026 ceph-mon[93126]: pgmap v7904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:36 smithi089 ceph-mon[103441]: pgmap v7904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:36.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:36.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:37.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:37.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:37 smithi089 ceph-mon[103441]: pgmap v7905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:38.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:37 smithi026 ceph-mon[93126]: pgmap v7905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:38.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:38.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:39.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:39.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:40 smithi026 ceph-mon[93126]: pgmap v7906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:40 smithi089 ceph-mon[103441]: pgmap v7906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:40.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:40.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:41.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:41.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:42 smithi026 ceph-mon[93126]: pgmap v7907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:42 smithi089 ceph-mon[103441]: pgmap v7907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:42.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:42.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:43.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:43.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:44 smithi026 ceph-mon[93126]: pgmap v7908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:44 smithi089 ceph-mon[103441]: pgmap v7908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:44.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:44.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:45.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:45.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:46 smithi026 ceph-mon[93126]: pgmap v7909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:46 smithi089 ceph-mon[103441]: pgmap v7909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:46.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:46.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:47.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:47.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:47 smithi089 ceph-mon[103441]: pgmap v7910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:47 smithi026 ceph-mon[93126]: pgmap v7910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:48.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:48.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:03:49.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:49.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:49 smithi026 ceph-mon[93126]: pgmap v7911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:50.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:49 smithi089 ceph-mon[103441]: pgmap v7911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:50.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:50.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:51.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:51.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:52 smithi026 ceph-mon[93126]: pgmap v7912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:52 smithi089 ceph-mon[103441]: pgmap v7912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:52.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:52.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:03:53.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:03:53.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:53.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:54 smithi026 ceph-mon[93126]: pgmap v7913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:03:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:03:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:03:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:03:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:03:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:54 smithi089 ceph-mon[103441]: pgmap v7913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:03:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:03:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:03:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:03:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:03:54.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:54.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:55.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:55.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:56 smithi089 ceph-mon[103441]: pgmap v7914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:56.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:56 smithi026 ceph-mon[93126]: pgmap v7914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:03:56.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:56.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:57.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:57.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:03:57 smithi089 ceph-mon[103441]: pgmap v7915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:03:57 smithi026 ceph-mon[93126]: pgmap v7915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:03:58.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:58.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:03:59.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:03:59.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:00 smithi026 ceph-mon[93126]: pgmap v7916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:00 smithi089 ceph-mon[103441]: pgmap v7916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:00.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:00.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:01.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:01.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:02 smithi026 ceph-mon[93126]: pgmap v7917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:02 smithi089 ceph-mon[103441]: pgmap v7917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:02.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:02.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:03.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:03.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:04 smithi026 ceph-mon[93126]: pgmap v7918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:04 smithi089 ceph-mon[103441]: pgmap v7918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:04.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:04.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:05.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:05.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:06 smithi089 ceph-mon[103441]: pgmap v7919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:06 smithi026 ceph-mon[93126]: pgmap v7919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:06.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:06.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:07.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:07.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:07 smithi089 ceph-mon[103441]: pgmap v7920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:08.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:07 smithi026 ceph-mon[93126]: pgmap v7920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:08.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:08.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:09.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:09.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:10 smithi026 ceph-mon[93126]: pgmap v7921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:10 smithi089 ceph-mon[103441]: pgmap v7921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:10.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:10.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:11.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:11.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:12 smithi026 ceph-mon[93126]: pgmap v7922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:12 smithi089 ceph-mon[103441]: pgmap v7922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:12.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:12.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:13.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:13.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:14 smithi026 ceph-mon[93126]: pgmap v7923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:14 smithi089 ceph-mon[103441]: pgmap v7923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:14.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:14.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:15.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:15.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:16 smithi026 ceph-mon[93126]: pgmap v7924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:16 smithi089 ceph-mon[103441]: pgmap v7924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:16.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:16.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:17.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:17.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:17 smithi026 ceph-mon[93126]: pgmap v7925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:17 smithi089 ceph-mon[103441]: pgmap v7925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:18.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:18.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:19.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:19.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:20.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:19 smithi026 ceph-mon[93126]: pgmap v7926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:19 smithi089 ceph-mon[103441]: pgmap v7926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:20.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:20.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:21.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:21.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:22 smithi026 ceph-mon[93126]: pgmap v7927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:22 smithi089 ceph-mon[103441]: pgmap v7927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:22.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:22.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:23.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:23.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:24.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:24 smithi026 ceph-mon[93126]: pgmap v7928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:24 smithi089 ceph-mon[103441]: pgmap v7928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:24.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:24.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:25.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:25.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:26 smithi026 ceph-mon[93126]: pgmap v7929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:26 smithi089 ceph-mon[103441]: pgmap v7929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:26.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:26.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:27.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:27.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:27 smithi026 ceph-mon[93126]: pgmap v7930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:27 smithi089 ceph-mon[103441]: pgmap v7930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:28.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:28.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:29.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:29.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:30 smithi026 ceph-mon[93126]: pgmap v7931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:30 smithi089 ceph-mon[103441]: pgmap v7931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:30.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:30.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:31.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:31.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:32 smithi026 ceph-mon[93126]: pgmap v7932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:32 smithi089 ceph-mon[103441]: pgmap v7932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:32.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:32.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:33.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:33.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:34 smithi026 ceph-mon[93126]: pgmap v7933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:34 smithi089 ceph-mon[103441]: pgmap v7933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:34.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:34.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:35.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:35.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:36.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:36 smithi026 ceph-mon[93126]: pgmap v7934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:36 smithi089 ceph-mon[103441]: pgmap v7934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:36.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:36.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:37.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:37.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:38.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:37 smithi026 ceph-mon[93126]: pgmap v7935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:37 smithi089 ceph-mon[103441]: pgmap v7935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:38.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:38.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:39.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:39.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:40 smithi026 ceph-mon[93126]: pgmap v7936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:40 smithi089 ceph-mon[103441]: pgmap v7936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:40.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:40.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:41.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:41.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:42 smithi026 ceph-mon[93126]: pgmap v7937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:42 smithi089 ceph-mon[103441]: pgmap v7937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:42.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:42.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:43.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:43.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:44 smithi026 ceph-mon[93126]: pgmap v7938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:44 smithi089 ceph-mon[103441]: pgmap v7938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:44.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:44.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:45.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:45.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:46 smithi026 ceph-mon[93126]: pgmap v7939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:46.569 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:46 smithi089 ceph-mon[103441]: pgmap v7939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:46.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:46.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:47.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:47.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:47 smithi026 ceph-mon[93126]: pgmap v7940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:47 smithi089 ceph-mon[103441]: pgmap v7940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:48.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:48.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:49.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:49.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:04:49.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:49.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:49 smithi026 ceph-mon[93126]: pgmap v7941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:49 smithi089 ceph-mon[103441]: pgmap v7941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:50.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:50.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:51.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:51.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:52 smithi026 ceph-mon[93126]: pgmap v7942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:52 smithi089 ceph-mon[103441]: pgmap v7942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:52.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:52.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:53.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:53.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:54 smithi026 ceph-mon[93126]: pgmap v7943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:04:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:54 smithi089 ceph-mon[103441]: pgmap v7943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:04:54.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:54.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:04:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:04:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:04:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:04:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:04:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:04:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:04:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:04:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:04:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:04:55.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:55.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:56 smithi026 ceph-mon[93126]: pgmap v7944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:56 smithi089 ceph-mon[103441]: pgmap v7944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:04:56.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:56.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:57.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:57.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:04:57 smithi026 ceph-mon[93126]: pgmap v7945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:04:57 smithi089 ceph-mon[103441]: pgmap v7945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:04:58.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:58.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:04:59.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:04:59.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:00 smithi026 ceph-mon[93126]: pgmap v7946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:00 smithi089 ceph-mon[103441]: pgmap v7946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:00.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:00.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:01.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:01.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:02 smithi026 ceph-mon[93126]: pgmap v7947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:02 smithi089 ceph-mon[103441]: pgmap v7947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:02.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:02.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:03.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:03.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:04 smithi089 ceph-mon[103441]: pgmap v7948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:04 smithi026 ceph-mon[93126]: pgmap v7948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:04.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:04.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:05.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:05.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:06 smithi089 ceph-mon[103441]: pgmap v7949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:06 smithi026 ceph-mon[93126]: pgmap v7949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:06.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:06.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:07.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:07.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:08.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:07 smithi026 ceph-mon[93126]: pgmap v7950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:07 smithi089 ceph-mon[103441]: pgmap v7950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:08.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:08.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:09.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:09.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:10 smithi026 ceph-mon[93126]: pgmap v7951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:10 smithi089 ceph-mon[103441]: pgmap v7951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:10.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:10.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:11.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:11.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:12 smithi089 ceph-mon[103441]: pgmap v7952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:12 smithi026 ceph-mon[93126]: pgmap v7952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:12.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:12.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:13.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:13.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:14 smithi089 ceph-mon[103441]: pgmap v7953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:14 smithi026 ceph-mon[93126]: pgmap v7953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:15.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:15.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:16.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:16.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:16 smithi089 ceph-mon[103441]: pgmap v7954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:16 smithi026 ceph-mon[93126]: pgmap v7954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:17.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:17.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:18.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:18.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:18.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:17 smithi026 ceph-mon[93126]: pgmap v7955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:17 smithi089 ceph-mon[103441]: pgmap v7955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:19.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:19.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:20.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:20.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:20.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:19 smithi026 ceph-mon[93126]: pgmap v7956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:19 smithi089 ceph-mon[103441]: pgmap v7956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:21.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:21.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:22.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:22.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:22 smithi089 ceph-mon[103441]: pgmap v7957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:22 smithi026 ceph-mon[93126]: pgmap v7957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:23.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:23.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:24.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:24.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:24 smithi089 ceph-mon[103441]: pgmap v7958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:24 smithi026 ceph-mon[93126]: pgmap v7958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:25.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:25.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:26.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:26.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:26 smithi089 ceph-mon[103441]: pgmap v7959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:26 smithi026 ceph-mon[93126]: pgmap v7959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:27.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:27.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:28.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:28.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:27 smithi026 ceph-mon[93126]: pgmap v7960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:28.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:27 smithi089 ceph-mon[103441]: pgmap v7960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:29.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:29.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:30.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:30.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:30 smithi089 ceph-mon[103441]: pgmap v7961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:30 smithi026 ceph-mon[93126]: pgmap v7961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:31.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:31.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:32.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:32.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:32 smithi089 ceph-mon[103441]: pgmap v7962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:32 smithi026 ceph-mon[93126]: pgmap v7962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:33.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:33.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:34.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:34.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:34 smithi089 ceph-mon[103441]: pgmap v7963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:34 smithi026 ceph-mon[93126]: pgmap v7963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:35.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:35.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:36.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:36.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:36 smithi089 ceph-mon[103441]: pgmap v7964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:36 smithi026 ceph-mon[93126]: pgmap v7964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:37.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:37.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:38.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:38.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:37 smithi026 ceph-mon[93126]: pgmap v7965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:37 smithi089 ceph-mon[103441]: pgmap v7965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:39.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:39.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:40.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:40.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:40 smithi089 ceph-mon[103441]: pgmap v7966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:40 smithi026 ceph-mon[93126]: pgmap v7966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:41.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:41.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:42.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:42.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:42 smithi089 ceph-mon[103441]: pgmap v7967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:42 smithi026 ceph-mon[93126]: pgmap v7967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:43.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:43.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:44.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:44.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:44 smithi089 ceph-mon[103441]: pgmap v7968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:44 smithi026 ceph-mon[93126]: pgmap v7968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:45.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:45.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:46.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:46.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:46 smithi089 ceph-mon[103441]: pgmap v7969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:46 smithi026 ceph-mon[93126]: pgmap v7969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:47.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:47.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:48.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:48.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:48.287 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:47 smithi026 ceph-mon[93126]: pgmap v7970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:47 smithi089 ceph-mon[103441]: pgmap v7970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:49.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:49.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:49.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:49.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:05:50.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:50.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:49 smithi026 ceph-mon[93126]: pgmap v7971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:49 smithi089 ceph-mon[103441]: pgmap v7971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:51.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:51.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:52.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:52.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:52 smithi089 ceph-mon[103441]: pgmap v7972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:52 smithi026 ceph-mon[93126]: pgmap v7972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:53.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:53.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:54.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:54.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:54 smithi089 ceph-mon[103441]: pgmap v7973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:54 smithi026 ceph-mon[93126]: pgmap v7973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:55.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:55.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:05:55.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:05:55.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:05:55.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:05:55.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:05:55.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:05:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:05:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:05:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:05:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:05:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:05:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:05:56.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:56.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:56 smithi089 ceph-mon[103441]: pgmap v7974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:56 smithi026 ceph-mon[93126]: pgmap v7974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:05:57.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:57.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:58.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:58.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:05:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:05:57 smithi026 ceph-mon[93126]: pgmap v7975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:05:57 smithi089 ceph-mon[103441]: pgmap v7975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:05:59.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:05:59.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:00.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:00.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:00 smithi089 ceph-mon[103441]: pgmap v7976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:00 smithi026 ceph-mon[93126]: pgmap v7976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:01.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:01.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:02.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:02.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:02 smithi089 ceph-mon[103441]: pgmap v7977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:02 smithi026 ceph-mon[93126]: pgmap v7977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:03.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:03.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:04.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:04.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:04 smithi089 ceph-mon[103441]: pgmap v7978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:04 smithi026 ceph-mon[93126]: pgmap v7978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:05.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:05.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:06.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:06.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:06 smithi089 ceph-mon[103441]: pgmap v7979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:06 smithi026 ceph-mon[93126]: pgmap v7979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:07.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:07.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:08.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:08.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:07 smithi026 ceph-mon[93126]: pgmap v7980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:07 smithi089 ceph-mon[103441]: pgmap v7980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:09.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:09.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:10.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:10.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:10 smithi089 ceph-mon[103441]: pgmap v7981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:10 smithi026 ceph-mon[93126]: pgmap v7981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:11.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:11.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:12.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:12.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:12 smithi089 ceph-mon[103441]: pgmap v7982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:12 smithi026 ceph-mon[93126]: pgmap v7982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:13.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:13.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:14.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:14.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:14 smithi089 ceph-mon[103441]: pgmap v7983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:14 smithi026 ceph-mon[93126]: pgmap v7983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:15.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:15.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:16.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:16.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:16 smithi089 ceph-mon[103441]: pgmap v7984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:16 smithi026 ceph-mon[93126]: pgmap v7984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:17.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:17.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:18.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:18.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:17 smithi026 ceph-mon[93126]: pgmap v7985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:17 smithi089 ceph-mon[103441]: pgmap v7985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:19.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:19.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:20.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:20.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:19 smithi026 ceph-mon[93126]: pgmap v7986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:19 smithi089 ceph-mon[103441]: pgmap v7986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:21.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:21.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:22.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:22.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:22 smithi089 ceph-mon[103441]: pgmap v7987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:22 smithi026 ceph-mon[93126]: pgmap v7987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:23.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:23.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:24.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:24.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:24 smithi089 ceph-mon[103441]: pgmap v7988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:24 smithi026 ceph-mon[93126]: pgmap v7988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:25.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:25.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:26.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:26.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:26 smithi089 ceph-mon[103441]: pgmap v7989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:26 smithi026 ceph-mon[93126]: pgmap v7989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:27.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:27.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:28.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:28.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:28.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:27 smithi026 ceph-mon[93126]: pgmap v7990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:27 smithi089 ceph-mon[103441]: pgmap v7990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:29.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:29.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:30.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:30.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:30 smithi089 ceph-mon[103441]: pgmap v7991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:30 smithi026 ceph-mon[93126]: pgmap v7991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:31.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:31.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:32.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:32.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:32.674 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:32 smithi089 ceph-mon[103441]: pgmap v7992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:32 smithi026 ceph-mon[93126]: pgmap v7992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:33.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:33.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:34.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:34.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:34 smithi089 ceph-mon[103441]: pgmap v7993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:34 smithi026 ceph-mon[93126]: pgmap v7993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:35.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:35.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:36.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:36.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:36 smithi089 ceph-mon[103441]: pgmap v7994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:36 smithi026 ceph-mon[93126]: pgmap v7994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:37.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:37.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:38.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:38.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:37 smithi089 ceph-mon[103441]: pgmap v7995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:37 smithi026 ceph-mon[93126]: pgmap v7995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:39.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:39.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:40.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:40.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:40 smithi089 ceph-mon[103441]: pgmap v7996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:40 smithi026 ceph-mon[93126]: pgmap v7996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:41.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:41.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:42.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:42.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:42 smithi089 ceph-mon[103441]: pgmap v7997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:42 smithi026 ceph-mon[93126]: pgmap v7997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:43.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:43.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:44.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:44.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:44 smithi089 ceph-mon[103441]: pgmap v7998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:44 smithi026 ceph-mon[93126]: pgmap v7998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:45.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:45.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:46.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:46.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:46 smithi089 ceph-mon[103441]: pgmap v7999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:46 smithi026 ceph-mon[93126]: pgmap v7999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:47.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:47.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:48.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:48.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:47 smithi089 ceph-mon[103441]: pgmap v8000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:48.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:47 smithi026 ceph-mon[93126]: pgmap v8000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:49.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:49.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:06:50.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:50.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:49 smithi026 ceph-mon[93126]: pgmap v8001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:49 smithi089 ceph-mon[103441]: pgmap v8001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:51.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:51.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:52.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:52.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:52 smithi089 ceph-mon[103441]: pgmap v8002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:52 smithi026 ceph-mon[93126]: pgmap v8002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:53.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:53.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:54.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:54.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:54 smithi089 ceph-mon[103441]: pgmap v8003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:54 smithi026 ceph-mon[93126]: pgmap v8003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:55.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:55.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:56.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:56.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:56 smithi089 ceph-mon[103441]: pgmap v8004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:06:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:56 smithi026 ceph-mon[93126]: pgmap v8004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:06:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:06:57.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:57.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:58.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:58.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:06:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:06:57 smithi026 ceph-mon[93126]: pgmap v8005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:58.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:06:57 smithi089 ceph-mon[103441]: pgmap v8005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:06:59.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:06:59.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:00.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:00.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:00 smithi089 ceph-mon[103441]: pgmap v8006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:07:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:07:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:00 smithi026 ceph-mon[93126]: pgmap v8006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:07:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:07:01.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:01.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:07:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:07:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:07:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:07:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:07:01.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:07:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:07:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:07:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:07:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:07:02.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:02.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:02 smithi026 ceph-mon[93126]: pgmap v8007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:02.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:02 smithi089 ceph-mon[103441]: pgmap v8007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:03.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:03.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:04.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:04.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:04 smithi026 ceph-mon[93126]: pgmap v8008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:04 smithi089 ceph-mon[103441]: pgmap v8008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:05.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:05.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:06.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:06.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:06 smithi026 ceph-mon[93126]: pgmap v8009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:06 smithi089 ceph-mon[103441]: pgmap v8009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:07.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:07.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:08.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:08.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:07 smithi026 ceph-mon[93126]: pgmap v8010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:07 smithi089 ceph-mon[103441]: pgmap v8010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:09.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:09.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:10.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:10.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:10 smithi089 ceph-mon[103441]: pgmap v8011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:10 smithi026 ceph-mon[93126]: pgmap v8011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:11.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:11.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:12.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:12.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:12 smithi089 ceph-mon[103441]: pgmap v8012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:12 smithi026 ceph-mon[93126]: pgmap v8012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:13.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:13.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:14.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:14.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:14 smithi026 ceph-mon[93126]: pgmap v8013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:14 smithi089 ceph-mon[103441]: pgmap v8013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:15.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:15.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:16.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:16.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:16 smithi089 ceph-mon[103441]: pgmap v8014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:16 smithi026 ceph-mon[93126]: pgmap v8014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:17.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:17.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:18.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:18.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:18.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:17 smithi026 ceph-mon[93126]: pgmap v8015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:17 smithi089 ceph-mon[103441]: pgmap v8015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:19.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:19.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:20.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:20.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:19 smithi026 ceph-mon[93126]: pgmap v8016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:19 smithi089 ceph-mon[103441]: pgmap v8016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:21.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:21.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:22.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:22.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:22 smithi089 ceph-mon[103441]: pgmap v8017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:22 smithi026 ceph-mon[93126]: pgmap v8017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:23.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:23.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:24.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:24.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:24 smithi089 ceph-mon[103441]: pgmap v8018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:24 smithi026 ceph-mon[93126]: pgmap v8018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:25.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:25.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:26.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:26.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:26 smithi089 ceph-mon[103441]: pgmap v8019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:26 smithi026 ceph-mon[93126]: pgmap v8019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:27.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:27.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:28.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:28.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:28.258 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:27 smithi089 ceph-mon[103441]: pgmap v8020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:27 smithi026 ceph-mon[93126]: pgmap v8020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:29.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:29.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:30.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:30.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:30 smithi089 ceph-mon[103441]: pgmap v8021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:30.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:30 smithi026 ceph-mon[93126]: pgmap v8021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:31.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:31.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:32.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:32.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:32 smithi089 ceph-mon[103441]: pgmap v8022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:32 smithi026 ceph-mon[93126]: pgmap v8022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:33.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:33.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:34.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:34.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:34 smithi089 ceph-mon[103441]: pgmap v8023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:34 smithi026 ceph-mon[93126]: pgmap v8023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:35.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:35.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:36.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:36.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:36 smithi089 ceph-mon[103441]: pgmap v8024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:36 smithi026 ceph-mon[93126]: pgmap v8024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:37.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:37.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:38.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:38.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:37 smithi026 ceph-mon[93126]: pgmap v8025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:38.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:37 smithi089 ceph-mon[103441]: pgmap v8025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:39.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:39.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:40.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:40.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:40 smithi089 ceph-mon[103441]: pgmap v8026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:40 smithi026 ceph-mon[93126]: pgmap v8026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:41.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:41.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:42.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:42.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:42 smithi089 ceph-mon[103441]: pgmap v8027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:42 smithi026 ceph-mon[93126]: pgmap v8027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:43.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:43.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:44.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:44.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:44.607 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:44 smithi026 ceph-mon[93126]: pgmap v8028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:44 smithi089 ceph-mon[103441]: pgmap v8028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:45.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:45.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:46.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:46.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:46 smithi089 ceph-mon[103441]: pgmap v8029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:46 smithi026 ceph-mon[93126]: pgmap v8029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:47.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:47.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:48.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:48.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:47 smithi026 ceph-mon[93126]: pgmap v8030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:47 smithi089 ceph-mon[103441]: pgmap v8030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:49.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:49.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:07:50.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:50.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:49 smithi026 ceph-mon[93126]: pgmap v8031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:49 smithi089 ceph-mon[103441]: pgmap v8031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:51.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:51.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:52.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:52.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:52 smithi089 ceph-mon[103441]: pgmap v8032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:52 smithi026 ceph-mon[93126]: pgmap v8032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:53.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:53.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:54.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:54.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:54 smithi089 ceph-mon[103441]: pgmap v8033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:54.722 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:54 smithi026 ceph-mon[93126]: pgmap v8033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:55.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:55.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:56.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:56.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:56 smithi089 ceph-mon[103441]: pgmap v8034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:56 smithi026 ceph-mon[93126]: pgmap v8034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:07:57.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:57.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:58.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:58.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:07:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:07:57 smithi026 ceph-mon[93126]: pgmap v8035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:07:57 smithi089 ceph-mon[103441]: pgmap v8035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:07:59.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:07:59.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:00.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:00.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:00 smithi089 ceph-mon[103441]: pgmap v8036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:00 smithi026 ceph-mon[93126]: pgmap v8036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:01.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:01.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:08:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:08:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:08:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:08:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:08:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:08:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:08:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:08:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:08:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:08:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:08:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:08:02.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:02.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:02 smithi089 ceph-mon[103441]: pgmap v8037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:02 smithi026 ceph-mon[93126]: pgmap v8037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:03.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:03.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:04.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:04.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:04 smithi089 ceph-mon[103441]: pgmap v8038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:04 smithi026 ceph-mon[93126]: pgmap v8038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:05.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:05.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:06.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:06.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:06 smithi089 ceph-mon[103441]: pgmap v8039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:06 smithi026 ceph-mon[93126]: pgmap v8039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:07.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:07.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:08.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:08.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:08.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:07 smithi026 ceph-mon[93126]: pgmap v8040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:07 smithi089 ceph-mon[103441]: pgmap v8040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:09.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:09.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:10.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:10.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:10 smithi089 ceph-mon[103441]: pgmap v8041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:10 smithi026 ceph-mon[93126]: pgmap v8041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:11.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:11.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:12.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:12.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:12 smithi089 ceph-mon[103441]: pgmap v8042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:12 smithi026 ceph-mon[93126]: pgmap v8042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:13.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:13.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:14.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:14.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:14 smithi089 ceph-mon[103441]: pgmap v8043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:14 smithi026 ceph-mon[93126]: pgmap v8043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:15.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:15.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:16.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:16.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:16 smithi089 ceph-mon[103441]: pgmap v8044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:16 smithi026 ceph-mon[93126]: pgmap v8044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:17.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:17.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:17 smithi026 ceph-mon[93126]: pgmap v8045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:18.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:18.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:17 smithi089 ceph-mon[103441]: pgmap v8045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:19.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:19.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:19.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:19 smithi026 ceph-mon[93126]: pgmap v8046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:20.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:20.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:19 smithi089 ceph-mon[103441]: pgmap v8046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:21.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:21.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:22.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:22.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:22 smithi089 ceph-mon[103441]: pgmap v8047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:22.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:22 smithi026 ceph-mon[93126]: pgmap v8047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:23.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:23.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:24.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:24.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:24 smithi089 ceph-mon[103441]: pgmap v8048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:24 smithi026 ceph-mon[93126]: pgmap v8048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:25.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:25.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:26.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:26.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:26 smithi089 ceph-mon[103441]: pgmap v8049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:26 smithi026 ceph-mon[93126]: pgmap v8049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:27.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:27.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:27 smithi026 ceph-mon[93126]: pgmap v8050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:28.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:28.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:28.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:27 smithi089 ceph-mon[103441]: pgmap v8050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:29.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:29.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:30.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:30.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:30.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:30 smithi026 ceph-mon[93126]: pgmap v8051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:30 smithi089 ceph-mon[103441]: pgmap v8051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:31.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:31.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:32.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:32.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:32 smithi089 ceph-mon[103441]: pgmap v8052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:32 smithi026 ceph-mon[93126]: pgmap v8052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:33.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:33.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:34.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:34.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:34 smithi089 ceph-mon[103441]: pgmap v8053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:34 smithi026 ceph-mon[93126]: pgmap v8053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:35.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:35.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:36.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:36.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:36 smithi089 ceph-mon[103441]: pgmap v8054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:36 smithi026 ceph-mon[93126]: pgmap v8054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:37.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:37.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:37 smithi026 ceph-mon[93126]: pgmap v8055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:38.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:38.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:37 smithi089 ceph-mon[103441]: pgmap v8055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:39.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:39.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:40.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:40.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:40 smithi026 ceph-mon[93126]: pgmap v8056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:40 smithi089 ceph-mon[103441]: pgmap v8056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:41.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:41.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:42.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:42.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:42 smithi089 ceph-mon[103441]: pgmap v8057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:42 smithi026 ceph-mon[93126]: pgmap v8057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:43.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:43.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:44.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:44.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:44 smithi089 ceph-mon[103441]: pgmap v8058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:44 smithi026 ceph-mon[93126]: pgmap v8058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:45.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:45.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:46.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:46.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:46 smithi089 ceph-mon[103441]: pgmap v8059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:46 smithi026 ceph-mon[93126]: pgmap v8059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:47.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:47.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:47 smithi026 ceph-mon[93126]: pgmap v8060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:48.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:48.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:47 smithi089 ceph-mon[103441]: pgmap v8060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:49.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:49.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:08:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:49 smithi026 ceph-mon[93126]: pgmap v8061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:50.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:50.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:49 smithi089 ceph-mon[103441]: pgmap v8061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:51.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:51.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:52.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:52.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:52 smithi089 ceph-mon[103441]: pgmap v8062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:52 smithi026 ceph-mon[93126]: pgmap v8062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:53.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:53.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:54.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:54.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:54.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:54 smithi089 ceph-mon[103441]: pgmap v8063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:54 smithi026 ceph-mon[93126]: pgmap v8063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:55.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:55.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:56.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:56.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:56 smithi089 ceph-mon[103441]: pgmap v8064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:56 smithi026 ceph-mon[93126]: pgmap v8064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:08:57.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:57.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:08:57 smithi026 ceph-mon[93126]: pgmap v8065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:58.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:58.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:08:58.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:08:57 smithi089 ceph-mon[103441]: pgmap v8065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:08:59.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:08:59.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:00.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:00.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:00 smithi089 ceph-mon[103441]: pgmap v8066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:00 smithi026 ceph-mon[93126]: pgmap v8066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:01.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:01.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:02.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:02.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:02 smithi089 ceph-mon[103441]: pgmap v8067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:09:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:02 smithi026 ceph-mon[93126]: pgmap v8067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:09:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:03.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:03.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:04.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:04.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:04 smithi089 ceph-mon[103441]: pgmap v8068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:04 smithi026 ceph-mon[93126]: pgmap v8068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:05.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:05.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:06.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:06.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:06 smithi089 ceph-mon[103441]: pgmap v8069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:06 smithi026 ceph-mon[93126]: pgmap v8069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:07.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:07.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:07 smithi026 ceph-mon[93126]: pgmap v8070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:08.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:08.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:07 smithi089 ceph-mon[103441]: pgmap v8070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:09.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:09.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:09:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:09:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:09:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:09:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:09:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:09:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:09:10.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:10.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:10 smithi089 ceph-mon[103441]: pgmap v8071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:11.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:10 smithi026 ceph-mon[93126]: pgmap v8071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:11.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:11.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:11 smithi089 ceph-mon[103441]: pgmap v8072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:11 smithi026 ceph-mon[93126]: pgmap v8072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:12.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:12.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:13.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:13.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:14.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:14.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:14 smithi089 ceph-mon[103441]: pgmap v8073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:14 smithi026 ceph-mon[93126]: pgmap v8073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:15.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:15.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:16.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:16.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:16 smithi089 ceph-mon[103441]: pgmap v8074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:16 smithi026 ceph-mon[93126]: pgmap v8074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:17.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:17.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:17 smithi026 ceph-mon[93126]: pgmap v8075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:18.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:18.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:18.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:17 smithi089 ceph-mon[103441]: pgmap v8075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:19.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:19.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:19.419 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:20 smithi026 ceph-mon[93126]: pgmap v8076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:20.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:20.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:20 smithi089 ceph-mon[103441]: pgmap v8076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:21.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:21.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:22.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:22.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:22 smithi089 ceph-mon[103441]: pgmap v8077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:22 smithi026 ceph-mon[93126]: pgmap v8077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:23.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:23.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:24.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:24.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:24 smithi089 ceph-mon[103441]: pgmap v8078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:24 smithi026 ceph-mon[93126]: pgmap v8078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:25.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:25.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:26.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:26.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:26 smithi089 ceph-mon[103441]: pgmap v8079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:26 smithi026 ceph-mon[93126]: pgmap v8079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:27.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:27.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:27 smithi026 ceph-mon[93126]: pgmap v8080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:27 smithi089 ceph-mon[103441]: pgmap v8080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:28.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:28.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:29.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:29.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:30.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:30.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:30 smithi089 ceph-mon[103441]: pgmap v8081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:30 smithi026 ceph-mon[93126]: pgmap v8081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:31.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:31.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:32.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:32.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:32 smithi089 ceph-mon[103441]: pgmap v8082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:32 smithi026 ceph-mon[93126]: pgmap v8082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:33.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:33.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:34.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:34.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:34 smithi089 ceph-mon[103441]: pgmap v8083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:34 smithi026 ceph-mon[93126]: pgmap v8083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:35.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:35.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:36.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:36.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:36 smithi089 ceph-mon[103441]: pgmap v8084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:36 smithi026 ceph-mon[93126]: pgmap v8084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:37.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:37.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:38.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:37 smithi026 ceph-mon[93126]: pgmap v8085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:37 smithi089 ceph-mon[103441]: pgmap v8085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:38.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:38.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:39.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:39.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:40.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:40.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:40 smithi089 ceph-mon[103441]: pgmap v8086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:40 smithi026 ceph-mon[93126]: pgmap v8086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:41.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:41.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:42.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:42.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:42 smithi089 ceph-mon[103441]: pgmap v8087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:42 smithi026 ceph-mon[93126]: pgmap v8087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:43.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:43.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:44.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:44.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:44 smithi089 ceph-mon[103441]: pgmap v8088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:44 smithi026 ceph-mon[93126]: pgmap v8088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:45.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:45.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:46.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:46.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:46 smithi089 ceph-mon[103441]: pgmap v8089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:46 smithi026 ceph-mon[93126]: pgmap v8089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:47.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:47.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:48 smithi026 ceph-mon[93126]: pgmap v8090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:48 smithi089 ceph-mon[103441]: pgmap v8090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:48.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:48.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:49.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:09:49.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:49.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:50 smithi026 ceph-mon[93126]: pgmap v8091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:50 smithi089 ceph-mon[103441]: pgmap v8091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:50.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:50.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:51.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:51.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:52.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:52.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:52 smithi089 ceph-mon[103441]: pgmap v8092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:52 smithi026 ceph-mon[93126]: pgmap v8092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:53.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:53.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:54.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:54.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:54 smithi089 ceph-mon[103441]: pgmap v8093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:54 smithi026 ceph-mon[93126]: pgmap v8093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:55.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:55.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:56.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:56.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:56 smithi089 ceph-mon[103441]: pgmap v8094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:56 smithi026 ceph-mon[93126]: pgmap v8094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:09:57.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:57.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:09:58 smithi026 ceph-mon[93126]: pgmap v8095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:09:58 smithi089 ceph-mon[103441]: pgmap v8095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:09:58.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:58.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:09:59.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:09:59.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:00.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:00.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:00 smithi089 ceph-mon[103441]: pgmap v8096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T01:10:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:00 smithi026 ceph-mon[93126]: pgmap v8096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T01:10:01.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:01.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:02.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:02.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:02 smithi089 ceph-mon[103441]: pgmap v8097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:02 smithi026 ceph-mon[93126]: pgmap v8097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:03.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:03.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:04.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:04.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:04 smithi089 ceph-mon[103441]: pgmap v8098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:04 smithi026 ceph-mon[93126]: pgmap v8098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:05.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:05.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:06.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:06.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:06.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:06 smithi026 ceph-mon[93126]: pgmap v8099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:06 smithi089 ceph-mon[103441]: pgmap v8099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:07.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:07.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:08.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:08 smithi026 ceph-mon[93126]: pgmap v8100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:08 smithi089 ceph-mon[103441]: pgmap v8100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:08.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:08.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:09.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:09.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:10.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:10.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:10 smithi089 ceph-mon[103441]: pgmap v8101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:10:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:10:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:10:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:10:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:10:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:10:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:10 smithi026 ceph-mon[93126]: pgmap v8101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:10:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:10:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:10:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:10:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:10:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:10:11.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:11.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:12.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:12.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:12 smithi089 ceph-mon[103441]: pgmap v8102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:12 smithi026 ceph-mon[93126]: pgmap v8102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:13.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:13.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:14.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:14.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:14 smithi089 ceph-mon[103441]: pgmap v8103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:14 smithi026 ceph-mon[93126]: pgmap v8103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:15.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:15.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:16.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:16.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:16 smithi089 ceph-mon[103441]: pgmap v8104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:16 smithi026 ceph-mon[93126]: pgmap v8104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:17.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:17.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:18 smithi026 ceph-mon[93126]: pgmap v8105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:18.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:18 smithi089 ceph-mon[103441]: pgmap v8105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:18.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:18.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:19.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:19.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:19.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:20 smithi026 ceph-mon[93126]: pgmap v8106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:20 smithi089 ceph-mon[103441]: pgmap v8106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:20.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:20.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:21.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:21.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:22.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:22.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:22 smithi089 ceph-mon[103441]: pgmap v8107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:22 smithi026 ceph-mon[93126]: pgmap v8107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:23.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:23.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:24.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:24.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:24 smithi089 ceph-mon[103441]: pgmap v8108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:24 smithi026 ceph-mon[93126]: pgmap v8108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:25.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:25.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:26.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:26.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:26 smithi089 ceph-mon[103441]: pgmap v8109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:26 smithi026 ceph-mon[93126]: pgmap v8109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:27.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:27.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:28 smithi026 ceph-mon[93126]: pgmap v8110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:28 smithi089 ceph-mon[103441]: pgmap v8110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:28.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:28.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:29.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:29.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:30 smithi089 ceph-mon[103441]: pgmap v8111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:30.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:30.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:30 smithi026 ceph-mon[93126]: pgmap v8111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:31.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:31.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:32.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:32.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:32 smithi089 ceph-mon[103441]: pgmap v8112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:32 smithi026 ceph-mon[93126]: pgmap v8112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:33.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:33.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:34.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:34.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:34 smithi089 ceph-mon[103441]: pgmap v8113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:34 smithi026 ceph-mon[93126]: pgmap v8113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:35.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:35.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:36.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:36.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:36 smithi089 ceph-mon[103441]: pgmap v8114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:36 smithi026 ceph-mon[93126]: pgmap v8114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:37.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:37.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:38 smithi026 ceph-mon[93126]: pgmap v8115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:38 smithi089 ceph-mon[103441]: pgmap v8115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:38.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:38.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:39.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:39.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:40.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:40.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:40 smithi089 ceph-mon[103441]: pgmap v8116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:40.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:40 smithi026 ceph-mon[93126]: pgmap v8116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:41.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:41.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:42.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:42.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:42 smithi089 ceph-mon[103441]: pgmap v8117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:42 smithi026 ceph-mon[93126]: pgmap v8117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:43.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:43.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:44.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:44.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:44 smithi089 ceph-mon[103441]: pgmap v8118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:44 smithi026 ceph-mon[93126]: pgmap v8118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:45.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:45.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:46.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:46.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:46 smithi089 ceph-mon[103441]: pgmap v8119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:46.679 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:46 smithi026 ceph-mon[93126]: pgmap v8119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:47.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:47.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:48.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:48 smithi026 ceph-mon[93126]: pgmap v8120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:48 smithi089 ceph-mon[103441]: pgmap v8120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:48.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:48.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:49.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:49.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:10:49.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:49.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:50 smithi026 ceph-mon[93126]: pgmap v8121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:50.370 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:50 smithi089 ceph-mon[103441]: pgmap v8121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:50.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:50.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:51.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:51.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:52.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:52.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:52 smithi089 ceph-mon[103441]: pgmap v8122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:52 smithi026 ceph-mon[93126]: pgmap v8122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:53.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:53.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:54.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:54.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:54 smithi089 ceph-mon[103441]: pgmap v8123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:54 smithi026 ceph-mon[93126]: pgmap v8123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:55.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:55.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:56.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:56.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:56 smithi089 ceph-mon[103441]: pgmap v8124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:56.794 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:56 smithi026 ceph-mon[93126]: pgmap v8124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:10:57.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:57.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:10:58 smithi026 ceph-mon[93126]: pgmap v8125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:10:58 smithi089 ceph-mon[103441]: pgmap v8125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:10:58.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:58.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:10:59.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:10:59.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:00.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:00.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:00 smithi089 ceph-mon[103441]: pgmap v8126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:00 smithi026 ceph-mon[93126]: pgmap v8126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:01.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:01.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:02.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:02.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:02 smithi089 ceph-mon[103441]: pgmap v8127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:02 smithi026 ceph-mon[93126]: pgmap v8127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:03.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:03.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:04.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:04.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:04 smithi089 ceph-mon[103441]: pgmap v8128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:04 smithi026 ceph-mon[93126]: pgmap v8128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:05.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:05.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:06.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:06.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:06 smithi089 ceph-mon[103441]: pgmap v8129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:06 smithi026 ceph-mon[93126]: pgmap v8129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:07.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:07.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:08 smithi026 ceph-mon[93126]: pgmap v8130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:08 smithi089 ceph-mon[103441]: pgmap v8130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:08.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:08.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:09.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:09.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:10.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:10.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:10 smithi089 ceph-mon[103441]: pgmap v8131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:11:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:10 smithi026 ceph-mon[93126]: pgmap v8131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:11:11.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:11.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:11.968 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:11:11.968 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:11:11.968 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:11:11.968 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:11:11.969 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:11:11.969 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:11:11.969 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:11:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:11:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:11:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:11:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:11:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:11:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:11:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:11:12.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:12.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:12 smithi026 ceph-mon[93126]: pgmap v8132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:13.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:12 smithi089 ceph-mon[103441]: pgmap v8132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:13.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:13.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:14.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:14.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:14 smithi026 ceph-mon[93126]: pgmap v8133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:14 smithi089 ceph-mon[103441]: pgmap v8133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:15.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:15.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:16.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:16.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:17.024 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:16 smithi026 ceph-mon[93126]: pgmap v8134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:16 smithi089 ceph-mon[103441]: pgmap v8134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:17.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:17.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:18.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:18 smithi026 ceph-mon[93126]: pgmap v8135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:18.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:18 smithi089 ceph-mon[103441]: pgmap v8135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:18.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:18.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:19.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:19.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:20.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:20 smithi026 ceph-mon[93126]: pgmap v8136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:20 smithi089 ceph-mon[103441]: pgmap v8136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:20.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:20.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:21.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:21.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:22.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:22.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:22 smithi089 ceph-mon[103441]: pgmap v8137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:22.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:22 smithi026 ceph-mon[93126]: pgmap v8137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:23.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:23.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:24.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:24.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:24.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:24 smithi089 ceph-mon[103441]: pgmap v8138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:24 smithi026 ceph-mon[93126]: pgmap v8138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:25.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:25.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:26.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:26.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:26 smithi026 ceph-mon[93126]: pgmap v8139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:26 smithi089 ceph-mon[103441]: pgmap v8139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:27.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:27.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:28 smithi026 ceph-mon[93126]: pgmap v8140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:28 smithi089 ceph-mon[103441]: pgmap v8140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:28.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:28.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:29.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:29.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:30.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:30.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:30 smithi089 ceph-mon[103441]: pgmap v8141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:30 smithi026 ceph-mon[93126]: pgmap v8141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:31.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:31.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:32 smithi026 ceph-mon[93126]: pgmap v8142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:32.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:32.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:32 smithi089 ceph-mon[103441]: pgmap v8142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:33.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:33.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:34.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:34.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:34 smithi026 ceph-mon[93126]: pgmap v8143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:34 smithi089 ceph-mon[103441]: pgmap v8143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:35.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:35.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:36.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:36.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:36 smithi026 ceph-mon[93126]: pgmap v8144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:36.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:36 smithi089 ceph-mon[103441]: pgmap v8144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:37.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:37.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:38.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:38 smithi026 ceph-mon[93126]: pgmap v8145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:38.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:38 smithi089 ceph-mon[103441]: pgmap v8145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:38.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:38.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:39.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:39.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:40.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:40.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:40 smithi026 ceph-mon[93126]: pgmap v8146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:40.893 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:40 smithi089 ceph-mon[103441]: pgmap v8146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:41.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:41.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:42.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:42.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:42 smithi026 ceph-mon[93126]: pgmap v8147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:42 smithi089 ceph-mon[103441]: pgmap v8147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:43.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:43.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:44.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:44.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:44 smithi026 ceph-mon[93126]: pgmap v8148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:44.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:44 smithi089 ceph-mon[103441]: pgmap v8148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:45.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:45.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:46.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:46.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:46 smithi026 ceph-mon[93126]: pgmap v8149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:46 smithi089 ceph-mon[103441]: pgmap v8149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:47.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:47.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:48.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:48 smithi026 ceph-mon[93126]: pgmap v8150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:48 smithi089 ceph-mon[103441]: pgmap v8150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:48.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:48.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:11:49.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:49.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:50.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:50 smithi026 ceph-mon[93126]: pgmap v8151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:50.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:50 smithi089 ceph-mon[103441]: pgmap v8151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:50.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:50.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:51.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:51.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:52.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:52.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:52 smithi026 ceph-mon[93126]: pgmap v8152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:52 smithi089 ceph-mon[103441]: pgmap v8152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:53.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:53.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:54.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:54.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:54 smithi026 ceph-mon[93126]: pgmap v8153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:54 smithi089 ceph-mon[103441]: pgmap v8153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:55.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:55.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:56.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:56.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:56 smithi026 ceph-mon[93126]: pgmap v8154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:56.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:56 smithi089 ceph-mon[103441]: pgmap v8154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:11:57.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:57.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:11:58 smithi026 ceph-mon[93126]: pgmap v8155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:11:58 smithi089 ceph-mon[103441]: pgmap v8155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:11:58.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:58.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:11:59.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:11:59.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:00.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:00.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:00 smithi026 ceph-mon[93126]: pgmap v8156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:00.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:00 smithi089 ceph-mon[103441]: pgmap v8156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:01.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:01.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:02.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:02.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:02 smithi026 ceph-mon[93126]: pgmap v8157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:02 smithi089 ceph-mon[103441]: pgmap v8157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:03.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:03.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:04.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:04.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:04 smithi026 ceph-mon[93126]: pgmap v8158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:04 smithi089 ceph-mon[103441]: pgmap v8158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:05.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:05.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:06.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:06.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:06 smithi026 ceph-mon[93126]: pgmap v8159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:06 smithi089 ceph-mon[103441]: pgmap v8159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:07.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:07.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:08 smithi026 ceph-mon[93126]: pgmap v8160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:08 smithi089 ceph-mon[103441]: pgmap v8160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:08.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:08.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:09.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:09.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:10.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:10.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:10 smithi026 ceph-mon[93126]: pgmap v8161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:10 smithi089 ceph-mon[103441]: pgmap v8161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:12:11.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:11.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:11.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:12:12.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:12.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:12 smithi026 ceph-mon[93126]: pgmap v8162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:12:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:12:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:12:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:12:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:12:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:12 smithi089 ceph-mon[103441]: pgmap v8162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:12:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:12:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:12:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:12:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:12:13.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:13.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:14.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:14.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:14 smithi026 ceph-mon[93126]: pgmap v8163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:14 smithi089 ceph-mon[103441]: pgmap v8163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:15.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:15.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:16 smithi089 ceph-mon[103441]: pgmap v8164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:16.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:16.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:16 smithi026 ceph-mon[93126]: pgmap v8164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:17.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:17.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:18.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:18 smithi026 ceph-mon[93126]: pgmap v8165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:18.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:18 smithi089 ceph-mon[103441]: pgmap v8165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:18.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:18.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:19.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:19.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:20.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:20 smithi026 ceph-mon[93126]: pgmap v8166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:20 smithi089 ceph-mon[103441]: pgmap v8166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:20.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:20.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:21.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:21.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:22.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:22.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:22.778 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:22 smithi026 ceph-mon[93126]: pgmap v8167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:22 smithi089 ceph-mon[103441]: pgmap v8167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:23.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:23.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:24.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:24.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:24 smithi026 ceph-mon[93126]: pgmap v8168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:24 smithi089 ceph-mon[103441]: pgmap v8168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:25.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:25.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:26 smithi089 ceph-mon[103441]: pgmap v8169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:26.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:26.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:26 smithi026 ceph-mon[93126]: pgmap v8169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:27.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:27.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:28.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:28 smithi026 ceph-mon[93126]: pgmap v8170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:28 smithi089 ceph-mon[103441]: pgmap v8170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:28.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:28.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:29.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:29.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:30.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:30.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:30 smithi026 ceph-mon[93126]: pgmap v8171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:30 smithi089 ceph-mon[103441]: pgmap v8171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:31.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:31.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:32.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:32.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:32.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:32 smithi026 ceph-mon[93126]: pgmap v8172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:32 smithi089 ceph-mon[103441]: pgmap v8172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:33.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:33.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:34.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:34.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:34 smithi026 ceph-mon[93126]: pgmap v8173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:34 smithi089 ceph-mon[103441]: pgmap v8173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:35.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:35.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:36.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:36.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:36 smithi026 ceph-mon[93126]: pgmap v8174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:36 smithi089 ceph-mon[103441]: pgmap v8174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:37.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:37.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:38.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:38 smithi026 ceph-mon[93126]: pgmap v8175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:38.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:38 smithi089 ceph-mon[103441]: pgmap v8175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:38.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:38.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:39.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:39.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:40.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:40.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:40 smithi026 ceph-mon[93126]: pgmap v8176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:40 smithi089 ceph-mon[103441]: pgmap v8176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:41.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:41.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:42.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:42.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:42 smithi026 ceph-mon[93126]: pgmap v8177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:42 smithi089 ceph-mon[103441]: pgmap v8177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:43.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:43.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:44.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:44.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:44 smithi026 ceph-mon[93126]: pgmap v8178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:44 smithi089 ceph-mon[103441]: pgmap v8178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:45.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:45.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:46.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:46.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:46 smithi026 ceph-mon[93126]: pgmap v8179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:46 smithi089 ceph-mon[103441]: pgmap v8179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:47.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:47.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:48 smithi026 ceph-mon[93126]: pgmap v8180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:48 smithi089 ceph-mon[103441]: pgmap v8180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:48.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:48.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:49.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:12:49.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:49.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:50.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:50 smithi026 ceph-mon[93126]: pgmap v8181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:50.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:50 smithi089 ceph-mon[103441]: pgmap v8181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:50.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:50.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:51.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:51.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:52.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:52.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:52 smithi026 ceph-mon[93126]: pgmap v8182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:52.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:52 smithi089 ceph-mon[103441]: pgmap v8182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:53.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:53.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:54.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:54.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:54 smithi026 ceph-mon[93126]: pgmap v8183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:54.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:54 smithi089 ceph-mon[103441]: pgmap v8183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:55.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:55.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:56.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:56.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:56 smithi026 ceph-mon[93126]: pgmap v8184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:56 smithi089 ceph-mon[103441]: pgmap v8184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:12:57.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:57.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:12:58 smithi026 ceph-mon[93126]: pgmap v8185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:12:58 smithi089 ceph-mon[103441]: pgmap v8185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:12:58.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:58.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:12:59.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:12:59.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:00.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:00.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:00 smithi026 ceph-mon[93126]: pgmap v8186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:00 smithi089 ceph-mon[103441]: pgmap v8186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:01.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:01.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:02.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:02.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:02 smithi026 ceph-mon[93126]: pgmap v8187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:02 smithi089 ceph-mon[103441]: pgmap v8187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:03.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:03.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:04.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:04.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:04 smithi026 ceph-mon[93126]: pgmap v8188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:04 smithi089 ceph-mon[103441]: pgmap v8188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:05.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:05.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:06.788 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:06 smithi089 ceph-mon[103441]: pgmap v8189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:06.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:06.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:06 smithi026 ceph-mon[93126]: pgmap v8189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:07.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:07.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:08.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:08 smithi026 ceph-mon[93126]: pgmap v8190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:08 smithi089 ceph-mon[103441]: pgmap v8190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:08.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:08.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:09.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:09.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:10.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:10.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:10 smithi026 ceph-mon[93126]: pgmap v8191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:10 smithi089 ceph-mon[103441]: pgmap v8191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:11.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:11.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:12 smithi026 ceph-mon[93126]: pgmap v8192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:13:12.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:12.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:12 smithi089 ceph-mon[103441]: pgmap v8192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:13:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:13:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:13:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:13:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:13:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:13:13.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:13.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:13:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:13:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:13:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:13:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:13:14.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:14.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:14 smithi026 ceph-mon[93126]: pgmap v8193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:14 smithi089 ceph-mon[103441]: pgmap v8193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:15.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:15.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:16.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:16.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:16 smithi026 ceph-mon[93126]: pgmap v8194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:16 smithi089 ceph-mon[103441]: pgmap v8194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:17.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:17.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:18.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:18 smithi026 ceph-mon[93126]: pgmap v8195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:18 smithi089 ceph-mon[103441]: pgmap v8195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:18.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:18.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:19.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:19.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:20 smithi089 ceph-mon[103441]: pgmap v8196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:20 smithi026 ceph-mon[93126]: pgmap v8196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:20.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:20.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:21.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:21.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:22 smithi026 ceph-mon[93126]: pgmap v8197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:22.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:22.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:22 smithi089 ceph-mon[103441]: pgmap v8197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:23.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:23.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:24 smithi026 ceph-mon[93126]: pgmap v8198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:24.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:24.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:24 smithi089 ceph-mon[103441]: pgmap v8198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:25.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:25.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:26 smithi026 ceph-mon[93126]: pgmap v8199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:26.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:26.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:26 smithi089 ceph-mon[103441]: pgmap v8199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:27.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:27.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:28 smithi026 ceph-mon[93126]: pgmap v8200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:28 smithi089 ceph-mon[103441]: pgmap v8200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:28.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:28.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:29.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:29.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:30 smithi026 ceph-mon[93126]: pgmap v8201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:30.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:30.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:30 smithi089 ceph-mon[103441]: pgmap v8201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:31.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:31.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:32.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:32 smithi026 ceph-mon[93126]: pgmap v8202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:32.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:32.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:32 smithi089 ceph-mon[103441]: pgmap v8202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:33.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:33.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:34 smithi026 ceph-mon[93126]: pgmap v8203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:34.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:34.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:34 smithi089 ceph-mon[103441]: pgmap v8203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:35.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:35.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:36 smithi026 ceph-mon[93126]: pgmap v8204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:36.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:36.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:36 smithi089 ceph-mon[103441]: pgmap v8204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:37.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:37.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:38.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:38 smithi089 ceph-mon[103441]: pgmap v8205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:38 smithi026 ceph-mon[93126]: pgmap v8205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:38.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:38.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:39.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:39.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:40.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:40 smithi026 ceph-mon[93126]: pgmap v8206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:40.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:40.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:40 smithi089 ceph-mon[103441]: pgmap v8206: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:13:41.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:42 smithi026 ceph-mon[93126]: pgmap v8207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:42.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:42.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:42 smithi089 ceph-mon[103441]: pgmap v8207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:43.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:43.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:44 smithi026 ceph-mon[93126]: pgmap v8208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:44.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:44.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:44 smithi089 ceph-mon[103441]: pgmap v8208: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:13:45.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:46 smithi026 ceph-mon[93126]: pgmap v8209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:46.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:46.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:46 smithi089 ceph-mon[103441]: pgmap v8209: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:13:47.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:48 smithi089 ceph-mon[103441]: pgmap v8210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:48 smithi026 ceph-mon[93126]: pgmap v8210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:48.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:48.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:13:49.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:49.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:50 smithi089 ceph-mon[103441]: pgmap v8211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:50 smithi026 ceph-mon[93126]: pgmap v8211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:50.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:50.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:51.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:51.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:52 smithi089 ceph-mon[103441]: pgmap v8212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:52 smithi026 ceph-mon[93126]: pgmap v8212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:52.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:52.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:53.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:53.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:54 smithi026 ceph-mon[93126]: pgmap v8213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:54.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:54.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:54 smithi089 ceph-mon[103441]: pgmap v8213: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:13:55.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:56 smithi026 ceph-mon[93126]: pgmap v8214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:13:56.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:56.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:56 smithi089 ceph-mon[103441]: pgmap v8214: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:13:57.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:13:58 smithi089 ceph-mon[103441]: pgmap v8215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:13:58 smithi026 ceph-mon[93126]: pgmap v8215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:13:58.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:58.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:13:59.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:13:59.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:00 smithi026 ceph-mon[93126]: pgmap v8216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:00.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:00.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:00 smithi089 ceph-mon[103441]: pgmap v8216: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:14:01.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:02 smithi089 ceph-mon[103441]: pgmap v8217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:02 smithi026 ceph-mon[93126]: pgmap v8217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:02.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:02.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:03.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:03.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:04 smithi026 ceph-mon[93126]: pgmap v8218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:04.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:04.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:04 smithi089 ceph-mon[103441]: pgmap v8218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:05.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:05.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:06 smithi026 ceph-mon[93126]: pgmap v8219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:06.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:06.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:06 smithi089 ceph-mon[103441]: pgmap v8219: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:14:07.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:08 smithi089 ceph-mon[103441]: pgmap v8220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:08 smithi026 ceph-mon[93126]: pgmap v8220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:08.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:08.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:09.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:09.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:10 smithi026 ceph-mon[93126]: pgmap v8221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:10.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:10.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:10.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:10 smithi089 ceph-mon[103441]: pgmap v8221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:11.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:11.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:12 smithi026 ceph-mon[93126]: pgmap v8222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:12.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:12.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:12.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:12 smithi089 ceph-mon[103441]: pgmap v8222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:14:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:14:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:14:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:14:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:14:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:14:13.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:13.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:13.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:14:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:14:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:14:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:14:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:14:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:14:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:14 smithi026 ceph-mon[93126]: pgmap v8223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:14.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:14.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:14 smithi089 ceph-mon[103441]: pgmap v8223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:15.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:15.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:16 smithi026 ceph-mon[93126]: pgmap v8224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:16.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:16.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:16.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:16 smithi089 ceph-mon[103441]: pgmap v8224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:17.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:17.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:18 smithi089 ceph-mon[103441]: pgmap v8225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:18 smithi026 ceph-mon[93126]: pgmap v8225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:18.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:18.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:19.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:19.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:20 smithi089 ceph-mon[103441]: pgmap v8226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:20 smithi026 ceph-mon[93126]: pgmap v8226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:20.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:20.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:21.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:21.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:22 smithi026 ceph-mon[93126]: pgmap v8227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:22.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:22.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:22.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:22 smithi089 ceph-mon[103441]: pgmap v8227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:23.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:23.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:24 smithi026 ceph-mon[93126]: pgmap v8228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:24 smithi089 ceph-mon[103441]: pgmap v8228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:24.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:24.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:25.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:25.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:26 smithi026 ceph-mon[93126]: pgmap v8229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:26 smithi089 ceph-mon[103441]: pgmap v8229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:26.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:26.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:27.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:27.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:28 smithi089 ceph-mon[103441]: pgmap v8230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:28 smithi026 ceph-mon[93126]: pgmap v8230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:28.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:28.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:29.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:29.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:30 smithi026 ceph-mon[93126]: pgmap v8231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:30 smithi089 ceph-mon[103441]: pgmap v8231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:30.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:30.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:31.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:31.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:32 smithi026 ceph-mon[93126]: pgmap v8232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:32 smithi089 ceph-mon[103441]: pgmap v8232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:32.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:32.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:33.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:33.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:34 smithi026 ceph-mon[93126]: pgmap v8233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:34 smithi089 ceph-mon[103441]: pgmap v8233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:34.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:34.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:35.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:35.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:36 smithi026 ceph-mon[93126]: pgmap v8234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:36 smithi089 ceph-mon[103441]: pgmap v8234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:36.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:36.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:37.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:37.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:38 smithi089 ceph-mon[103441]: pgmap v8235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:38 smithi026 ceph-mon[93126]: pgmap v8235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:38.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:38.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:39.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:39.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:40 smithi026 ceph-mon[93126]: pgmap v8236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:40 smithi089 ceph-mon[103441]: pgmap v8236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:40.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:40.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:41.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:41.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:42.789 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:42 smithi089 ceph-mon[103441]: pgmap v8237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:42 smithi026 ceph-mon[93126]: pgmap v8237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:42.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:42.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:43.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:43.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:44 smithi026 ceph-mon[93126]: pgmap v8238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:44 smithi089 ceph-mon[103441]: pgmap v8238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:44.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:44.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:45.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:45.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:46 smithi026 ceph-mon[93126]: pgmap v8239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:46 smithi089 ceph-mon[103441]: pgmap v8239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:46.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:46.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:47.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:47.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:48 smithi089 ceph-mon[103441]: pgmap v8240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:48 smithi026 ceph-mon[93126]: pgmap v8240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:48.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:48.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:49.446 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:14:49.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:49.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:50 smithi089 ceph-mon[103441]: pgmap v8241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:50 smithi026 ceph-mon[93126]: pgmap v8241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:50.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:50.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:51.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:51.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:52 smithi026 ceph-mon[93126]: pgmap v8242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:52.894 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:52 smithi089 ceph-mon[103441]: pgmap v8242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:52.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:52.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:53.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:53.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:54 smithi026 ceph-mon[93126]: pgmap v8243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:54 smithi089 ceph-mon[103441]: pgmap v8243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:54.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:54.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:55.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:55.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:56 smithi026 ceph-mon[93126]: pgmap v8244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:56 smithi089 ceph-mon[103441]: pgmap v8244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:14:56.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:56.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:57.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:57.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:14:58 smithi089 ceph-mon[103441]: pgmap v8245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:14:58 smithi026 ceph-mon[93126]: pgmap v8245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:14:58.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:58.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:14:59.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:14:59.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:00 smithi026 ceph-mon[93126]: pgmap v8246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:00.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:00 smithi089 ceph-mon[103441]: pgmap v8246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:00.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:00.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:01.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:01.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:02 smithi026 ceph-mon[93126]: pgmap v8247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:02 smithi089 ceph-mon[103441]: pgmap v8247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:02.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:02.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:03.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:03.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:04 smithi026 ceph-mon[93126]: pgmap v8248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:04 smithi089 ceph-mon[103441]: pgmap v8248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:04.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:04.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:05.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:05.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:06 smithi026 ceph-mon[93126]: pgmap v8249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:06 smithi089 ceph-mon[103441]: pgmap v8249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:06.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:06.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:08.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:08.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:08 smithi089 ceph-mon[103441]: pgmap v8250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:08 smithi026 ceph-mon[93126]: pgmap v8250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:09.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:09.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:10.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:10.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:10 smithi026 ceph-mon[93126]: pgmap v8251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:10 smithi089 ceph-mon[103441]: pgmap v8251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:11.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:11.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:12.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:12.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:12 smithi026 ceph-mon[93126]: pgmap v8252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:12 smithi089 ceph-mon[103441]: pgmap v8252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:13.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:13.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:14.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:14.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:14 smithi026 ceph-mon[93126]: pgmap v8253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:15:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:15:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:15:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:15:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:15:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:15:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:14 smithi089 ceph-mon[103441]: pgmap v8253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:15:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:15:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:15:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:15:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:15:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:15:15.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:15.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:16.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:16.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:16 smithi026 ceph-mon[93126]: pgmap v8254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:16 smithi089 ceph-mon[103441]: pgmap v8254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:17.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:17.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:18.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:18.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:18 smithi089 ceph-mon[103441]: pgmap v8255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:18 smithi026 ceph-mon[93126]: pgmap v8255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:19.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:19.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:20.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:20.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:20 smithi089 ceph-mon[103441]: pgmap v8256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:20.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:20 smithi026 ceph-mon[93126]: pgmap v8256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:21.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:21.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:22.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:22.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:22 smithi026 ceph-mon[93126]: pgmap v8257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:22 smithi089 ceph-mon[103441]: pgmap v8257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:23.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:23.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:24.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:24.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:24 smithi026 ceph-mon[93126]: pgmap v8258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:24 smithi089 ceph-mon[103441]: pgmap v8258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:25.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:25.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:26.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:26.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:26 smithi026 ceph-mon[93126]: pgmap v8259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:26 smithi089 ceph-mon[103441]: pgmap v8259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:27.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:27.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:28.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:28.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:28 smithi089 ceph-mon[103441]: pgmap v8260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:28 smithi026 ceph-mon[93126]: pgmap v8260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:29.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:29.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:30.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:30.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:30 smithi026 ceph-mon[93126]: pgmap v8261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:30 smithi089 ceph-mon[103441]: pgmap v8261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:31.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:31.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:32.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:32.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:32 smithi026 ceph-mon[93126]: pgmap v8262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:32 smithi089 ceph-mon[103441]: pgmap v8262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:33.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:33.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:34.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:34.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:34 smithi026 ceph-mon[93126]: pgmap v8263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:34 smithi089 ceph-mon[103441]: pgmap v8263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:35.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:35.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:36.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:36.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:36 smithi026 ceph-mon[93126]: pgmap v8264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:36 smithi089 ceph-mon[103441]: pgmap v8264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:37.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:37.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:38.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:38.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:38.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:38 smithi089 ceph-mon[103441]: pgmap v8265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:38 smithi026 ceph-mon[93126]: pgmap v8265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:39.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:39.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:40.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:40.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:40 smithi026 ceph-mon[93126]: pgmap v8266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:40 smithi089 ceph-mon[103441]: pgmap v8266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:41.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:41.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:42.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:42.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:42 smithi026 ceph-mon[93126]: pgmap v8267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:42 smithi089 ceph-mon[103441]: pgmap v8267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:43.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:43.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:44.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:44.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:44 smithi026 ceph-mon[93126]: pgmap v8268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:44 smithi089 ceph-mon[103441]: pgmap v8268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:45.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:45.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:46.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:46.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:46 smithi026 ceph-mon[93126]: pgmap v8269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:46 smithi089 ceph-mon[103441]: pgmap v8269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:47.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:47.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:48.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:48.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:48 smithi089 ceph-mon[103441]: pgmap v8270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:48 smithi026 ceph-mon[93126]: pgmap v8270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:49.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:49.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:15:50.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:50.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:50 smithi089 ceph-mon[103441]: pgmap v8271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:50.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:50 smithi026 ceph-mon[93126]: pgmap v8271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:51.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:51.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:52.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:52.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:52 smithi026 ceph-mon[93126]: pgmap v8272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:52 smithi089 ceph-mon[103441]: pgmap v8272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:53.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:53.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:54.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:54.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:54 smithi026 ceph-mon[93126]: pgmap v8273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:54 smithi089 ceph-mon[103441]: pgmap v8273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:55.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:55.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:56.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:56.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:56 smithi026 ceph-mon[93126]: pgmap v8274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:56 smithi089 ceph-mon[103441]: pgmap v8274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:15:57.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:57.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:58.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:58.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:15:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:15:58 smithi089 ceph-mon[103441]: pgmap v8275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:15:58 smithi026 ceph-mon[93126]: pgmap v8275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:15:59.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:15:59.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:00.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:00.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:00 smithi026 ceph-mon[93126]: pgmap v8276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:00 smithi089 ceph-mon[103441]: pgmap v8276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:01.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:01.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:02.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:02.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:02 smithi026 ceph-mon[93126]: pgmap v8277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:02.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:02 smithi089 ceph-mon[103441]: pgmap v8277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:03.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:03.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:04.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:04.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:04 smithi026 ceph-mon[93126]: pgmap v8278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:04 smithi089 ceph-mon[103441]: pgmap v8278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:05.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:05.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:06.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:06.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:06 smithi026 ceph-mon[93126]: pgmap v8279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:06 smithi089 ceph-mon[103441]: pgmap v8279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:07.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:07.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:08.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:08.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:08 smithi089 ceph-mon[103441]: pgmap v8280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:08 smithi026 ceph-mon[93126]: pgmap v8280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:09.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:09.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:10.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:10.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:10 smithi026 ceph-mon[93126]: pgmap v8281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:10 smithi089 ceph-mon[103441]: pgmap v8281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:11.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:11.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:12.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:12.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:12 smithi026 ceph-mon[93126]: pgmap v8282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:12 smithi089 ceph-mon[103441]: pgmap v8282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:13.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:13.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:14.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:14.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:14 smithi026 ceph-mon[93126]: pgmap v8283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:16:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:14 smithi089 ceph-mon[103441]: pgmap v8283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:16:15.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:15.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:16:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:16:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:16:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:16:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:16:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:16:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:16:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:16:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:16:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:16:16.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:16.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:17.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:17.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:16 smithi089 ceph-mon[103441]: pgmap v8284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:16 smithi026 ceph-mon[93126]: pgmap v8284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:18.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:18.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:18 smithi089 ceph-mon[103441]: pgmap v8285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:18 smithi026 ceph-mon[93126]: pgmap v8285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:19.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:19.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:20.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:20.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:20 smithi089 ceph-mon[103441]: pgmap v8286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:20.470 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:20 smithi026 ceph-mon[93126]: pgmap v8286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:21.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:21.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:22.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:22.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:22.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:22 smithi026 ceph-mon[93126]: pgmap v8287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:22 smithi089 ceph-mon[103441]: pgmap v8287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:23.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:23.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:24.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:24.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:24 smithi026 ceph-mon[93126]: pgmap v8288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:24 smithi089 ceph-mon[103441]: pgmap v8288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:25.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:25.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:26.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:26.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:26 smithi026 ceph-mon[93126]: pgmap v8289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:26 smithi089 ceph-mon[103441]: pgmap v8289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:27.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:27.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:28.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:28.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:28 smithi089 ceph-mon[103441]: pgmap v8290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:28 smithi026 ceph-mon[93126]: pgmap v8290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:29.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:29.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:30.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:30.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:30 smithi026 ceph-mon[93126]: pgmap v8291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:30 smithi089 ceph-mon[103441]: pgmap v8291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:31.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:31.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:32.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:32.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:32 smithi026 ceph-mon[93126]: pgmap v8292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:32 smithi089 ceph-mon[103441]: pgmap v8292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:33.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:33.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:34.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:34.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:34 smithi026 ceph-mon[93126]: pgmap v8293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:34.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:34 smithi089 ceph-mon[103441]: pgmap v8293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:35.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:35.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:36.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:36.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:36 smithi026 ceph-mon[93126]: pgmap v8294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:36 smithi089 ceph-mon[103441]: pgmap v8294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:37.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:37.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:38.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:38.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:38 smithi089 ceph-mon[103441]: pgmap v8295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:38 smithi026 ceph-mon[93126]: pgmap v8295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:39.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:39.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:40.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:40.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:40.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:40 smithi026 ceph-mon[93126]: pgmap v8296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:40 smithi089 ceph-mon[103441]: pgmap v8296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:41.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:41.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:42.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:42.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:42 smithi026 ceph-mon[93126]: pgmap v8297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:42 smithi089 ceph-mon[103441]: pgmap v8297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:43.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:43.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:44.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:44.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:44 smithi026 ceph-mon[93126]: pgmap v8298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:44 smithi089 ceph-mon[103441]: pgmap v8298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:45.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:45.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:46.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:46.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:46 smithi026 ceph-mon[93126]: pgmap v8299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:46 smithi089 ceph-mon[103441]: pgmap v8299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:47.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:47.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:48.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:48.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:48.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:48 smithi089 ceph-mon[103441]: pgmap v8300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:48 smithi026 ceph-mon[93126]: pgmap v8300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:49.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:49.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:16:50.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:50.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:50 smithi089 ceph-mon[103441]: pgmap v8301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:50.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:50 smithi026 ceph-mon[93126]: pgmap v8301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:51.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:51.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:52.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:52.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:52 smithi026 ceph-mon[93126]: pgmap v8302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:52.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:52 smithi089 ceph-mon[103441]: pgmap v8302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:53.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:53.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:54.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:54.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:54 smithi026 ceph-mon[93126]: pgmap v8303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:54 smithi089 ceph-mon[103441]: pgmap v8303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:55.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:55.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:56.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:56.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:56 smithi026 ceph-mon[93126]: pgmap v8304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:56.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:56 smithi089 ceph-mon[103441]: pgmap v8304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:16:57.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:57.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:58.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:58.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:16:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:16:58 smithi089 ceph-mon[103441]: pgmap v8305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:16:58 smithi026 ceph-mon[93126]: pgmap v8305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:16:59.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:16:59.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:00.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:00.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:00 smithi026 ceph-mon[93126]: pgmap v8306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:00.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:00 smithi089 ceph-mon[103441]: pgmap v8306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:01.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:01.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:02.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:02.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:02 smithi026 ceph-mon[93126]: pgmap v8307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:02 smithi089 ceph-mon[103441]: pgmap v8307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:03.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:03.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:04.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:04.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:04 smithi026 ceph-mon[93126]: pgmap v8308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:04 smithi089 ceph-mon[103441]: pgmap v8308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:05.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:05.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:06.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:06.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:06 smithi026 ceph-mon[93126]: pgmap v8309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:06 smithi089 ceph-mon[103441]: pgmap v8309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:07.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:07.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:08.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:08.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:08 smithi089 ceph-mon[103441]: pgmap v8310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:08 smithi026 ceph-mon[93126]: pgmap v8310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:09.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:09.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:10.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:10.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:10 smithi026 ceph-mon[93126]: pgmap v8311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:10.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:10 smithi089 ceph-mon[103441]: pgmap v8311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:11.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:11.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:12.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:12.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:12 smithi026 ceph-mon[93126]: pgmap v8312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:12 smithi089 ceph-mon[103441]: pgmap v8312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:13.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:13.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:14.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:14.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:14 smithi089 ceph-mon[103441]: pgmap v8313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:14 smithi026 ceph-mon[93126]: pgmap v8313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:15.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:15.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:15.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:17:15.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:17:16.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:16.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:16 smithi026 ceph-mon[93126]: pgmap v8314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:16.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:16 smithi089 ceph-mon[103441]: pgmap v8314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:17.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:17.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:18.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:18.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:18 smithi089 ceph-mon[103441]: pgmap v8315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:18 smithi026 ceph-mon[93126]: pgmap v8315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:19.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:19.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:19.422 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:20.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:20.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:20 smithi089 ceph-mon[103441]: pgmap v8316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:17:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:17:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:17:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:17:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:17:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:17:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:17:21.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:20 smithi026 ceph-mon[93126]: pgmap v8316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:17:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:17:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:17:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:17:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:17:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:17:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:17:21.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:21.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:22.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:22.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:22 smithi089 ceph-mon[103441]: pgmap v8317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:22 smithi026 ceph-mon[93126]: pgmap v8317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:23.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:23.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:24.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:24.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:24 smithi089 ceph-mon[103441]: pgmap v8318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:24 smithi026 ceph-mon[93126]: pgmap v8318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:25.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:25.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:26.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:26.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:26 smithi089 ceph-mon[103441]: pgmap v8319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:26 smithi026 ceph-mon[93126]: pgmap v8319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:27.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:27.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:28.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:28.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:28 smithi089 ceph-mon[103441]: pgmap v8320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:28 smithi026 ceph-mon[93126]: pgmap v8320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:29.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:29.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:30.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:30.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:30 smithi026 ceph-mon[93126]: pgmap v8321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:30 smithi089 ceph-mon[103441]: pgmap v8321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:31.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:31.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:32.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:32.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:32 smithi026 ceph-mon[93126]: pgmap v8322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:32 smithi089 ceph-mon[103441]: pgmap v8322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:33.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:33.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:34.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:34.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:34 smithi026 ceph-mon[93126]: pgmap v8323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:34 smithi089 ceph-mon[103441]: pgmap v8323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:35.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:35.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:36.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:36.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:36 smithi026 ceph-mon[93126]: pgmap v8324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:36.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:36 smithi089 ceph-mon[103441]: pgmap v8324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:37.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:37.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:38.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:38.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:38 smithi089 ceph-mon[103441]: pgmap v8325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:38 smithi026 ceph-mon[93126]: pgmap v8325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:39.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:39.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:40.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:40.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:40 smithi026 ceph-mon[93126]: pgmap v8326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:40 smithi089 ceph-mon[103441]: pgmap v8326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:41.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:41.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:42.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:42.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:42 smithi026 ceph-mon[93126]: pgmap v8327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:42 smithi089 ceph-mon[103441]: pgmap v8327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:43.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:43.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:44.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:44.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:44 smithi026 ceph-mon[93126]: pgmap v8328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:44 smithi089 ceph-mon[103441]: pgmap v8328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:45.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:45.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:46.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:46.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:46 smithi026 ceph-mon[93126]: pgmap v8329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:46 smithi089 ceph-mon[103441]: pgmap v8329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:47.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:47.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:48.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:48.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:48 smithi089 ceph-mon[103441]: pgmap v8330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:48 smithi026 ceph-mon[93126]: pgmap v8330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:49.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:49.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:17:50.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:50.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:50 smithi089 ceph-mon[103441]: pgmap v8331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:50.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:50 smithi026 ceph-mon[93126]: pgmap v8331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:51.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:51.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:52.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:52.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:52 smithi026 ceph-mon[93126]: pgmap v8332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:52 smithi089 ceph-mon[103441]: pgmap v8332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:53.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:53.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:54.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:54.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:54 smithi026 ceph-mon[93126]: pgmap v8333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:54 smithi089 ceph-mon[103441]: pgmap v8333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:55.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:55.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:56.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:56.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:56 smithi026 ceph-mon[93126]: pgmap v8334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:56 smithi089 ceph-mon[103441]: pgmap v8334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:17:57.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:57.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:58.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:58.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:17:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:17:58 smithi089 ceph-mon[103441]: pgmap v8335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:17:58 smithi026 ceph-mon[93126]: pgmap v8335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:17:59.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:17:59.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:00.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:00.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:00 smithi026 ceph-mon[93126]: pgmap v8336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:00 smithi089 ceph-mon[103441]: pgmap v8336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:01.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:01.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:02.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:02.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:02 smithi026 ceph-mon[93126]: pgmap v8337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:02 smithi089 ceph-mon[103441]: pgmap v8337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:03.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:03.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:04.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:04.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:04.899 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:04 smithi089 ceph-mon[103441]: pgmap v8338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:04.899 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:04 smithi026 ceph-mon[93126]: pgmap v8338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:05.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:05.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:06.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:06.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:06 smithi089 ceph-mon[103441]: pgmap v8339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:06 smithi026 ceph-mon[93126]: pgmap v8339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:07.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:07.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:08.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:08.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:08 smithi089 ceph-mon[103441]: pgmap v8340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:08 smithi026 ceph-mon[93126]: pgmap v8340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:09.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:09.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:10.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:10.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:10 smithi026 ceph-mon[93126]: pgmap v8341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:10 smithi089 ceph-mon[103441]: pgmap v8341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:11.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:11.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:12.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:12.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:12 smithi089 ceph-mon[103441]: pgmap v8342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:12 smithi026 ceph-mon[93126]: pgmap v8342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:13.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:13.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:14.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:14.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:14 smithi089 ceph-mon[103441]: pgmap v8343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:14 smithi026 ceph-mon[93126]: pgmap v8343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:15.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:15.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:16.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:16.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:16 smithi089 ceph-mon[103441]: pgmap v8344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:17.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:16 smithi026 ceph-mon[93126]: pgmap v8344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:17.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:17.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:18.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:18.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:18 smithi089 ceph-mon[103441]: pgmap v8345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:18 smithi026 ceph-mon[93126]: pgmap v8345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:19.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:19.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:20.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:20.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:20 smithi089 ceph-mon[103441]: pgmap v8346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:20.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:20 smithi026 ceph-mon[93126]: pgmap v8346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:21.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:21.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:21.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:18:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:18:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:18:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:18:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:18:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:18:21.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:18:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:18:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:18:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:18:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:18:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:18:22.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:22.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:22 smithi089 ceph-mon[103441]: pgmap v8347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:22 smithi026 ceph-mon[93126]: pgmap v8347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:23.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:23.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:24.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:24.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:24 smithi089 ceph-mon[103441]: pgmap v8348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:24 smithi026 ceph-mon[93126]: pgmap v8348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:25.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:25.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:26.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:26.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:26.903 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:26 smithi026 ceph-mon[93126]: pgmap v8349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:26 smithi089 ceph-mon[103441]: pgmap v8349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:27.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:27.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:28.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:28.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:28 smithi089 ceph-mon[103441]: pgmap v8350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:28 smithi026 ceph-mon[93126]: pgmap v8350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:29.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:29.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:30.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:30.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:30 smithi089 ceph-mon[103441]: pgmap v8351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:31.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:30 smithi026 ceph-mon[93126]: pgmap v8351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:31.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:31.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:32.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:32.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:32 smithi089 ceph-mon[103441]: pgmap v8352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:32 smithi026 ceph-mon[93126]: pgmap v8352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:33.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:33.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:34.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:34.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:34 smithi089 ceph-mon[103441]: pgmap v8353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:34 smithi026 ceph-mon[93126]: pgmap v8353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:35.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:35.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:36.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:36.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:36 smithi089 ceph-mon[103441]: pgmap v8354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:37.017 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:36 smithi026 ceph-mon[93126]: pgmap v8354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:37.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:37.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:38.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:38.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:38 smithi089 ceph-mon[103441]: pgmap v8355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:38 smithi026 ceph-mon[93126]: pgmap v8355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:39.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:39.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:40.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:40.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:40 smithi089 ceph-mon[103441]: pgmap v8356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:40 smithi026 ceph-mon[93126]: pgmap v8356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:41.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:41.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:42.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:42.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:42 smithi089 ceph-mon[103441]: pgmap v8357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:43.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:42 smithi026 ceph-mon[93126]: pgmap v8357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:43.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:43.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:44.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:44.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:44 smithi089 ceph-mon[103441]: pgmap v8358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:44 smithi026 ceph-mon[93126]: pgmap v8358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:45.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:45.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:46.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:46.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:46 smithi089 ceph-mon[103441]: pgmap v8359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:47.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:46 smithi026 ceph-mon[93126]: pgmap v8359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:47.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:47.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:48.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:48.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:48 smithi089 ceph-mon[103441]: pgmap v8360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:48 smithi026 ceph-mon[93126]: pgmap v8360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:49.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:49.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:18:50.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:50.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:50 smithi089 ceph-mon[103441]: pgmap v8361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:50 smithi026 ceph-mon[93126]: pgmap v8361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:51.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:51.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:52.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:52.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:52 smithi089 ceph-mon[103441]: pgmap v8362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:52 smithi026 ceph-mon[93126]: pgmap v8362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:53.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:53.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:54.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:54.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:54 smithi089 ceph-mon[103441]: pgmap v8363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:54 smithi026 ceph-mon[93126]: pgmap v8363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:55.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:55.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:56.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:56.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:56 smithi089 ceph-mon[103441]: pgmap v8364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:57.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:56 smithi026 ceph-mon[93126]: pgmap v8364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:18:57.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:57.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:58.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:58.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:18:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:18:58 smithi089 ceph-mon[103441]: pgmap v8365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:18:58 smithi026 ceph-mon[93126]: pgmap v8365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:18:59.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:18:59.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:00.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:00.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:00 smithi089 ceph-mon[103441]: pgmap v8366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:00 smithi026 ceph-mon[93126]: pgmap v8366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:01.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:01.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:02.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:02.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:02.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:02 smithi089 ceph-mon[103441]: pgmap v8367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:03.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:02 smithi026 ceph-mon[93126]: pgmap v8367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:03.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:03.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:04.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:04.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:04 smithi089 ceph-mon[103441]: pgmap v8368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:05.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:04 smithi026 ceph-mon[93126]: pgmap v8368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:05.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:05.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:06.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:06.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:06 smithi089 ceph-mon[103441]: pgmap v8369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:07.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:06 smithi026 ceph-mon[93126]: pgmap v8369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:07.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:07.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:08.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:08.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:08 smithi089 ceph-mon[103441]: pgmap v8370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:08 smithi026 ceph-mon[93126]: pgmap v8370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:09.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:09.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:10.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:10.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:10 smithi089 ceph-mon[103441]: pgmap v8371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:11.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:10 smithi026 ceph-mon[93126]: pgmap v8371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:11.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:11.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:12.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:12.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:12 smithi026 ceph-mon[93126]: pgmap v8372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:12 smithi089 ceph-mon[103441]: pgmap v8372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:13.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:13.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:14.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:14.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:14 smithi089 ceph-mon[103441]: pgmap v8373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:14 smithi026 ceph-mon[93126]: pgmap v8373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:15.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:15.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:16.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:16.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:16 smithi089 ceph-mon[103441]: pgmap v8374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:17.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:16 smithi026 ceph-mon[93126]: pgmap v8374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:17.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:17.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:18.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:18.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:18 smithi089 ceph-mon[103441]: pgmap v8375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:18 smithi026 ceph-mon[93126]: pgmap v8375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:19.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:19.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:20.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:20.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:20 smithi089 ceph-mon[103441]: pgmap v8376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:20 smithi026 ceph-mon[93126]: pgmap v8376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:21.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:21.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:19:21.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:19:22.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:22.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:22 smithi026 ceph-mon[93126]: pgmap v8377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:22 smithi089 ceph-mon[103441]: pgmap v8377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:23.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:23.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:24.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:24.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:24 smithi089 ceph-mon[103441]: pgmap v8378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:24 smithi026 ceph-mon[93126]: pgmap v8378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:25.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:25.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:26.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:26.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:26 smithi089 ceph-mon[103441]: pgmap v8379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:26 smithi026 ceph-mon[93126]: pgmap v8379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:27.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:27.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:28 smithi089 ceph-mon[103441]: pgmap v8380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:28.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:28.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:28 smithi026 ceph-mon[93126]: pgmap v8380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:29.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:29.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:19:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:19:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:19:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:19:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:19:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:19:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:19:30.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:30.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:30 smithi089 ceph-mon[103441]: pgmap v8381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:31.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:30 smithi026 ceph-mon[93126]: pgmap v8381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:31.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:31.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:32.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:32.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:32 smithi089 ceph-mon[103441]: pgmap v8382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:32 smithi026 ceph-mon[93126]: pgmap v8382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:33.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:33.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:34.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:34.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:34 smithi089 ceph-mon[103441]: pgmap v8383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:34 smithi026 ceph-mon[93126]: pgmap v8383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:35.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:35.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:36.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:36.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:36 smithi089 ceph-mon[103441]: pgmap v8384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:36 smithi026 ceph-mon[93126]: pgmap v8384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:37.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:37.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:38 smithi089 ceph-mon[103441]: pgmap v8385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:38.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:38.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:38 smithi026 ceph-mon[93126]: pgmap v8385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:39.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:39.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:40.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:40.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:40.896 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:40 smithi089 ceph-mon[103441]: pgmap v8386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:41.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:40 smithi026 ceph-mon[93126]: pgmap v8386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:41.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:41.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:42.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:42.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:42 smithi089 ceph-mon[103441]: pgmap v8387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:42 smithi026 ceph-mon[93126]: pgmap v8387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:43.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:43.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:44.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:44.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:44 smithi089 ceph-mon[103441]: pgmap v8388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:45.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:44 smithi026 ceph-mon[93126]: pgmap v8388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:45.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:45.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:46.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:46.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:46 smithi089 ceph-mon[103441]: pgmap v8389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:47.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:46 smithi026 ceph-mon[93126]: pgmap v8389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:47.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:47.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:48 smithi089 ceph-mon[103441]: pgmap v8390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:48.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:48.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:48 smithi026 ceph-mon[93126]: pgmap v8390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:49.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:49.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:19:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:50 smithi089 ceph-mon[103441]: pgmap v8391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:50.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:50.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:50.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:50 smithi026 ceph-mon[93126]: pgmap v8391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:51.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:51.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:52.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:52.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:52.876 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:52 smithi026 ceph-mon[93126]: pgmap v8392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:52.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:52 smithi089 ceph-mon[103441]: pgmap v8392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:53.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:53.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:54.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:54.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:54 smithi089 ceph-mon[103441]: pgmap v8393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:55.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:54 smithi026 ceph-mon[93126]: pgmap v8393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:55.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:55.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:56.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:56.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:56 smithi089 ceph-mon[103441]: pgmap v8394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:57.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:56 smithi026 ceph-mon[93126]: pgmap v8394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:19:57.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:57.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:58.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:19:58 smithi026 ceph-mon[93126]: pgmap v8395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:19:58 smithi089 ceph-mon[103441]: pgmap v8395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:19:58.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:58.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:19:59.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:19:59.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:00.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:00.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:00 smithi089 ceph-mon[103441]: pgmap v8396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T01:20:01.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:00 smithi026 ceph-mon[93126]: pgmap v8396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T01:20:01.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:01.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:02.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:02.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:02 smithi089 ceph-mon[103441]: pgmap v8397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:02.991 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:02 smithi026 ceph-mon[93126]: pgmap v8397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:03.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:03.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:04.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:04.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:04 smithi089 ceph-mon[103441]: pgmap v8398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:04 smithi026 ceph-mon[93126]: pgmap v8398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:05.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:05.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:06.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:06.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:06 smithi089 ceph-mon[103441]: pgmap v8399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:07.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:06 smithi026 ceph-mon[93126]: pgmap v8399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:07.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:07.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:08 smithi026 ceph-mon[93126]: pgmap v8400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:08 smithi089 ceph-mon[103441]: pgmap v8400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:08.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:08.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:09.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:09.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:10.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:10.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:10 smithi089 ceph-mon[103441]: pgmap v8401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:10 smithi026 ceph-mon[93126]: pgmap v8401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:11.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:11.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:12.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:12.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:12 smithi089 ceph-mon[103441]: pgmap v8402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:12 smithi026 ceph-mon[93126]: pgmap v8402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:13.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:13.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:14.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:14.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:14 smithi089 ceph-mon[103441]: pgmap v8403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:15.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:14 smithi026 ceph-mon[93126]: pgmap v8403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:15.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:15.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:16.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:16.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:16 smithi089 ceph-mon[103441]: pgmap v8404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:16 smithi026 ceph-mon[93126]: pgmap v8404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:17.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:17.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:18 smithi089 ceph-mon[103441]: pgmap v8405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:18.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:18.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:18 smithi026 ceph-mon[93126]: pgmap v8405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:19.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:19.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:20 smithi089 ceph-mon[103441]: pgmap v8406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:20.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:20.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:20 smithi026 ceph-mon[93126]: pgmap v8406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:21.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:21.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:22.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:22.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:22 smithi089 ceph-mon[103441]: pgmap v8407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:22 smithi026 ceph-mon[93126]: pgmap v8407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:23.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:23.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:24.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:24.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:24.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:24 smithi089 ceph-mon[103441]: pgmap v8408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:24 smithi026 ceph-mon[93126]: pgmap v8408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:25.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:25.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:26.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:26.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:26 smithi089 ceph-mon[103441]: pgmap v8409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:26 smithi026 ceph-mon[93126]: pgmap v8409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:27.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:27.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:28 smithi089 ceph-mon[103441]: pgmap v8410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:28.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:28.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:28 smithi026 ceph-mon[93126]: pgmap v8410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:29.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:29.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:30.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:30.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:30 smithi089 ceph-mon[103441]: pgmap v8411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:20:31.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:30 smithi026 ceph-mon[93126]: pgmap v8411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:20:31.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:31.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:20:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:20:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:20:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:20:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:20:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:20:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:20:32.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:20:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:20:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:20:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:20:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:20:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:20:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:20:32.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:32.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:32 smithi089 ceph-mon[103441]: pgmap v8412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:33.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:32 smithi026 ceph-mon[93126]: pgmap v8412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:33.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:33.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:34.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:34.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:34 smithi089 ceph-mon[103441]: pgmap v8413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:34 smithi026 ceph-mon[93126]: pgmap v8413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:35.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:35.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:36.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:36.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:36 smithi089 ceph-mon[103441]: pgmap v8414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:37.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:36 smithi026 ceph-mon[93126]: pgmap v8414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:37.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:37.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:38 smithi089 ceph-mon[103441]: pgmap v8415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:38.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:38.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:38 smithi026 ceph-mon[93126]: pgmap v8415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:39.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:39.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:40.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:40.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:40 smithi089 ceph-mon[103441]: pgmap v8416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:40 smithi026 ceph-mon[93126]: pgmap v8416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:41.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:41.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:42.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:42.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:42 smithi089 ceph-mon[103441]: pgmap v8417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:42 smithi026 ceph-mon[93126]: pgmap v8417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:43.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:43.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:44.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:44.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:44 smithi089 ceph-mon[103441]: pgmap v8418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:45.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:44 smithi026 ceph-mon[93126]: pgmap v8418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:45.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:45.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:46.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:46.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:46 smithi089 ceph-mon[103441]: pgmap v8419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:46 smithi026 ceph-mon[93126]: pgmap v8419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:47.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:47.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:48 smithi089 ceph-mon[103441]: pgmap v8420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:48.509 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:48 smithi026 ceph-mon[93126]: pgmap v8420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:48.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:48.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:20:49.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:49.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:50 smithi089 ceph-mon[103441]: pgmap v8421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:50.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:50 smithi026 ceph-mon[93126]: pgmap v8421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:50.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:50.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:51.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:51.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:52.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:52.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:52 smithi089 ceph-mon[103441]: pgmap v8422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:52 smithi026 ceph-mon[93126]: pgmap v8422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:53.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:53.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:54.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:54.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:54 smithi089 ceph-mon[103441]: pgmap v8423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:54 smithi026 ceph-mon[93126]: pgmap v8423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:55.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:55.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:56.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:56.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:56 smithi089 ceph-mon[103441]: pgmap v8424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:57.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:56 smithi026 ceph-mon[93126]: pgmap v8424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:20:57.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:57.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:20:58 smithi089 ceph-mon[103441]: pgmap v8425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:20:58 smithi026 ceph-mon[93126]: pgmap v8425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:20:58.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:58.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:20:59.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:20:59.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:00.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:00.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:00 smithi089 ceph-mon[103441]: pgmap v8426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:00 smithi026 ceph-mon[93126]: pgmap v8426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:01.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:01.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:02.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:02.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:02 smithi089 ceph-mon[103441]: pgmap v8427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:03.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:02 smithi026 ceph-mon[93126]: pgmap v8427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:03.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:03.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:04.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:04.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:04 smithi089 ceph-mon[103441]: pgmap v8428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:04 smithi026 ceph-mon[93126]: pgmap v8428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:05.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:05.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:06.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:06.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:06 smithi089 ceph-mon[103441]: pgmap v8429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:06 smithi026 ceph-mon[93126]: pgmap v8429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:07.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:07.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:08 smithi089 ceph-mon[103441]: pgmap v8430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:08 smithi026 ceph-mon[93126]: pgmap v8430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:08.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:08.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:09.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:09.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:10.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:10.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:10 smithi089 ceph-mon[103441]: pgmap v8431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:11.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:10 smithi026 ceph-mon[93126]: pgmap v8431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:11.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:11.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:12.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:12.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:12 smithi089 ceph-mon[103441]: pgmap v8432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:12 smithi026 ceph-mon[93126]: pgmap v8432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:13.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:13.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:14.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:14.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:14 smithi089 ceph-mon[103441]: pgmap v8433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:15.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:14 smithi026 ceph-mon[93126]: pgmap v8433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:15.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:15.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:16.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:16.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:16.893 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:16 smithi089 ceph-mon[103441]: pgmap v8434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:17.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:16 smithi026 ceph-mon[93126]: pgmap v8434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:17.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:17.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:18 smithi089 ceph-mon[103441]: pgmap v8435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:18 smithi026 ceph-mon[93126]: pgmap v8435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:18.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:18.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:19.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:19.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:20 smithi089 ceph-mon[103441]: pgmap v8436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:20.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:20 smithi026 ceph-mon[93126]: pgmap v8436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:20.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:20.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:21.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:21.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:22.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:22.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:22 smithi089 ceph-mon[103441]: pgmap v8437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:23.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:22 smithi026 ceph-mon[93126]: pgmap v8437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:23.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:23.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:24.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:24.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:24 smithi089 ceph-mon[103441]: pgmap v8438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:24 smithi026 ceph-mon[93126]: pgmap v8438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:25.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:25.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:26.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:26.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:26 smithi089 ceph-mon[103441]: pgmap v8439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:26 smithi026 ceph-mon[93126]: pgmap v8439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:27.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:27.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:28 smithi089 ceph-mon[103441]: pgmap v8440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:28 smithi026 ceph-mon[93126]: pgmap v8440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:28.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:28.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:29.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:29.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:30.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:30.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:30 smithi089 ceph-mon[103441]: pgmap v8441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:30 smithi026 ceph-mon[93126]: pgmap v8441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:31.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:31.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:31.889 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:21:31.889 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:31.889 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:32.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:21:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:32.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:32.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:32.702 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:32 smithi026 ceph-mon[93126]: pgmap v8442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:32.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:32 smithi089 ceph-mon[103441]: pgmap v8442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:33.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:33.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:34.026 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:34.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:34.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:34.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:34 smithi089 ceph-mon[103441]: pgmap v8443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:34 smithi026 ceph-mon[93126]: pgmap v8443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:35.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:35.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:36.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:36.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:21:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:21:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:21:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:36 smithi089 ceph-mon[103441]: pgmap v8444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:21:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:21:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:21:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:21:36.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:36 smithi026 ceph-mon[93126]: pgmap v8444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:37.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:37.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:38 smithi089 ceph-mon[103441]: pgmap v8445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:38 smithi026 ceph-mon[93126]: pgmap v8445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:38.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:38.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:39.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:39.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:40.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:40.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:40 smithi089 ceph-mon[103441]: pgmap v8446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:41.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:40 smithi026 ceph-mon[93126]: pgmap v8446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:41.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:41.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:42.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:42.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:42 smithi089 ceph-mon[103441]: pgmap v8447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:43.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:42 smithi026 ceph-mon[93126]: pgmap v8447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:43.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:43.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:44.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:44.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:44 smithi089 ceph-mon[103441]: pgmap v8448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:44 smithi026 ceph-mon[93126]: pgmap v8448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:45.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:45.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:46.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:46.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:46 smithi089 ceph-mon[103441]: pgmap v8449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:47.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:46 smithi026 ceph-mon[93126]: pgmap v8449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:47.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:47.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:48 smithi089 ceph-mon[103441]: pgmap v8450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:48 smithi026 ceph-mon[93126]: pgmap v8450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:48.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:48.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:21:49.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:49.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:50 smithi026 ceph-mon[93126]: pgmap v8451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:50.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:50.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:50 smithi089 ceph-mon[103441]: pgmap v8451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:51.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:51.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:52.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:52.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:52 smithi089 ceph-mon[103441]: pgmap v8452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:53.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:52 smithi026 ceph-mon[93126]: pgmap v8452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:53.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:53.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:54.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:54.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:54 smithi089 ceph-mon[103441]: pgmap v8453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:55.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:54 smithi026 ceph-mon[93126]: pgmap v8453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:55.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:55.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:56.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:56.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:56 smithi089 ceph-mon[103441]: pgmap v8454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:57.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:56 smithi026 ceph-mon[93126]: pgmap v8454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:21:57.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:57.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:21:58 smithi089 ceph-mon[103441]: pgmap v8455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:21:58 smithi026 ceph-mon[93126]: pgmap v8455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:21:58.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:58.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:21:59.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:21:59.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:00.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:00.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:00 smithi089 ceph-mon[103441]: pgmap v8456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:00 smithi026 ceph-mon[93126]: pgmap v8456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:01.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:01.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:02.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:02.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:02 smithi089 ceph-mon[103441]: pgmap v8457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:03.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:02 smithi026 ceph-mon[93126]: pgmap v8457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:03.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:03.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:03.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:03.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:04.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:04.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:04 smithi089 ceph-mon[103441]: pgmap v8458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:05.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:04 smithi026 ceph-mon[93126]: pgmap v8458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:05.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:05.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:06.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:06.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:06 smithi089 ceph-mon[103441]: pgmap v8459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:07.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:06 smithi026 ceph-mon[93126]: pgmap v8459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:07.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:07.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:08 smithi026 ceph-mon[93126]: pgmap v8460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:08 smithi089 ceph-mon[103441]: pgmap v8460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:08.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:08.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:09.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:09.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:10.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:10.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:10 smithi089 ceph-mon[103441]: pgmap v8461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:11.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:10 smithi026 ceph-mon[93126]: pgmap v8461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:11.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:11.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:12.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:12.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:12 smithi089 ceph-mon[103441]: pgmap v8462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:12 smithi026 ceph-mon[93126]: pgmap v8462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:13.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:13.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:14.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:14.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:14 smithi026 ceph-mon[93126]: pgmap v8463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:14 smithi089 ceph-mon[103441]: pgmap v8463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:15.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:15.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:16.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:16.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:16 smithi089 ceph-mon[103441]: pgmap v8464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:16 smithi026 ceph-mon[93126]: pgmap v8464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:17.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:17.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:18 smithi026 ceph-mon[93126]: pgmap v8465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:18 smithi089 ceph-mon[103441]: pgmap v8465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:18.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:18.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:19.547 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:19.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:19.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:20 smithi026 ceph-mon[93126]: pgmap v8466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:20 smithi089 ceph-mon[103441]: pgmap v8466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:20.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:20.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:21.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:21.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:22.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:22.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:22 smithi089 ceph-mon[103441]: pgmap v8467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:23.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:22 smithi026 ceph-mon[93126]: pgmap v8467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:23.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:23.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:24.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:24.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:24 smithi089 ceph-mon[103441]: pgmap v8468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:24 smithi026 ceph-mon[93126]: pgmap v8468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:25.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:25.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:26.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:26.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:26 smithi089 ceph-mon[103441]: pgmap v8469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:26 smithi026 ceph-mon[93126]: pgmap v8469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:28 smithi026 ceph-mon[93126]: pgmap v8470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:28 smithi089 ceph-mon[103441]: pgmap v8470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:28.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:28.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:29.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:29.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:30.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:30.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:30 smithi089 ceph-mon[103441]: pgmap v8471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:30 smithi026 ceph-mon[93126]: pgmap v8471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:31.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:31.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:32.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:32.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:32 smithi089 ceph-mon[103441]: pgmap v8472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:33.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:32 smithi026 ceph-mon[93126]: pgmap v8472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:33.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:33.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:34.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:34.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:34 smithi089 ceph-mon[103441]: pgmap v8473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:34 smithi026 ceph-mon[93126]: pgmap v8473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:35.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:35.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:22:36.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:22:36.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:36.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:36 smithi089 ceph-mon[103441]: pgmap v8474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:22:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:22:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:22:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:22:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:22:37.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:36 smithi026 ceph-mon[93126]: pgmap v8474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:22:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:22:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:22:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:22:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:22:37.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:37.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:38 smithi026 ceph-mon[93126]: pgmap v8475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:38 smithi089 ceph-mon[103441]: pgmap v8475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:38.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:38.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:39.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:39.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:40.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:40.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:40 smithi089 ceph-mon[103441]: pgmap v8476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:40 smithi026 ceph-mon[93126]: pgmap v8476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:41.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:41.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:42.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:42.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:42 smithi089 ceph-mon[103441]: pgmap v8477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:43.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:42 smithi026 ceph-mon[93126]: pgmap v8477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:43.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:43.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:44.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:44.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:44 smithi089 ceph-mon[103441]: pgmap v8478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:45.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:44 smithi026 ceph-mon[93126]: pgmap v8478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:45.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:45.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:46.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:46.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:46 smithi089 ceph-mon[103441]: pgmap v8479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:47.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:46 smithi026 ceph-mon[93126]: pgmap v8479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:47.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:47.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:48 smithi026 ceph-mon[93126]: pgmap v8480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:48 smithi089 ceph-mon[103441]: pgmap v8480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:48.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:48.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:22:49.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:49.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:50 smithi026 ceph-mon[93126]: pgmap v8481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:50 smithi089 ceph-mon[103441]: pgmap v8481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:50.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:50.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:51.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:51.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:52.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:52.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:52 smithi089 ceph-mon[103441]: pgmap v8482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:52 smithi026 ceph-mon[93126]: pgmap v8482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:53.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:53.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:54.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:54.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:54 smithi089 ceph-mon[103441]: pgmap v8483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:54.950 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:54 smithi026 ceph-mon[93126]: pgmap v8483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:55.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:55.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:56.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:56.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:56 smithi089 ceph-mon[103441]: pgmap v8484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:56 smithi026 ceph-mon[93126]: pgmap v8484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:22:57.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:57.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:22:58 smithi089 ceph-mon[103441]: pgmap v8485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:22:58 smithi026 ceph-mon[93126]: pgmap v8485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:22:58.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:58.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:22:59.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:22:59.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:00.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:00.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:00 smithi089 ceph-mon[103441]: pgmap v8486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:01.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:00 smithi026 ceph-mon[93126]: pgmap v8486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:01.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:01.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:02.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:02.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:02 smithi089 ceph-mon[103441]: pgmap v8487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:03.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:02 smithi026 ceph-mon[93126]: pgmap v8487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:03.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:03.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:04.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:04.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:04.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:04 smithi089 ceph-mon[103441]: pgmap v8488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:04 smithi026 ceph-mon[93126]: pgmap v8488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:05.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:05.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:06.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:06.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:06 smithi089 ceph-mon[103441]: pgmap v8489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:07.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:06 smithi026 ceph-mon[93126]: pgmap v8489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:07.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:07.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:08 smithi089 ceph-mon[103441]: pgmap v8490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:08 smithi026 ceph-mon[93126]: pgmap v8490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:08.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:08.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:09.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:09.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:10.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:10.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:10 smithi089 ceph-mon[103441]: pgmap v8491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:10 smithi026 ceph-mon[93126]: pgmap v8491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:11.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:11.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:12.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:12.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:12 smithi089 ceph-mon[103441]: pgmap v8492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:13.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:12 smithi026 ceph-mon[93126]: pgmap v8492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:13.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:13.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:14.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:14.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:14 smithi089 ceph-mon[103441]: pgmap v8493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:14 smithi026 ceph-mon[93126]: pgmap v8493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:15.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:15.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:16.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:16.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:16 smithi089 ceph-mon[103441]: pgmap v8494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:16 smithi026 ceph-mon[93126]: pgmap v8494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:17.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:17.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:18 smithi089 ceph-mon[103441]: pgmap v8495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:18 smithi026 ceph-mon[93126]: pgmap v8495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:18.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:18.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:19.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:19.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:20 smithi026 ceph-mon[93126]: pgmap v8496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:20 smithi089 ceph-mon[103441]: pgmap v8496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:20.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:20.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:21.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:21.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:22.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:22.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:22 smithi089 ceph-mon[103441]: pgmap v8497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:22 smithi026 ceph-mon[93126]: pgmap v8497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:23.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:23.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:24.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:24.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:24 smithi089 ceph-mon[103441]: pgmap v8498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:24 smithi026 ceph-mon[93126]: pgmap v8498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:25.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:25.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:26.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:26.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:26 smithi089 ceph-mon[103441]: pgmap v8499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:26 smithi026 ceph-mon[93126]: pgmap v8499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:27.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:27.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:28 smithi026 ceph-mon[93126]: pgmap v8500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:28 smithi089 ceph-mon[103441]: pgmap v8500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:28.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:28.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:29.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:29.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:30.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:30.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:30 smithi089 ceph-mon[103441]: pgmap v8501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:30 smithi026 ceph-mon[93126]: pgmap v8501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:31.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:31.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:32.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:32.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:32 smithi089 ceph-mon[103441]: pgmap v8502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:33.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:32 smithi026 ceph-mon[93126]: pgmap v8502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:33.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:33.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:34.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:34.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:34.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:34 smithi089 ceph-mon[103441]: pgmap v8503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:34 smithi026 ceph-mon[93126]: pgmap v8503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:35.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:35.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:36.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:36.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:36 smithi089 ceph-mon[103441]: pgmap v8504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:23:37.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:36 smithi026 ceph-mon[93126]: pgmap v8504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:23:37.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:37.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:23:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:23:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:23:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:23:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:23:38.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:23:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:23:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:23:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:23:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:23:38.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:38.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:39.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:38 smithi026 ceph-mon[93126]: pgmap v8505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:38 smithi089 ceph-mon[103441]: pgmap v8505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:39.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:39.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:40 smithi026 ceph-mon[93126]: pgmap v8506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:40.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:40.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:40 smithi089 ceph-mon[103441]: pgmap v8506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:41.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:41.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:42.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:42.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:42 smithi026 ceph-mon[93126]: pgmap v8507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:42 smithi089 ceph-mon[103441]: pgmap v8507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:43.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:43.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:44.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:44.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:44 smithi026 ceph-mon[93126]: pgmap v8508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:44 smithi089 ceph-mon[103441]: pgmap v8508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:45.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:45.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:46.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:46.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:47.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:46 smithi026 ceph-mon[93126]: pgmap v8509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:46 smithi089 ceph-mon[103441]: pgmap v8509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:47.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:47.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:48.470 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:48 smithi089 ceph-mon[103441]: pgmap v8510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:48 smithi026 ceph-mon[93126]: pgmap v8510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:48.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:48.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:23:49.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:49.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:50 smithi026 ceph-mon[93126]: pgmap v8511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:50 smithi089 ceph-mon[103441]: pgmap v8511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:50.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:50.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:51.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:51.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:52.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:52.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:52 smithi089 ceph-mon[103441]: pgmap v8512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:53.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:52 smithi026 ceph-mon[93126]: pgmap v8512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:53.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:53.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:54.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:54.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:54 smithi089 ceph-mon[103441]: pgmap v8513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:55.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:54 smithi026 ceph-mon[93126]: pgmap v8513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:55.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:55.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:56.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:56.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:56 smithi089 ceph-mon[103441]: pgmap v8514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:57.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:56 smithi026 ceph-mon[93126]: pgmap v8514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:23:57.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:57.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:23:58 smithi026 ceph-mon[93126]: pgmap v8515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:58.577 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:23:58 smithi089 ceph-mon[103441]: pgmap v8515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:23:58.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:58.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:23:59.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:23:59.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:00.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:00.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:00 smithi089 ceph-mon[103441]: pgmap v8516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:00 smithi026 ceph-mon[93126]: pgmap v8516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:01.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:01.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:02.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:02.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:02 smithi089 ceph-mon[103441]: pgmap v8517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:02 smithi026 ceph-mon[93126]: pgmap v8517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:03.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:03.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:04.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:04.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:04 smithi089 ceph-mon[103441]: pgmap v8518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:04 smithi026 ceph-mon[93126]: pgmap v8518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:05.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:05.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:06.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:06.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:06 smithi026 ceph-mon[93126]: pgmap v8519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:06 smithi089 ceph-mon[103441]: pgmap v8519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:07.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:07.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:08 smithi026 ceph-mon[93126]: pgmap v8520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:08 smithi089 ceph-mon[103441]: pgmap v8520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:08.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:08.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:09.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:09.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:10.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:10.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:10 smithi089 ceph-mon[103441]: pgmap v8521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:10 smithi026 ceph-mon[93126]: pgmap v8521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:11.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:11.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:12.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:12.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:12 smithi089 ceph-mon[103441]: pgmap v8522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:13.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:12 smithi026 ceph-mon[93126]: pgmap v8522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:13.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:13.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:14.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:14.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:14 smithi089 ceph-mon[103441]: pgmap v8523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:15.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:14 smithi026 ceph-mon[93126]: pgmap v8523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:15.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:15.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:16.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:16.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:16 smithi026 ceph-mon[93126]: pgmap v8524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:16 smithi089 ceph-mon[103441]: pgmap v8524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:17.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:17.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:18 smithi026 ceph-mon[93126]: pgmap v8525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:18 smithi089 ceph-mon[103441]: pgmap v8525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:18.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:18.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:19.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:19.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:20.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:20 smithi026 ceph-mon[93126]: pgmap v8526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:20 smithi089 ceph-mon[103441]: pgmap v8526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:20.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:20.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:21.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:21.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:22.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:22.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:22.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:22 smithi089 ceph-mon[103441]: pgmap v8527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:23.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:22 smithi026 ceph-mon[93126]: pgmap v8527: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:24:23.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:24.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:24.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:24 smithi026 ceph-mon[93126]: pgmap v8528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:24 smithi089 ceph-mon[103441]: pgmap v8528: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:24:25.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:26.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:26.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:26 smithi026 ceph-mon[93126]: pgmap v8529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:26 smithi089 ceph-mon[103441]: pgmap v8529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:27.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:27.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:28 smithi026 ceph-mon[93126]: pgmap v8530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:28 smithi089 ceph-mon[103441]: pgmap v8530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:28.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:28.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:29.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:29.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:30.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:30.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:31.040 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:30 smithi026 ceph-mon[93126]: pgmap v8531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:30 smithi089 ceph-mon[103441]: pgmap v8531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:31.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:31.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:32.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:32.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:32 smithi026 ceph-mon[93126]: pgmap v8532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:32 smithi089 ceph-mon[103441]: pgmap v8532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:33.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:33.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:33.945 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:34.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:34.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:34.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:34 smithi026 ceph-mon[93126]: pgmap v8533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:34 smithi089 ceph-mon[103441]: pgmap v8533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:35.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:35.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:36.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:36.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:37.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:36 smithi026 ceph-mon[93126]: pgmap v8534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:36 smithi089 ceph-mon[103441]: pgmap v8534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:37.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:37.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:38.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:24:38.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:24:38.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:38.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:38.999 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:38 smithi089 ceph-mon[103441]: pgmap v8535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:38.999 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:24:38.999 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:24:39.000 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:24:39.000 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:24:39.000 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:24:39.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:38 smithi026 ceph-mon[93126]: pgmap v8535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:24:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:24:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:24:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:24:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:24:39.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:39.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:40.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:40.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:41.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:40 smithi026 ceph-mon[93126]: pgmap v8536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:40 smithi089 ceph-mon[103441]: pgmap v8536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:41.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:41.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:42.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:42.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:43.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:42 smithi026 ceph-mon[93126]: pgmap v8537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:42 smithi089 ceph-mon[103441]: pgmap v8537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:43.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:43.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:44.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:44.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:44 smithi026 ceph-mon[93126]: pgmap v8538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:44 smithi089 ceph-mon[103441]: pgmap v8538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:45.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:45.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:46.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:46.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:46 smithi026 ceph-mon[93126]: pgmap v8539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:46 smithi089 ceph-mon[103441]: pgmap v8539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:47.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:47.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:48 smithi026 ceph-mon[93126]: pgmap v8540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:48 smithi089 ceph-mon[103441]: pgmap v8540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:48.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:48.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:24:49.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:49.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:50 smithi026 ceph-mon[93126]: pgmap v8541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:50 smithi089 ceph-mon[103441]: pgmap v8541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:50.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:50.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:51.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:51.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:52.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:52.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:52 smithi026 ceph-mon[93126]: pgmap v8542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:52 smithi089 ceph-mon[103441]: pgmap v8542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:53.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:53.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:54.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:54.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:54 smithi026 ceph-mon[93126]: pgmap v8543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:54 smithi089 ceph-mon[103441]: pgmap v8543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:55.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:55.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:56.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:56.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:57.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:56 smithi026 ceph-mon[93126]: pgmap v8544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:56 smithi089 ceph-mon[103441]: pgmap v8544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:24:57.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:57.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:24:58 smithi026 ceph-mon[93126]: pgmap v8545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:24:58 smithi089 ceph-mon[103441]: pgmap v8545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:24:58.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:58.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:24:59.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:24:59.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:00.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:00.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:00 smithi026 ceph-mon[93126]: pgmap v8546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:00 smithi089 ceph-mon[103441]: pgmap v8546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:01.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:01.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:02.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:02.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:02 smithi026 ceph-mon[93126]: pgmap v8547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:02 smithi089 ceph-mon[103441]: pgmap v8547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:03.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:03.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:04.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:04.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:05.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:04 smithi026 ceph-mon[93126]: pgmap v8548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:04 smithi089 ceph-mon[103441]: pgmap v8548: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:25:05.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:06.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:06.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:07.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:06 smithi026 ceph-mon[93126]: pgmap v8549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:06 smithi089 ceph-mon[103441]: pgmap v8549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:08.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:08.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:08 smithi026 ceph-mon[93126]: pgmap v8550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:08 smithi089 ceph-mon[103441]: pgmap v8550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:09.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:09.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:10.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:10.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:11.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:11.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:10 smithi026 ceph-mon[93126]: pgmap v8551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:10 smithi089 ceph-mon[103441]: pgmap v8551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:12.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:12.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:13.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:13.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:13.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:12 smithi026 ceph-mon[93126]: pgmap v8552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:12 smithi089 ceph-mon[103441]: pgmap v8552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:14.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:14.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:15.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:15.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:15.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:14 smithi026 ceph-mon[93126]: pgmap v8553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:14 smithi089 ceph-mon[103441]: pgmap v8553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:16.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:16.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:17.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:17.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:17.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:16 smithi026 ceph-mon[93126]: pgmap v8554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:16 smithi089 ceph-mon[103441]: pgmap v8554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:18.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:18.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:18 smithi026 ceph-mon[93126]: pgmap v8555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:18 smithi089 ceph-mon[103441]: pgmap v8555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:19.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:19.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:20.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:20.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:20 smithi026 ceph-mon[93126]: pgmap v8556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:20 smithi089 ceph-mon[103441]: pgmap v8556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:21.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:21.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:22.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:22.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:23.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:23.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:23.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:22 smithi026 ceph-mon[93126]: pgmap v8557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:22 smithi089 ceph-mon[103441]: pgmap v8557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:24.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:24.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:24 smithi089 ceph-mon[103441]: pgmap v8558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:25.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:25.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:24 smithi026 ceph-mon[93126]: pgmap v8558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:26.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:26.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:27.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:27.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:26 smithi026 ceph-mon[93126]: pgmap v8559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:26 smithi089 ceph-mon[103441]: pgmap v8559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:28.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:28.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:28 smithi026 ceph-mon[93126]: pgmap v8560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:28 smithi089 ceph-mon[103441]: pgmap v8560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:29.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:29.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:30.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:30.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:31.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:31.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:31.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:30 smithi026 ceph-mon[93126]: pgmap v8561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:30 smithi089 ceph-mon[103441]: pgmap v8561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:32.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:32.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:33.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:33.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:32 smithi026 ceph-mon[93126]: pgmap v8562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:32 smithi089 ceph-mon[103441]: pgmap v8562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:34.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:34.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:34.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:34 smithi089 ceph-mon[103441]: pgmap v8563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:35.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:35.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:34 smithi026 ceph-mon[93126]: pgmap v8563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:36.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:36.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:37.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:37.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:37.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:36 smithi026 ceph-mon[93126]: pgmap v8564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:36 smithi089 ceph-mon[103441]: pgmap v8564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:38.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:38.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:38 smithi026 ceph-mon[93126]: pgmap v8565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:25:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:38 smithi089 ceph-mon[103441]: pgmap v8565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:25:39.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:39.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:25:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:25:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:25:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:25:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:25:39.632 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:25:39.632 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:25:39.633 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:25:39.633 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:25:39.633 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:25:40.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:40.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:40.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:40 smithi026 ceph-mon[93126]: pgmap v8566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:40 smithi089 ceph-mon[103441]: pgmap v8566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:41.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:41.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:42.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:42.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:43.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:42 smithi026 ceph-mon[93126]: pgmap v8567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:43.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:43.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:42 smithi089 ceph-mon[103441]: pgmap v8567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:44.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:44.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:44 smithi026 ceph-mon[93126]: pgmap v8568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:45.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:45.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:44 smithi089 ceph-mon[103441]: pgmap v8568: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:25:46.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:47.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:46 smithi026 ceph-mon[93126]: pgmap v8569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:47.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:47.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:46 smithi089 ceph-mon[103441]: pgmap v8569: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:25:48.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:48 smithi026 ceph-mon[93126]: pgmap v8570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:48 smithi089 ceph-mon[103441]: pgmap v8570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:49.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:49.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:25:50.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:50.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:50 smithi026 ceph-mon[93126]: pgmap v8571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:50 smithi089 ceph-mon[103441]: pgmap v8571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:51.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:51.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:52.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:52.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:52 smithi026 ceph-mon[93126]: pgmap v8572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:53.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:53.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:52 smithi089 ceph-mon[103441]: pgmap v8572: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:25:54.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:55.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:54 smithi026 ceph-mon[93126]: pgmap v8573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:55.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:55.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:54 smithi089 ceph-mon[103441]: pgmap v8573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:56.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:56.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:57.018 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:56 smithi026 ceph-mon[93126]: pgmap v8574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:57.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:57.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:56 smithi089 ceph-mon[103441]: pgmap v8574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:25:58.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:58.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:25:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:25:58 smithi026 ceph-mon[93126]: pgmap v8575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:25:58 smithi089 ceph-mon[103441]: pgmap v8575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:25:59.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:25:59.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:00.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:00.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:01.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:00 smithi026 ceph-mon[93126]: pgmap v8576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:01.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:01.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:00 smithi089 ceph-mon[103441]: pgmap v8576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:02.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:02.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:02 smithi026 ceph-mon[93126]: pgmap v8577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:03.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:03.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:02 smithi089 ceph-mon[103441]: pgmap v8577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:04.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:04.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:04.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:04 smithi026 ceph-mon[93126]: pgmap v8578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:05.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:05.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:04 smithi089 ceph-mon[103441]: pgmap v8578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:06.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:06.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:07.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:06 smithi026 ceph-mon[93126]: pgmap v8579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:07.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:07.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:06 smithi089 ceph-mon[103441]: pgmap v8579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:08.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:08.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:08 smithi026 ceph-mon[93126]: pgmap v8580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:08 smithi089 ceph-mon[103441]: pgmap v8580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:09.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:09.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:10.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:10.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:11.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:10 smithi026 ceph-mon[93126]: pgmap v8581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:11.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:11.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:10 smithi089 ceph-mon[103441]: pgmap v8581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:12.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:12.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:12 smithi026 ceph-mon[93126]: pgmap v8582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:13.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:13.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:12 smithi089 ceph-mon[103441]: pgmap v8582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:14.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:14.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:15.000 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:14 smithi089 ceph-mon[103441]: pgmap v8583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:15.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:14 smithi026 ceph-mon[93126]: pgmap v8583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:15.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:15.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:16.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:16.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:16 smithi026 ceph-mon[93126]: pgmap v8584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:17.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:17.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:16 smithi089 ceph-mon[103441]: pgmap v8584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:18.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:18.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:18 smithi026 ceph-mon[93126]: pgmap v8585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:18 smithi089 ceph-mon[103441]: pgmap v8585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:19.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:19.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:20.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:20.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:20 smithi089 ceph-mon[103441]: pgmap v8586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:20.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:20 smithi026 ceph-mon[93126]: pgmap v8586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:21.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:21.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:22.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:22.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:23.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:22 smithi026 ceph-mon[93126]: pgmap v8587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:23.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:23.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:22 smithi089 ceph-mon[103441]: pgmap v8587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:24.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:24.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:24 smithi026 ceph-mon[93126]: pgmap v8588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:25.105 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:24 smithi089 ceph-mon[103441]: pgmap v8588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:25.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:25.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:26.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:26.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:26 smithi026 ceph-mon[93126]: pgmap v8589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:27.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:27.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:26 smithi089 ceph-mon[103441]: pgmap v8589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:28.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:28.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:28 smithi026 ceph-mon[93126]: pgmap v8590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:28 smithi089 ceph-mon[103441]: pgmap v8590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:29.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:29.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:30.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:30.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:31.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:30 smithi026 ceph-mon[93126]: pgmap v8591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:31.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:31.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:30 smithi089 ceph-mon[103441]: pgmap v8591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:32.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:32.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:33.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:32 smithi026 ceph-mon[93126]: pgmap v8592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:33.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:33.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:32 smithi089 ceph-mon[103441]: pgmap v8592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:34.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:34.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:34.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:34 smithi026 ceph-mon[93126]: pgmap v8593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:35.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:35.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:34 smithi089 ceph-mon[103441]: pgmap v8593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:36.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:36.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:36 smithi026 ceph-mon[93126]: pgmap v8594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:37.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:37.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:36 smithi089 ceph-mon[103441]: pgmap v8594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:38.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:38.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:38 smithi026 ceph-mon[93126]: pgmap v8595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:38 smithi089 ceph-mon[103441]: pgmap v8595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:39.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:39.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:26:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:26:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:26:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:26:39.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:26:39.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:26:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:26:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:26:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:26:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:26:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:26:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:26:40.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:40.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:40.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:40 smithi026 ceph-mon[93126]: pgmap v8596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:40 smithi089 ceph-mon[103441]: pgmap v8596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:41.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:41.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:42.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:42.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:42 smithi026 ceph-mon[93126]: pgmap v8597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:43.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:43.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:42 smithi089 ceph-mon[103441]: pgmap v8597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:44.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:44.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:45.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:44 smithi026 ceph-mon[93126]: pgmap v8598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:45.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:45.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:44 smithi089 ceph-mon[103441]: pgmap v8598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:46.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:46.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:46 smithi026 ceph-mon[93126]: pgmap v8599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:47.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:47.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:46 smithi089 ceph-mon[103441]: pgmap v8599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:48.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:48.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:48 smithi026 ceph-mon[93126]: pgmap v8600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:48 smithi089 ceph-mon[103441]: pgmap v8600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:49.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:49.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:26:50.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:50.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:50 smithi026 ceph-mon[93126]: pgmap v8601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:50 smithi089 ceph-mon[103441]: pgmap v8601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:51.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:51.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:52.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:52.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:53.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:52 smithi026 ceph-mon[93126]: pgmap v8602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:52 smithi089 ceph-mon[103441]: pgmap v8602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:53.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:53.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:54.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:54.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:55.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:54 smithi026 ceph-mon[93126]: pgmap v8603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:54 smithi089 ceph-mon[103441]: pgmap v8603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:55.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:55.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:56.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:56.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:56 smithi026 ceph-mon[93126]: pgmap v8604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:56 smithi089 ceph-mon[103441]: pgmap v8604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:26:57.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:57.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:58.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:58.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:26:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:26:58 smithi026 ceph-mon[93126]: pgmap v8605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:26:58 smithi089 ceph-mon[103441]: pgmap v8605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:26:59.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:26:59.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:00.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:00.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:01.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:00 smithi026 ceph-mon[93126]: pgmap v8606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:00 smithi089 ceph-mon[103441]: pgmap v8606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:01.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:01.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:02.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:02.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:02 smithi026 ceph-mon[93126]: pgmap v8607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:02 smithi089 ceph-mon[103441]: pgmap v8607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:03.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:03.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:04.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:04.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:04.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:05.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:04 smithi026 ceph-mon[93126]: pgmap v8608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:04 smithi089 ceph-mon[103441]: pgmap v8608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:05.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:05.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:06.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:06.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:06 smithi026 ceph-mon[93126]: pgmap v8609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:06 smithi089 ceph-mon[103441]: pgmap v8609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:07.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:07.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:08.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:08.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:08 smithi026 ceph-mon[93126]: pgmap v8610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:08 smithi089 ceph-mon[103441]: pgmap v8610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:09.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:09.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:10.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:10.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:10 smithi089 ceph-mon[103441]: pgmap v8611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:11.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:10 smithi026 ceph-mon[93126]: pgmap v8611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:11.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:11.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:12.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:12.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:12 smithi026 ceph-mon[93126]: pgmap v8612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:12 smithi089 ceph-mon[103441]: pgmap v8612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:13.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:13.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:14.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:14.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:15.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:14 smithi026 ceph-mon[93126]: pgmap v8613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:14 smithi089 ceph-mon[103441]: pgmap v8613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:15.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:15.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:16.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:16.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:17.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:16 smithi026 ceph-mon[93126]: pgmap v8614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:16 smithi089 ceph-mon[103441]: pgmap v8614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:17.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:17.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:18.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:18.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:18 smithi026 ceph-mon[93126]: pgmap v8615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:18 smithi089 ceph-mon[103441]: pgmap v8615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:19.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:19.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:20.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:20.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:20 smithi026 ceph-mon[93126]: pgmap v8616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:20 smithi089 ceph-mon[103441]: pgmap v8616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:21.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:21.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:22.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:22.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:22.993 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:22 smithi026 ceph-mon[93126]: pgmap v8617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:22 smithi089 ceph-mon[103441]: pgmap v8617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:23.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:23.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:24.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:24.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:24 smithi026 ceph-mon[93126]: pgmap v8618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:24 smithi089 ceph-mon[103441]: pgmap v8618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:25.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:25.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:26.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:26.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:26 smithi026 ceph-mon[93126]: pgmap v8619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:26 smithi089 ceph-mon[103441]: pgmap v8619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:27.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:27.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:28.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:28.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:28.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:28 smithi026 ceph-mon[93126]: pgmap v8620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:28 smithi089 ceph-mon[103441]: pgmap v8620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:29.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:29.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:30.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:30.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:31.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:30 smithi026 ceph-mon[93126]: pgmap v8621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:30 smithi089 ceph-mon[103441]: pgmap v8621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:31.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:31.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:32.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:32.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:33.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:32 smithi026 ceph-mon[93126]: pgmap v8622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:32 smithi089 ceph-mon[103441]: pgmap v8622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:33.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:33.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:34.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:34.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:34.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:34 smithi026 ceph-mon[93126]: pgmap v8623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:34 smithi089 ceph-mon[103441]: pgmap v8623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:35.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:35.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:36.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:36.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:37.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:36 smithi026 ceph-mon[93126]: pgmap v8624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:36 smithi089 ceph-mon[103441]: pgmap v8624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:37.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:37.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:38.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:38.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:38 smithi026 ceph-mon[93126]: pgmap v8625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:38 smithi089 ceph-mon[103441]: pgmap v8625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:39.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:39.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:27:39.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:27:40.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:40.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:40 smithi089 ceph-mon[103441]: pgmap v8626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:40 smithi026 ceph-mon[93126]: pgmap v8626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:41.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:41.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:42.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:42.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:42 smithi026 ceph-mon[93126]: pgmap v8627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:42 smithi089 ceph-mon[103441]: pgmap v8627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:43.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:43.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:44.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:44.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:45.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:45.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:45 smithi026 ceph-mon[93126]: pgmap v8628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:27:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:27:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:27:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:27:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:27:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:27:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:27:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:45 smithi089 ceph-mon[103441]: pgmap v8628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:27:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:27:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:27:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:27:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:27:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:27:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:27:46.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:46.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:47.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:47.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:47 smithi026 ceph-mon[93126]: pgmap v8629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:47 smithi089 ceph-mon[103441]: pgmap v8629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:48.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:48.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:48 smithi026 ceph-mon[93126]: pgmap v8630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:48 smithi089 ceph-mon[103441]: pgmap v8630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:49.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:49.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:27:50.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:50.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:50 smithi026 ceph-mon[93126]: pgmap v8631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:50 smithi089 ceph-mon[103441]: pgmap v8631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:51.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:51.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:52.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:52.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:52 smithi026 ceph-mon[93126]: pgmap v8632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:52 smithi089 ceph-mon[103441]: pgmap v8632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:53.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:53.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:54.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:54.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:54 smithi026 ceph-mon[93126]: pgmap v8633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:54 smithi089 ceph-mon[103441]: pgmap v8633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:55.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:55.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:56.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:56.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:57.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:56 smithi026 ceph-mon[93126]: pgmap v8634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:56 smithi089 ceph-mon[103441]: pgmap v8634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:27:57.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:57.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:58.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:58.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:27:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:27:58 smithi026 ceph-mon[93126]: pgmap v8635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:27:58 smithi089 ceph-mon[103441]: pgmap v8635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:27:59.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:27:59.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:00.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:00.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:01.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:00 smithi026 ceph-mon[93126]: pgmap v8636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:01.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:00 smithi089 ceph-mon[103441]: pgmap v8636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:01.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:01.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:02.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:02.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:03.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:02 smithi026 ceph-mon[93126]: pgmap v8637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:02 smithi089 ceph-mon[103441]: pgmap v8637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:03.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:03.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:04.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:04.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:04.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:05.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:04 smithi026 ceph-mon[93126]: pgmap v8638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:04 smithi089 ceph-mon[103441]: pgmap v8638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:05.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:05.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:06.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:06.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:06 smithi026 ceph-mon[93126]: pgmap v8639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:06 smithi089 ceph-mon[103441]: pgmap v8639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:07.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:07.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:08.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:08.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:08 smithi026 ceph-mon[93126]: pgmap v8640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:08 smithi089 ceph-mon[103441]: pgmap v8640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:09.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:09.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:10.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:10.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:10 smithi026 ceph-mon[93126]: pgmap v8641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:10 smithi089 ceph-mon[103441]: pgmap v8641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:11.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:11.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:12.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:12.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:12 smithi026 ceph-mon[93126]: pgmap v8642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:12 smithi089 ceph-mon[103441]: pgmap v8642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:13.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:13.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:14.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:14.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:14 smithi026 ceph-mon[93126]: pgmap v8643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:14 smithi089 ceph-mon[103441]: pgmap v8643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:15.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:15.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:16.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:16.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:16 smithi026 ceph-mon[93126]: pgmap v8644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:16 smithi089 ceph-mon[103441]: pgmap v8644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:17.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:17.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:18.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:18.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:18 smithi026 ceph-mon[93126]: pgmap v8645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:18 smithi089 ceph-mon[103441]: pgmap v8645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:19.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:19.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:20.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:20.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:20 smithi026 ceph-mon[93126]: pgmap v8646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:20 smithi089 ceph-mon[103441]: pgmap v8646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:21.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:21.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:22.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:22.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:22 smithi026 ceph-mon[93126]: pgmap v8647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:22 smithi089 ceph-mon[103441]: pgmap v8647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:23.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:23.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:24.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:24.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:24 smithi026 ceph-mon[93126]: pgmap v8648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:24 smithi089 ceph-mon[103441]: pgmap v8648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:25.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:25.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:26.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:26.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:26 smithi026 ceph-mon[93126]: pgmap v8649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:26 smithi089 ceph-mon[103441]: pgmap v8649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:27.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:27.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:28.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:28.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:28 smithi026 ceph-mon[93126]: pgmap v8650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:28 smithi089 ceph-mon[103441]: pgmap v8650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:29.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:29.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:30.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:30.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:31.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:30 smithi026 ceph-mon[93126]: pgmap v8651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:30 smithi089 ceph-mon[103441]: pgmap v8651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:31.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:31.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:32.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:32.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:33.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:32 smithi026 ceph-mon[93126]: pgmap v8652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:32 smithi089 ceph-mon[103441]: pgmap v8652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:33.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:33.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:34.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:34.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:34.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:34 smithi026 ceph-mon[93126]: pgmap v8653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:34 smithi089 ceph-mon[103441]: pgmap v8653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:35.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:35.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:36.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:36.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:37.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:36 smithi026 ceph-mon[93126]: pgmap v8654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:36 smithi089 ceph-mon[103441]: pgmap v8654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:37.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:37.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:38.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:38.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:38 smithi026 ceph-mon[93126]: pgmap v8655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:38 smithi089 ceph-mon[103441]: pgmap v8655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:39.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:39.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:40.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:40.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:40 smithi026 ceph-mon[93126]: pgmap v8656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:40 smithi089 ceph-mon[103441]: pgmap v8656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:41.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:41.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:42.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:42.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:42 smithi026 ceph-mon[93126]: pgmap v8657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:42 smithi089 ceph-mon[103441]: pgmap v8657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:43.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:43.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:44.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:44.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:45.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:44 smithi026 ceph-mon[93126]: pgmap v8658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:28:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:44 smithi089 ceph-mon[103441]: pgmap v8658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:28:45.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:45.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:28:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:28:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:28:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:28:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:28:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:28:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:28:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:28:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:28:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:28:46.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:46.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:46 smithi089 ceph-mon[103441]: pgmap v8659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:47.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:46 smithi026 ceph-mon[93126]: pgmap v8659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:47.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:47.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:48.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:48.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:48 smithi026 ceph-mon[93126]: pgmap v8660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:48 smithi089 ceph-mon[103441]: pgmap v8660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:49.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:49.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:28:50.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:50.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:50 smithi026 ceph-mon[93126]: pgmap v8661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:50 smithi089 ceph-mon[103441]: pgmap v8661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:51.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:51.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:52.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:52.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:53.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:52 smithi026 ceph-mon[93126]: pgmap v8662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:52 smithi089 ceph-mon[103441]: pgmap v8662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:53.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:53.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:54.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:54.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:55.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:54 smithi026 ceph-mon[93126]: pgmap v8663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:54 smithi089 ceph-mon[103441]: pgmap v8663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:55.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:55.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:56.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:56.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:56 smithi089 ceph-mon[103441]: pgmap v8664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:57.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:56 smithi026 ceph-mon[93126]: pgmap v8664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:28:57.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:57.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:58.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:58.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:28:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:28:58 smithi026 ceph-mon[93126]: pgmap v8665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:28:58 smithi089 ceph-mon[103441]: pgmap v8665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:28:59.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:28:59.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:00.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:00.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:01.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:00 smithi026 ceph-mon[93126]: pgmap v8666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:00 smithi089 ceph-mon[103441]: pgmap v8666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:01.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:01.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:02.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:02.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:02 smithi026 ceph-mon[93126]: pgmap v8667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:02 smithi089 ceph-mon[103441]: pgmap v8667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:03.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:03.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:04.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:04.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:04.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:04 smithi026 ceph-mon[93126]: pgmap v8668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:04 smithi089 ceph-mon[103441]: pgmap v8668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:05.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:05.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:06.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:06.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:07.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:06 smithi026 ceph-mon[93126]: pgmap v8669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:06 smithi089 ceph-mon[103441]: pgmap v8669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:07.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:07.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:08.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:08.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:08 smithi026 ceph-mon[93126]: pgmap v8670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:08 smithi089 ceph-mon[103441]: pgmap v8670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:09.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:09.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:10.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:10.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:10 smithi026 ceph-mon[93126]: pgmap v8671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:10 smithi089 ceph-mon[103441]: pgmap v8671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:11.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:11.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:12.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:12.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:13.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:12 smithi026 ceph-mon[93126]: pgmap v8672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:12 smithi089 ceph-mon[103441]: pgmap v8672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:13.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:13.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:14.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:14.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:14 smithi026 ceph-mon[93126]: pgmap v8673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:14 smithi089 ceph-mon[103441]: pgmap v8673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:15.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:15.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:16.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:16.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:17.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:16 smithi026 ceph-mon[93126]: pgmap v8674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:16 smithi089 ceph-mon[103441]: pgmap v8674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:17.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:17.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:18.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:18.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:18 smithi026 ceph-mon[93126]: pgmap v8675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:18 smithi089 ceph-mon[103441]: pgmap v8675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:19.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:19.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:20.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:20.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:20.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:20 smithi026 ceph-mon[93126]: pgmap v8676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:20 smithi089 ceph-mon[103441]: pgmap v8676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:21.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:21.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:22.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:22.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:23.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:22 smithi026 ceph-mon[93126]: pgmap v8677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:22 smithi089 ceph-mon[103441]: pgmap v8677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:23.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:23.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:24.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:24.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:24 smithi026 ceph-mon[93126]: pgmap v8678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:24 smithi089 ceph-mon[103441]: pgmap v8678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:25.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:25.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:26.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:26.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:26 smithi026 ceph-mon[93126]: pgmap v8679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:26 smithi089 ceph-mon[103441]: pgmap v8679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:27.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:27.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:28.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:28.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:28 smithi026 ceph-mon[93126]: pgmap v8680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:28 smithi089 ceph-mon[103441]: pgmap v8680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:29.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:29.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:30.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:30.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:30 smithi026 ceph-mon[93126]: pgmap v8681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:30 smithi089 ceph-mon[103441]: pgmap v8681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:31.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:31.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:32.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:32.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:32 smithi026 ceph-mon[93126]: pgmap v8682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:32 smithi089 ceph-mon[103441]: pgmap v8682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:33.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:33.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:34.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:34.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:34 smithi026 ceph-mon[93126]: pgmap v8683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:34 smithi089 ceph-mon[103441]: pgmap v8683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:35.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:35.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:36.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:36.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:36 smithi026 ceph-mon[93126]: pgmap v8684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:37.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:36 smithi089 ceph-mon[103441]: pgmap v8684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:37.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:37.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:38.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:38.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:38 smithi026 ceph-mon[93126]: pgmap v8685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:38 smithi089 ceph-mon[103441]: pgmap v8685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:39.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:39.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:40.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:40.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:41.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:40 smithi026 ceph-mon[93126]: pgmap v8686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:40 smithi089 ceph-mon[103441]: pgmap v8686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:41.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:41.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:42.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:42.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:42 smithi026 ceph-mon[93126]: pgmap v8687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:42 smithi089 ceph-mon[103441]: pgmap v8687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:43.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:43.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:44.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:44.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:45.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:44 smithi026 ceph-mon[93126]: pgmap v8688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:44 smithi089 ceph-mon[103441]: pgmap v8688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:45.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:45.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:29:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:29:46.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:46.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:46 smithi089 ceph-mon[103441]: pgmap v8689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:46 smithi026 ceph-mon[93126]: pgmap v8689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:47.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:47.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:48.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:48.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:48 smithi026 ceph-mon[93126]: pgmap v8690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:48 smithi089 ceph-mon[103441]: pgmap v8690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:49.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:49.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:29:50.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:50.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:50.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:50 smithi026 ceph-mon[93126]: pgmap v8691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:50 smithi089 ceph-mon[103441]: pgmap v8691: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:29:51.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:52.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:52.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:52 smithi026 ceph-mon[93126]: pgmap v8692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:52 smithi089 ceph-mon[103441]: pgmap v8692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:53.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:53.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:29:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:29:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:29:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:29:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:29:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:29:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:29:54.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:54.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:54 smithi026 ceph-mon[93126]: pgmap v8693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:54 smithi089 ceph-mon[103441]: pgmap v8693: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:29:55.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:56.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:56.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:57.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:56 smithi026 ceph-mon[93126]: pgmap v8694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:56 smithi089 ceph-mon[103441]: pgmap v8694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:29:57.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:57.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:58.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:58.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:29:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:29:58 smithi026 ceph-mon[93126]: pgmap v8695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:29:58 smithi089 ceph-mon[103441]: pgmap v8695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:29:59.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:29:59.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:00.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:00.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:00 smithi026 ceph-mon[93126]: pgmap v8696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T01:30:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:00 smithi089 ceph-mon[103441]: pgmap v8696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T01:30:01.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:01.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:02.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:02.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:03.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:02 smithi026 ceph-mon[93126]: pgmap v8697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:02 smithi089 ceph-mon[103441]: pgmap v8697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:03.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:03.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:04.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:04.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:04.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:04 smithi026 ceph-mon[93126]: pgmap v8698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:04 smithi089 ceph-mon[103441]: pgmap v8698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:05.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:05.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:06.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:06.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:06 smithi026 ceph-mon[93126]: pgmap v8699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:06 smithi089 ceph-mon[103441]: pgmap v8699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:07.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:07.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:08.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:08.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:08 smithi026 ceph-mon[93126]: pgmap v8700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:08 smithi089 ceph-mon[103441]: pgmap v8700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:09.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:09.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:10.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:10.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:10 smithi026 ceph-mon[93126]: pgmap v8701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:10 smithi089 ceph-mon[103441]: pgmap v8701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:11.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:11.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:12.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:12.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:13.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:12 smithi026 ceph-mon[93126]: pgmap v8702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:12 smithi089 ceph-mon[103441]: pgmap v8702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:13.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:13.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:14.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:14.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:14 smithi026 ceph-mon[93126]: pgmap v8703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:14 smithi089 ceph-mon[103441]: pgmap v8703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:15.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:15.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:16.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:16.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:16 smithi026 ceph-mon[93126]: pgmap v8704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:16 smithi089 ceph-mon[103441]: pgmap v8704: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:30:17.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:18.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:18.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:18 smithi026 ceph-mon[93126]: pgmap v8705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:18 smithi089 ceph-mon[103441]: pgmap v8705: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:30:19.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:20.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:20.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:20 smithi026 ceph-mon[93126]: pgmap v8706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:20 smithi089 ceph-mon[103441]: pgmap v8706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:21.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:21.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:22.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:22.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:22 smithi089 ceph-mon[103441]: pgmap v8707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:22 smithi026 ceph-mon[93126]: pgmap v8707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:23.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:23.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:24.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:24.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:24 smithi026 ceph-mon[93126]: pgmap v8708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:24 smithi089 ceph-mon[103441]: pgmap v8708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:25.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:25.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:26.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:26.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:26 smithi026 ceph-mon[93126]: pgmap v8709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:26 smithi089 ceph-mon[103441]: pgmap v8709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:27.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:27.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:28.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:28.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:28 smithi026 ceph-mon[93126]: pgmap v8710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:28 smithi089 ceph-mon[103441]: pgmap v8710: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:30:29.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:30.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:30.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:31.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:30 smithi026 ceph-mon[93126]: pgmap v8711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:30 smithi089 ceph-mon[103441]: pgmap v8711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:31.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:31.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:32.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:32.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:32 smithi089 ceph-mon[103441]: pgmap v8712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:33.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:32 smithi026 ceph-mon[93126]: pgmap v8712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:33.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:33.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:34.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:34.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:35.168 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:34 smithi026 ceph-mon[93126]: pgmap v8713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:34 smithi089 ceph-mon[103441]: pgmap v8713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:35.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:35.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:36.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:36.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:36 smithi089 ceph-mon[103441]: pgmap v8714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:36 smithi026 ceph-mon[93126]: pgmap v8714: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:30:37.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:38.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:38.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:38 smithi026 ceph-mon[93126]: pgmap v8715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:38 smithi089 ceph-mon[103441]: pgmap v8715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:39.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:39.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:40.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:40.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:41.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:40 smithi026 ceph-mon[93126]: pgmap v8716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:40 smithi089 ceph-mon[103441]: pgmap v8716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:41.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:41.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:42.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:42.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:43.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:42 smithi026 ceph-mon[93126]: pgmap v8717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:42 smithi089 ceph-mon[103441]: pgmap v8717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:43.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:43.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:44.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:44.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:44 smithi089 ceph-mon[103441]: pgmap v8718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:45.283 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:44 smithi026 ceph-mon[93126]: pgmap v8718: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:30:45.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:46.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:46.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:46 smithi089 ceph-mon[103441]: pgmap v8719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:46 smithi026 ceph-mon[93126]: pgmap v8719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:47.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:47.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:48 smithi026 ceph-mon[93126]: pgmap v8720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:48.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:48.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:48 smithi089 ceph-mon[103441]: pgmap v8720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:49.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:49.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:30:50.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:50.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:50 smithi089 ceph-mon[103441]: pgmap v8721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:50 smithi026 ceph-mon[93126]: pgmap v8721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:51.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:51.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:52.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:52.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:52 smithi089 ceph-mon[103441]: pgmap v8722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:52 smithi026 ceph-mon[93126]: pgmap v8722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:53.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:53.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:30:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:30:54.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:54.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:54 smithi089 ceph-mon[103441]: pgmap v8723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:30:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:30:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:30:55.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:30:55.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:30:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:54 smithi026 ceph-mon[93126]: pgmap v8723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:30:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:30:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:30:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:30:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:30:55.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:55.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:56.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:56.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:56 smithi089 ceph-mon[103441]: pgmap v8724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:30:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:56 smithi026 ceph-mon[93126]: pgmap v8724: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:30:57.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:30:58 smithi026 ceph-mon[93126]: pgmap v8725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:30:58.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:30:58.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:30:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:30:58 smithi089 ceph-mon[103441]: pgmap v8725: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:30:59.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:00.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:00.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:00 smithi089 ceph-mon[103441]: pgmap v8726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:01.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:00 smithi026 ceph-mon[93126]: pgmap v8726: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:31:01.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:02.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:02.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:02 smithi089 ceph-mon[103441]: pgmap v8727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:03.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:02 smithi026 ceph-mon[93126]: pgmap v8727: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:31:03.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:04.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:04.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:04 smithi089 ceph-mon[103441]: pgmap v8728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:04 smithi026 ceph-mon[93126]: pgmap v8728: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:31:05.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:06.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:06.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:06 smithi089 ceph-mon[103441]: pgmap v8729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:06 smithi026 ceph-mon[93126]: pgmap v8729: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:31:07.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:08 smithi026 ceph-mon[93126]: pgmap v8730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:08.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:08.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:08 smithi089 ceph-mon[103441]: pgmap v8730: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:31:09.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:10.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:10.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:10 smithi026 ceph-mon[93126]: pgmap v8731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:10 smithi089 ceph-mon[103441]: pgmap v8731: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:31:11.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:12.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:12.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:13.084 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:12 smithi089 ceph-mon[103441]: pgmap v8732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:12 smithi026 ceph-mon[93126]: pgmap v8732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:13.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:13.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:14.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:14.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:14 smithi089 ceph-mon[103441]: pgmap v8733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:14 smithi026 ceph-mon[93126]: pgmap v8733: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:31:15.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:16.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:16.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:16 smithi089 ceph-mon[103441]: pgmap v8734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:16 smithi026 ceph-mon[93126]: pgmap v8734: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:31:17.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:18 smithi089 ceph-mon[103441]: pgmap v8735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:18.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:18.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:18 smithi026 ceph-mon[93126]: pgmap v8735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:19.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:19.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:20.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:20.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:20 smithi089 ceph-mon[103441]: pgmap v8736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:20.684 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:20 smithi026 ceph-mon[93126]: pgmap v8736: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:31:21.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:22.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:22.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:22 smithi089 ceph-mon[103441]: pgmap v8737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:23.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:22 smithi026 ceph-mon[93126]: pgmap v8737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:23.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:23.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:24.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:24.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:24 smithi089 ceph-mon[103441]: pgmap v8738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:25.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:24 smithi026 ceph-mon[93126]: pgmap v8738: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:31:25.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:26.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:26.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:26 smithi089 ceph-mon[103441]: pgmap v8739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:26 smithi026 ceph-mon[93126]: pgmap v8739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:27.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:27.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:28.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:28.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:28 smithi089 ceph-mon[103441]: pgmap v8740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:28 smithi026 ceph-mon[93126]: pgmap v8740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:29.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:29.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:30.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:30.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:30 smithi026 ceph-mon[93126]: pgmap v8741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:30 smithi089 ceph-mon[103441]: pgmap v8741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:31.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:31.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:32.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:32.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:32 smithi089 ceph-mon[103441]: pgmap v8742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:33.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:32 smithi026 ceph-mon[93126]: pgmap v8742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:33.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:33.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:34.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:34.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:34 smithi089 ceph-mon[103441]: pgmap v8743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:34 smithi026 ceph-mon[93126]: pgmap v8743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:35.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:35.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:36.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:36.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:36 smithi089 ceph-mon[103441]: pgmap v8744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:37.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:36 smithi026 ceph-mon[93126]: pgmap v8744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:37.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:37.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:38.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:38.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:38 smithi089 ceph-mon[103441]: pgmap v8745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:38 smithi026 ceph-mon[93126]: pgmap v8745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:39.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:39.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:40.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:40.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:40 smithi089 ceph-mon[103441]: pgmap v8746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:40 smithi026 ceph-mon[93126]: pgmap v8746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:41.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:41.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:42.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:42.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:42 smithi089 ceph-mon[103441]: pgmap v8747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:43.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:42 smithi026 ceph-mon[93126]: pgmap v8747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:43.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:43.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:44.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:44.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:44 smithi089 ceph-mon[103441]: pgmap v8748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:44 smithi026 ceph-mon[93126]: pgmap v8748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:45.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:45.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:46.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:46.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:46 smithi089 ceph-mon[103441]: pgmap v8749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:46 smithi026 ceph-mon[93126]: pgmap v8749: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:31:47.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:48.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:48.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:48 smithi089 ceph-mon[103441]: pgmap v8750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:48 smithi026 ceph-mon[93126]: pgmap v8750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:49.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:49.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:31:50.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:50.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:50 smithi089 ceph-mon[103441]: pgmap v8751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:50 smithi026 ceph-mon[93126]: pgmap v8751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:51.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:51.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:52.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:52.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:52 smithi089 ceph-mon[103441]: pgmap v8752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:52 smithi026 ceph-mon[93126]: pgmap v8752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:53.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:53.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:54.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:54.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:54 smithi089 ceph-mon[103441]: pgmap v8753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:31:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:31:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:31:55.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:54 smithi026 ceph-mon[93126]: pgmap v8753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:31:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:31:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:31:55.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:55.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:56.087 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:31:56.087 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:31:56.087 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:31:56.087 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:31:56.088 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:31:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:31:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:31:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:31:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:31:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:31:56.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:56.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:56 smithi089 ceph-mon[103441]: pgmap v8754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:56 smithi026 ceph-mon[93126]: pgmap v8754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:31:57.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:57.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:31:58 smithi089 ceph-mon[103441]: pgmap v8755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:58.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:58.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:31:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:31:58 smithi026 ceph-mon[93126]: pgmap v8755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:31:59.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:31:59.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:00.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:00.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:01.144 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:00 smithi026 ceph-mon[93126]: pgmap v8756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:00 smithi089 ceph-mon[103441]: pgmap v8756: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:32:01.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:02.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:02.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:02 smithi089 ceph-mon[103441]: pgmap v8757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:02 smithi026 ceph-mon[93126]: pgmap v8757: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:32:03.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:04.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:04.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:04 smithi089 ceph-mon[103441]: pgmap v8758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:04 smithi026 ceph-mon[93126]: pgmap v8758: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:32:05.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:06.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:06.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:06 smithi089 ceph-mon[103441]: pgmap v8759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:06 smithi026 ceph-mon[93126]: pgmap v8759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:07.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:07.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:08.661 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:08 smithi089 ceph-mon[103441]: pgmap v8760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:08.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:08.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:08 smithi026 ceph-mon[93126]: pgmap v8760: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:32:09.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:10.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:10.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:10 smithi089 ceph-mon[103441]: pgmap v8761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:11.258 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:10 smithi026 ceph-mon[93126]: pgmap v8761: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:32:11.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:12.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:12.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:12 smithi089 ceph-mon[103441]: pgmap v8762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:12 smithi026 ceph-mon[93126]: pgmap v8762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:13.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:13.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:14.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:14.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:14 smithi089 ceph-mon[103441]: pgmap v8763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:14 smithi026 ceph-mon[93126]: pgmap v8763: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:32:15.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:16.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:16.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:16 smithi089 ceph-mon[103441]: pgmap v8764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:16 smithi026 ceph-mon[93126]: pgmap v8764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:17.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:17.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:18 smithi089 ceph-mon[103441]: pgmap v8765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:18.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:18.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:18 smithi026 ceph-mon[93126]: pgmap v8765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:19.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:19.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:20 smithi089 ceph-mon[103441]: pgmap v8766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:20.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:20.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:20 smithi026 ceph-mon[93126]: pgmap v8766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:21.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:21.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:22.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:22.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:22 smithi089 ceph-mon[103441]: pgmap v8767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:22 smithi026 ceph-mon[93126]: pgmap v8767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:23.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:23.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:24.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:24.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:24 smithi089 ceph-mon[103441]: pgmap v8768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:24 smithi026 ceph-mon[93126]: pgmap v8768: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:32:25.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:26.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:26.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:26 smithi089 ceph-mon[103441]: pgmap v8769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:26 smithi026 ceph-mon[93126]: pgmap v8769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:27.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:28 smithi089 ceph-mon[103441]: pgmap v8770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:28.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:28.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:28 smithi026 ceph-mon[93126]: pgmap v8770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:29.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:29.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:30.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:30.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:30 smithi089 ceph-mon[103441]: pgmap v8771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:30 smithi026 ceph-mon[93126]: pgmap v8771: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:32:31.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:32.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:32.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:32 smithi089 ceph-mon[103441]: pgmap v8772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:32 smithi026 ceph-mon[93126]: pgmap v8772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:33.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:33.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:34.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:34.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:34 smithi089 ceph-mon[103441]: pgmap v8773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:34 smithi026 ceph-mon[93126]: pgmap v8773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:35.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:35.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:36.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:36.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:36 smithi089 ceph-mon[103441]: pgmap v8774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:36 smithi026 ceph-mon[93126]: pgmap v8774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:37.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:37.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:38 smithi089 ceph-mon[103441]: pgmap v8775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:38.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:38.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:38 smithi026 ceph-mon[93126]: pgmap v8775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:39.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:39.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:40.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:40.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:40 smithi089 ceph-mon[103441]: pgmap v8776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:40 smithi026 ceph-mon[93126]: pgmap v8776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:41.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:41.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:42.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:42.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:42 smithi089 ceph-mon[103441]: pgmap v8777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:43.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:42 smithi026 ceph-mon[93126]: pgmap v8777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:43.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:43.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:44.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:44.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:44 smithi089 ceph-mon[103441]: pgmap v8778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:44 smithi026 ceph-mon[93126]: pgmap v8778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:45.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:45.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:46.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:46.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:47.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:46 smithi026 ceph-mon[93126]: pgmap v8779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:46 smithi089 ceph-mon[103441]: pgmap v8779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:47.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:47.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:48 smithi089 ceph-mon[103441]: pgmap v8780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:48.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:48.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:48 smithi026 ceph-mon[93126]: pgmap v8780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:49.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:49.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:32:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:50 smithi089 ceph-mon[103441]: pgmap v8781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:50.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:50.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:50 smithi026 ceph-mon[93126]: pgmap v8781: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:32:51.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:52.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:52.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:52 smithi089 ceph-mon[103441]: pgmap v8782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:53.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:52 smithi026 ceph-mon[93126]: pgmap v8782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:53.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:53.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:54.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:54.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:54 smithi089 ceph-mon[103441]: pgmap v8783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:54 smithi026 ceph-mon[93126]: pgmap v8783: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:32:55.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:32:56.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:32:56.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:56.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:56 smithi026 ceph-mon[93126]: pgmap v8784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:32:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:32:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:32:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:32:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:32:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:56 smithi089 ceph-mon[103441]: pgmap v8784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:32:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:32:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:32:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:32:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:32:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:32:57.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:57.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:32:58 smithi089 ceph-mon[103441]: pgmap v8785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:58.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:58.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:32:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:32:58 smithi026 ceph-mon[93126]: pgmap v8785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:32:59.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:32:59.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:00.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:00.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:00 smithi089 ceph-mon[103441]: pgmap v8786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:01.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:00 smithi026 ceph-mon[93126]: pgmap v8786: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:33:01.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:02.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:02.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:02 smithi089 ceph-mon[103441]: pgmap v8787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:02 smithi026 ceph-mon[93126]: pgmap v8787: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T01:33:03.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:04.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:04.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:04 smithi089 ceph-mon[103441]: pgmap v8788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:04 smithi026 ceph-mon[93126]: pgmap v8788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:05.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:05.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:06.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:06.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:06 smithi089 ceph-mon[103441]: pgmap v8789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:06 smithi026 ceph-mon[93126]: pgmap v8789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:07.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:07.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:08 smithi089 ceph-mon[103441]: pgmap v8790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:08.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:08.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:08 smithi026 ceph-mon[93126]: pgmap v8790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:09.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:09.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:10.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:10.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:10 smithi089 ceph-mon[103441]: pgmap v8791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:11.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:10 smithi026 ceph-mon[93126]: pgmap v8791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:11.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:11.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:12.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:12.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:12 smithi089 ceph-mon[103441]: pgmap v8792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:12 smithi026 ceph-mon[93126]: pgmap v8792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:13.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:13.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:14.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:14.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:14 smithi089 ceph-mon[103441]: pgmap v8793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:14 smithi026 ceph-mon[93126]: pgmap v8793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:15.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:15.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:16.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:16.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:16 smithi089 ceph-mon[103441]: pgmap v8794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:16 smithi026 ceph-mon[93126]: pgmap v8794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:17.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:17.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:18 smithi089 ceph-mon[103441]: pgmap v8795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:18 smithi026 ceph-mon[93126]: pgmap v8795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:18.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:18.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:19.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:19.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:20 smithi089 ceph-mon[103441]: pgmap v8796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:20 smithi026 ceph-mon[93126]: pgmap v8796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:20.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:20.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:21.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:21.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:22.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:22.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:22 smithi089 ceph-mon[103441]: pgmap v8797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:23.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:22 smithi026 ceph-mon[93126]: pgmap v8797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:23.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:23.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:24.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:24.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:24 smithi089 ceph-mon[103441]: pgmap v8798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:24 smithi026 ceph-mon[93126]: pgmap v8798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:25.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:25.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:26.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:26.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:27.120 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:26 smithi026 ceph-mon[93126]: pgmap v8799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:26 smithi089 ceph-mon[103441]: pgmap v8799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:27.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:27.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:28 smithi089 ceph-mon[103441]: pgmap v8800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:28 smithi026 ceph-mon[93126]: pgmap v8800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:28.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:28.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:29.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:29.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:30.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:30.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:30 smithi089 ceph-mon[103441]: pgmap v8801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:31.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:30 smithi026 ceph-mon[93126]: pgmap v8801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:31.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:31.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:32.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:32.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:32 smithi089 ceph-mon[103441]: pgmap v8802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:33.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:32 smithi026 ceph-mon[93126]: pgmap v8802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:33.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:33.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:34.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:34.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:34 smithi089 ceph-mon[103441]: pgmap v8803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:34 smithi026 ceph-mon[93126]: pgmap v8803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:35.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:35.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:36.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:36.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:36 smithi089 ceph-mon[103441]: pgmap v8804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:37.237 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:36 smithi026 ceph-mon[93126]: pgmap v8804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:37.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:37.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:38 smithi089 ceph-mon[103441]: pgmap v8805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:38 smithi026 ceph-mon[93126]: pgmap v8805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:38.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:38.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:39.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:39.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:40.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:40.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:40 smithi089 ceph-mon[103441]: pgmap v8806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:41.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:40 smithi026 ceph-mon[93126]: pgmap v8806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:41.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:41.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:42.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:42.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:42 smithi089 ceph-mon[103441]: pgmap v8807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:42 smithi026 ceph-mon[93126]: pgmap v8807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:43.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:43.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:44.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:44.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:44 smithi089 ceph-mon[103441]: pgmap v8808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:44 smithi026 ceph-mon[93126]: pgmap v8808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:45.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:45.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:46.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:46.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:46 smithi089 ceph-mon[103441]: pgmap v8809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:46 smithi026 ceph-mon[93126]: pgmap v8809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:47.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:47.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:48 smithi089 ceph-mon[103441]: pgmap v8810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:48 smithi026 ceph-mon[93126]: pgmap v8810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:48.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:48.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:33:49.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:49.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:50 smithi089 ceph-mon[103441]: pgmap v8811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:50 smithi026 ceph-mon[93126]: pgmap v8811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:50.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:50.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:51.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:51.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:52.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:52.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:52 smithi089 ceph-mon[103441]: pgmap v8812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:52 smithi026 ceph-mon[93126]: pgmap v8812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:53.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:53.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:54.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:54.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:54 smithi089 ceph-mon[103441]: pgmap v8813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:55.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:54 smithi026 ceph-mon[93126]: pgmap v8813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:55.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:55.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:56.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:56.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:56 smithi089 ceph-mon[103441]: pgmap v8814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:33:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:33:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:33:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:33:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:33:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:33:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:56 smithi026 ceph-mon[93126]: pgmap v8814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:33:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:33:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:33:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:33:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:33:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:33:57.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:33:57.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:57.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:33:58 smithi089 ceph-mon[103441]: pgmap v8815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:33:58 smithi026 ceph-mon[93126]: pgmap v8815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:33:58.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:58.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:33:59.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:33:59.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:00.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:00.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:00 smithi089 ceph-mon[103441]: pgmap v8816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:01.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:00 smithi026 ceph-mon[93126]: pgmap v8816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:01.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:01.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:02.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:02.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:02 smithi089 ceph-mon[103441]: pgmap v8817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:03.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:02 smithi026 ceph-mon[93126]: pgmap v8817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:03.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:03.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:04.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:04.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:04 smithi089 ceph-mon[103441]: pgmap v8818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:04 smithi026 ceph-mon[93126]: pgmap v8818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:05.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:05.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:06.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:06.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:06 smithi089 ceph-mon[103441]: pgmap v8819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:06 smithi026 ceph-mon[93126]: pgmap v8819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:07.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:07.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:08 smithi089 ceph-mon[103441]: pgmap v8820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:08 smithi026 ceph-mon[93126]: pgmap v8820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:08.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:08.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:09.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:09.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:10.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:10.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:10 smithi089 ceph-mon[103441]: pgmap v8821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:10 smithi026 ceph-mon[93126]: pgmap v8821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:11.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:11.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:12.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:12.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:12 smithi026 ceph-mon[93126]: pgmap v8822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:13.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:12 smithi089 ceph-mon[103441]: pgmap v8822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:13.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:13.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:14.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:14.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:14 smithi089 ceph-mon[103441]: pgmap v8823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:15.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:14 smithi026 ceph-mon[93126]: pgmap v8823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:15.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:15.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:16.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:16.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:16 smithi089 ceph-mon[103441]: pgmap v8824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:16 smithi026 ceph-mon[93126]: pgmap v8824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:17.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:17.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:18 smithi089 ceph-mon[103441]: pgmap v8825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:18 smithi026 ceph-mon[93126]: pgmap v8825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:18.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:18.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:19.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:19.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:20 smithi089 ceph-mon[103441]: pgmap v8826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:20 smithi026 ceph-mon[93126]: pgmap v8826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:20.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:20.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:21.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:21.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:22.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:22.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:23.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:22 smithi026 ceph-mon[93126]: pgmap v8827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:22 smithi089 ceph-mon[103441]: pgmap v8827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:23.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:23.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:24.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:24.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:24 smithi089 ceph-mon[103441]: pgmap v8828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:25.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:24 smithi026 ceph-mon[93126]: pgmap v8828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:25.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:25.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:26.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:26.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:26 smithi089 ceph-mon[103441]: pgmap v8829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:26 smithi026 ceph-mon[93126]: pgmap v8829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:27.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:27.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:28 smithi089 ceph-mon[103441]: pgmap v8830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:28 smithi026 ceph-mon[93126]: pgmap v8830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:28.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:28.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:29.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:29.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:30.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:30.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:30 smithi089 ceph-mon[103441]: pgmap v8831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:31.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:30 smithi026 ceph-mon[93126]: pgmap v8831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:31.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:31.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:32.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:32.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:32 smithi089 ceph-mon[103441]: pgmap v8832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:32 smithi026 ceph-mon[93126]: pgmap v8832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:33.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:33.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:34.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:34.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:34 smithi089 ceph-mon[103441]: pgmap v8833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:34 smithi026 ceph-mon[93126]: pgmap v8833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:35.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:35.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:36.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:36.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:36 smithi089 ceph-mon[103441]: pgmap v8834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:37.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:36 smithi026 ceph-mon[93126]: pgmap v8834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:37.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:37.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:38 smithi089 ceph-mon[103441]: pgmap v8835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:38 smithi026 ceph-mon[93126]: pgmap v8835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:38.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:38.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:39.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:39.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:40.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:40.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:40 smithi089 ceph-mon[103441]: pgmap v8836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:41.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:40 smithi026 ceph-mon[93126]: pgmap v8836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:41.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:41.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:42.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:42.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:42 smithi089 ceph-mon[103441]: pgmap v8837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:43.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:42 smithi026 ceph-mon[93126]: pgmap v8837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:43.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:43.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:44.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:44.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:44 smithi089 ceph-mon[103441]: pgmap v8838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:44 smithi026 ceph-mon[93126]: pgmap v8838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:45.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:45.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:46.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:46.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:46 smithi089 ceph-mon[103441]: pgmap v8839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:46 smithi026 ceph-mon[93126]: pgmap v8839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:47.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:47.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:48.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:48 smithi089 ceph-mon[103441]: pgmap v8840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:48 smithi026 ceph-mon[93126]: pgmap v8840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:48.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:48.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:34:49.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:49.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:50 smithi089 ceph-mon[103441]: pgmap v8841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:50 smithi026 ceph-mon[93126]: pgmap v8841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:50.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:50.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:51.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:51.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:52.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:52.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:52 smithi089 ceph-mon[103441]: pgmap v8842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:53.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:52 smithi026 ceph-mon[93126]: pgmap v8842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:53.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:53.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:54.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:54.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:54 smithi089 ceph-mon[103441]: pgmap v8843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:55.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:54 smithi026 ceph-mon[93126]: pgmap v8843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:55.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:55.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:56.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:56.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:57.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:56 smithi089 ceph-mon[103441]: pgmap v8844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:34:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:56 smithi026 ceph-mon[93126]: pgmap v8844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:34:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:34:57.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:57.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:34:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:34:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:34:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:34:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:34:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:34:58 smithi026 ceph-mon[93126]: pgmap v8845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:34:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:34:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:34:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:34:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:34:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:34:58 smithi089 ceph-mon[103441]: pgmap v8845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:34:58.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:58.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:34:59.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:34:59.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:00.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:00.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:00 smithi089 ceph-mon[103441]: pgmap v8846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:01.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:00 smithi026 ceph-mon[93126]: pgmap v8846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:01.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:01.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:02.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:02.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:02 smithi089 ceph-mon[103441]: pgmap v8847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:03.218 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:02 smithi026 ceph-mon[93126]: pgmap v8847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:03.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:03.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:04.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:04.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:04 smithi089 ceph-mon[103441]: pgmap v8848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:04 smithi026 ceph-mon[93126]: pgmap v8848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:05.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:05.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:06.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:06.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:06 smithi089 ceph-mon[103441]: pgmap v8849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:06 smithi026 ceph-mon[93126]: pgmap v8849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:08.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:08.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:08 smithi026 ceph-mon[93126]: pgmap v8850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:08 smithi089 ceph-mon[103441]: pgmap v8850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:09.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:09.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:10.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:10.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:11.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:11.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:10 smithi089 ceph-mon[103441]: pgmap v8851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:11.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:10 smithi026 ceph-mon[93126]: pgmap v8851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:12.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:12.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:13.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:13.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:12 smithi089 ceph-mon[103441]: pgmap v8852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:12 smithi026 ceph-mon[93126]: pgmap v8852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:14.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:14.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:15.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:15.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:14 smithi089 ceph-mon[103441]: pgmap v8853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:15.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:14 smithi026 ceph-mon[93126]: pgmap v8853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:16.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:16.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:17.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:17.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:16 smithi089 ceph-mon[103441]: pgmap v8854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:16 smithi026 ceph-mon[93126]: pgmap v8854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:18.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:18.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:18 smithi089 ceph-mon[103441]: pgmap v8855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:18 smithi026 ceph-mon[93126]: pgmap v8855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:19.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:19.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:20.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:20.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:20.655 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:20 smithi089 ceph-mon[103441]: pgmap v8856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:20 smithi026 ceph-mon[93126]: pgmap v8856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:21.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:21.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:22.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:22.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:23.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:23.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:22 smithi089 ceph-mon[103441]: pgmap v8857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:23.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:22 smithi026 ceph-mon[93126]: pgmap v8857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:24.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:24.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:25.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:25.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:24 smithi089 ceph-mon[103441]: pgmap v8858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:25.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:24 smithi026 ceph-mon[93126]: pgmap v8858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:26.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:26.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:27.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:27.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:26 smithi089 ceph-mon[103441]: pgmap v8859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:26 smithi026 ceph-mon[93126]: pgmap v8859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:28.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:28.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:28 smithi089 ceph-mon[103441]: pgmap v8860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:28 smithi026 ceph-mon[93126]: pgmap v8860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:29.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:29.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:30.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:30.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:31.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:31.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:30 smithi089 ceph-mon[103441]: pgmap v8861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:30 smithi026 ceph-mon[93126]: pgmap v8861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:32.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:32.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:33.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:33.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:32 smithi089 ceph-mon[103441]: pgmap v8862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:33.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:32 smithi026 ceph-mon[93126]: pgmap v8862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:34.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:34.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:35.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:35.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:34 smithi089 ceph-mon[103441]: pgmap v8863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:34 smithi026 ceph-mon[93126]: pgmap v8863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:36.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:36.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:37.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:37.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:36 smithi089 ceph-mon[103441]: pgmap v8864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:36 smithi026 ceph-mon[93126]: pgmap v8864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:38.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:38.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:38.618 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:38 smithi026 ceph-mon[93126]: pgmap v8865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:38 smithi089 ceph-mon[103441]: pgmap v8865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:39.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:39.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:40.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:40.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:41.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:41.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:40 smithi089 ceph-mon[103441]: pgmap v8866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:40 smithi026 ceph-mon[93126]: pgmap v8866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:42.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:42.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:43.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:43.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:43.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:42 smithi089 ceph-mon[103441]: pgmap v8867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:43.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:42 smithi026 ceph-mon[93126]: pgmap v8867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:44.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:44.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:45.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:45.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:44 smithi089 ceph-mon[103441]: pgmap v8868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:44 smithi026 ceph-mon[93126]: pgmap v8868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:46.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:46.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:47.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:47.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:46 smithi089 ceph-mon[103441]: pgmap v8869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:46 smithi026 ceph-mon[93126]: pgmap v8869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:48.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:48.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:48 smithi089 ceph-mon[103441]: pgmap v8870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:48.734 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:48 smithi026 ceph-mon[93126]: pgmap v8870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:49.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:49.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:35:50.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:50.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:50 smithi089 ceph-mon[103441]: pgmap v8871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:50 smithi026 ceph-mon[93126]: pgmap v8871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:51.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:51.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:52.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:52.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:53.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:53.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:52 smithi089 ceph-mon[103441]: pgmap v8872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:53.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:52 smithi026 ceph-mon[93126]: pgmap v8872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:54.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:54.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:55.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:55.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:54 smithi089 ceph-mon[103441]: pgmap v8873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:54 smithi026 ceph-mon[93126]: pgmap v8873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:56.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:56.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:57.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:57.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:56 smithi089 ceph-mon[103441]: pgmap v8874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:56 smithi026 ceph-mon[93126]: pgmap v8874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:35:58.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:58.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:35:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:35:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:58 smithi089 ceph-mon[103441]: pgmap v8875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:35:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:35:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:35:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:35:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:35:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:35:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:35:58.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:58 smithi026 ceph-mon[93126]: pgmap v8875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:35:58.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:35:58.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:35:58.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:35:58.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:35:58.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:35:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:35:59.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:35:59.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:00.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:00.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:01.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:01.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:00 smithi089 ceph-mon[103441]: pgmap v8876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:01.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:00 smithi026 ceph-mon[93126]: pgmap v8876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:02.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:02.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:03.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:03.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:03.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:02 smithi089 ceph-mon[103441]: pgmap v8877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:03.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:02 smithi026 ceph-mon[93126]: pgmap v8877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:04.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:04.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:05.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:05.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:04 smithi089 ceph-mon[103441]: pgmap v8878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:04 smithi026 ceph-mon[93126]: pgmap v8878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:06.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:06.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:07.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:07.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:06 smithi089 ceph-mon[103441]: pgmap v8879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:06 smithi026 ceph-mon[93126]: pgmap v8879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:08.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:08.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:08 smithi089 ceph-mon[103441]: pgmap v8880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:08 smithi026 ceph-mon[93126]: pgmap v8880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:09.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:09.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:10.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:10.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:11.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:11.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:10 smithi089 ceph-mon[103441]: pgmap v8881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:10 smithi026 ceph-mon[93126]: pgmap v8881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:12.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:12.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:13.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:13.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:12 smithi089 ceph-mon[103441]: pgmap v8882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:12 smithi026 ceph-mon[93126]: pgmap v8882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:14.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:14.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:15.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:15.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:14 smithi089 ceph-mon[103441]: pgmap v8883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:15.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:14 smithi026 ceph-mon[93126]: pgmap v8883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:16.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:16.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:17.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:17.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:16 smithi089 ceph-mon[103441]: pgmap v8884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:16 smithi026 ceph-mon[93126]: pgmap v8884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:18.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:18.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:18 smithi089 ceph-mon[103441]: pgmap v8885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:18 smithi026 ceph-mon[93126]: pgmap v8885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:19.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:19.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:19.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:20.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:20.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:20 smithi089 ceph-mon[103441]: pgmap v8886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:20 smithi026 ceph-mon[93126]: pgmap v8886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:21.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:21.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:22.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:22.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:23.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:23.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:22 smithi089 ceph-mon[103441]: pgmap v8887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:22 smithi026 ceph-mon[93126]: pgmap v8887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:24.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:24.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:25.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:25.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:24 smithi089 ceph-mon[103441]: pgmap v8888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:24 smithi026 ceph-mon[93126]: pgmap v8888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:26.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:26.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:27.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:27.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:26 smithi089 ceph-mon[103441]: pgmap v8889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:26 smithi026 ceph-mon[93126]: pgmap v8889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:28.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:28.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:28 smithi089 ceph-mon[103441]: pgmap v8890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:28 smithi026 ceph-mon[93126]: pgmap v8890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:29.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:29.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:30.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:30.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:31.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:31.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:30 smithi089 ceph-mon[103441]: pgmap v8891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:31.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:30 smithi026 ceph-mon[93126]: pgmap v8891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:32.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:32.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:33.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:33.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:33.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:32 smithi089 ceph-mon[103441]: pgmap v8892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:32 smithi026 ceph-mon[93126]: pgmap v8892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:34.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:34.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:34.250 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:35.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:35.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:34 smithi089 ceph-mon[103441]: pgmap v8893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:34 smithi026 ceph-mon[93126]: pgmap v8893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:36.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:36.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:37.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:37.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:36 smithi089 ceph-mon[103441]: pgmap v8894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:37.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:36 smithi026 ceph-mon[93126]: pgmap v8894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:38.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:38.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:38 smithi089 ceph-mon[103441]: pgmap v8895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:38 smithi026 ceph-mon[93126]: pgmap v8895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:39.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:39.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:40.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:40.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:41.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:41.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:40 smithi089 ceph-mon[103441]: pgmap v8896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:40 smithi026 ceph-mon[93126]: pgmap v8896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:42.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:42.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:43.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:43.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:42 smithi089 ceph-mon[103441]: pgmap v8897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:43.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:42 smithi026 ceph-mon[93126]: pgmap v8897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:44.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:44.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:45.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:45.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:44 smithi089 ceph-mon[103441]: pgmap v8898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:44 smithi026 ceph-mon[93126]: pgmap v8898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:46.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:46.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:47.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:47.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:46 smithi089 ceph-mon[103441]: pgmap v8899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:46 smithi026 ceph-mon[93126]: pgmap v8899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:48.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:48.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:48 smithi089 ceph-mon[103441]: pgmap v8900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:48 smithi026 ceph-mon[93126]: pgmap v8900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:49.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:49.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:36:50.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:50.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:50.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:50 smithi089 ceph-mon[103441]: pgmap v8901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:50 smithi026 ceph-mon[93126]: pgmap v8901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:51.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:51.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:52.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:52.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:52 smithi089 ceph-mon[103441]: pgmap v8902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:53.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:53.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:53.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:52 smithi026 ceph-mon[93126]: pgmap v8902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:54.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:54.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:54 smithi089 ceph-mon[103441]: pgmap v8903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:55.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:55.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:55.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:54 smithi026 ceph-mon[93126]: pgmap v8903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:56.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:56.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:56 smithi089 ceph-mon[103441]: pgmap v8904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:57.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:57.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:56 smithi026 ceph-mon[93126]: pgmap v8904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:36:58.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:58.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:58 smithi089 ceph-mon[103441]: pgmap v8905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:36:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:58 smithi026 ceph-mon[93126]: pgmap v8905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:36:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:36:59.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:36:59.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:36:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:36:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:36:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:36:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:36:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:36:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:36:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:36:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:36:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:36:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:36:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:36:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:37:00.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:00.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:00 smithi089 ceph-mon[103441]: pgmap v8906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:00 smithi026 ceph-mon[93126]: pgmap v8906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:01.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:01.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:02.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:02.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:02 smithi089 ceph-mon[103441]: pgmap v8907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:03.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:03.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:02 smithi026 ceph-mon[93126]: pgmap v8907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:04.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:04.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:05.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:05.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:04 smithi026 ceph-mon[93126]: pgmap v8908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:04 smithi089 ceph-mon[103441]: pgmap v8908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:06.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:06.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:06 smithi089 ceph-mon[103441]: pgmap v8909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:07.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:07.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:06 smithi026 ceph-mon[93126]: pgmap v8909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:08.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:08.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:08 smithi089 ceph-mon[103441]: pgmap v8910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:08 smithi026 ceph-mon[93126]: pgmap v8910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:09.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:09.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:10.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:10.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:10 smithi089 ceph-mon[103441]: pgmap v8911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:11.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:11.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:11.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:10 smithi026 ceph-mon[93126]: pgmap v8911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:12.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:12.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:13.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:13.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:12 smithi026 ceph-mon[93126]: pgmap v8912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:12 smithi089 ceph-mon[103441]: pgmap v8912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:14.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:14.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:15.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:14 smithi026 ceph-mon[93126]: pgmap v8913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:15.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:15.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:14 smithi089 ceph-mon[103441]: pgmap v8913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:16.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:16.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:16 smithi089 ceph-mon[103441]: pgmap v8914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:17.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:17.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:16 smithi026 ceph-mon[93126]: pgmap v8914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:18.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:18.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:18 smithi089 ceph-mon[103441]: pgmap v8915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:18 smithi026 ceph-mon[93126]: pgmap v8915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:19.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:19.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:19.766 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:20.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:20.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:20 smithi089 ceph-mon[103441]: pgmap v8916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:20 smithi026 ceph-mon[93126]: pgmap v8916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:21.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:21.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:22.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:22.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:23.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:23.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:23.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:22 smithi026 ceph-mon[93126]: pgmap v8917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:22 smithi089 ceph-mon[103441]: pgmap v8917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:24.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:24.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:25.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:25.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:25.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:24 smithi026 ceph-mon[93126]: pgmap v8918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:24 smithi089 ceph-mon[103441]: pgmap v8918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:26.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:26.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:27.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:27.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:26 smithi026 ceph-mon[93126]: pgmap v8919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:26 smithi089 ceph-mon[103441]: pgmap v8919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:28.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:28.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:28 smithi089 ceph-mon[103441]: pgmap v8920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:28 smithi026 ceph-mon[93126]: pgmap v8920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:29.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:29.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:30.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:30.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:31.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:31.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:31.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:30 smithi026 ceph-mon[93126]: pgmap v8921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:30 smithi089 ceph-mon[103441]: pgmap v8921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:32.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:32.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:33.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:33.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:33.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:32 smithi026 ceph-mon[93126]: pgmap v8922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:32 smithi089 ceph-mon[103441]: pgmap v8922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:34.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:34.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:35.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:35.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:34 smithi026 ceph-mon[93126]: pgmap v8923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:35.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:34 smithi089 ceph-mon[103441]: pgmap v8923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:36.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:36.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:37.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:37.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:36 smithi026 ceph-mon[93126]: pgmap v8924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:36 smithi089 ceph-mon[103441]: pgmap v8924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:38.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:38.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:38 smithi089 ceph-mon[103441]: pgmap v8925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:38 smithi026 ceph-mon[93126]: pgmap v8925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:39.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:39.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:40.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:40.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:41.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:41.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:41.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:40 smithi026 ceph-mon[93126]: pgmap v8926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:40 smithi089 ceph-mon[103441]: pgmap v8926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:42.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:42.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:43.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:43.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:43.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:42 smithi026 ceph-mon[93126]: pgmap v8927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:42 smithi089 ceph-mon[103441]: pgmap v8927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:44.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:44.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:45.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:45.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:44 smithi026 ceph-mon[93126]: pgmap v8928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:44 smithi089 ceph-mon[103441]: pgmap v8928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:46.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:46.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:47.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:47.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:46 smithi026 ceph-mon[93126]: pgmap v8929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:46 smithi089 ceph-mon[103441]: pgmap v8929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:48.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:48.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:48 smithi089 ceph-mon[103441]: pgmap v8930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:48 smithi026 ceph-mon[93126]: pgmap v8930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:49.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:49.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:37:50.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:50.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:50 smithi089 ceph-mon[103441]: pgmap v8931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:50 smithi026 ceph-mon[93126]: pgmap v8931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:51.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:51.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:52.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:52.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:53.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:53.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:53.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:52 smithi026 ceph-mon[93126]: pgmap v8932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:52 smithi089 ceph-mon[103441]: pgmap v8932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:54.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:54.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:55.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:55.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:55.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:54 smithi026 ceph-mon[93126]: pgmap v8933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:54 smithi089 ceph-mon[103441]: pgmap v8933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:56.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:56.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:57.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:57.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:57.291 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:56 smithi089 ceph-mon[103441]: pgmap v8934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:56 smithi026 ceph-mon[93126]: pgmap v8934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:37:58.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:58.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:58 smithi089 ceph-mon[103441]: pgmap v8935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:58 smithi026 ceph-mon[93126]: pgmap v8935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:37:59.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:37:59.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:37:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:37:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:37:59.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:37:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:38:00.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:00.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:00 smithi026 ceph-mon[93126]: pgmap v8936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:00 smithi089 ceph-mon[103441]: pgmap v8936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:01.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:01.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:02.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:02.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:03.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:03.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:03.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:02 smithi026 ceph-mon[93126]: pgmap v8937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:02 smithi089 ceph-mon[103441]: pgmap v8937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:04.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:04.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:38:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:38:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:38:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:38:05.281 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:04 smithi026 ceph-mon[93126]: pgmap v8938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:05.281 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:38:05.282 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:38:05.282 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:38:05.282 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:38:05.282 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:38:05.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:05.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:04 smithi089 ceph-mon[103441]: pgmap v8938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:38:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:38:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:38:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:38:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:38:06.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:06.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:07.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:07.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:06 smithi026 ceph-mon[93126]: pgmap v8939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:07.400 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:06 smithi089 ceph-mon[103441]: pgmap v8939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:08.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:08.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:08 smithi089 ceph-mon[103441]: pgmap v8940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:08 smithi026 ceph-mon[93126]: pgmap v8940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:09.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:09.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:10.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:10.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:11.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:10 smithi026 ceph-mon[93126]: pgmap v8941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:11.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:11.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:10 smithi089 ceph-mon[103441]: pgmap v8941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:12.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:12.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:12 smithi026 ceph-mon[93126]: pgmap v8942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:13.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:13.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:13.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:12 smithi089 ceph-mon[103441]: pgmap v8942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:14.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:14.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:14 smithi026 ceph-mon[93126]: pgmap v8943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:15.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:15.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:15.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:14 smithi089 ceph-mon[103441]: pgmap v8943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:16.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:16.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:16 smithi026 ceph-mon[93126]: pgmap v8944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:17.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:17.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:16 smithi089 ceph-mon[103441]: pgmap v8944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:18.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:18.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:18 smithi089 ceph-mon[103441]: pgmap v8945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:18 smithi026 ceph-mon[93126]: pgmap v8945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:19.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:19.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:20.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:20.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:20 smithi089 ceph-mon[103441]: pgmap v8946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:20 smithi026 ceph-mon[93126]: pgmap v8946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:21.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:21.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:22.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:22.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:23.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:22 smithi026 ceph-mon[93126]: pgmap v8947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:23.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:23.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:22 smithi089 ceph-mon[103441]: pgmap v8947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:24.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:24.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:24 smithi026 ceph-mon[93126]: pgmap v8948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:25.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:25.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:24 smithi089 ceph-mon[103441]: pgmap v8948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:26.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:26.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:26 smithi026 ceph-mon[93126]: pgmap v8949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:27.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:27.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:26 smithi089 ceph-mon[103441]: pgmap v8949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:28.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:28.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:28 smithi089 ceph-mon[103441]: pgmap v8950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:28 smithi026 ceph-mon[93126]: pgmap v8950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:29.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:29.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:30.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:30.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:30 smithi026 ceph-mon[93126]: pgmap v8951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:31.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:31.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:30 smithi089 ceph-mon[103441]: pgmap v8951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:32.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:32.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:32 smithi026 ceph-mon[93126]: pgmap v8952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:33.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:33.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:32 smithi089 ceph-mon[103441]: pgmap v8952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:34.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:34.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:34 smithi026 ceph-mon[93126]: pgmap v8953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:35.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:35.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:34 smithi089 ceph-mon[103441]: pgmap v8953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:36.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:36.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:37.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:36 smithi026 ceph-mon[93126]: pgmap v8954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:37.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:37.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:36 smithi089 ceph-mon[103441]: pgmap v8954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:38.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:38.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:38 smithi089 ceph-mon[103441]: pgmap v8955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:38 smithi026 ceph-mon[93126]: pgmap v8955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:39.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:39.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:40.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:40.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:41.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:40 smithi026 ceph-mon[93126]: pgmap v8956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:41.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:41.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:40 smithi089 ceph-mon[103441]: pgmap v8956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:42.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:42.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:42 smithi089 ceph-mon[103441]: pgmap v8957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:43.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:42 smithi026 ceph-mon[93126]: pgmap v8957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:43.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:43.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:44.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:44.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:44 smithi026 ceph-mon[93126]: pgmap v8958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:45.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:45.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:44 smithi089 ceph-mon[103441]: pgmap v8958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:46.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:46.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:46 smithi026 ceph-mon[93126]: pgmap v8959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:47.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:47.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:46 smithi089 ceph-mon[103441]: pgmap v8959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:48.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:48.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:48 smithi089 ceph-mon[103441]: pgmap v8960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:48 smithi026 ceph-mon[93126]: pgmap v8960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:49.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:49.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:38:50.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:50.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:50 smithi089 ceph-mon[103441]: pgmap v8961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:50.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:50 smithi026 ceph-mon[93126]: pgmap v8961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:51.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:51.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:52.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:52.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:52 smithi089 ceph-mon[103441]: pgmap v8962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:53.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:52 smithi026 ceph-mon[93126]: pgmap v8962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:53.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:53.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:54.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:54.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:55.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:54 smithi026 ceph-mon[93126]: pgmap v8963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:55.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:55.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:54 smithi089 ceph-mon[103441]: pgmap v8963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:56.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:56.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:56 smithi026 ceph-mon[93126]: pgmap v8964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:57.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:57.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:56 smithi089 ceph-mon[103441]: pgmap v8964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:38:58.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:58.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:38:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:38:58 smithi089 ceph-mon[103441]: pgmap v8965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:38:58 smithi026 ceph-mon[93126]: pgmap v8965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:38:59.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:38:59.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:00.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:00.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:01.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:00 smithi026 ceph-mon[93126]: pgmap v8966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:01.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:01.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:00 smithi089 ceph-mon[103441]: pgmap v8966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:02.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:02.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:03.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:02 smithi026 ceph-mon[93126]: pgmap v8967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:03.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:03.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:02 smithi089 ceph-mon[103441]: pgmap v8967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:04.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:04.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:04 smithi026 ceph-mon[93126]: pgmap v8968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:39:05.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:05.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:04 smithi089 ceph-mon[103441]: pgmap v8968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:39:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:39:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:39:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:39:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:39:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:39:06.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:06.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:39:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:39:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:39:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:39:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:39:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:07 smithi026 ceph-mon[93126]: pgmap v8969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:07.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:07.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:07 smithi089 ceph-mon[103441]: pgmap v8969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:08.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:08.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:08 smithi089 ceph-mon[103441]: pgmap v8970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:08 smithi026 ceph-mon[93126]: pgmap v8970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:09.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:09.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:10.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:10.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:11.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:10 smithi026 ceph-mon[93126]: pgmap v8971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:11.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:11.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:10 smithi089 ceph-mon[103441]: pgmap v8971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:12.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:12.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:12 smithi026 ceph-mon[93126]: pgmap v8972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:13.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:13.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:13.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:12 smithi089 ceph-mon[103441]: pgmap v8972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:14.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:14.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:15.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:14 smithi026 ceph-mon[93126]: pgmap v8973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:15.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:15.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:15.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:14 smithi089 ceph-mon[103441]: pgmap v8973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:16.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:16.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:16 smithi026 ceph-mon[93126]: pgmap v8974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:17.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:17.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:16 smithi089 ceph-mon[103441]: pgmap v8974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:18.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:18.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:18.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:18 smithi089 ceph-mon[103441]: pgmap v8975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:18 smithi026 ceph-mon[93126]: pgmap v8975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:19.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:19.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:20.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:20.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:20 smithi026 ceph-mon[93126]: pgmap v8976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:20 smithi089 ceph-mon[103441]: pgmap v8976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:21.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:21.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:22.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:22.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:22 smithi026 ceph-mon[93126]: pgmap v8977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:22 smithi089 ceph-mon[103441]: pgmap v8977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:23.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:23.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:24.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:24.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:25.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:24 smithi026 ceph-mon[93126]: pgmap v8978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:24 smithi089 ceph-mon[103441]: pgmap v8978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:25.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:25.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:26.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:26.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:26 smithi026 ceph-mon[93126]: pgmap v8979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:26 smithi089 ceph-mon[103441]: pgmap v8979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:27.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:27.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:28.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:28.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:28 smithi089 ceph-mon[103441]: pgmap v8980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:28 smithi026 ceph-mon[93126]: pgmap v8980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:29.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:29.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:30.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:30.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:31.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:30 smithi026 ceph-mon[93126]: pgmap v8981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:30 smithi089 ceph-mon[103441]: pgmap v8981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:31.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:31.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:32.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:32.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:33.298 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:32 smithi089 ceph-mon[103441]: pgmap v8982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:33.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:32 smithi026 ceph-mon[93126]: pgmap v8982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:33.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:33.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:34.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:34.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:34 smithi026 ceph-mon[93126]: pgmap v8983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:34 smithi089 ceph-mon[103441]: pgmap v8983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:35.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:35.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:36.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:36.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:36 smithi026 ceph-mon[93126]: pgmap v8984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:36 smithi089 ceph-mon[103441]: pgmap v8984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:37.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:37.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:38.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:38.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:38 smithi089 ceph-mon[103441]: pgmap v8985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:38 smithi026 ceph-mon[93126]: pgmap v8985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:39.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:39.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:40.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:40.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:41.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:40 smithi026 ceph-mon[93126]: pgmap v8986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:40 smithi089 ceph-mon[103441]: pgmap v8986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:41.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:41.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:42.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:42.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:43.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:42 smithi026 ceph-mon[93126]: pgmap v8987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:43.405 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:42 smithi089 ceph-mon[103441]: pgmap v8987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:43.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:43.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:44.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:44.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:44 smithi026 ceph-mon[93126]: pgmap v8988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:44 smithi089 ceph-mon[103441]: pgmap v8988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:45.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:45.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:46.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:46.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:46 smithi026 ceph-mon[93126]: pgmap v8989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:46 smithi089 ceph-mon[103441]: pgmap v8989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:47.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:47.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:48.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:48.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:48 smithi089 ceph-mon[103441]: pgmap v8990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:48 smithi026 ceph-mon[93126]: pgmap v8990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:49.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:49.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:39:50.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:50.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:50 smithi026 ceph-mon[93126]: pgmap v8991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:50 smithi089 ceph-mon[103441]: pgmap v8991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:51.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:51.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:52.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:52.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:53.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:52 smithi026 ceph-mon[93126]: pgmap v8992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:52 smithi089 ceph-mon[103441]: pgmap v8992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:53.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:53.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:54.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:54.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:55.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:54 smithi026 ceph-mon[93126]: pgmap v8993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:54 smithi089 ceph-mon[103441]: pgmap v8993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:55.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:55.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:56.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:56.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:56 smithi026 ceph-mon[93126]: pgmap v8994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:56 smithi089 ceph-mon[103441]: pgmap v8994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:39:57.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:57.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:58.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:58.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:39:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:39:58 smithi089 ceph-mon[103441]: pgmap v8995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:39:58 smithi026 ceph-mon[93126]: pgmap v8995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:39:59.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:39:59.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:00.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:00.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:01.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:00 smithi026 ceph-mon[93126]: pgmap v8996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T01:40:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:00 smithi089 ceph-mon[103441]: pgmap v8996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T01:40:01.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:01.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:02.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:02.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:03.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:02 smithi026 ceph-mon[93126]: pgmap v8997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:02 smithi089 ceph-mon[103441]: pgmap v8997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:03.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:03.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:04.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:04.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:04 smithi026 ceph-mon[93126]: pgmap v8998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:04 smithi089 ceph-mon[103441]: pgmap v8998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:05.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:05.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:40:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:40:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:06.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:06.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:06 smithi026 ceph-mon[93126]: pgmap v8999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:06 smithi089 ceph-mon[103441]: pgmap v8999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:07.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:07.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:08.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:08.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:08 smithi026 ceph-mon[93126]: pgmap v9000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:08 smithi089 ceph-mon[103441]: pgmap v9000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:09.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:09.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:10.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:10.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:11.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:10 smithi026 ceph-mon[93126]: pgmap v9001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:10 smithi089 ceph-mon[103441]: pgmap v9001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:11.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:11.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:12.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:12.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:12 smithi026 ceph-mon[93126]: pgmap v9002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:13.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:12 smithi089 ceph-mon[103441]: pgmap v9002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:13.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:13.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:40:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:40:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:40:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:40:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:40:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:40:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:40:14.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:14.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:14 smithi026 ceph-mon[93126]: pgmap v9003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:14 smithi089 ceph-mon[103441]: pgmap v9003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:15.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:15.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:16.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:16.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:17.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:16 smithi026 ceph-mon[93126]: pgmap v9004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:16 smithi089 ceph-mon[103441]: pgmap v9004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:17.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:17.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:18.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:18.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:18.772 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:18 smithi089 ceph-mon[103441]: pgmap v9005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:18 smithi026 ceph-mon[93126]: pgmap v9005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:19.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:19.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:20.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:20.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:20 smithi026 ceph-mon[93126]: pgmap v9006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:20 smithi089 ceph-mon[103441]: pgmap v9006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:21.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:21.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:22.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:22.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:22 smithi026 ceph-mon[93126]: pgmap v9007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:22 smithi089 ceph-mon[103441]: pgmap v9007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:23.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:23.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:24.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:24.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:25.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:24 smithi026 ceph-mon[93126]: pgmap v9008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:24 smithi089 ceph-mon[103441]: pgmap v9008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:25.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:25.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:26.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:26.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:26 smithi026 ceph-mon[93126]: pgmap v9009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:26 smithi089 ceph-mon[103441]: pgmap v9009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:27.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:27.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:28.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:28.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:28 smithi026 ceph-mon[93126]: pgmap v9010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:28.878 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:28 smithi089 ceph-mon[103441]: pgmap v9010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:29.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:29.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:30.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:30.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:30 smithi026 ceph-mon[93126]: pgmap v9011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:30 smithi089 ceph-mon[103441]: pgmap v9011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:31.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:31.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:32.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:32.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:33.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:32 smithi026 ceph-mon[93126]: pgmap v9012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:32 smithi089 ceph-mon[103441]: pgmap v9012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:33.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:33.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:34.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:34.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:35 smithi026 ceph-mon[93126]: pgmap v9013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:35 smithi089 ceph-mon[103441]: pgmap v9013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:35.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:35.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:36.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:36.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:37.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:37 smithi026 ceph-mon[93126]: pgmap v9014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:37 smithi089 ceph-mon[103441]: pgmap v9014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:37.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:37.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:38.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:38.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:38 smithi026 ceph-mon[93126]: pgmap v9015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:38 smithi089 ceph-mon[103441]: pgmap v9015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:39.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:39.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:40.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:40.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:41.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:40 smithi026 ceph-mon[93126]: pgmap v9016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:41.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:40 smithi089 ceph-mon[103441]: pgmap v9016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:41.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:41.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:42.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:42.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:43.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:42 smithi026 ceph-mon[93126]: pgmap v9017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:42 smithi089 ceph-mon[103441]: pgmap v9017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:43.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:43.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:44.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:44.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:44 smithi026 ceph-mon[93126]: pgmap v9018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:45 smithi089 ceph-mon[103441]: pgmap v9018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:45.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:45.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:46.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:46.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:47 smithi026 ceph-mon[93126]: pgmap v9019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:47 smithi089 ceph-mon[103441]: pgmap v9019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:47.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:47.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:48.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:48.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:48 smithi026 ceph-mon[93126]: pgmap v9020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:48 smithi089 ceph-mon[103441]: pgmap v9020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:49.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:49.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:40:50.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:50.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:50 smithi026 ceph-mon[93126]: pgmap v9021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:50 smithi089 ceph-mon[103441]: pgmap v9021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:51.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:51.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:52.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:52.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:52 smithi026 ceph-mon[93126]: pgmap v9022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:52 smithi089 ceph-mon[103441]: pgmap v9022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:53.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:53.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:54.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:54.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:55.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:55 smithi026 ceph-mon[93126]: pgmap v9023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:55 smithi089 ceph-mon[103441]: pgmap v9023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:55.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:55.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:56.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:56.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:57 smithi026 ceph-mon[93126]: pgmap v9024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:57 smithi089 ceph-mon[103441]: pgmap v9024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:40:57.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:57.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:58.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:58.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:40:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:40:58 smithi026 ceph-mon[93126]: pgmap v9025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:40:58 smithi089 ceph-mon[103441]: pgmap v9025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:40:59.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:40:59.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:00.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:00.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:01.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:01 smithi026 ceph-mon[93126]: pgmap v9026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:01 smithi089 ceph-mon[103441]: pgmap v9026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:01.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:01.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:02.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:02.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:03.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:03 smithi026 ceph-mon[93126]: pgmap v9027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:03 smithi089 ceph-mon[103441]: pgmap v9027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:03.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:03.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:04.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:04.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:05 smithi026 ceph-mon[93126]: pgmap v9028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:05 smithi089 ceph-mon[103441]: pgmap v9028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:05.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:05.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:06.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:06.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:07 smithi026 ceph-mon[93126]: pgmap v9029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:07 smithi089 ceph-mon[103441]: pgmap v9029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:07.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:07.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:08.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:08.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:08 smithi026 ceph-mon[93126]: pgmap v9030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:08 smithi089 ceph-mon[103441]: pgmap v9030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:09.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:09.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:10.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:10.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:11 smithi026 ceph-mon[93126]: pgmap v9031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:11 smithi089 ceph-mon[103441]: pgmap v9031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:11.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:11.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:12.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:12.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:13 smithi026 ceph-mon[93126]: pgmap v9032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:13 smithi089 ceph-mon[103441]: pgmap v9032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:13.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:13.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:41:14.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:41:14.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:14.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:15 smithi026 ceph-mon[93126]: pgmap v9033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:41:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:41:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:41:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:41:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:41:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:15 smithi089 ceph-mon[103441]: pgmap v9033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:41:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:41:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:41:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:41:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:41:15.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:15.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:16.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:16.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:17 smithi026 ceph-mon[93126]: pgmap v9034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:17 smithi089 ceph-mon[103441]: pgmap v9034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:17.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:17.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:18.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:18.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:18 smithi026 ceph-mon[93126]: pgmap v9035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:18 smithi089 ceph-mon[103441]: pgmap v9035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:19.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:19.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:20.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:20.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:20 smithi026 ceph-mon[93126]: pgmap v9036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:20 smithi089 ceph-mon[103441]: pgmap v9036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:21.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:21.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:22.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:22.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:23 smithi026 ceph-mon[93126]: pgmap v9037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:23 smithi089 ceph-mon[103441]: pgmap v9037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:23.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:23.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:24.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:24.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:25 smithi026 ceph-mon[93126]: pgmap v9038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:25 smithi089 ceph-mon[103441]: pgmap v9038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:25.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:25.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:26.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:26.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:27 smithi026 ceph-mon[93126]: pgmap v9039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:27 smithi089 ceph-mon[103441]: pgmap v9039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:27.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:27.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:28.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:28.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:28 smithi026 ceph-mon[93126]: pgmap v9040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:28 smithi089 ceph-mon[103441]: pgmap v9040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:29.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:29.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:30.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:30.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:31.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:31 smithi026 ceph-mon[93126]: pgmap v9041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:31 smithi089 ceph-mon[103441]: pgmap v9041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:31.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:31.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:32.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:32.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:33 smithi026 ceph-mon[93126]: pgmap v9042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:33 smithi089 ceph-mon[103441]: pgmap v9042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:33.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:33.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:34.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:34.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:35 smithi026 ceph-mon[93126]: pgmap v9043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:35 smithi089 ceph-mon[103441]: pgmap v9043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:35.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:35.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:36.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:36.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:37.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:37 smithi026 ceph-mon[93126]: pgmap v9044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:37 smithi089 ceph-mon[103441]: pgmap v9044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:37.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:37.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:38.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:38.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:38 smithi026 ceph-mon[93126]: pgmap v9045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:38 smithi089 ceph-mon[103441]: pgmap v9045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:39.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:39.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:40.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:40.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:41 smithi026 ceph-mon[93126]: pgmap v9046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:41 smithi089 ceph-mon[103441]: pgmap v9046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:41.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:41.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:42.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:42.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:43 smithi026 ceph-mon[93126]: pgmap v9047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:43 smithi089 ceph-mon[103441]: pgmap v9047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:43.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:43.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:44.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:44.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:45 smithi026 ceph-mon[93126]: pgmap v9048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:45 smithi089 ceph-mon[103441]: pgmap v9048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:45.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:45.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:46.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:46.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:47 smithi026 ceph-mon[93126]: pgmap v9049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:47 smithi089 ceph-mon[103441]: pgmap v9049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:47.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:47.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:48.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:48.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:48 smithi026 ceph-mon[93126]: pgmap v9050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:48 smithi089 ceph-mon[103441]: pgmap v9050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:49.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:49.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:49.721 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:41:50.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:50.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:50 smithi026 ceph-mon[93126]: pgmap v9051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:50 smithi089 ceph-mon[103441]: pgmap v9051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:51.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:51.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:52.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:52.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:53 smithi026 ceph-mon[93126]: pgmap v9052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:53 smithi089 ceph-mon[103441]: pgmap v9052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:53.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:53.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:54.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:54.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:55 smithi089 ceph-mon[103441]: pgmap v9053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:55.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:55 smithi026 ceph-mon[93126]: pgmap v9053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:55.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:55.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:56.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:56.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:57 smithi026 ceph-mon[93126]: pgmap v9054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:57 smithi089 ceph-mon[103441]: pgmap v9054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:41:57.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:57.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:58.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:58.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:41:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:41:58 smithi026 ceph-mon[93126]: pgmap v9055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:41:58 smithi089 ceph-mon[103441]: pgmap v9055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:41:59.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:41:59.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:00.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:00.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:01 smithi026 ceph-mon[93126]: pgmap v9056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:01 smithi089 ceph-mon[103441]: pgmap v9056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:01.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:01.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:02.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:02.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:03.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:03 smithi026 ceph-mon[93126]: pgmap v9057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:03 smithi089 ceph-mon[103441]: pgmap v9057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:03.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:03.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:04.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:04.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:05 smithi089 ceph-mon[103441]: pgmap v9058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:05 smithi026 ceph-mon[93126]: pgmap v9058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:05.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:05.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:06.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:06.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:07 smithi026 ceph-mon[93126]: pgmap v9059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:07 smithi089 ceph-mon[103441]: pgmap v9059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:07.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:07.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:08.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:08.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:08 smithi026 ceph-mon[93126]: pgmap v9060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:08 smithi089 ceph-mon[103441]: pgmap v9060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:09.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:09.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:10.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:10.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:11 smithi026 ceph-mon[93126]: pgmap v9061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:11 smithi089 ceph-mon[103441]: pgmap v9061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:11.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:11.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:12.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:12.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:13 smithi026 ceph-mon[93126]: pgmap v9062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:13 smithi089 ceph-mon[103441]: pgmap v9062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:13.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:13.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:14.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:14.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:15.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:15 smithi026 ceph-mon[93126]: pgmap v9063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:42:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:42:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:42:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:15 smithi089 ceph-mon[103441]: pgmap v9063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:42:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:42:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:42:15.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:15.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:42:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:42:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:42:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:42:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:42:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:42:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:42:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:42:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:42:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:42:16.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:16.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:17 smithi026 ceph-mon[93126]: pgmap v9064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:17 smithi089 ceph-mon[103441]: pgmap v9064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:17.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:17.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:18.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:18.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:18 smithi026 ceph-mon[93126]: pgmap v9065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:18 smithi089 ceph-mon[103441]: pgmap v9065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:19.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:19.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:20.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:20.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:20 smithi026 ceph-mon[93126]: pgmap v9066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:20 smithi089 ceph-mon[103441]: pgmap v9066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:21.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:21.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:22.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:22.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:23 smithi026 ceph-mon[93126]: pgmap v9067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:23 smithi089 ceph-mon[103441]: pgmap v9067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:23.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:23.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:24.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:24.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:25 smithi026 ceph-mon[93126]: pgmap v9068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:25 smithi089 ceph-mon[103441]: pgmap v9068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:25.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:25.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:26.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:26.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:27 smithi026 ceph-mon[93126]: pgmap v9069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:27 smithi089 ceph-mon[103441]: pgmap v9069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:27.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:27.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:28 smithi026 ceph-mon[93126]: pgmap v9070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:28.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:28.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:28 smithi089 ceph-mon[103441]: pgmap v9070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:29.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:29.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:30.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:30.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:31 smithi026 ceph-mon[93126]: pgmap v9071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:31 smithi089 ceph-mon[103441]: pgmap v9071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:31.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:31.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:32.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:32.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:33 smithi026 ceph-mon[93126]: pgmap v9072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:33 smithi089 ceph-mon[103441]: pgmap v9072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:33.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:33.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:34.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:34.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:35 smithi026 ceph-mon[93126]: pgmap v9073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:35 smithi089 ceph-mon[103441]: pgmap v9073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:35.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:35.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:36.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:36.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:37.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:37 smithi026 ceph-mon[93126]: pgmap v9074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:37 smithi089 ceph-mon[103441]: pgmap v9074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:37.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:37.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:38.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:38.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:38 smithi026 ceph-mon[93126]: pgmap v9075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:38 smithi089 ceph-mon[103441]: pgmap v9075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:39.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:39.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:40.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:40.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:41.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:41 smithi026 ceph-mon[93126]: pgmap v9076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:41 smithi089 ceph-mon[103441]: pgmap v9076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:41.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:41.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:42.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:42.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:43 smithi026 ceph-mon[93126]: pgmap v9077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:43 smithi089 ceph-mon[103441]: pgmap v9077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:43.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:43.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:44.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:44.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:45 smithi026 ceph-mon[93126]: pgmap v9078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:45.304 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:45 smithi089 ceph-mon[103441]: pgmap v9078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:45.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:45.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:46.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:46.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:47 smithi026 ceph-mon[93126]: pgmap v9079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:47 smithi089 ceph-mon[103441]: pgmap v9079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:47.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:47.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:48.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:48.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:48 smithi026 ceph-mon[93126]: pgmap v9080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:48 smithi089 ceph-mon[103441]: pgmap v9080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:49.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:49.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:42:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:50 smithi089 ceph-mon[103441]: pgmap v9081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:50.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:50.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:50 smithi026 ceph-mon[93126]: pgmap v9081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:51.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:51.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:52.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:52.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:53 smithi026 ceph-mon[93126]: pgmap v9082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:53 smithi089 ceph-mon[103441]: pgmap v9082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:53.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:53.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:54.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:54.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:55 smithi026 ceph-mon[93126]: pgmap v9083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:55.411 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:55 smithi089 ceph-mon[103441]: pgmap v9083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:55.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:55.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:56.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:56.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:57 smithi026 ceph-mon[93126]: pgmap v9084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:57 smithi089 ceph-mon[103441]: pgmap v9084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:42:57.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:57.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:58.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:58.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:42:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:42:58 smithi026 ceph-mon[93126]: pgmap v9085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:42:58 smithi089 ceph-mon[103441]: pgmap v9085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:42:59.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:42:59.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:00.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:00.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:01.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:01 smithi026 ceph-mon[93126]: pgmap v9086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:01 smithi089 ceph-mon[103441]: pgmap v9086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:01.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:01.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:02.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:02.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:03 smithi026 ceph-mon[93126]: pgmap v9087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:03 smithi089 ceph-mon[103441]: pgmap v9087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:03.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:03.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:04.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:04.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:05 smithi026 ceph-mon[93126]: pgmap v9088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:05 smithi089 ceph-mon[103441]: pgmap v9088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:05.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:05.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:06.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:06.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:07 smithi026 ceph-mon[93126]: pgmap v9089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:07 smithi089 ceph-mon[103441]: pgmap v9089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:07.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:07.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:08.727 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:08 smithi026 ceph-mon[93126]: pgmap v9090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:08.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:08.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:08 smithi089 ceph-mon[103441]: pgmap v9090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:09.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:09.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:10.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:10.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:11 smithi026 ceph-mon[93126]: pgmap v9091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:11 smithi089 ceph-mon[103441]: pgmap v9091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:11.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:11.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:12.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:12.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:13 smithi026 ceph-mon[93126]: pgmap v9092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:13 smithi089 ceph-mon[103441]: pgmap v9092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:13.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:13.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:14.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:14.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:15 smithi026 ceph-mon[93126]: pgmap v9093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:15 smithi089 ceph-mon[103441]: pgmap v9093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:15.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:15.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:43:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:43:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:43:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:43:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:43:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:43:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:43:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:43:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:43:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:43:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:43:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:43:16.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:16.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:17 smithi026 ceph-mon[93126]: pgmap v9094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:17 smithi089 ceph-mon[103441]: pgmap v9094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:17.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:17.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:18 smithi026 ceph-mon[93126]: pgmap v9095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:18.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:18.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:18 smithi089 ceph-mon[103441]: pgmap v9095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:19.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:19.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:20 smithi026 ceph-mon[93126]: pgmap v9096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:20.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:20.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:20 smithi089 ceph-mon[103441]: pgmap v9096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:21.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:21.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:22.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:22.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:23 smithi026 ceph-mon[93126]: pgmap v9097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:23 smithi089 ceph-mon[103441]: pgmap v9097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:23.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:23.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:24.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:24.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:25.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:25 smithi026 ceph-mon[93126]: pgmap v9098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:25 smithi089 ceph-mon[103441]: pgmap v9098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:25.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:25.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:26.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:26.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:27 smithi026 ceph-mon[93126]: pgmap v9099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:27 smithi089 ceph-mon[103441]: pgmap v9099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:27.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:27.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:28 smithi026 ceph-mon[93126]: pgmap v9100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:28.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:28.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:28 smithi089 ceph-mon[103441]: pgmap v9100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:29.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:29.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:30.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:30.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:31.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:31 smithi026 ceph-mon[93126]: pgmap v9101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:31 smithi089 ceph-mon[103441]: pgmap v9101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:31.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:31.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:32.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:32.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:33.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:33 smithi026 ceph-mon[93126]: pgmap v9102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:33 smithi089 ceph-mon[103441]: pgmap v9102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:33.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:33.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:34.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:34.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:35 smithi089 ceph-mon[103441]: pgmap v9103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:35 smithi026 ceph-mon[93126]: pgmap v9103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:35.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:35.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:36.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:36.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:37 smithi089 ceph-mon[103441]: pgmap v9104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:37 smithi026 ceph-mon[93126]: pgmap v9104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:37.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:37.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:38 smithi026 ceph-mon[93126]: pgmap v9105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:38.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:38.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:38 smithi089 ceph-mon[103441]: pgmap v9105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:39.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:39.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:40.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:40.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:41 smithi089 ceph-mon[103441]: pgmap v9106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:41.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:41 smithi026 ceph-mon[93126]: pgmap v9106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:41.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:41.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:42.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:42.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:43 smithi089 ceph-mon[103441]: pgmap v9107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:43 smithi026 ceph-mon[93126]: pgmap v9107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:43.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:43.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:44.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:44.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:45 smithi089 ceph-mon[103441]: pgmap v9108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:45.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:45 smithi026 ceph-mon[93126]: pgmap v9108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:45.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:45.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:46.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:46.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:47 smithi089 ceph-mon[103441]: pgmap v9109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:47 smithi026 ceph-mon[93126]: pgmap v9109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:47.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:47.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:48 smithi026 ceph-mon[93126]: pgmap v9110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:48.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:48.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:48 smithi089 ceph-mon[103441]: pgmap v9110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:49.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:49.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:43:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:50 smithi026 ceph-mon[93126]: pgmap v9111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:50.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:50.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:50 smithi089 ceph-mon[103441]: pgmap v9111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:51.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:51.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:52.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:52.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:53 smithi089 ceph-mon[103441]: pgmap v9112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:53 smithi026 ceph-mon[93126]: pgmap v9112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:53.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:53.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:54.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:54.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:55 smithi089 ceph-mon[103441]: pgmap v9113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:55 smithi026 ceph-mon[93126]: pgmap v9113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:55.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:55.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:56.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:56.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:57 smithi089 ceph-mon[103441]: pgmap v9114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:57.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:57 smithi026 ceph-mon[93126]: pgmap v9114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:43:57.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:57.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:43:58 smithi026 ceph-mon[93126]: pgmap v9115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:58.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:58.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:43:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:43:58 smithi089 ceph-mon[103441]: pgmap v9115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:43:59.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:43:59.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:00.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:00.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:01 smithi089 ceph-mon[103441]: pgmap v9116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:01 smithi026 ceph-mon[93126]: pgmap v9116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:01.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:01.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:02.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:02.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:03 smithi089 ceph-mon[103441]: pgmap v9117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:03 smithi026 ceph-mon[93126]: pgmap v9117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:03.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:03.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:04.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:04.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:05 smithi089 ceph-mon[103441]: pgmap v9118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:05 smithi026 ceph-mon[93126]: pgmap v9118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:05.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:05.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:06.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:06.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:07 smithi089 ceph-mon[103441]: pgmap v9119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:07 smithi026 ceph-mon[93126]: pgmap v9119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:07.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:07.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:08 smithi026 ceph-mon[93126]: pgmap v9120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:08.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:08.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:08 smithi089 ceph-mon[103441]: pgmap v9120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:09.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:09.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:10.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:10.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:11 smithi089 ceph-mon[103441]: pgmap v9121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:11 smithi026 ceph-mon[93126]: pgmap v9121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:11.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:11.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:12.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:12.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:13 smithi089 ceph-mon[103441]: pgmap v9122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:13.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:13 smithi026 ceph-mon[93126]: pgmap v9122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:13.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:13.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:14.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:14.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:15 smithi089 ceph-mon[103441]: pgmap v9123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:15.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:15 smithi026 ceph-mon[93126]: pgmap v9123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:15.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:15.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:16.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:16.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:17 smithi089 ceph-mon[103441]: pgmap v9124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:44:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:44:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:44:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:44:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:44:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:44:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:17 smithi026 ceph-mon[93126]: pgmap v9124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:44:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:44:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:44:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:44:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:44:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:44:17.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:17.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:18 smithi026 ceph-mon[93126]: pgmap v9125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:18.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:18.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:18 smithi089 ceph-mon[103441]: pgmap v9125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:19.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:19.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:20 smithi026 ceph-mon[93126]: pgmap v9126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:20 smithi089 ceph-mon[103441]: pgmap v9126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:20.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:20.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:21.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:21.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:22.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:22.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:23 smithi089 ceph-mon[103441]: pgmap v9127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:23 smithi026 ceph-mon[93126]: pgmap v9127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:23.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:23.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:24.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:24.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:25 smithi089 ceph-mon[103441]: pgmap v9128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:25 smithi026 ceph-mon[93126]: pgmap v9128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:25.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:25.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:26.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:26.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:27 smithi089 ceph-mon[103441]: pgmap v9129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:27 smithi026 ceph-mon[93126]: pgmap v9129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:27.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:27.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:28 smithi026 ceph-mon[93126]: pgmap v9130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:28 smithi089 ceph-mon[103441]: pgmap v9130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:28.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:28.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:29.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:29.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:30.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:30.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:31.413 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:31 smithi089 ceph-mon[103441]: pgmap v9131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:31 smithi026 ceph-mon[93126]: pgmap v9131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:31.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:31.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:32.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:32.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:33 smithi089 ceph-mon[103441]: pgmap v9132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:33.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:33 smithi026 ceph-mon[93126]: pgmap v9132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:33.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:33.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:34.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:34.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:35 smithi089 ceph-mon[103441]: pgmap v9133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:35 smithi026 ceph-mon[93126]: pgmap v9133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:35.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:35.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:36.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:36.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:37 smithi089 ceph-mon[103441]: pgmap v9134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:37.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:37 smithi026 ceph-mon[93126]: pgmap v9134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:37.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:37.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:38 smithi026 ceph-mon[93126]: pgmap v9135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:38 smithi089 ceph-mon[103441]: pgmap v9135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:38.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:38.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:39.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:39.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:40.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:40.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:41 smithi089 ceph-mon[103441]: pgmap v9136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:41 smithi026 ceph-mon[93126]: pgmap v9136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:41.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:41.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:42.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:42.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:43 smithi089 ceph-mon[103441]: pgmap v9137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:43 smithi026 ceph-mon[93126]: pgmap v9137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:43.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:43.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:44.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:44.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:45 smithi089 ceph-mon[103441]: pgmap v9138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:45 smithi026 ceph-mon[93126]: pgmap v9138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:45.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:45.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:46.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:46.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:47 smithi089 ceph-mon[103441]: pgmap v9139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:47 smithi026 ceph-mon[93126]: pgmap v9139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:47.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:47.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:48 smithi026 ceph-mon[93126]: pgmap v9140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:48 smithi089 ceph-mon[103441]: pgmap v9140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:48.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:48.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:44:49.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:49.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:50 smithi026 ceph-mon[93126]: pgmap v9141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:50 smithi089 ceph-mon[103441]: pgmap v9141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:50.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:50.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:51.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:51.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:52.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:52.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:53 smithi089 ceph-mon[103441]: pgmap v9142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:53 smithi026 ceph-mon[93126]: pgmap v9142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:53.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:53.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:54.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:54.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:55 smithi026 ceph-mon[93126]: pgmap v9143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:55 smithi089 ceph-mon[103441]: pgmap v9143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:55.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:55.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:56.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:56.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:57 smithi089 ceph-mon[103441]: pgmap v9144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:57 smithi026 ceph-mon[93126]: pgmap v9144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:44:57.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:57.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:44:58 smithi026 ceph-mon[93126]: pgmap v9145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:44:58 smithi089 ceph-mon[103441]: pgmap v9145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:44:58.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:58.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:44:59.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:44:59.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:00.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:00.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:01 smithi089 ceph-mon[103441]: pgmap v9146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:01 smithi026 ceph-mon[93126]: pgmap v9146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:01.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:01.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:02.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:02.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:03 smithi089 ceph-mon[103441]: pgmap v9147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:03 smithi026 ceph-mon[93126]: pgmap v9147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:03.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:03.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:05.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:05.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:05 smithi026 ceph-mon[93126]: pgmap v9148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:05 smithi089 ceph-mon[103441]: pgmap v9148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:06.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:06.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:07.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:07.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:07 smithi089 ceph-mon[103441]: pgmap v9149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:07 smithi026 ceph-mon[93126]: pgmap v9149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:08.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:08.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:08 smithi026 ceph-mon[93126]: pgmap v9150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:08 smithi089 ceph-mon[103441]: pgmap v9150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:09.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:09.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:10.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:10.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:11.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:11.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:11 smithi089 ceph-mon[103441]: pgmap v9151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:11 smithi026 ceph-mon[93126]: pgmap v9151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:12.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:12.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:13.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:13.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:13 smithi089 ceph-mon[103441]: pgmap v9152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:13 smithi026 ceph-mon[93126]: pgmap v9152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:14.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:14.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:15.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:15.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:15 smithi089 ceph-mon[103441]: pgmap v9153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:15 smithi026 ceph-mon[93126]: pgmap v9153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:16.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:16.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:17.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:17.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:17 smithi089 ceph-mon[103441]: pgmap v9154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:45:17.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:17 smithi026 ceph-mon[93126]: pgmap v9154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:45:18.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:18.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:45:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:45:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:45:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:45:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:45:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:45:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:45:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:45:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:45:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:45:19.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:19.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:19 smithi089 ceph-mon[103441]: pgmap v9155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:19 smithi026 ceph-mon[93126]: pgmap v9155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:20.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:20.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:21.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:21.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:21 smithi089 ceph-mon[103441]: pgmap v9156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:21.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:21 smithi026 ceph-mon[93126]: pgmap v9156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:22.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:22.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:23.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:23.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:23 smithi089 ceph-mon[103441]: pgmap v9157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:23.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:23 smithi026 ceph-mon[93126]: pgmap v9157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:24.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:24.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:25.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:25.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:25 smithi089 ceph-mon[103441]: pgmap v9158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:25 smithi026 ceph-mon[93126]: pgmap v9158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:26.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:26.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:27.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:27.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:27 smithi089 ceph-mon[103441]: pgmap v9159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:27 smithi026 ceph-mon[93126]: pgmap v9159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:28.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:28.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:28 smithi026 ceph-mon[93126]: pgmap v9160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:28 smithi089 ceph-mon[103441]: pgmap v9160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:29.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:29.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:30.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:30.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:31.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:31.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:31 smithi089 ceph-mon[103441]: pgmap v9161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:31.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:31 smithi026 ceph-mon[93126]: pgmap v9161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:32.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:32.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:33.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:33.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:33 smithi089 ceph-mon[103441]: pgmap v9162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:33 smithi026 ceph-mon[93126]: pgmap v9162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:34.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:34.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:35.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:35.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:35.399 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:35 smithi026 ceph-mon[93126]: pgmap v9163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:35 smithi089 ceph-mon[103441]: pgmap v9163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:36.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:36.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:37.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:37.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:37 smithi089 ceph-mon[103441]: pgmap v9164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:37 smithi026 ceph-mon[93126]: pgmap v9164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:38.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:38.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:38 smithi026 ceph-mon[93126]: pgmap v9165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:38 smithi089 ceph-mon[103441]: pgmap v9165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:39.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:39.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:40.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:40.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:41.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:41.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:41 smithi089 ceph-mon[103441]: pgmap v9166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:41 smithi026 ceph-mon[93126]: pgmap v9166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:42.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:42.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:43.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:43.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:43 smithi089 ceph-mon[103441]: pgmap v9167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:43.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:43 smithi026 ceph-mon[93126]: pgmap v9167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:44.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:44.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:45.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:45.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:45 smithi089 ceph-mon[103441]: pgmap v9168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:45.513 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:45 smithi026 ceph-mon[93126]: pgmap v9168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:46.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:46.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:47.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:47.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:47 smithi089 ceph-mon[103441]: pgmap v9169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:47 smithi026 ceph-mon[93126]: pgmap v9169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:48.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:48.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:48 smithi026 ceph-mon[93126]: pgmap v9170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:48 smithi089 ceph-mon[103441]: pgmap v9170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:49.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:49.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:45:50.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:50.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:50 smithi026 ceph-mon[93126]: pgmap v9171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:50 smithi089 ceph-mon[103441]: pgmap v9171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:51.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:51.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:52.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:52.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:53.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:53.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:53 smithi089 ceph-mon[103441]: pgmap v9172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:53 smithi026 ceph-mon[93126]: pgmap v9172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:54.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:54.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:55.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:55.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:55 smithi089 ceph-mon[103441]: pgmap v9173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:55 smithi026 ceph-mon[93126]: pgmap v9173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:56.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:56.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:57.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:57.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:57 smithi089 ceph-mon[103441]: pgmap v9174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:57 smithi026 ceph-mon[93126]: pgmap v9174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:45:58.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:58.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:45:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:45:58 smithi026 ceph-mon[93126]: pgmap v9175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:45:58 smithi089 ceph-mon[103441]: pgmap v9175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:45:59.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:45:59.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:00.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:00.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:01.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:01.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:01 smithi089 ceph-mon[103441]: pgmap v9176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:01 smithi026 ceph-mon[93126]: pgmap v9176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:02.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:02.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:03.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:03.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:03 smithi089 ceph-mon[103441]: pgmap v9177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:03 smithi026 ceph-mon[93126]: pgmap v9177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:04.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:04.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:05.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:05.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:05 smithi089 ceph-mon[103441]: pgmap v9178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:05.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:05 smithi026 ceph-mon[93126]: pgmap v9178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:06.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:06.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:07.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:07.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:07.423 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:07 smithi089 ceph-mon[103441]: pgmap v9179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:07 smithi026 ceph-mon[93126]: pgmap v9179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:08.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:08.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:08 smithi026 ceph-mon[93126]: pgmap v9180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:08 smithi089 ceph-mon[103441]: pgmap v9180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:09.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:09.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:10.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:10.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:11.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:11.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:11 smithi089 ceph-mon[103441]: pgmap v9181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:11 smithi026 ceph-mon[93126]: pgmap v9181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:12.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:12.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:13.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:13.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:13 smithi089 ceph-mon[103441]: pgmap v9182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:13 smithi026 ceph-mon[93126]: pgmap v9182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:14.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:14.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:15.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:15.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:15 smithi089 ceph-mon[103441]: pgmap v9183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:15 smithi026 ceph-mon[93126]: pgmap v9183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:16.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:16.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:17.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:17.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:17 smithi089 ceph-mon[103441]: pgmap v9184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:17 smithi026 ceph-mon[93126]: pgmap v9184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:18.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:18.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:46:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:18 smithi026 ceph-mon[93126]: pgmap v9185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:46:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:46:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:46:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:46:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:46:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:46:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:18 smithi089 ceph-mon[103441]: pgmap v9185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:46:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:46:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:46:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:46:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:46:19.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:19.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:20.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:20.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:20 smithi026 ceph-mon[93126]: pgmap v9186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:20 smithi089 ceph-mon[103441]: pgmap v9186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:21.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:21.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:22.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:22.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:23.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:23.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:23 smithi089 ceph-mon[103441]: pgmap v9187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:23 smithi026 ceph-mon[93126]: pgmap v9187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:24.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:24.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:25.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:25.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:25 smithi089 ceph-mon[103441]: pgmap v9188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:25 smithi026 ceph-mon[93126]: pgmap v9188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:26.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:26.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:27.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:27.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:27 smithi089 ceph-mon[103441]: pgmap v9189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:27 smithi026 ceph-mon[93126]: pgmap v9189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:28.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:28.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:28 smithi026 ceph-mon[93126]: pgmap v9190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:28 smithi089 ceph-mon[103441]: pgmap v9190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:29.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:29.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:30.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:30.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:31.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:31.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:31 smithi026 ceph-mon[93126]: pgmap v9191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:31 smithi089 ceph-mon[103441]: pgmap v9191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:32.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:32.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:33.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:33.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:33 smithi089 ceph-mon[103441]: pgmap v9192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:33 smithi026 ceph-mon[93126]: pgmap v9192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:34.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:34.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:35.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:35.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:35 smithi089 ceph-mon[103441]: pgmap v9193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:35 smithi026 ceph-mon[93126]: pgmap v9193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:36.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:36.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:37.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:37.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:37 smithi089 ceph-mon[103441]: pgmap v9194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:37 smithi026 ceph-mon[93126]: pgmap v9194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:38.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:38.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:38 smithi026 ceph-mon[93126]: pgmap v9195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:38 smithi089 ceph-mon[103441]: pgmap v9195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:39.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:39.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:40.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:40.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:41.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:41.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:41 smithi089 ceph-mon[103441]: pgmap v9196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:41 smithi026 ceph-mon[93126]: pgmap v9196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:42.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:42.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:43.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:43.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:43 smithi089 ceph-mon[103441]: pgmap v9197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:43 smithi026 ceph-mon[93126]: pgmap v9197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:44.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:44.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:45.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:45.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:45 smithi089 ceph-mon[103441]: pgmap v9198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:45 smithi026 ceph-mon[93126]: pgmap v9198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:46.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:46.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:47.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:47.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:47 smithi089 ceph-mon[103441]: pgmap v9199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:47.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:47 smithi026 ceph-mon[93126]: pgmap v9199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:48.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:48.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:48 smithi026 ceph-mon[93126]: pgmap v9200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:48 smithi089 ceph-mon[103441]: pgmap v9200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:49.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:49.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:46:50.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:50.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:50 smithi026 ceph-mon[93126]: pgmap v9201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:50 smithi089 ceph-mon[103441]: pgmap v9201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:51.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:51.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:52.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:52.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:53 smithi089 ceph-mon[103441]: pgmap v9202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:53.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:53.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:53 smithi026 ceph-mon[93126]: pgmap v9202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:54.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:54.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:55.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:55.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:55 smithi089 ceph-mon[103441]: pgmap v9203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:55.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:55 smithi026 ceph-mon[93126]: pgmap v9203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:56.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:56.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:57.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:57.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:57 smithi089 ceph-mon[103441]: pgmap v9204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:57 smithi026 ceph-mon[93126]: pgmap v9204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:46:58.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:58.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:46:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:46:58 smithi026 ceph-mon[93126]: pgmap v9205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:46:58 smithi089 ceph-mon[103441]: pgmap v9205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:46:59.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:46:59.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:00.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:00.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:01.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:01.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:01.373 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:01 smithi026 ceph-mon[93126]: pgmap v9206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:01 smithi089 ceph-mon[103441]: pgmap v9206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:02.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:02.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:03.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:03.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:03 smithi089 ceph-mon[103441]: pgmap v9207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:03 smithi026 ceph-mon[93126]: pgmap v9207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:04.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:04.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:05.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:05.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:05 smithi089 ceph-mon[103441]: pgmap v9208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:05 smithi026 ceph-mon[93126]: pgmap v9208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:06.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:06.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:07.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:07.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:07 smithi089 ceph-mon[103441]: pgmap v9209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:07 smithi026 ceph-mon[93126]: pgmap v9209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:08.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:08.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:08 smithi026 ceph-mon[93126]: pgmap v9210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:08 smithi089 ceph-mon[103441]: pgmap v9210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:09.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:09.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:10.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:10.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:11.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:11.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:11 smithi089 ceph-mon[103441]: pgmap v9211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:11.488 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:11 smithi026 ceph-mon[93126]: pgmap v9211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:12.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:12.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:13.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:13.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:13 smithi089 ceph-mon[103441]: pgmap v9212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:13 smithi026 ceph-mon[93126]: pgmap v9212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:14.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:14.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:15.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:15.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:15 smithi089 ceph-mon[103441]: pgmap v9213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:15 smithi026 ceph-mon[93126]: pgmap v9213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:16.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:16.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:17.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:17.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:17 smithi089 ceph-mon[103441]: pgmap v9214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:17 smithi026 ceph-mon[93126]: pgmap v9214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:18.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:18.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:18 smithi026 ceph-mon[93126]: pgmap v9215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:47:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:18 smithi089 ceph-mon[103441]: pgmap v9215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:47:19.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:19.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:47:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:47:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:47:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:47:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:47:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:47:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:47:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:47:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:47:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:47:20.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:20.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:20 smithi026 ceph-mon[93126]: pgmap v9216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:20 smithi089 ceph-mon[103441]: pgmap v9216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:21.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:21.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:22.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:22.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:23.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:23.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:23 smithi089 ceph-mon[103441]: pgmap v9217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:23 smithi026 ceph-mon[93126]: pgmap v9217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:24.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:24.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:25.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:25.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:25 smithi089 ceph-mon[103441]: pgmap v9218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:25 smithi026 ceph-mon[93126]: pgmap v9218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:26.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:26.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:27.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:27.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:27 smithi089 ceph-mon[103441]: pgmap v9219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:27 smithi026 ceph-mon[93126]: pgmap v9219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:28.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:28.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:28 smithi026 ceph-mon[93126]: pgmap v9220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:28 smithi089 ceph-mon[103441]: pgmap v9220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:29.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:29.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:30.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:30.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:31.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:31.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:31 smithi089 ceph-mon[103441]: pgmap v9221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:31 smithi026 ceph-mon[93126]: pgmap v9221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:32.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:32.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:33.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:33.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:33 smithi089 ceph-mon[103441]: pgmap v9222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:33 smithi026 ceph-mon[93126]: pgmap v9222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:34.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:34.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:35.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:35.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:35 smithi089 ceph-mon[103441]: pgmap v9223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:35 smithi026 ceph-mon[93126]: pgmap v9223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:36.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:36.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:37.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:37.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:37 smithi089 ceph-mon[103441]: pgmap v9224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:37 smithi026 ceph-mon[93126]: pgmap v9224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:38.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:38.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:38 smithi089 ceph-mon[103441]: pgmap v9225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:38 smithi026 ceph-mon[93126]: pgmap v9225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:39.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:39.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:40.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:40.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:41.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:41.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:41 smithi089 ceph-mon[103441]: pgmap v9226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:41 smithi026 ceph-mon[93126]: pgmap v9226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:42.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:42.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:43.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:43.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:43 smithi089 ceph-mon[103441]: pgmap v9227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:43 smithi026 ceph-mon[93126]: pgmap v9227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:44.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:44.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:45.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:45.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:45 smithi089 ceph-mon[103441]: pgmap v9228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:45 smithi026 ceph-mon[93126]: pgmap v9228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:46.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:46.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:47.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:47.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:47 smithi089 ceph-mon[103441]: pgmap v9229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:47 smithi026 ceph-mon[93126]: pgmap v9229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:48.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:48.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:48 smithi026 ceph-mon[93126]: pgmap v9230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:48 smithi089 ceph-mon[103441]: pgmap v9230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:49.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:49.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:47:50.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:50.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:50 smithi026 ceph-mon[93126]: pgmap v9231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:50 smithi089 ceph-mon[103441]: pgmap v9231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:51.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:51.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:52.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:52.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:53.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:53.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:53 smithi089 ceph-mon[103441]: pgmap v9232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:53 smithi026 ceph-mon[93126]: pgmap v9232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:54.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:54.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:55.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:55.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:55 smithi089 ceph-mon[103441]: pgmap v9233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:55 smithi026 ceph-mon[93126]: pgmap v9233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:56.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:56.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:57.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:57.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:57 smithi026 ceph-mon[93126]: pgmap v9234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:57 smithi089 ceph-mon[103441]: pgmap v9234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:47:58.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:58.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:47:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:47:58 smithi026 ceph-mon[93126]: pgmap v9235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:47:58 smithi089 ceph-mon[103441]: pgmap v9235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:47:59.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:47:59.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:00.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:00.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:01.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:01.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:01 smithi089 ceph-mon[103441]: pgmap v9236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:01 smithi026 ceph-mon[93126]: pgmap v9236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:02.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:02.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:03.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:03.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:03 smithi089 ceph-mon[103441]: pgmap v9237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:03 smithi026 ceph-mon[93126]: pgmap v9237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:04.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:04.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:05.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:05.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:05 smithi089 ceph-mon[103441]: pgmap v9238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:05 smithi026 ceph-mon[93126]: pgmap v9238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:06.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:06.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:07.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:07.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:07 smithi089 ceph-mon[103441]: pgmap v9239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:07 smithi026 ceph-mon[93126]: pgmap v9239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:08.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:08.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:08 smithi026 ceph-mon[93126]: pgmap v9240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:08 smithi089 ceph-mon[103441]: pgmap v9240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:09.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:09.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:10.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:10.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:11.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:11.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:11 smithi089 ceph-mon[103441]: pgmap v9241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:11 smithi026 ceph-mon[93126]: pgmap v9241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:12.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:12.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:13.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:13.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:13 smithi089 ceph-mon[103441]: pgmap v9242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:13 smithi026 ceph-mon[93126]: pgmap v9242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:14.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:14.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:15.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:15.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:15 smithi089 ceph-mon[103441]: pgmap v9243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:15 smithi026 ceph-mon[93126]: pgmap v9243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:16.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:16.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:17.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:17.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:17 smithi089 ceph-mon[103441]: pgmap v9244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:17 smithi026 ceph-mon[93126]: pgmap v9244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:18.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:18.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:18 smithi026 ceph-mon[93126]: pgmap v9245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:18 smithi089 ceph-mon[103441]: pgmap v9245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:19.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:19.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:48:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:48:20.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:20.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:20 smithi026 ceph-mon[93126]: pgmap v9246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:20 smithi089 ceph-mon[103441]: pgmap v9246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:21.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:21.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:22.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:22.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:23.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:23.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:23 smithi089 ceph-mon[103441]: pgmap v9247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:23 smithi026 ceph-mon[93126]: pgmap v9247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:24.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:24.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:48:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:48:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:48:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:48:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:48:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:48:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:48:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:24 smithi026 ceph-mon[93126]: pgmap v9248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:48:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:48:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:48:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:48:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:48:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:48:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:48:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:24 smithi089 ceph-mon[103441]: pgmap v9248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:25.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:25.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:26.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:26.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:27.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:27.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:27 smithi089 ceph-mon[103441]: pgmap v9249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:27 smithi026 ceph-mon[93126]: pgmap v9249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:28.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:28.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:28 smithi026 ceph-mon[93126]: pgmap v9250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:28.905 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:28 smithi089 ceph-mon[103441]: pgmap v9250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:29.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:29.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:30.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:30.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:31.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:31.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:31 smithi089 ceph-mon[103441]: pgmap v9251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:31 smithi026 ceph-mon[93126]: pgmap v9251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:32.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:32.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:33.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:33.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:33 smithi089 ceph-mon[103441]: pgmap v9252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:33 smithi026 ceph-mon[93126]: pgmap v9252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:34.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:34.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:35.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:35.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:35 smithi089 ceph-mon[103441]: pgmap v9253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:35 smithi026 ceph-mon[93126]: pgmap v9253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:36.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:36.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:37.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:37.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:37 smithi089 ceph-mon[103441]: pgmap v9254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:37.466 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:37 smithi026 ceph-mon[93126]: pgmap v9254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:38.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:38.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:38 smithi026 ceph-mon[93126]: pgmap v9255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:38 smithi089 ceph-mon[103441]: pgmap v9255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:39.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:39.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:40.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:40.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:41.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:41.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:41 smithi089 ceph-mon[103441]: pgmap v9256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:41 smithi026 ceph-mon[93126]: pgmap v9256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:42.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:42.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:43.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:43.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:43 smithi089 ceph-mon[103441]: pgmap v9257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:43 smithi026 ceph-mon[93126]: pgmap v9257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:44.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:44.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:45.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:45.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:45 smithi089 ceph-mon[103441]: pgmap v9258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:45 smithi026 ceph-mon[93126]: pgmap v9258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:46.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:46.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:47.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:47.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:47 smithi089 ceph-mon[103441]: pgmap v9259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:47 smithi026 ceph-mon[93126]: pgmap v9259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:48.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:48.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:48 smithi026 ceph-mon[93126]: pgmap v9260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:48 smithi089 ceph-mon[103441]: pgmap v9260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:49.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:49.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:48:50.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:50.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:50 smithi089 ceph-mon[103441]: pgmap v9261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:50 smithi026 ceph-mon[93126]: pgmap v9261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:51.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:51.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:52.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:52.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:53.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:53.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:53 smithi089 ceph-mon[103441]: pgmap v9262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:53 smithi026 ceph-mon[93126]: pgmap v9262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:54.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:54.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:55.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:55.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:55 smithi089 ceph-mon[103441]: pgmap v9263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:55 smithi026 ceph-mon[93126]: pgmap v9263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:56.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:56.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:57.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:57.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:57 smithi089 ceph-mon[103441]: pgmap v9264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:57 smithi026 ceph-mon[93126]: pgmap v9264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:48:58.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:58.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:48:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:48:58 smithi089 ceph-mon[103441]: pgmap v9265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:48:58 smithi026 ceph-mon[93126]: pgmap v9265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:48:59.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:48:59.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:00.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:00.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:01.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:01.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:01 smithi089 ceph-mon[103441]: pgmap v9266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:01 smithi026 ceph-mon[93126]: pgmap v9266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:02.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:02.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:03.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:03.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:03 smithi089 ceph-mon[103441]: pgmap v9267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:03 smithi026 ceph-mon[93126]: pgmap v9267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:04.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:04.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:05.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:05.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:05 smithi089 ceph-mon[103441]: pgmap v9268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:05 smithi026 ceph-mon[93126]: pgmap v9268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:06.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:06.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:07.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:07.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:07 smithi089 ceph-mon[103441]: pgmap v9269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:07 smithi026 ceph-mon[93126]: pgmap v9269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:08.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:08.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:08 smithi089 ceph-mon[103441]: pgmap v9270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:08 smithi026 ceph-mon[93126]: pgmap v9270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:09.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:09.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:10.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:10.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:11.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:11.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:11 smithi089 ceph-mon[103441]: pgmap v9271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:11 smithi026 ceph-mon[93126]: pgmap v9271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:12.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:12.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:13.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:13.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:13 smithi089 ceph-mon[103441]: pgmap v9272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:13 smithi026 ceph-mon[93126]: pgmap v9272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:14.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:14.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:15.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:15.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:15 smithi089 ceph-mon[103441]: pgmap v9273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:15 smithi026 ceph-mon[93126]: pgmap v9273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:16.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:16.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:17.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:17.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:17 smithi089 ceph-mon[103441]: pgmap v9274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:17 smithi026 ceph-mon[93126]: pgmap v9274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:18.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:18.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:18 smithi089 ceph-mon[103441]: pgmap v9275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:18 smithi026 ceph-mon[93126]: pgmap v9275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:19.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:19.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:20.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:20.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:20 smithi089 ceph-mon[103441]: pgmap v9276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:20 smithi026 ceph-mon[93126]: pgmap v9276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:21.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:21.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:22.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:22.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:23 smithi026 ceph-mon[93126]: pgmap v9277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:23 smithi089 ceph-mon[103441]: pgmap v9277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:23.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:23.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:24.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:24.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:25 smithi089 ceph-mon[103441]: pgmap v9278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:49:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:49:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:49:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:49:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:49:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:49:25.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:25.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:25 smithi026 ceph-mon[93126]: pgmap v9278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:49:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:49:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:49:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:49:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:49:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:49:26.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:26.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:27 smithi089 ceph-mon[103441]: pgmap v9279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:27.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:27.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:27 smithi026 ceph-mon[93126]: pgmap v9279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:28.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:28.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:28 smithi089 ceph-mon[103441]: pgmap v9280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:28 smithi026 ceph-mon[93126]: pgmap v9280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:29.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:29.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:30.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:30.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:31 smithi089 ceph-mon[103441]: pgmap v9281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:31.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:31.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:31 smithi026 ceph-mon[93126]: pgmap v9281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:32.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:32.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:33 smithi089 ceph-mon[103441]: pgmap v9282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:33.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:33.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:33 smithi026 ceph-mon[93126]: pgmap v9282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:34.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:34.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:34.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:35.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:35.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:35 smithi026 ceph-mon[93126]: pgmap v9283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:35 smithi089 ceph-mon[103441]: pgmap v9283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:36.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:36.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:37.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:37.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:37 smithi026 ceph-mon[93126]: pgmap v9284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:37 smithi089 ceph-mon[103441]: pgmap v9284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:38.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:38.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:38 smithi089 ceph-mon[103441]: pgmap v9285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:38 smithi026 ceph-mon[93126]: pgmap v9285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:39.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:39.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:40.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:40.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:41 smithi089 ceph-mon[103441]: pgmap v9286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:41.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:41.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:41 smithi026 ceph-mon[93126]: pgmap v9286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:42.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:42.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:43 smithi089 ceph-mon[103441]: pgmap v9287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:43.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:43.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:43 smithi026 ceph-mon[93126]: pgmap v9287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:44.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:44.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:45.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:45.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:45 smithi026 ceph-mon[93126]: pgmap v9288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:45 smithi089 ceph-mon[103441]: pgmap v9288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:46.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:46.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:47.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:47.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:47 smithi026 ceph-mon[93126]: pgmap v9289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:47 smithi089 ceph-mon[103441]: pgmap v9289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:48.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:48.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:48 smithi089 ceph-mon[103441]: pgmap v9290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:48 smithi026 ceph-mon[93126]: pgmap v9290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:49.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:49.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:49:50.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:50.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:50 smithi089 ceph-mon[103441]: pgmap v9291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:50 smithi026 ceph-mon[93126]: pgmap v9291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:51.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:51.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:52.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:52.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:53.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:53.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:53 smithi026 ceph-mon[93126]: pgmap v9292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:53 smithi089 ceph-mon[103441]: pgmap v9292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:54.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:54.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:55.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:55.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:55 smithi026 ceph-mon[93126]: pgmap v9293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:55 smithi089 ceph-mon[103441]: pgmap v9293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:56.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:56.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:57.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:57.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:57 smithi026 ceph-mon[93126]: pgmap v9294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:57 smithi089 ceph-mon[103441]: pgmap v9294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:49:58.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:58.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:49:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:49:58 smithi026 ceph-mon[93126]: pgmap v9295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:49:58 smithi089 ceph-mon[103441]: pgmap v9295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:49:59.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:49:59.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T01:50:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T01:50:00.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:00.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:01 smithi089 ceph-mon[103441]: pgmap v9296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:01.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:01.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:01 smithi026 ceph-mon[93126]: pgmap v9296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:02.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:02.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:03.438 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:03 smithi026 ceph-mon[93126]: pgmap v9297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:03.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:03.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:03 smithi089 ceph-mon[103441]: pgmap v9297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:04.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:04.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:05.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:05.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:05 smithi026 ceph-mon[93126]: pgmap v9298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:05 smithi089 ceph-mon[103441]: pgmap v9298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:06.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:06.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:07.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:07.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:07 smithi026 ceph-mon[93126]: pgmap v9299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:07 smithi089 ceph-mon[103441]: pgmap v9299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:08.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:08.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:08 smithi026 ceph-mon[93126]: pgmap v9300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:08 smithi089 ceph-mon[103441]: pgmap v9300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:09.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:09.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:10.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:10.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:11.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:11.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:11 smithi026 ceph-mon[93126]: pgmap v9301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:11 smithi089 ceph-mon[103441]: pgmap v9301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:12.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:12.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:13.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:13.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:13 smithi026 ceph-mon[93126]: pgmap v9302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:13 smithi089 ceph-mon[103441]: pgmap v9302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:14.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:14.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:15 smithi089 ceph-mon[103441]: pgmap v9303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:15.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:15.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:15 smithi026 ceph-mon[93126]: pgmap v9303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:16.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:16.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:17.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:17.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:17 smithi026 ceph-mon[93126]: pgmap v9304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:17 smithi089 ceph-mon[103441]: pgmap v9304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:18.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:18.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:18 smithi089 ceph-mon[103441]: pgmap v9305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:18 smithi026 ceph-mon[93126]: pgmap v9305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:19.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:19.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:20.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:20.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:20 smithi089 ceph-mon[103441]: pgmap v9306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:20 smithi026 ceph-mon[93126]: pgmap v9306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:21.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:21.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:22.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:22.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:23.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:23.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:23 smithi026 ceph-mon[93126]: pgmap v9307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:23 smithi089 ceph-mon[103441]: pgmap v9307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:24.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:24.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:25.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:25.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:25 smithi026 ceph-mon[93126]: pgmap v9308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:50:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:25 smithi089 ceph-mon[103441]: pgmap v9308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:50:26.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:26.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:26 smithi089 ceph-mon[103441]: pgmap v9309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:26 smithi026 ceph-mon[93126]: pgmap v9309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:27.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:27.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:28.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:28.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:28 smithi089 ceph-mon[103441]: pgmap v9310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:28 smithi026 ceph-mon[93126]: pgmap v9310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:29.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:29.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:30.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:30.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:31.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:31.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:31 smithi026 ceph-mon[93126]: pgmap v9311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:31 smithi089 ceph-mon[103441]: pgmap v9311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:32.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:32.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:33.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:33.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:33 smithi026 ceph-mon[93126]: pgmap v9312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:50:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:50:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:50:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:33 smithi089 ceph-mon[103441]: pgmap v9312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:50:33.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:50:33.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:33.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:50:33.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:50:34.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:34.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:35.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:35.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:35 smithi026 ceph-mon[93126]: pgmap v9313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:35 smithi089 ceph-mon[103441]: pgmap v9313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:36.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:36.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:37 smithi026 ceph-mon[93126]: pgmap v9314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:37.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:37.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:37 smithi089 ceph-mon[103441]: pgmap v9314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:38.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:38.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:38.841 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:38 smithi026 ceph-mon[93126]: pgmap v9315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:38 smithi089 ceph-mon[103441]: pgmap v9315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:39.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:39.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:40.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:40.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:41 smithi026 ceph-mon[93126]: pgmap v9316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:41.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:41.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:41 smithi089 ceph-mon[103441]: pgmap v9316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:42.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:42.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:43 smithi026 ceph-mon[93126]: pgmap v9317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:43.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:43.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:43 smithi089 ceph-mon[103441]: pgmap v9317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:44.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:44.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:45 smithi026 ceph-mon[93126]: pgmap v9318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:45.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:45.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:45 smithi089 ceph-mon[103441]: pgmap v9318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:46.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:46.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:47 smithi026 ceph-mon[93126]: pgmap v9319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:47.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:47.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:47 smithi089 ceph-mon[103441]: pgmap v9319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:48.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:48.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:48 smithi089 ceph-mon[103441]: pgmap v9320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:48.956 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:48 smithi026 ceph-mon[93126]: pgmap v9320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:49.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:49.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:50:50.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:50.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:50 smithi089 ceph-mon[103441]: pgmap v9321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:50 smithi026 ceph-mon[93126]: pgmap v9321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:51.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:51.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:52.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:52.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:53 smithi026 ceph-mon[93126]: pgmap v9322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:53.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:53.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:53 smithi089 ceph-mon[103441]: pgmap v9322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:54.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:54.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:55 smithi026 ceph-mon[93126]: pgmap v9323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:55.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:55.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:55 smithi089 ceph-mon[103441]: pgmap v9323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:56.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:56.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:57 smithi026 ceph-mon[93126]: pgmap v9324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:57.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:57.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:57 smithi089 ceph-mon[103441]: pgmap v9324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:50:58.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:58.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:50:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:50:58 smithi089 ceph-mon[103441]: pgmap v9325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:50:58 smithi026 ceph-mon[93126]: pgmap v9325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:50:59.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:50:59.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:00.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:00.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:01 smithi026 ceph-mon[93126]: pgmap v9326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:01.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:01.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:01 smithi089 ceph-mon[103441]: pgmap v9326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:02.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:02.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:03 smithi026 ceph-mon[93126]: pgmap v9327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:03.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:03.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:03 smithi089 ceph-mon[103441]: pgmap v9327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:04.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:04.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:05.540 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:05 smithi089 ceph-mon[103441]: pgmap v9328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:05 smithi026 ceph-mon[93126]: pgmap v9328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:05.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:05.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:06.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:06.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:07 smithi026 ceph-mon[93126]: pgmap v9329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:07.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:07.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:07 smithi089 ceph-mon[103441]: pgmap v9329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:08.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:08.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:08 smithi089 ceph-mon[103441]: pgmap v9330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:08 smithi026 ceph-mon[93126]: pgmap v9330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:09.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:09.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:10.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:10.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:11 smithi026 ceph-mon[93126]: pgmap v9331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:11.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:11.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:11 smithi089 ceph-mon[103441]: pgmap v9331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:12.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:12.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:13 smithi026 ceph-mon[93126]: pgmap v9332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:13.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:13.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:13 smithi089 ceph-mon[103441]: pgmap v9332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:14.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:14.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:15 smithi026 ceph-mon[93126]: pgmap v9333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:15.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:15.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:15.646 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:15 smithi089 ceph-mon[103441]: pgmap v9333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:16.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:16.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:17 smithi026 ceph-mon[93126]: pgmap v9334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:17.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:17.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:17 smithi089 ceph-mon[103441]: pgmap v9334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:18.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:18.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:18 smithi089 ceph-mon[103441]: pgmap v9335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:18 smithi026 ceph-mon[93126]: pgmap v9335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:19.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:19.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:20.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:20.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:20 smithi089 ceph-mon[103441]: pgmap v9336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:20 smithi026 ceph-mon[93126]: pgmap v9336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:21.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:21.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:22.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:22.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:23 smithi026 ceph-mon[93126]: pgmap v9337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:23.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:23.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:23 smithi089 ceph-mon[103441]: pgmap v9337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:24.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:24.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:25 smithi026 ceph-mon[93126]: pgmap v9338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:25.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:25.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:25 smithi089 ceph-mon[103441]: pgmap v9338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:26.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:26.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:27 smithi026 ceph-mon[93126]: pgmap v9339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:27.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:27.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:27 smithi089 ceph-mon[103441]: pgmap v9339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:28.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:28.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:28 smithi089 ceph-mon[103441]: pgmap v9340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:28 smithi026 ceph-mon[93126]: pgmap v9340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:29.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:29.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:30.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:30.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:31 smithi026 ceph-mon[93126]: pgmap v9341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:31.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:31.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:31 smithi089 ceph-mon[103441]: pgmap v9341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:32.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:32.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:33 smithi026 ceph-mon[93126]: pgmap v9342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:33.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:33.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:33 smithi089 ceph-mon[103441]: pgmap v9342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:34.477 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:51:34.478 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:34.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:34.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:51:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:35 smithi026 ceph-mon[93126]: pgmap v9343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:51:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:51:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:51:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:51:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:51:35.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:51:35.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:51:35.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:35.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:35 smithi089 ceph-mon[103441]: pgmap v9343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:51:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:51:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:51:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:51:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:51:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:51:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:51:36.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:36.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:37 smithi026 ceph-mon[93126]: pgmap v9344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:37.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:37.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:37 smithi089 ceph-mon[103441]: pgmap v9344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:38.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:38.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:38 smithi089 ceph-mon[103441]: pgmap v9345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:38 smithi026 ceph-mon[93126]: pgmap v9345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:39.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:39.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:40.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:40.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:41 smithi026 ceph-mon[93126]: pgmap v9346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:41.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:41.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:41 smithi089 ceph-mon[103441]: pgmap v9346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:42.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:42.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:43 smithi026 ceph-mon[93126]: pgmap v9347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:43.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:43.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:43 smithi089 ceph-mon[103441]: pgmap v9347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:44.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:44.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:45 smithi026 ceph-mon[93126]: pgmap v9348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:45.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:45.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:45 smithi089 ceph-mon[103441]: pgmap v9348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:46.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:46.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:47 smithi026 ceph-mon[93126]: pgmap v9349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:47.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:47.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:47 smithi089 ceph-mon[103441]: pgmap v9349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:48.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:48.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:48 smithi089 ceph-mon[103441]: pgmap v9350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:48 smithi026 ceph-mon[93126]: pgmap v9350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:49.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:49.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:51:50.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:50.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:50 smithi089 ceph-mon[103441]: pgmap v9351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:50 smithi026 ceph-mon[93126]: pgmap v9351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:51.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:51.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:52.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:52.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:53 smithi026 ceph-mon[93126]: pgmap v9352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:53 smithi089 ceph-mon[103441]: pgmap v9352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:53.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:53.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:54.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:54.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:55 smithi026 ceph-mon[93126]: pgmap v9353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:55 smithi089 ceph-mon[103441]: pgmap v9353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:55.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:55.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:56.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:56.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:57 smithi026 ceph-mon[93126]: pgmap v9354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:57 smithi089 ceph-mon[103441]: pgmap v9354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:51:57.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:57.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:58.601 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:51:58 smithi089 ceph-mon[103441]: pgmap v9355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:58.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:58.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:51:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:51:58 smithi026 ceph-mon[93126]: pgmap v9355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:51:59.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:51:59.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:00.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:00.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:01 smithi089 ceph-mon[103441]: pgmap v9356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:01 smithi026 ceph-mon[93126]: pgmap v9356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:01.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:01.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:02.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:02.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:03 smithi026 ceph-mon[93126]: pgmap v9357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:03 smithi089 ceph-mon[103441]: pgmap v9357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:03.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:03.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:04.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:04.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:05 smithi026 ceph-mon[93126]: pgmap v9358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:05 smithi089 ceph-mon[103441]: pgmap v9358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:05.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:05.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:06.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:06.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:07 smithi026 ceph-mon[93126]: pgmap v9359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:07 smithi089 ceph-mon[103441]: pgmap v9359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:07.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:07.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:08.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:08.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:08 smithi089 ceph-mon[103441]: pgmap v9360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:08 smithi026 ceph-mon[93126]: pgmap v9360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:09.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:09.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:10.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:10.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:11 smithi026 ceph-mon[93126]: pgmap v9361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:11 smithi089 ceph-mon[103441]: pgmap v9361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:11.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:11.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:12.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:12.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:13 smithi026 ceph-mon[93126]: pgmap v9362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:13 smithi089 ceph-mon[103441]: pgmap v9362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:13.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:13.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:14.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:14.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:15 smithi026 ceph-mon[93126]: pgmap v9363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:15 smithi089 ceph-mon[103441]: pgmap v9363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:15.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:15.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:16.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:16.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:17 smithi026 ceph-mon[93126]: pgmap v9364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:17 smithi089 ceph-mon[103441]: pgmap v9364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:17.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:17.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:18.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:18.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:18 smithi089 ceph-mon[103441]: pgmap v9365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:18 smithi026 ceph-mon[93126]: pgmap v9365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:19.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:19.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:19.990 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:20.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:20.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:20 smithi089 ceph-mon[103441]: pgmap v9366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:20 smithi026 ceph-mon[93126]: pgmap v9366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:21.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:21.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:22.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:22.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:23 smithi026 ceph-mon[93126]: pgmap v9367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:23 smithi089 ceph-mon[103441]: pgmap v9367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:23.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:23.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:24.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:24.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:25 smithi026 ceph-mon[93126]: pgmap v9368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:25 smithi089 ceph-mon[103441]: pgmap v9368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:25.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:25.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:26.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:26.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:27 smithi026 ceph-mon[93126]: pgmap v9369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:27 smithi089 ceph-mon[103441]: pgmap v9369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:27.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:27.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:28.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:28.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:28 smithi089 ceph-mon[103441]: pgmap v9370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:28 smithi026 ceph-mon[93126]: pgmap v9370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:29.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:29.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:30.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:30.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:31 smithi026 ceph-mon[93126]: pgmap v9371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:31 smithi089 ceph-mon[103441]: pgmap v9371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:31.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:31.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:32.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:32.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:33 smithi026 ceph-mon[93126]: pgmap v9372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:33 smithi089 ceph-mon[103441]: pgmap v9372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:33.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:33.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:34.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:34.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:35 smithi026 ceph-mon[93126]: pgmap v9373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:52:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:35 smithi089 ceph-mon[103441]: pgmap v9373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:52:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:35.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:35.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:36.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:36.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:37 smithi026 ceph-mon[93126]: pgmap v9374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:37 smithi089 ceph-mon[103441]: pgmap v9374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:37.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:37.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:38.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:38.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:38.793 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:38 smithi089 ceph-mon[103441]: pgmap v9375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:38 smithi026 ceph-mon[93126]: pgmap v9375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:39.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:39.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:52:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:52:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:52:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:52:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:52:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:52:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:52:40.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:40.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:40 smithi026 ceph-mon[93126]: pgmap v9376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:40 smithi089 ceph-mon[103441]: pgmap v9376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:41.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:41.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:42.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:42.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:43 smithi026 ceph-mon[93126]: pgmap v9377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:43 smithi089 ceph-mon[103441]: pgmap v9377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:43.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:43.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:44.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:44.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:45 smithi026 ceph-mon[93126]: pgmap v9378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:45 smithi089 ceph-mon[103441]: pgmap v9378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:45.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:45.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:46.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:46.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:47 smithi026 ceph-mon[93126]: pgmap v9379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:47 smithi089 ceph-mon[103441]: pgmap v9379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:47.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:47.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:48.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:48.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:48 smithi089 ceph-mon[103441]: pgmap v9380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:48 smithi026 ceph-mon[93126]: pgmap v9380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:49.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:49.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:52:50.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:50.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:50 smithi089 ceph-mon[103441]: pgmap v9381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:50 smithi026 ceph-mon[93126]: pgmap v9381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:51.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:51.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:52.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:52.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:53 smithi026 ceph-mon[93126]: pgmap v9382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:53 smithi089 ceph-mon[103441]: pgmap v9382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:53.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:53.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:54.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:54.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:55.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:55 smithi026 ceph-mon[93126]: pgmap v9383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:55 smithi089 ceph-mon[103441]: pgmap v9383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:55.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:55.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:56.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:56.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:57 smithi026 ceph-mon[93126]: pgmap v9384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:57 smithi089 ceph-mon[103441]: pgmap v9384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:52:57.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:57.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:58.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:58.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:52:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:52:58 smithi089 ceph-mon[103441]: pgmap v9385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:52:58 smithi026 ceph-mon[93126]: pgmap v9385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:52:59.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:52:59.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:00.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:00.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:01 smithi026 ceph-mon[93126]: pgmap v9386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:01 smithi089 ceph-mon[103441]: pgmap v9386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:01.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:01.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:02.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:02.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:03 smithi026 ceph-mon[93126]: pgmap v9387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:03 smithi089 ceph-mon[103441]: pgmap v9387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:03.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:03.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:04.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:04.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:05.506 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:05 smithi026 ceph-mon[93126]: pgmap v9388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:05 smithi089 ceph-mon[103441]: pgmap v9388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:05.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:05.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:06.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:06.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:07 smithi026 ceph-mon[93126]: pgmap v9389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:07 smithi089 ceph-mon[103441]: pgmap v9389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:07.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:07.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:08.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:08.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:08 smithi089 ceph-mon[103441]: pgmap v9390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:08 smithi026 ceph-mon[93126]: pgmap v9390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:09.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:09.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:10.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:10.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:11 smithi026 ceph-mon[93126]: pgmap v9391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:11 smithi089 ceph-mon[103441]: pgmap v9391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:11.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:11.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:12.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:12.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:13 smithi026 ceph-mon[93126]: pgmap v9392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:13 smithi089 ceph-mon[103441]: pgmap v9392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:13.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:13.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:14.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:14.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:15 smithi026 ceph-mon[93126]: pgmap v9393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:15 smithi089 ceph-mon[103441]: pgmap v9393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:15.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:15.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:16.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:16.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:17 smithi026 ceph-mon[93126]: pgmap v9394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:17 smithi089 ceph-mon[103441]: pgmap v9394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:17.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:17.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:18.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:18.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:18 smithi089 ceph-mon[103441]: pgmap v9395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:18 smithi026 ceph-mon[93126]: pgmap v9395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:19.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:19.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:20.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:20.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:20 smithi089 ceph-mon[103441]: pgmap v9396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:20 smithi026 ceph-mon[93126]: pgmap v9396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:21.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:21.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:22.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:22.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:23 smithi026 ceph-mon[93126]: pgmap v9397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:23 smithi089 ceph-mon[103441]: pgmap v9397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:23.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:23.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:24.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:24.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:25 smithi026 ceph-mon[93126]: pgmap v9398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:25 smithi089 ceph-mon[103441]: pgmap v9398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:25.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:25.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:26.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:26.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:27 smithi089 ceph-mon[103441]: pgmap v9399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:27 smithi026 ceph-mon[93126]: pgmap v9399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:27.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:27.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:28.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:28.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:28 smithi089 ceph-mon[103441]: pgmap v9400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:28 smithi026 ceph-mon[93126]: pgmap v9400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:29.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:29.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:30.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:30.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:31 smithi026 ceph-mon[93126]: pgmap v9401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:31 smithi089 ceph-mon[103441]: pgmap v9401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:31.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:31.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:32.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:32.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:33 smithi026 ceph-mon[93126]: pgmap v9402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:33 smithi089 ceph-mon[103441]: pgmap v9402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:33.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:33.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:34.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:34.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:35 smithi026 ceph-mon[93126]: pgmap v9403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:35 smithi089 ceph-mon[103441]: pgmap v9403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:35.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:35.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:36.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:36.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:37 smithi089 ceph-mon[103441]: pgmap v9404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:37 smithi026 ceph-mon[93126]: pgmap v9404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:37.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:37.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:38.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:38.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:38 smithi089 ceph-mon[103441]: pgmap v9405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:38 smithi026 ceph-mon[93126]: pgmap v9405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:39.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:39.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:53:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:53:40.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:40.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:40.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:53:40.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:53:40.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:53:40.909 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:53:40.910 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1631M 2023-10-17T01:53:40.910 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:53:40.910 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:53:40.910 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:53:40.910 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:53:40.911 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:53:40.911 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:53:40.911 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:40 smithi026 ceph-mon[93126]: pgmap v9406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:53:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:53:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:53:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T01:53:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1631M 2023-10-17T01:53:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:53:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:53:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:53:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:53:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:53:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:53:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:40 smithi089 ceph-mon[103441]: pgmap v9406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:41.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:41.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:42.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:42.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:43 smithi026 ceph-mon[93126]: pgmap v9407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:43 smithi089 ceph-mon[103441]: pgmap v9407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:43.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:43.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:44.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:44.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:45 smithi026 ceph-mon[93126]: pgmap v9408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:45 smithi089 ceph-mon[103441]: pgmap v9408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:45.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:45.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:46.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:46.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:47 smithi026 ceph-mon[93126]: pgmap v9409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:47 smithi089 ceph-mon[103441]: pgmap v9409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:47.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:47.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:48.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:48.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:48 smithi089 ceph-mon[103441]: pgmap v9410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:48 smithi026 ceph-mon[93126]: pgmap v9410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:49.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:49.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:53:50.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:50.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:50 smithi089 ceph-mon[103441]: pgmap v9411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:51.024 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:50 smithi026 ceph-mon[93126]: pgmap v9411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:51.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:51.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:52.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:52.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:53 smithi026 ceph-mon[93126]: pgmap v9412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:53 smithi089 ceph-mon[103441]: pgmap v9412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:53.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:53.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:54.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:54.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:55 smithi026 ceph-mon[93126]: pgmap v9413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:55 smithi089 ceph-mon[103441]: pgmap v9413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:55.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:55.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:56.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:56.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:57 smithi026 ceph-mon[93126]: pgmap v9414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:57 smithi089 ceph-mon[103441]: pgmap v9414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:53:57.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:57.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:58.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:58.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:53:58.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:53:58 smithi089 ceph-mon[103441]: pgmap v9415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:53:58 smithi026 ceph-mon[93126]: pgmap v9415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:53:59.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:53:59.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:00.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:00.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:01 smithi026 ceph-mon[93126]: pgmap v9416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:01 smithi089 ceph-mon[103441]: pgmap v9416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:01.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:01.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:02.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:02.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:03 smithi026 ceph-mon[93126]: pgmap v9417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:03 smithi089 ceph-mon[103441]: pgmap v9417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:03.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:03.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:04.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:04.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:05 smithi026 ceph-mon[93126]: pgmap v9418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:05 smithi089 ceph-mon[103441]: pgmap v9418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:05.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:05.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:06.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:06.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:07 smithi026 ceph-mon[93126]: pgmap v9419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:07 smithi089 ceph-mon[103441]: pgmap v9419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:07.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:07.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:08.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:08.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:08 smithi089 ceph-mon[103441]: pgmap v9420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:08 smithi026 ceph-mon[93126]: pgmap v9420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:09.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:09.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:10.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:10.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:11 smithi026 ceph-mon[93126]: pgmap v9421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:11 smithi089 ceph-mon[103441]: pgmap v9421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:11.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:11.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:12.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:12.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:13 smithi026 ceph-mon[93126]: pgmap v9422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:13 smithi089 ceph-mon[103441]: pgmap v9422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:13.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:13.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:14.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:14.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:15 smithi026 ceph-mon[93126]: pgmap v9423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:15 smithi089 ceph-mon[103441]: pgmap v9423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:15.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:15.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:16.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:16.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:17.533 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:17 smithi089 ceph-mon[103441]: pgmap v9424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:17 smithi026 ceph-mon[93126]: pgmap v9424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:17.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:17.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:18.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:18.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:18 smithi089 ceph-mon[103441]: pgmap v9425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:18 smithi026 ceph-mon[93126]: pgmap v9425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:19.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:19.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:20 smithi089 ceph-mon[103441]: pgmap v9426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:20.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:20.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:20 smithi026 ceph-mon[93126]: pgmap v9426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:21.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:21.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:22.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:22.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:23 smithi026 ceph-mon[93126]: pgmap v9427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:23 smithi089 ceph-mon[103441]: pgmap v9427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:23.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:23.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:24.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:24.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:25 smithi026 ceph-mon[93126]: pgmap v9428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:25 smithi089 ceph-mon[103441]: pgmap v9428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:25.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:25.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:26.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:26.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:27 smithi026 ceph-mon[93126]: pgmap v9429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:27.638 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:27 smithi089 ceph-mon[103441]: pgmap v9429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:27.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:27.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:28 smithi089 ceph-mon[103441]: pgmap v9430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:28.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:28.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:28 smithi026 ceph-mon[93126]: pgmap v9430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:29.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:29.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:30.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:30.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:31 smithi026 ceph-mon[93126]: pgmap v9431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:31 smithi089 ceph-mon[103441]: pgmap v9431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:31.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:31.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:32.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:32.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:33 smithi026 ceph-mon[93126]: pgmap v9432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:33 smithi089 ceph-mon[103441]: pgmap v9432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:33.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:33.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:34.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:34.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:35 smithi026 ceph-mon[93126]: pgmap v9433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:35 smithi089 ceph-mon[103441]: pgmap v9433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:35.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:35.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:36.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:36.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:37 smithi026 ceph-mon[93126]: pgmap v9434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:37 smithi089 ceph-mon[103441]: pgmap v9434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:37.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:37.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:38 smithi089 ceph-mon[103441]: pgmap v9435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:38.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:38.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:38 smithi026 ceph-mon[93126]: pgmap v9435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:39.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:39.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:54:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:54:40.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:41.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:41.230 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:40 smithi089 ceph-mon[103441]: pgmap v9436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:41.231 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:54:41.231 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:54:41.231 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:54:41.231 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:54:41.232 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:54:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:40 smithi026 ceph-mon[93126]: pgmap v9436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:54:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:54:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:54:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:54:41.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:54:41.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:41.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:42.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:42.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:43 smithi026 ceph-mon[93126]: pgmap v9437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:43 smithi089 ceph-mon[103441]: pgmap v9437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:43.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:43.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:44.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:44.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:45 smithi026 ceph-mon[93126]: pgmap v9438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:45 smithi089 ceph-mon[103441]: pgmap v9438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:45.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:45.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:46.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:46.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:47 smithi026 ceph-mon[93126]: pgmap v9439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:47 smithi089 ceph-mon[103441]: pgmap v9439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:47.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:47.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:48 smithi089 ceph-mon[103441]: pgmap v9440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:48.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:48.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:48 smithi026 ceph-mon[93126]: pgmap v9440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:49.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:49.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:54:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:50 smithi089 ceph-mon[103441]: pgmap v9441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:50.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:50.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:50 smithi026 ceph-mon[93126]: pgmap v9441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:51.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:51.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:52.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:52.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:53 smithi026 ceph-mon[93126]: pgmap v9442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:53 smithi089 ceph-mon[103441]: pgmap v9442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:53.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:53.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:54.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:54.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:55 smithi026 ceph-mon[93126]: pgmap v9443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:55 smithi089 ceph-mon[103441]: pgmap v9443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:55.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:55.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:56.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:56.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:57 smithi026 ceph-mon[93126]: pgmap v9444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:57 smithi089 ceph-mon[103441]: pgmap v9444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:54:57.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:57.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:54:58 smithi089 ceph-mon[103441]: pgmap v9445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:58.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:58.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:54:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:54:58 smithi026 ceph-mon[93126]: pgmap v9445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:54:59.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:54:59.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:00.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:00.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:01 smithi026 ceph-mon[93126]: pgmap v9446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:01 smithi089 ceph-mon[103441]: pgmap v9446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:01.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:01.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:02.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:02.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:03 smithi026 ceph-mon[93126]: pgmap v9447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:03 smithi089 ceph-mon[103441]: pgmap v9447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:03.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:04.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:05.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:05.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:05 smithi026 ceph-mon[93126]: pgmap v9448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:05 smithi089 ceph-mon[103441]: pgmap v9448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:06.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:06.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:07.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:07.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:07 smithi026 ceph-mon[93126]: pgmap v9449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:07 smithi089 ceph-mon[103441]: pgmap v9449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:08.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:08.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:08 smithi089 ceph-mon[103441]: pgmap v9450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:09.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:09.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:08 smithi026 ceph-mon[93126]: pgmap v9450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:10.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:10.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:11.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:11.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:11 smithi026 ceph-mon[93126]: pgmap v9451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:11 smithi089 ceph-mon[103441]: pgmap v9451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:12.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:12.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:13.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:13.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:13 smithi089 ceph-mon[103441]: pgmap v9452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:13 smithi026 ceph-mon[93126]: pgmap v9452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:14.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:14.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:15.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:15.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:15 smithi026 ceph-mon[93126]: pgmap v9453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:15 smithi089 ceph-mon[103441]: pgmap v9453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:16.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:16.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:17.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:17.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:17 smithi026 ceph-mon[93126]: pgmap v9454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:17 smithi089 ceph-mon[103441]: pgmap v9454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:18.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:18.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:18 smithi089 ceph-mon[103441]: pgmap v9455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:19.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:19.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:18 smithi026 ceph-mon[93126]: pgmap v9455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:20.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:20.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:20 smithi089 ceph-mon[103441]: pgmap v9456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:21.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:21.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:20 smithi026 ceph-mon[93126]: pgmap v9456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:22.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:22.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:23.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:23.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:23 smithi026 ceph-mon[93126]: pgmap v9457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:23 smithi089 ceph-mon[103441]: pgmap v9457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:24.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:24.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:25.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:25.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:25 smithi026 ceph-mon[93126]: pgmap v9458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:25 smithi089 ceph-mon[103441]: pgmap v9458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:26.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:26.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:27.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:27.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:27 smithi026 ceph-mon[93126]: pgmap v9459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:27 smithi089 ceph-mon[103441]: pgmap v9459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:28.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:28.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:28 smithi089 ceph-mon[103441]: pgmap v9460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:29.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:29.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:28 smithi026 ceph-mon[93126]: pgmap v9460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:30.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:30.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:31.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:31.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:31 smithi026 ceph-mon[93126]: pgmap v9461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:31 smithi089 ceph-mon[103441]: pgmap v9461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:32.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:32.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:33.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:33.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:33 smithi026 ceph-mon[93126]: pgmap v9462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:33 smithi089 ceph-mon[103441]: pgmap v9462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:34.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:34.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:35.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:35.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:35 smithi026 ceph-mon[93126]: pgmap v9463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:35 smithi089 ceph-mon[103441]: pgmap v9463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:36.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:36.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:37.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:37.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:37 smithi026 ceph-mon[93126]: pgmap v9464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:37 smithi089 ceph-mon[103441]: pgmap v9464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:38.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:38.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:38 smithi089 ceph-mon[103441]: pgmap v9465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:38 smithi026 ceph-mon[93126]: pgmap v9465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:39.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:39.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:40.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:40.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:41.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:41.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:41 smithi026 ceph-mon[93126]: pgmap v9466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:55:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:55:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:55:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:55:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:55:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:55:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:41 smithi089 ceph-mon[103441]: pgmap v9466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:55:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:55:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:55:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:55:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:55:41.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:55:42.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:42.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:43.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:43.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:43 smithi026 ceph-mon[93126]: pgmap v9467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:43 smithi089 ceph-mon[103441]: pgmap v9467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:44.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:44.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:45.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:45.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:45 smithi026 ceph-mon[93126]: pgmap v9468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:45 smithi089 ceph-mon[103441]: pgmap v9468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:46.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:46.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:47.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:47.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:47 smithi026 ceph-mon[93126]: pgmap v9469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:47 smithi089 ceph-mon[103441]: pgmap v9469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:48.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:48.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:48.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:48 smithi089 ceph-mon[103441]: pgmap v9470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:48 smithi026 ceph-mon[93126]: pgmap v9470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:49.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:49.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:55:50.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:50.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:50 smithi089 ceph-mon[103441]: pgmap v9471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:50 smithi026 ceph-mon[93126]: pgmap v9471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:51.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:51.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:52.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:52.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:53.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:53.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:53 smithi026 ceph-mon[93126]: pgmap v9472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:53 smithi089 ceph-mon[103441]: pgmap v9472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:54.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:54.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:55.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:55.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:55 smithi026 ceph-mon[93126]: pgmap v9473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:55 smithi089 ceph-mon[103441]: pgmap v9473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:56.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:56.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:57.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:57.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:57 smithi026 ceph-mon[93126]: pgmap v9474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:57 smithi089 ceph-mon[103441]: pgmap v9474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:55:58.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:58.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:55:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:55:58 smithi089 ceph-mon[103441]: pgmap v9475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:55:58 smithi026 ceph-mon[93126]: pgmap v9475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:55:59.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:55:59.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:00.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:00.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:01.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:01.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:01 smithi026 ceph-mon[93126]: pgmap v9476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:01 smithi089 ceph-mon[103441]: pgmap v9476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:02.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:02.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:03.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:03.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:03 smithi026 ceph-mon[93126]: pgmap v9477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:03.636 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:03 smithi089 ceph-mon[103441]: pgmap v9477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:04.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:04.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:05.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:05.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:05 smithi089 ceph-mon[103441]: pgmap v9478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:05 smithi026 ceph-mon[93126]: pgmap v9478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:06.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:06.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:07.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:07.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:07.569 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:07 smithi026 ceph-mon[93126]: pgmap v9479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:07 smithi089 ceph-mon[103441]: pgmap v9479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:08.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:08.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:08 smithi089 ceph-mon[103441]: pgmap v9480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:08 smithi026 ceph-mon[93126]: pgmap v9480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:09.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:09.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:10.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:10.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:11.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:11.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:11 smithi026 ceph-mon[93126]: pgmap v9481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:11 smithi089 ceph-mon[103441]: pgmap v9481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:12.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:12.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:13.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:13.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:13 smithi026 ceph-mon[93126]: pgmap v9482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:13 smithi089 ceph-mon[103441]: pgmap v9482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:14.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:14.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:15.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:15.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:15 smithi089 ceph-mon[103441]: pgmap v9483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:15 smithi026 ceph-mon[93126]: pgmap v9483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:16.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:16.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:17.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:17.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:17 smithi089 ceph-mon[103441]: pgmap v9484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:17.684 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:17 smithi026 ceph-mon[93126]: pgmap v9484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:18.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:18.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:18 smithi089 ceph-mon[103441]: pgmap v9485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:18 smithi026 ceph-mon[93126]: pgmap v9485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:19.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:19.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:20.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:20.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:20 smithi089 ceph-mon[103441]: pgmap v9486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:20 smithi026 ceph-mon[93126]: pgmap v9486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:21.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:21.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:22.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:22.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:23.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:23.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:23 smithi026 ceph-mon[93126]: pgmap v9487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:23 smithi089 ceph-mon[103441]: pgmap v9487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:24.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:24.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:25.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:25.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:25 smithi089 ceph-mon[103441]: pgmap v9488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:25 smithi026 ceph-mon[93126]: pgmap v9488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:26.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:26.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:27.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:27.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:27 smithi089 ceph-mon[103441]: pgmap v9489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:27.798 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:27 smithi026 ceph-mon[93126]: pgmap v9489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:28.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:28.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:28 smithi089 ceph-mon[103441]: pgmap v9490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:28 smithi026 ceph-mon[93126]: pgmap v9490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:29.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:29.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:30.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:30.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:31.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:31.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:31 smithi089 ceph-mon[103441]: pgmap v9491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:31 smithi026 ceph-mon[93126]: pgmap v9491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:32.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:32.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:33.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:33.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:33 smithi089 ceph-mon[103441]: pgmap v9492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:33 smithi026 ceph-mon[93126]: pgmap v9492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:34.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:34.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:35.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:35.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:35 smithi089 ceph-mon[103441]: pgmap v9493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:35 smithi026 ceph-mon[93126]: pgmap v9493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:36.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:36.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:37.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:37.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:37 smithi089 ceph-mon[103441]: pgmap v9494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:37 smithi026 ceph-mon[93126]: pgmap v9494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:38.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:38.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:38 smithi089 ceph-mon[103441]: pgmap v9495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:38 smithi026 ceph-mon[93126]: pgmap v9495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:39.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:39.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:40.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:40.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:41.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:41.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:41 smithi089 ceph-mon[103441]: pgmap v9496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:56:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:41 smithi026 ceph-mon[93126]: pgmap v9496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:56:42.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:42.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:56:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:56:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:56:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:56:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:56:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:56:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:56:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:56:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:56:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:56:43.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:43.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:43 smithi089 ceph-mon[103441]: pgmap v9497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:43 smithi026 ceph-mon[93126]: pgmap v9497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:44.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:44.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:45.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:45.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:45 smithi089 ceph-mon[103441]: pgmap v9498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:45 smithi026 ceph-mon[93126]: pgmap v9498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:46.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:46.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:47.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:47.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:47 smithi089 ceph-mon[103441]: pgmap v9499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:47 smithi026 ceph-mon[93126]: pgmap v9499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:48.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:48.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:48 smithi089 ceph-mon[103441]: pgmap v9500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:48 smithi026 ceph-mon[93126]: pgmap v9500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:49.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:49.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:56:50.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:50.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:50 smithi089 ceph-mon[103441]: pgmap v9501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:50 smithi026 ceph-mon[93126]: pgmap v9501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:51.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:51.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:52.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:52.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:53.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:53.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:53 smithi026 ceph-mon[93126]: pgmap v9502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:53 smithi089 ceph-mon[103441]: pgmap v9502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:54.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:54.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:55.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:55.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:55 smithi089 ceph-mon[103441]: pgmap v9503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:55 smithi026 ceph-mon[93126]: pgmap v9503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:56.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:56.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:57.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:57.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:57 smithi089 ceph-mon[103441]: pgmap v9504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:57 smithi026 ceph-mon[93126]: pgmap v9504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:56:58.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:58.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:56:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:56:58 smithi089 ceph-mon[103441]: pgmap v9505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:56:58 smithi026 ceph-mon[93126]: pgmap v9505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:56:59.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:56:59.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:00.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:00.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:01.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:01.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:01 smithi089 ceph-mon[103441]: pgmap v9506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:01 smithi026 ceph-mon[93126]: pgmap v9506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:02.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:02.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:03.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:03.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:03 smithi026 ceph-mon[93126]: pgmap v9507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:03 smithi089 ceph-mon[103441]: pgmap v9507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:04.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:04.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:05.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:05.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:05 smithi089 ceph-mon[103441]: pgmap v9508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:05 smithi026 ceph-mon[93126]: pgmap v9508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:06.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:06.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:07.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:07.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:07 smithi089 ceph-mon[103441]: pgmap v9509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:07 smithi026 ceph-mon[93126]: pgmap v9509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:08.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:08.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:08 smithi089 ceph-mon[103441]: pgmap v9510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:08 smithi026 ceph-mon[93126]: pgmap v9510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:09.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:09.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:10.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:10.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:11.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:11.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:11 smithi089 ceph-mon[103441]: pgmap v9511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:11 smithi026 ceph-mon[93126]: pgmap v9511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:12.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:12.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:13.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:13.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:13 smithi089 ceph-mon[103441]: pgmap v9512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:13 smithi026 ceph-mon[93126]: pgmap v9512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:14.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:14.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:15.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:15.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:15 smithi089 ceph-mon[103441]: pgmap v9513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:15 smithi026 ceph-mon[93126]: pgmap v9513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:16.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:16.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:17.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:17.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:17 smithi089 ceph-mon[103441]: pgmap v9514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:17 smithi026 ceph-mon[93126]: pgmap v9514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:18.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:18.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:18 smithi089 ceph-mon[103441]: pgmap v9515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:18 smithi026 ceph-mon[93126]: pgmap v9515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:19.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:19.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:20.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:20.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:20 smithi026 ceph-mon[93126]: pgmap v9516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:20 smithi089 ceph-mon[103441]: pgmap v9516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:21.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:21.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:22.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:22.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:23.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:23.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:23 smithi089 ceph-mon[103441]: pgmap v9517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:23 smithi026 ceph-mon[93126]: pgmap v9517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:24.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:24.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:25.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:25.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:25 smithi089 ceph-mon[103441]: pgmap v9518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:25 smithi026 ceph-mon[93126]: pgmap v9518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:26.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:26.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:27.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:27.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:27 smithi089 ceph-mon[103441]: pgmap v9519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:27 smithi026 ceph-mon[93126]: pgmap v9519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:28.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:28.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:28 smithi026 ceph-mon[93126]: pgmap v9520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:28 smithi089 ceph-mon[103441]: pgmap v9520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:29.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:29.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:30.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:30.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:31.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:31.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:31 smithi089 ceph-mon[103441]: pgmap v9521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:31 smithi026 ceph-mon[93126]: pgmap v9521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:32.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:32.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:33.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:33.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:33 smithi089 ceph-mon[103441]: pgmap v9522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:33 smithi026 ceph-mon[93126]: pgmap v9522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:34.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:34.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:35.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:35.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:35 smithi089 ceph-mon[103441]: pgmap v9523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:35 smithi026 ceph-mon[93126]: pgmap v9523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:36.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:36.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:37.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:37.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:37 smithi089 ceph-mon[103441]: pgmap v9524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:37 smithi026 ceph-mon[93126]: pgmap v9524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:38.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:38.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:38 smithi026 ceph-mon[93126]: pgmap v9525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:38 smithi089 ceph-mon[103441]: pgmap v9525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:39.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:39.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:40.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:40.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:41.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:41.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:41 smithi089 ceph-mon[103441]: pgmap v9526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:41 smithi026 ceph-mon[93126]: pgmap v9526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:42.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:42.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:57:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:57:43.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:43.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:43.662 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:43 smithi026 ceph-mon[93126]: pgmap v9527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:43.662 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:57:43.663 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:57:43.663 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:57:43.663 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:57:43.663 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:57:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:43 smithi089 ceph-mon[103441]: pgmap v9527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:57:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:57:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:57:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:57:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:57:44.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:44.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:45.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:45.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:45 smithi089 ceph-mon[103441]: pgmap v9528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:45 smithi026 ceph-mon[93126]: pgmap v9528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:46.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:46.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:47.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:47.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:47 smithi089 ceph-mon[103441]: pgmap v9529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:47 smithi026 ceph-mon[93126]: pgmap v9529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:48.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:48.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:48 smithi026 ceph-mon[93126]: pgmap v9530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:48 smithi089 ceph-mon[103441]: pgmap v9530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:57:49.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:49.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:50.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:50.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:51.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:51.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:51 smithi089 ceph-mon[103441]: pgmap v9531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:51 smithi026 ceph-mon[93126]: pgmap v9531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:52.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:52.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:53.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:53.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:53 smithi089 ceph-mon[103441]: pgmap v9532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:53.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:53 smithi026 ceph-mon[93126]: pgmap v9532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:54.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:54.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:55.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:55.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:55 smithi089 ceph-mon[103441]: pgmap v9533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:55 smithi026 ceph-mon[93126]: pgmap v9533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:56.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:56.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:57.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:57.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:57 smithi089 ceph-mon[103441]: pgmap v9534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:57 smithi026 ceph-mon[93126]: pgmap v9534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:57:58.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:58.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:57:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:57:58 smithi026 ceph-mon[93126]: pgmap v9535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:57:58 smithi089 ceph-mon[103441]: pgmap v9535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:57:59.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:57:59.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:00.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:00.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:01.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:01.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:01 smithi089 ceph-mon[103441]: pgmap v9536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:01 smithi026 ceph-mon[93126]: pgmap v9536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:02.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:02.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:03.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:03.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:03 smithi089 ceph-mon[103441]: pgmap v9537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:03 smithi026 ceph-mon[93126]: pgmap v9537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:04.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:04.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:05.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:05.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:05 smithi089 ceph-mon[103441]: pgmap v9538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:05 smithi026 ceph-mon[93126]: pgmap v9538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:06.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:06.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:07.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:07.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:07 smithi089 ceph-mon[103441]: pgmap v9539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:07 smithi026 ceph-mon[93126]: pgmap v9539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:08.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:08.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:08.949 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:08 smithi026 ceph-mon[93126]: pgmap v9540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:08 smithi089 ceph-mon[103441]: pgmap v9540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:09.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:09.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:10.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:10.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:11.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:11.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:11 smithi089 ceph-mon[103441]: pgmap v9541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:11 smithi026 ceph-mon[93126]: pgmap v9541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:12.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:12.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:13.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:13.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:13 smithi089 ceph-mon[103441]: pgmap v9542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:13 smithi026 ceph-mon[93126]: pgmap v9542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:14.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:14.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:15.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:15.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:15 smithi089 ceph-mon[103441]: pgmap v9543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:15 smithi026 ceph-mon[93126]: pgmap v9543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:16.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:16.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:17.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:17.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:17 smithi089 ceph-mon[103441]: pgmap v9544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:17 smithi026 ceph-mon[93126]: pgmap v9544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:18.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:18.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:18 smithi026 ceph-mon[93126]: pgmap v9545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:18 smithi089 ceph-mon[103441]: pgmap v9545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:19.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:19.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:20.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:20.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:21.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:21.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:21 smithi089 ceph-mon[103441]: pgmap v9546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:21 smithi026 ceph-mon[93126]: pgmap v9546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:22.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:22.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:23.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:23.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:23 smithi089 ceph-mon[103441]: pgmap v9547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:23 smithi026 ceph-mon[93126]: pgmap v9547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:24.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:24.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:25.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:25.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:25 smithi089 ceph-mon[103441]: pgmap v9548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:25 smithi026 ceph-mon[93126]: pgmap v9548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:26.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:26.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:27.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:27.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:27.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:27 smithi089 ceph-mon[103441]: pgmap v9549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:27 smithi026 ceph-mon[93126]: pgmap v9549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:28.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:28.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:28 smithi026 ceph-mon[93126]: pgmap v9550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:28 smithi089 ceph-mon[103441]: pgmap v9550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:29.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:29.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:30.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:30.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:31.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:31.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:31 smithi089 ceph-mon[103441]: pgmap v9551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:31 smithi026 ceph-mon[93126]: pgmap v9551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:32.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:32.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:33.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:33.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:33 smithi089 ceph-mon[103441]: pgmap v9552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:33 smithi026 ceph-mon[93126]: pgmap v9552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:34.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:34.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:35.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:35.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:35 smithi089 ceph-mon[103441]: pgmap v9553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:35 smithi026 ceph-mon[93126]: pgmap v9553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:36.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:36.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:37.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:37.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:37 smithi089 ceph-mon[103441]: pgmap v9554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:37 smithi026 ceph-mon[93126]: pgmap v9554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:38.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:38.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:38 smithi026 ceph-mon[93126]: pgmap v9555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:38 smithi089 ceph-mon[103441]: pgmap v9555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:39.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:39.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:40.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:40.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:41.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:41.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:41 smithi089 ceph-mon[103441]: pgmap v9556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:41 smithi026 ceph-mon[93126]: pgmap v9556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:42.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:42.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:43.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:43.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:43 smithi089 ceph-mon[103441]: pgmap v9557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:58:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:43 smithi026 ceph-mon[93126]: pgmap v9557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:58:44.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:44.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:45.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:45.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:45 smithi089 ceph-mon[103441]: pgmap v9558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:45 smithi026 ceph-mon[93126]: pgmap v9558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:46.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:46.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:47.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:47.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:47 smithi089 ceph-mon[103441]: pgmap v9559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:47 smithi026 ceph-mon[93126]: pgmap v9559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:48.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:48.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:58:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:58:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:58:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:58:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:58:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:58:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:58:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:58:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:58:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:58:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:58:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:58:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:58:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:58:49.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:49.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:49 smithi089 ceph-mon[103441]: pgmap v9560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:49 smithi026 ceph-mon[93126]: pgmap v9560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:58:50.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:50.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:51.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:51.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:51 smithi089 ceph-mon[103441]: pgmap v9561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:51 smithi026 ceph-mon[93126]: pgmap v9561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:52.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:52.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:53.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:53.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:53 smithi089 ceph-mon[103441]: pgmap v9562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:53 smithi026 ceph-mon[93126]: pgmap v9562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:54.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:54.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:55.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:55.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:55 smithi089 ceph-mon[103441]: pgmap v9563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:55 smithi026 ceph-mon[93126]: pgmap v9563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:56.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:56.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:56 smithi089 ceph-mon[103441]: pgmap v9564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:56 smithi026 ceph-mon[93126]: pgmap v9564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:58:57.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:57.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:58.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:58.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:58:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:58:58 smithi026 ceph-mon[93126]: pgmap v9565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:58:58 smithi089 ceph-mon[103441]: pgmap v9565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:58:59.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:58:59.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:00.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:00.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:01.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:01.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:01 smithi089 ceph-mon[103441]: pgmap v9566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:01 smithi026 ceph-mon[93126]: pgmap v9566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:02.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:02.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:03.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:03.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:03 smithi089 ceph-mon[103441]: pgmap v9567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:03 smithi026 ceph-mon[93126]: pgmap v9567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:04.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:04.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:05.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:05.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:05 smithi089 ceph-mon[103441]: pgmap v9568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:05 smithi026 ceph-mon[93126]: pgmap v9568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:06.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:06.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:07.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:07.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:07 smithi089 ceph-mon[103441]: pgmap v9569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:07 smithi026 ceph-mon[93126]: pgmap v9569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:08.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:08.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:08 smithi026 ceph-mon[93126]: pgmap v9570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:08 smithi089 ceph-mon[103441]: pgmap v9570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:09.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:09.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:10.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:10.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:11.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:11.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:11 smithi089 ceph-mon[103441]: pgmap v9571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:11 smithi026 ceph-mon[93126]: pgmap v9571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:12.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:12.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:13.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:13.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:13 smithi089 ceph-mon[103441]: pgmap v9572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:13 smithi026 ceph-mon[93126]: pgmap v9572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:14.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:14.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:15.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:15.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:15.626 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:15 smithi089 ceph-mon[103441]: pgmap v9573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:15 smithi026 ceph-mon[93126]: pgmap v9573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:16.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:16.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:17.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:17.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:17 smithi089 ceph-mon[103441]: pgmap v9574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:17 smithi026 ceph-mon[93126]: pgmap v9574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:18.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:18.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:18 smithi026 ceph-mon[93126]: pgmap v9575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:18 smithi089 ceph-mon[103441]: pgmap v9575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:19.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:19.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:20.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:20.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:21.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:21.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:21 smithi089 ceph-mon[103441]: pgmap v9576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:21 smithi026 ceph-mon[93126]: pgmap v9576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:22.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:22.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:23.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:23.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:23 smithi089 ceph-mon[103441]: pgmap v9577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:23 smithi026 ceph-mon[93126]: pgmap v9577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:24.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:24.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:25.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:25.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:25 smithi089 ceph-mon[103441]: pgmap v9578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:25 smithi026 ceph-mon[93126]: pgmap v9578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:26.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:26.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:27.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:27.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:27 smithi089 ceph-mon[103441]: pgmap v9579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:27 smithi026 ceph-mon[93126]: pgmap v9579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:28.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:28.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:28 smithi026 ceph-mon[93126]: pgmap v9580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:28 smithi089 ceph-mon[103441]: pgmap v9580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:29.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:29.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:30.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:30.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:31.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:31.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:31 smithi089 ceph-mon[103441]: pgmap v9581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:31 smithi026 ceph-mon[93126]: pgmap v9581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:32.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:32.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:33.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:33.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:33 smithi089 ceph-mon[103441]: pgmap v9582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:33 smithi026 ceph-mon[93126]: pgmap v9582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:34.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:34.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:35.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:35.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:35 smithi089 ceph-mon[103441]: pgmap v9583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:35 smithi026 ceph-mon[93126]: pgmap v9583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:36.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:36.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:37.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:37.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:37 smithi089 ceph-mon[103441]: pgmap v9584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:37 smithi026 ceph-mon[93126]: pgmap v9584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:38.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:38.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:38 smithi026 ceph-mon[93126]: pgmap v9585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:38 smithi089 ceph-mon[103441]: pgmap v9585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:39.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:39.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:40.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:40.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:41.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:41.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:41 smithi089 ceph-mon[103441]: pgmap v9586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:41 smithi026 ceph-mon[93126]: pgmap v9586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:42.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:42.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:43.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:43.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:43 smithi089 ceph-mon[103441]: pgmap v9587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:43 smithi026 ceph-mon[93126]: pgmap v9587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:44.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:44.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:45.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:45.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:45 smithi089 ceph-mon[103441]: pgmap v9588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:45 smithi026 ceph-mon[93126]: pgmap v9588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:46.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:46.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:47.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:47.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:47 smithi089 ceph-mon[103441]: pgmap v9589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:47 smithi026 ceph-mon[93126]: pgmap v9589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:48.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:48.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:59:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:48 smithi026 ceph-mon[93126]: pgmap v9590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T01:59:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:48 smithi089 ceph-mon[103441]: pgmap v9590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T01:59:49.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:49.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:59:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:59:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:59:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:59:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:59:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T01:59:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T01:59:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:59:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T01:59:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T01:59:50.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:50.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:50.995 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:50 smithi089 ceph-mon[103441]: pgmap v9591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:50 smithi026 ceph-mon[93126]: pgmap v9591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:51.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:51.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:52.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:52.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:53.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:53.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:53 smithi089 ceph-mon[103441]: pgmap v9592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:53 smithi026 ceph-mon[93126]: pgmap v9592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:54.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:54.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:55.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:55.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:55 smithi026 ceph-mon[93126]: pgmap v9593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:55 smithi089 ceph-mon[103441]: pgmap v9593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:56.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:56.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:57.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:57.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:57 smithi089 ceph-mon[103441]: pgmap v9594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:57 smithi026 ceph-mon[93126]: pgmap v9594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T01:59:58.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:58.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T01:59:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 01:59:58 smithi026 ceph-mon[93126]: pgmap v9595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 01:59:58 smithi089 ceph-mon[103441]: pgmap v9595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T01:59:59.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T01:59:59.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T02:00:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T02:00:00.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:00.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:01 smithi089 ceph-mon[103441]: pgmap v9596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:01.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:01.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:01 smithi026 ceph-mon[93126]: pgmap v9596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:02.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:02.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:03.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:03.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:03 smithi089 ceph-mon[103441]: pgmap v9597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:03 smithi026 ceph-mon[93126]: pgmap v9597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:04.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:04.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:05.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:05.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:05 smithi026 ceph-mon[93126]: pgmap v9598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:05 smithi089 ceph-mon[103441]: pgmap v9598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:06.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:06.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:07.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:07.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:07 smithi089 ceph-mon[103441]: pgmap v9599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:07 smithi026 ceph-mon[93126]: pgmap v9599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:08.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:08.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:08 smithi026 ceph-mon[93126]: pgmap v9600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:08 smithi089 ceph-mon[103441]: pgmap v9600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:09.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:09.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:10.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:10.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:11.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:11.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:11 smithi026 ceph-mon[93126]: pgmap v9601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:11 smithi089 ceph-mon[103441]: pgmap v9601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:12.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:12.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:13.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:13.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:13 smithi089 ceph-mon[103441]: pgmap v9602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:13 smithi026 ceph-mon[93126]: pgmap v9602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:14.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:14.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:15.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:15.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:15 smithi089 ceph-mon[103441]: pgmap v9603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:15 smithi026 ceph-mon[93126]: pgmap v9603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:16.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:16.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:17.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:17.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:17 smithi089 ceph-mon[103441]: pgmap v9604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:17 smithi026 ceph-mon[93126]: pgmap v9604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:18.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:18.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:18 smithi026 ceph-mon[93126]: pgmap v9605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:18 smithi089 ceph-mon[103441]: pgmap v9605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:19.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:19.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:20.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:20.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:21.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:21.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:21 smithi089 ceph-mon[103441]: pgmap v9606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:21 smithi026 ceph-mon[93126]: pgmap v9606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:22.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:22.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:23.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:23.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:23 smithi089 ceph-mon[103441]: pgmap v9607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:23 smithi026 ceph-mon[93126]: pgmap v9607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:24.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:24.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:25.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:25.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:25 smithi089 ceph-mon[103441]: pgmap v9608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:25 smithi026 ceph-mon[93126]: pgmap v9608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:26.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:26.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:27.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:27.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:27 smithi089 ceph-mon[103441]: pgmap v9609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:27 smithi026 ceph-mon[93126]: pgmap v9609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:28.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:28.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:28 smithi026 ceph-mon[93126]: pgmap v9610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:28 smithi089 ceph-mon[103441]: pgmap v9610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:29.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:29.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:30.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:30.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:31.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:31.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:31 smithi089 ceph-mon[103441]: pgmap v9611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:31 smithi026 ceph-mon[93126]: pgmap v9611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:32.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:32.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:33.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:33.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:33.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:33 smithi089 ceph-mon[103441]: pgmap v9612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:33 smithi026 ceph-mon[93126]: pgmap v9612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:34.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:34.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:35.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:35.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:35 smithi089 ceph-mon[103441]: pgmap v9613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:35 smithi026 ceph-mon[93126]: pgmap v9613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:36.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:36.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:37.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:37.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:37 smithi089 ceph-mon[103441]: pgmap v9614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:37 smithi026 ceph-mon[93126]: pgmap v9614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:38.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:38.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:38 smithi026 ceph-mon[93126]: pgmap v9615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:38 smithi089 ceph-mon[103441]: pgmap v9615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:39.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:39.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:40.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:40.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:41.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:41.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:41 smithi089 ceph-mon[103441]: pgmap v9616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:41 smithi026 ceph-mon[93126]: pgmap v9616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:42.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:42.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:43.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:43.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:43 smithi089 ceph-mon[103441]: pgmap v9617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:43 smithi026 ceph-mon[93126]: pgmap v9617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:44.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:44.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:45.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:45.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:45 smithi089 ceph-mon[103441]: pgmap v9618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:45.727 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:45 smithi026 ceph-mon[93126]: pgmap v9618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:46.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:46.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:47.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:47.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:47 smithi089 ceph-mon[103441]: pgmap v9619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:47 smithi026 ceph-mon[93126]: pgmap v9619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:48.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:48.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:48 smithi026 ceph-mon[93126]: pgmap v9620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:48 smithi089 ceph-mon[103441]: pgmap v9620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:00:49.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:49.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:00:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:00:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:50.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:50.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:50 smithi026 ceph-mon[93126]: pgmap v9621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:50 smithi089 ceph-mon[103441]: pgmap v9621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:51.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:51.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:52.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:52.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:53.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:53.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:53 smithi089 ceph-mon[103441]: pgmap v9622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:53 smithi026 ceph-mon[93126]: pgmap v9622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:54.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:54.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:55.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:55.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:55 smithi089 ceph-mon[103441]: pgmap v9623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:55 smithi026 ceph-mon[93126]: pgmap v9623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:56.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:56.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:57.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:57.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:57 smithi089 ceph-mon[103441]: pgmap v9624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:00:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:00:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:57.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:00:57.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:57 smithi026 ceph-mon[93126]: pgmap v9624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:00:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:00:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:00:57.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:57.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:00:57.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:00:58.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:58.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:00:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:00:58 smithi026 ceph-mon[93126]: pgmap v9625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:00:58 smithi089 ceph-mon[103441]: pgmap v9625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:00:59.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:00:59.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:00.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:00.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:01 smithi026 ceph-mon[93126]: pgmap v9626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:01.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:01.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:01 smithi089 ceph-mon[103441]: pgmap v9626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:02.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:02.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:03.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:03.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:03 smithi089 ceph-mon[103441]: pgmap v9627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:03 smithi026 ceph-mon[93126]: pgmap v9627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:04.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:04.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:05.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:05.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:05 smithi089 ceph-mon[103441]: pgmap v9628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:05 smithi026 ceph-mon[93126]: pgmap v9628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:06.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:06.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:07.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:07.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:07 smithi089 ceph-mon[103441]: pgmap v9629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:07 smithi026 ceph-mon[93126]: pgmap v9629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:08.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:08.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:08 smithi026 ceph-mon[93126]: pgmap v9630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:08 smithi089 ceph-mon[103441]: pgmap v9630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:09.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:09.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:10.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:10.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:11.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:11.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:11 smithi089 ceph-mon[103441]: pgmap v9631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:11 smithi026 ceph-mon[93126]: pgmap v9631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:12.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:12.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:13.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:13.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:13 smithi089 ceph-mon[103441]: pgmap v9632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:13 smithi026 ceph-mon[93126]: pgmap v9632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:14.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:14.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:15.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:15.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:15 smithi089 ceph-mon[103441]: pgmap v9633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:15 smithi026 ceph-mon[93126]: pgmap v9633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:16.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:16.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:17.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:17.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:17 smithi089 ceph-mon[103441]: pgmap v9634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:17 smithi026 ceph-mon[93126]: pgmap v9634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:18.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:18.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:18 smithi026 ceph-mon[93126]: pgmap v9635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:18 smithi089 ceph-mon[103441]: pgmap v9635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:19.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:19.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:20.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:20.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:21.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:21.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:21 smithi089 ceph-mon[103441]: pgmap v9636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:21 smithi026 ceph-mon[93126]: pgmap v9636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:22.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:22.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:23.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:23.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:23 smithi089 ceph-mon[103441]: pgmap v9637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:23 smithi026 ceph-mon[93126]: pgmap v9637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:24.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:24.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:25.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:25.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:25 smithi089 ceph-mon[103441]: pgmap v9638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:25 smithi026 ceph-mon[93126]: pgmap v9638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:26.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:26.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:27.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:27.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:27 smithi089 ceph-mon[103441]: pgmap v9639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:27 smithi026 ceph-mon[93126]: pgmap v9639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:28.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:28.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:28 smithi026 ceph-mon[93126]: pgmap v9640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:28 smithi089 ceph-mon[103441]: pgmap v9640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:29.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:29.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:30.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:30.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:31 smithi026 ceph-mon[93126]: pgmap v9641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:31.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:31.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:31 smithi089 ceph-mon[103441]: pgmap v9641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:32.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:32.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:33.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:33.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:33 smithi089 ceph-mon[103441]: pgmap v9642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:33 smithi026 ceph-mon[93126]: pgmap v9642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:34.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:34.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:35.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:35.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:35 smithi089 ceph-mon[103441]: pgmap v9643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:35 smithi026 ceph-mon[93126]: pgmap v9643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:36.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:36.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:37.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:37.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:37 smithi089 ceph-mon[103441]: pgmap v9644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:37 smithi026 ceph-mon[93126]: pgmap v9644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:38.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:38.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:38 smithi026 ceph-mon[93126]: pgmap v9645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:38 smithi089 ceph-mon[103441]: pgmap v9645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:39.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:39.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:40.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:40.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:41.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:41.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:41 smithi089 ceph-mon[103441]: pgmap v9646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:41 smithi026 ceph-mon[93126]: pgmap v9646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:42.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:42.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:43.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:43.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:43 smithi089 ceph-mon[103441]: pgmap v9647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:43 smithi026 ceph-mon[93126]: pgmap v9647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:44.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:44.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:45.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:45.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:45 smithi089 ceph-mon[103441]: pgmap v9648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:45 smithi026 ceph-mon[93126]: pgmap v9648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:46.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:46.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:47.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:47.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:47 smithi089 ceph-mon[103441]: pgmap v9649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:47 smithi026 ceph-mon[93126]: pgmap v9649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:48.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:48.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:48 smithi026 ceph-mon[93126]: pgmap v9650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:48 smithi089 ceph-mon[103441]: pgmap v9650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:01:49.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:49.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:50.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:50.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:51 smithi089 ceph-mon[103441]: pgmap v9651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:51.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:51.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:51 smithi026 ceph-mon[93126]: pgmap v9651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:52.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:52.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:53 smithi089 ceph-mon[103441]: pgmap v9652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:53.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:53.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:53 smithi026 ceph-mon[93126]: pgmap v9652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:54.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:54.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:55 smithi089 ceph-mon[103441]: pgmap v9653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:55.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:55.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:55 smithi026 ceph-mon[93126]: pgmap v9653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:56.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:56.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:57 smithi089 ceph-mon[103441]: pgmap v9654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:01:57.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:57.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:57 smithi026 ceph-mon[93126]: pgmap v9654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:01:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:01:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:01:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:01:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:01:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:01:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:01:58.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:58.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:01:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:01:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:01:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:01:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:01:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:01:59 smithi089 ceph-mon[103441]: pgmap v9655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:01:59.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:01:59.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:01:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:01:59 smithi026 ceph-mon[93126]: pgmap v9655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:00.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:00.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:01 smithi089 ceph-mon[103441]: pgmap v9656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:01.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:01.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:01 smithi026 ceph-mon[93126]: pgmap v9656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:02.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:02.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:03 smithi089 ceph-mon[103441]: pgmap v9657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:03.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:03.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:03 smithi026 ceph-mon[93126]: pgmap v9657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:04.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:04.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:05.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:05.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:05 smithi026 ceph-mon[93126]: pgmap v9658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:05 smithi089 ceph-mon[103441]: pgmap v9658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:06.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:06.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:07 smithi089 ceph-mon[103441]: pgmap v9659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:07.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:07.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:07 smithi026 ceph-mon[93126]: pgmap v9659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:08.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:08.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:08 smithi026 ceph-mon[93126]: pgmap v9660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:08 smithi089 ceph-mon[103441]: pgmap v9660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:09.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:09.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:10.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:10.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:11 smithi089 ceph-mon[103441]: pgmap v9661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:11.710 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:11 smithi026 ceph-mon[93126]: pgmap v9661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:11.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:11.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:12.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:12.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:13 smithi089 ceph-mon[103441]: pgmap v9662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:13.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:13.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:13 smithi026 ceph-mon[93126]: pgmap v9662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:14.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:14.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:15 smithi089 ceph-mon[103441]: pgmap v9663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:15.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:15.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:15 smithi026 ceph-mon[93126]: pgmap v9663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:16.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:16.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:17 smithi089 ceph-mon[103441]: pgmap v9664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:17.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:17.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:17 smithi026 ceph-mon[93126]: pgmap v9664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:18.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:18.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:18 smithi026 ceph-mon[93126]: pgmap v9665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:18 smithi089 ceph-mon[103441]: pgmap v9665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:19.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:19.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:20.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:20.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:21 smithi089 ceph-mon[103441]: pgmap v9666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:21.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:21.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:21 smithi026 ceph-mon[93126]: pgmap v9666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:22.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:22.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:23 smithi089 ceph-mon[103441]: pgmap v9667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:23.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:23.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:23 smithi026 ceph-mon[93126]: pgmap v9667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:24.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:24.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:25 smithi089 ceph-mon[103441]: pgmap v9668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:25.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:25.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:25 smithi026 ceph-mon[93126]: pgmap v9668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:26.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:26.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:27 smithi089 ceph-mon[103441]: pgmap v9669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:27.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:27.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:27 smithi026 ceph-mon[93126]: pgmap v9669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:28.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:28.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:28 smithi026 ceph-mon[93126]: pgmap v9670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:28 smithi089 ceph-mon[103441]: pgmap v9670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:29.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:29.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:30.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:30.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:31 smithi089 ceph-mon[103441]: pgmap v9671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:31.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:31.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:31 smithi026 ceph-mon[93126]: pgmap v9671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:32.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:32.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:33 smithi089 ceph-mon[103441]: pgmap v9672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:33.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:33.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:33 smithi026 ceph-mon[93126]: pgmap v9672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:34.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:34.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:35.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:35.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:35 smithi026 ceph-mon[93126]: pgmap v9673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:35 smithi089 ceph-mon[103441]: pgmap v9673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:36.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:36.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:37.742 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:37 smithi089 ceph-mon[103441]: pgmap v9674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:37.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:37.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:37 smithi026 ceph-mon[93126]: pgmap v9674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:38.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:38.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:39.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:38 smithi026 ceph-mon[93126]: pgmap v9675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:38 smithi089 ceph-mon[103441]: pgmap v9675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:39.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:39.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:40.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:40.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:41 smithi089 ceph-mon[103441]: pgmap v9676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:41.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:41.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:41 smithi026 ceph-mon[93126]: pgmap v9676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:42.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:42.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:43.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:43.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:43 smithi026 ceph-mon[93126]: pgmap v9677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:43 smithi089 ceph-mon[103441]: pgmap v9677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:44.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:44.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:45.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:45.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:45 smithi026 ceph-mon[93126]: pgmap v9678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:45 smithi089 ceph-mon[103441]: pgmap v9678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:46.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:46.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:47.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:47.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:47 smithi026 ceph-mon[93126]: pgmap v9679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:47.851 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:47 smithi089 ceph-mon[103441]: pgmap v9679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:48.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:48.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:48 smithi026 ceph-mon[93126]: pgmap v9680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:48 smithi089 ceph-mon[103441]: pgmap v9680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:02:49.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:49.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:50.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:50.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:51.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:51.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:51 smithi026 ceph-mon[93126]: pgmap v9681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:51 smithi089 ceph-mon[103441]: pgmap v9681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:52.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:52.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:53.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:53.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:53 smithi026 ceph-mon[93126]: pgmap v9682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:53 smithi089 ceph-mon[103441]: pgmap v9682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:54.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:54.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:55.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:55.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:55 smithi026 ceph-mon[93126]: pgmap v9683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:55 smithi089 ceph-mon[103441]: pgmap v9683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:56.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:56.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:57 smithi026 ceph-mon[93126]: pgmap v9684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:57.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:57.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:57 smithi089 ceph-mon[103441]: pgmap v9684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:02:58.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:58.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:02:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:02:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:02:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:02:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:58 smithi026 ceph-mon[93126]: pgmap v9685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:02:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:02:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:02:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:58 smithi089 ceph-mon[103441]: pgmap v9685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:02:59.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:02:59.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:03:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:03:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:03:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:03:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:02:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:03:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:03:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:03:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:03:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:03:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:02:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:03:00.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:00.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:00 smithi026 ceph-mon[93126]: pgmap v9686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:00 smithi089 ceph-mon[103441]: pgmap v9686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:01.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:01.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:02.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:02.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:03.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:03.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:03 smithi026 ceph-mon[93126]: pgmap v9687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:03 smithi089 ceph-mon[103441]: pgmap v9687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:04.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:04.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:05.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:05.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:05 smithi026 ceph-mon[93126]: pgmap v9688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:05 smithi089 ceph-mon[103441]: pgmap v9688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:06.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:06.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:07.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:07.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:07 smithi026 ceph-mon[93126]: pgmap v9689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:07 smithi089 ceph-mon[103441]: pgmap v9689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:08.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:08.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:08 smithi026 ceph-mon[93126]: pgmap v9690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:08 smithi089 ceph-mon[103441]: pgmap v9690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:09.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:09.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:10.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:10.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:11 smithi026 ceph-mon[93126]: pgmap v9691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:11.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:11.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:11 smithi089 ceph-mon[103441]: pgmap v9691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:12.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:12.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:13 smithi026 ceph-mon[93126]: pgmap v9692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:13.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:13.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:13 smithi089 ceph-mon[103441]: pgmap v9692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:14.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:14.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:15 smithi026 ceph-mon[93126]: pgmap v9693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:15.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:15.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:15 smithi089 ceph-mon[103441]: pgmap v9693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:16.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:16.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:17 smithi026 ceph-mon[93126]: pgmap v9694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:17.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:17.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:17 smithi089 ceph-mon[103441]: pgmap v9694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:18.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:18.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:18 smithi026 ceph-mon[93126]: pgmap v9695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:18 smithi089 ceph-mon[103441]: pgmap v9695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:19.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:19.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:20.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:20.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:21 smithi026 ceph-mon[93126]: pgmap v9696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:21.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:21.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:21 smithi089 ceph-mon[103441]: pgmap v9696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:22.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:22.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:23 smithi089 ceph-mon[103441]: pgmap v9697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:23 smithi026 ceph-mon[93126]: pgmap v9697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:23.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:23.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:24.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:24.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:25 smithi026 ceph-mon[93126]: pgmap v9698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:25.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:25.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:25 smithi089 ceph-mon[103441]: pgmap v9698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:26.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:26.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:27 smithi026 ceph-mon[93126]: pgmap v9699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:27.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:27.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:27 smithi089 ceph-mon[103441]: pgmap v9699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:28.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:28.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:28 smithi026 ceph-mon[93126]: pgmap v9700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:28 smithi089 ceph-mon[103441]: pgmap v9700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:29.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:29.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:30.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:30.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:31 smithi026 ceph-mon[93126]: pgmap v9701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:31.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:31.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:31 smithi089 ceph-mon[103441]: pgmap v9701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:32.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:32.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:33 smithi089 ceph-mon[103441]: pgmap v9702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:33 smithi026 ceph-mon[93126]: pgmap v9702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:33.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:33.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:34.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:34.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:35 smithi026 ceph-mon[93126]: pgmap v9703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:35.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:35.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:35 smithi089 ceph-mon[103441]: pgmap v9703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:36.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:36.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:37 smithi026 ceph-mon[93126]: pgmap v9704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:37.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:37.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:37 smithi089 ceph-mon[103441]: pgmap v9704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:38.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:38.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:38 smithi026 ceph-mon[93126]: pgmap v9705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:38 smithi089 ceph-mon[103441]: pgmap v9705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:39.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:39.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:40.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:40.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:41 smithi026 ceph-mon[93126]: pgmap v9706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:41.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:41.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:41 smithi089 ceph-mon[103441]: pgmap v9706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:42.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:42.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:43 smithi026 ceph-mon[93126]: pgmap v9707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:43.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:43.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:43 smithi089 ceph-mon[103441]: pgmap v9707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:44.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:44.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:45 smithi026 ceph-mon[93126]: pgmap v9708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:45.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:45.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:45 smithi089 ceph-mon[103441]: pgmap v9708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:46.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:46.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:47.799 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:47 smithi026 ceph-mon[93126]: pgmap v9709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:47.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:47.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:47 smithi089 ceph-mon[103441]: pgmap v9709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:48.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:48.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:48 smithi026 ceph-mon[93126]: pgmap v9710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:48 smithi089 ceph-mon[103441]: pgmap v9710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:03:49.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:49.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:50.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:50.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:51 smithi026 ceph-mon[93126]: pgmap v9711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:51.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:51.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:51 smithi089 ceph-mon[103441]: pgmap v9711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:52.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:52.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:53 smithi026 ceph-mon[93126]: pgmap v9712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:53.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:53.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:53 smithi089 ceph-mon[103441]: pgmap v9712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:54.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:54.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:55 smithi026 ceph-mon[93126]: pgmap v9713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:55.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:55.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:55 smithi089 ceph-mon[103441]: pgmap v9713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:56.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:56.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:57 smithi026 ceph-mon[93126]: pgmap v9714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:57.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:57.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:57 smithi089 ceph-mon[103441]: pgmap v9714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:03:58.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:58.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:03:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:58 smithi089 ceph-mon[103441]: pgmap v9715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:58 smithi026 ceph-mon[93126]: pgmap v9715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:03:59.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:03:59.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:04:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:04:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:04:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:04:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:04:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:04:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:04:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:04:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:04:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:04:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:03:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:04:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:04:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:04:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:04:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:04:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:04:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:04:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:04:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:04:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:04:00.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:04:00.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:03:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:04:00.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:00.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:00 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1622M 2023-10-17T02:04:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:00 smithi026 ceph-mon[93126]: pgmap v9716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:00 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1622M 2023-10-17T02:04:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:00 smithi089 ceph-mon[103441]: pgmap v9716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:01.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:01.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:02.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:02.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:03 smithi026 ceph-mon[93126]: pgmap v9717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:03.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:03.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:03 smithi089 ceph-mon[103441]: pgmap v9717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:04.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:04.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:05 smithi026 ceph-mon[93126]: pgmap v9718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:05.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:05.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:05 smithi089 ceph-mon[103441]: pgmap v9718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:06.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:06.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:07 smithi026 ceph-mon[93126]: pgmap v9719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:07.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:07.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:07 smithi089 ceph-mon[103441]: pgmap v9719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:08.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:08.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:08 smithi026 ceph-mon[93126]: pgmap v9720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:08 smithi089 ceph-mon[103441]: pgmap v9720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:09.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:09.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:10.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:10.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:11 smithi026 ceph-mon[93126]: pgmap v9721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:11.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:11.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:11 smithi089 ceph-mon[103441]: pgmap v9721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:12.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:12.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:13.757 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:13 smithi089 ceph-mon[103441]: pgmap v9722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:13 smithi026 ceph-mon[93126]: pgmap v9722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:13.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:13.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:14.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:14.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:15 smithi026 ceph-mon[93126]: pgmap v9723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:15.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:15.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:15 smithi089 ceph-mon[103441]: pgmap v9723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:16.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:16.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:17 smithi026 ceph-mon[93126]: pgmap v9724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:17.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:17.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:17 smithi089 ceph-mon[103441]: pgmap v9724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:18.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:18.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:18 smithi026 ceph-mon[93126]: pgmap v9725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:18 smithi089 ceph-mon[103441]: pgmap v9725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:19.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:19.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:20.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:20.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:21 smithi026 ceph-mon[93126]: pgmap v9726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:21 smithi089 ceph-mon[103441]: pgmap v9726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:21.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:21.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:22.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:22.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:23 smithi026 ceph-mon[93126]: pgmap v9727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:23.862 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:23 smithi089 ceph-mon[103441]: pgmap v9727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:23.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:23.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:24.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:24.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:25 smithi026 ceph-mon[93126]: pgmap v9728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:25 smithi089 ceph-mon[103441]: pgmap v9728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:25.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:25.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:26.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:26.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:27 smithi026 ceph-mon[93126]: pgmap v9729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:27 smithi089 ceph-mon[103441]: pgmap v9729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:27.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:27.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:28.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:28.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:28 smithi026 ceph-mon[93126]: pgmap v9730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:28 smithi089 ceph-mon[103441]: pgmap v9730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:29.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:29.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:30.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:30.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:31 smithi026 ceph-mon[93126]: pgmap v9731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:31 smithi089 ceph-mon[103441]: pgmap v9731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:31.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:31.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:32.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:32.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:33 smithi026 ceph-mon[93126]: pgmap v9732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:33 smithi089 ceph-mon[103441]: pgmap v9732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:33.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:33.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:34.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:34.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:35 smithi026 ceph-mon[93126]: pgmap v9733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:35 smithi089 ceph-mon[103441]: pgmap v9733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:35.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:35.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:36.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:36.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:37 smithi026 ceph-mon[93126]: pgmap v9734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:37 smithi089 ceph-mon[103441]: pgmap v9734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:37.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:37.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:38.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:38.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:38 smithi026 ceph-mon[93126]: pgmap v9735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:38 smithi089 ceph-mon[103441]: pgmap v9735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:39.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:39.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:40.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:40.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:41 smithi026 ceph-mon[93126]: pgmap v9736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:41 smithi089 ceph-mon[103441]: pgmap v9736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:41.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:41.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:42.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:42.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:43 smithi026 ceph-mon[93126]: pgmap v9737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:43 smithi089 ceph-mon[103441]: pgmap v9737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:43.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:43.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:44.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:44.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:45 smithi026 ceph-mon[93126]: pgmap v9738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:45 smithi089 ceph-mon[103441]: pgmap v9738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:45.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:45.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:46.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:46.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:47 smithi026 ceph-mon[93126]: pgmap v9739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:47 smithi089 ceph-mon[103441]: pgmap v9739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:47.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:47.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:48.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:48.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:48 smithi026 ceph-mon[93126]: pgmap v9740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:49.126 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:48 smithi089 ceph-mon[103441]: pgmap v9740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:49.126 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:04:49.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:49.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:50.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:50.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:51 smithi026 ceph-mon[93126]: pgmap v9741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:51 smithi089 ceph-mon[103441]: pgmap v9741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:51.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:51.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:52.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:52.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:53 smithi026 ceph-mon[93126]: pgmap v9742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:53 smithi089 ceph-mon[103441]: pgmap v9742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:53.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:53.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:54.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:54.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:55 smithi026 ceph-mon[93126]: pgmap v9743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:55 smithi089 ceph-mon[103441]: pgmap v9743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:55.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:55.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:56.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:56.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:57 smithi026 ceph-mon[93126]: pgmap v9744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:57 smithi089 ceph-mon[103441]: pgmap v9744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:04:57.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:57.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:58.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:58.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:04:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:58 smithi026 ceph-mon[93126]: pgmap v9745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:58 smithi089 ceph-mon[103441]: pgmap v9745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:04:59.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:04:59.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:04:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:05:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:04:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:05:00.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:00.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:05:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:05:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:05:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:05:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:05:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:00 smithi026 ceph-mon[93126]: pgmap v9746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:05:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:05:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:05:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:05:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:05:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:00 smithi089 ceph-mon[103441]: pgmap v9746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:01.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:01.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:02.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:02.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:03 smithi026 ceph-mon[93126]: pgmap v9747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:03 smithi089 ceph-mon[103441]: pgmap v9747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:03.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:03.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:04.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:05.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:05 smithi026 ceph-mon[93126]: pgmap v9748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:05 smithi089 ceph-mon[103441]: pgmap v9748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:06.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:06.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:07.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:07.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:07 smithi026 ceph-mon[93126]: pgmap v9749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:07 smithi089 ceph-mon[103441]: pgmap v9749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:08.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:08.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:09.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:09.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:08 smithi026 ceph-mon[93126]: pgmap v9750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:08 smithi089 ceph-mon[103441]: pgmap v9750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:10.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:10.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:11.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:11.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:11 smithi026 ceph-mon[93126]: pgmap v9751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:11 smithi089 ceph-mon[103441]: pgmap v9751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:12.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:12.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:13.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:13.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:13.786 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:13 smithi026 ceph-mon[93126]: pgmap v9752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:13 smithi089 ceph-mon[103441]: pgmap v9752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:14.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:14.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:15.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:15.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:15 smithi026 ceph-mon[93126]: pgmap v9753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:15 smithi089 ceph-mon[103441]: pgmap v9753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:16.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:16.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:17.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:17.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:17 smithi026 ceph-mon[93126]: pgmap v9754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:17 smithi089 ceph-mon[103441]: pgmap v9754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:18.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:18.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:19.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:19.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:18 smithi026 ceph-mon[93126]: pgmap v9755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:18 smithi089 ceph-mon[103441]: pgmap v9755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:20.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:20.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:21.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:21.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:21 smithi026 ceph-mon[93126]: pgmap v9756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:21 smithi089 ceph-mon[103441]: pgmap v9756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:22.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:22.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:23.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:23.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:23 smithi026 ceph-mon[93126]: pgmap v9757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:23 smithi089 ceph-mon[103441]: pgmap v9757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:24.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:24.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:25.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:25.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:25 smithi026 ceph-mon[93126]: pgmap v9758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:25 smithi089 ceph-mon[103441]: pgmap v9758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:26.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:26.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:26 smithi026 ceph-mon[93126]: pgmap v9759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:26 smithi089 ceph-mon[103441]: pgmap v9759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:27.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:27.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:28.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:28.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:29.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:29.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:28 smithi026 ceph-mon[93126]: pgmap v9760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:28 smithi089 ceph-mon[103441]: pgmap v9760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:30.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:30.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:31.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:31.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:31 smithi026 ceph-mon[93126]: pgmap v9761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:31 smithi089 ceph-mon[103441]: pgmap v9761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:32.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:32.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:33.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:33.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:33 smithi026 ceph-mon[93126]: pgmap v9762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:33 smithi089 ceph-mon[103441]: pgmap v9762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:34.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:34.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:35.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:35.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:35 smithi026 ceph-mon[93126]: pgmap v9763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:35 smithi089 ceph-mon[103441]: pgmap v9763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:36.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:36.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:36 smithi026 ceph-mon[93126]: pgmap v9764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:36 smithi089 ceph-mon[103441]: pgmap v9764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:37.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:37.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:38.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:38.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:38 smithi026 ceph-mon[93126]: pgmap v9765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:39.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:39.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:38 smithi089 ceph-mon[103441]: pgmap v9765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:40.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:40.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:41.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:41.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:41 smithi026 ceph-mon[93126]: pgmap v9766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:41 smithi089 ceph-mon[103441]: pgmap v9766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:42.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:42.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:43.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:43.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:43 smithi026 ceph-mon[93126]: pgmap v9767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:43 smithi089 ceph-mon[103441]: pgmap v9767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:44.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:44.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:44 smithi026 ceph-mon[93126]: pgmap v9768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:44 smithi089 ceph-mon[103441]: pgmap v9768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:45.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:45.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:46.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:46.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:47.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:47.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:47 smithi026 ceph-mon[93126]: pgmap v9769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:47 smithi089 ceph-mon[103441]: pgmap v9769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:48.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:48.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:48 smithi026 ceph-mon[93126]: pgmap v9770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:49.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:49.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:48 smithi089 ceph-mon[103441]: pgmap v9770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:05:50.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:50.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:51.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:51.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:51 smithi026 ceph-mon[93126]: pgmap v9771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:51 smithi089 ceph-mon[103441]: pgmap v9771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:52.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:52.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:52 smithi026 ceph-mon[93126]: pgmap v9772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:52 smithi089 ceph-mon[103441]: pgmap v9772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:53.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:53.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:54.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:54.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:55.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:55.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:55 smithi026 ceph-mon[93126]: pgmap v9773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:55 smithi089 ceph-mon[103441]: pgmap v9773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:56.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:56.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:56 smithi026 ceph-mon[93126]: pgmap v9774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:56 smithi089 ceph-mon[103441]: pgmap v9774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:05:57.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:57.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:58.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:58.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:05:58 smithi026 ceph-mon[93126]: pgmap v9775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:05:59.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:05:59.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:05:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:05:58 smithi089 ceph-mon[103441]: pgmap v9775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:00.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:00.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:06:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:06:01.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:01.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:01 smithi026 ceph-mon[93126]: pgmap v9776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:06:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:06:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:06:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:06:01.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:06:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:01 smithi089 ceph-mon[103441]: pgmap v9776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:06:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:06:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:06:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:06:01.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:06:02.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:02.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:02 smithi026 ceph-mon[93126]: pgmap v9777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:02 smithi089 ceph-mon[103441]: pgmap v9777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:03.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:03.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:04.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:04.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:04 smithi026 ceph-mon[93126]: pgmap v9778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:05.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:05.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:04 smithi089 ceph-mon[103441]: pgmap v9778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:06.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:06.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:06 smithi026 ceph-mon[93126]: pgmap v9779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:06 smithi089 ceph-mon[103441]: pgmap v9779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:07.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:07.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:08.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:08.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:08 smithi026 ceph-mon[93126]: pgmap v9780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:09.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:09.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:08 smithi089 ceph-mon[103441]: pgmap v9780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:10.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:10.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:10 smithi026 ceph-mon[93126]: pgmap v9781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:10 smithi089 ceph-mon[103441]: pgmap v9781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:11.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:11.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:12.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:12.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:12 smithi026 ceph-mon[93126]: pgmap v9782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:12 smithi089 ceph-mon[103441]: pgmap v9782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:13.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:13.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:14.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:14.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:14 smithi026 ceph-mon[93126]: pgmap v9783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:14 smithi089 ceph-mon[103441]: pgmap v9783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:15.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:15.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:16.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:16.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:16 smithi026 ceph-mon[93126]: pgmap v9784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:16 smithi089 ceph-mon[103441]: pgmap v9784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:17.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:17.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:18.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:18.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:18 smithi026 ceph-mon[93126]: pgmap v9785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:19.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:19.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:18 smithi089 ceph-mon[103441]: pgmap v9785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:20.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:20.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:20 smithi026 ceph-mon[93126]: pgmap v9786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:20 smithi089 ceph-mon[103441]: pgmap v9786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:21.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:21.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:22.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:22.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:22 smithi026 ceph-mon[93126]: pgmap v9787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:22 smithi089 ceph-mon[103441]: pgmap v9787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:23.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:23.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:24.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:24.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:24 smithi026 ceph-mon[93126]: pgmap v9788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:24 smithi089 ceph-mon[103441]: pgmap v9788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:25.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:25.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:26.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:26.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:26 smithi026 ceph-mon[93126]: pgmap v9789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:26 smithi089 ceph-mon[103441]: pgmap v9789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:27.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:27.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:28.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:28.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:29.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:29.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:28 smithi089 ceph-mon[103441]: pgmap v9790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:28 smithi026 ceph-mon[93126]: pgmap v9790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:30.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:30.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:30 smithi026 ceph-mon[93126]: pgmap v9791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:30 smithi089 ceph-mon[103441]: pgmap v9791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:31.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:31.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:32.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:32.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:32 smithi026 ceph-mon[93126]: pgmap v9792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:32 smithi089 ceph-mon[103441]: pgmap v9792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:33.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:33.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:34.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:34.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:34 smithi026 ceph-mon[93126]: pgmap v9793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:35.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:35.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:34 smithi089 ceph-mon[103441]: pgmap v9793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:36.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:36.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:36 smithi026 ceph-mon[93126]: pgmap v9794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:36 smithi089 ceph-mon[103441]: pgmap v9794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:37.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:37.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:38.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:38.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:39.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:39.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:38 smithi089 ceph-mon[103441]: pgmap v9795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:38 smithi026 ceph-mon[93126]: pgmap v9795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:40.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:40.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:40 smithi026 ceph-mon[93126]: pgmap v9796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:40 smithi089 ceph-mon[103441]: pgmap v9796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:41.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:41.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:42.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:42.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:42 smithi026 ceph-mon[93126]: pgmap v9797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:42 smithi089 ceph-mon[103441]: pgmap v9797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:43.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:43.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:44.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:44.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:44 smithi026 ceph-mon[93126]: pgmap v9798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:44 smithi089 ceph-mon[103441]: pgmap v9798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:45.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:45.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:46.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:46.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:46 smithi026 ceph-mon[93126]: pgmap v9799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:46 smithi089 ceph-mon[103441]: pgmap v9799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:47.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:47.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:48.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:48.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:49.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:49.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:48 smithi089 ceph-mon[103441]: pgmap v9800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:48 smithi026 ceph-mon[93126]: pgmap v9800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:06:50.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:50.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:50 smithi089 ceph-mon[103441]: pgmap v9801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:50 smithi026 ceph-mon[93126]: pgmap v9801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:51.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:51.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:52.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:52.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:52 smithi026 ceph-mon[93126]: pgmap v9802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:52.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:52 smithi089 ceph-mon[103441]: pgmap v9802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:53.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:53.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:54.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:54.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:54 smithi026 ceph-mon[93126]: pgmap v9803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:54 smithi089 ceph-mon[103441]: pgmap v9803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:55.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:55.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:56.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:56.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:56 smithi026 ceph-mon[93126]: pgmap v9804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:56 smithi089 ceph-mon[103441]: pgmap v9804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:06:57.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:57.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:58.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:58.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:06:58 smithi089 ceph-mon[103441]: pgmap v9805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:06:59.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:06:59.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:06:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:06:58 smithi026 ceph-mon[93126]: pgmap v9805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:00.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:00.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:00 smithi026 ceph-mon[93126]: pgmap v9806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:00 smithi089 ceph-mon[103441]: pgmap v9806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:01.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:01.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:07:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:07:02.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:02.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:07:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:07:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:07:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:07:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:07:02.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:02 smithi089 ceph-mon[103441]: pgmap v9807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:07:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:07:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:07:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:07:03.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:07:03.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:02 smithi026 ceph-mon[93126]: pgmap v9807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:03.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:03.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:04.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:04.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:04 smithi089 ceph-mon[103441]: pgmap v9808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:05.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:05.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:04 smithi026 ceph-mon[93126]: pgmap v9808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:06.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:06.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:06 smithi089 ceph-mon[103441]: pgmap v9809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:06 smithi026 ceph-mon[93126]: pgmap v9809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:07.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:07.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:08.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:08.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:08 smithi089 ceph-mon[103441]: pgmap v9810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:09.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:09.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:08 smithi026 ceph-mon[93126]: pgmap v9810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:10.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:10.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:10 smithi089 ceph-mon[103441]: pgmap v9811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:10 smithi026 ceph-mon[93126]: pgmap v9811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:11.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:11.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:12.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:12.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:12 smithi089 ceph-mon[103441]: pgmap v9812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:12 smithi026 ceph-mon[93126]: pgmap v9812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:13.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:13.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:14.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:14.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:14 smithi089 ceph-mon[103441]: pgmap v9813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:14 smithi026 ceph-mon[93126]: pgmap v9813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:15.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:15.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:16.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:16.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:16 smithi089 ceph-mon[103441]: pgmap v9814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:16 smithi026 ceph-mon[93126]: pgmap v9814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:17.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:17.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:18.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:18.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:18 smithi089 ceph-mon[103441]: pgmap v9815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:19.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:19.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:18 smithi026 ceph-mon[93126]: pgmap v9815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:20.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:20.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:20 smithi089 ceph-mon[103441]: pgmap v9816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:20 smithi026 ceph-mon[93126]: pgmap v9816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:21.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:21.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:22.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:22.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:22 smithi089 ceph-mon[103441]: pgmap v9817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:22 smithi026 ceph-mon[93126]: pgmap v9817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:23.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:23.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:24.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:24.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:24 smithi089 ceph-mon[103441]: pgmap v9818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:24 smithi026 ceph-mon[93126]: pgmap v9818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:25.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:25.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:26.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:26.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:26 smithi089 ceph-mon[103441]: pgmap v9819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:26 smithi026 ceph-mon[93126]: pgmap v9819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:27.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:27.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:28.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:28.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:28 smithi089 ceph-mon[103441]: pgmap v9820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:29.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:29.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:28 smithi026 ceph-mon[93126]: pgmap v9820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:30.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:30.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:30 smithi026 ceph-mon[93126]: pgmap v9821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:30.818 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:30 smithi089 ceph-mon[103441]: pgmap v9821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:31.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:31.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:32.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:32.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:32 smithi089 ceph-mon[103441]: pgmap v9822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:32 smithi026 ceph-mon[93126]: pgmap v9822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:33.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:33.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:34.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:34.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:34 smithi089 ceph-mon[103441]: pgmap v9823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:35.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:35.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:34 smithi026 ceph-mon[93126]: pgmap v9823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:36.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:36.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:36 smithi089 ceph-mon[103441]: pgmap v9824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:36 smithi026 ceph-mon[93126]: pgmap v9824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:37.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:37.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:38.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:38.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:38 smithi089 ceph-mon[103441]: pgmap v9825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:39.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:39.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:38 smithi026 ceph-mon[93126]: pgmap v9825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:40.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:40.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:40 smithi026 ceph-mon[93126]: pgmap v9826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:40.923 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:40 smithi089 ceph-mon[103441]: pgmap v9826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:41.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:41.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:42.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:42.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:42 smithi089 ceph-mon[103441]: pgmap v9827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:42 smithi026 ceph-mon[93126]: pgmap v9827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:43.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:43.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:44.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:44.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:44 smithi089 ceph-mon[103441]: pgmap v9828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:44 smithi026 ceph-mon[93126]: pgmap v9828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:45.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:45.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:46.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:46.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:46 smithi089 ceph-mon[103441]: pgmap v9829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:46 smithi026 ceph-mon[93126]: pgmap v9829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:47.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:47.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:48.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:48.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:48 smithi089 ceph-mon[103441]: pgmap v9830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:49.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:49.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:48 smithi026 ceph-mon[93126]: pgmap v9830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:07:50.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:50.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:50 smithi089 ceph-mon[103441]: pgmap v9831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:50 smithi026 ceph-mon[93126]: pgmap v9831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:51.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:51.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:52.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:52.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:52 smithi089 ceph-mon[103441]: pgmap v9832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:52 smithi026 ceph-mon[93126]: pgmap v9832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:53.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:53.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:54.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:54.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:54 smithi089 ceph-mon[103441]: pgmap v9833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:54 smithi026 ceph-mon[93126]: pgmap v9833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:55.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:55.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:56.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:56.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:56 smithi089 ceph-mon[103441]: pgmap v9834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:56 smithi026 ceph-mon[93126]: pgmap v9834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:07:57.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:57.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:58.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:58.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:07:58 smithi089 ceph-mon[103441]: pgmap v9835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:07:59.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:07:59.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:07:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:07:58 smithi026 ceph-mon[93126]: pgmap v9835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:00.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:00.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:00 smithi089 ceph-mon[103441]: pgmap v9836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:00 smithi026 ceph-mon[93126]: pgmap v9836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:01.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:01.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:08:02.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:02.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:08:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:08:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:08:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:08:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:08:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:08:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:02 smithi089 ceph-mon[103441]: pgmap v9837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:03.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:03.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:08:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:08:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:08:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:08:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:08:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:02 smithi026 ceph-mon[93126]: pgmap v9837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:04.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:04.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:05.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:05.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:05.733 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:05 smithi026 ceph-mon[93126]: pgmap v9838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:05 smithi089 ceph-mon[103441]: pgmap v9838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:06.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:06.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:07.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:07.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:07 smithi026 ceph-mon[93126]: pgmap v9839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:07 smithi089 ceph-mon[103441]: pgmap v9839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:08.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:08.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:08 smithi089 ceph-mon[103441]: pgmap v9840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:08 smithi026 ceph-mon[93126]: pgmap v9840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:09.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:09.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:10.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:10.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:10 smithi089 ceph-mon[103441]: pgmap v9841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:10 smithi026 ceph-mon[93126]: pgmap v9841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:11.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:11.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:12.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:12.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:12 smithi089 ceph-mon[103441]: pgmap v9842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:12 smithi026 ceph-mon[93126]: pgmap v9842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:13.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:13.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:14.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:14.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:14 smithi089 ceph-mon[103441]: pgmap v9843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:14 smithi026 ceph-mon[93126]: pgmap v9843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:15.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:15.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:16.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:16.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:16 smithi089 ceph-mon[103441]: pgmap v9844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:16 smithi026 ceph-mon[93126]: pgmap v9844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:17.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:17.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:18.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:18.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:18 smithi089 ceph-mon[103441]: pgmap v9845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:18 smithi026 ceph-mon[93126]: pgmap v9845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:19.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:19.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:20.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:20.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:20.906 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:20 smithi026 ceph-mon[93126]: pgmap v9846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:20 smithi089 ceph-mon[103441]: pgmap v9846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:21.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:21.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:22.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:22.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:22 smithi089 ceph-mon[103441]: pgmap v9847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:22 smithi026 ceph-mon[93126]: pgmap v9847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:23.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:23.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:24.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:24.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:24 smithi089 ceph-mon[103441]: pgmap v9848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:24 smithi026 ceph-mon[93126]: pgmap v9848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:25.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:25.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:26.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:26.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:26 smithi089 ceph-mon[103441]: pgmap v9849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:26 smithi026 ceph-mon[93126]: pgmap v9849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:27.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:27.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:28.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:28.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:28 smithi089 ceph-mon[103441]: pgmap v9850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:28 smithi026 ceph-mon[93126]: pgmap v9850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:29.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:29.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:30.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:30.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:30 smithi089 ceph-mon[103441]: pgmap v9851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:31.021 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:30 smithi026 ceph-mon[93126]: pgmap v9851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:31.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:31.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:32.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:32.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:32 smithi089 ceph-mon[103441]: pgmap v9852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:32 smithi026 ceph-mon[93126]: pgmap v9852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:33.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:33.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:34.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:34.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:34 smithi089 ceph-mon[103441]: pgmap v9853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:34 smithi026 ceph-mon[93126]: pgmap v9853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:35.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:35.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:36.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:36.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:36 smithi089 ceph-mon[103441]: pgmap v9854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:36 smithi026 ceph-mon[93126]: pgmap v9854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:37.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:37.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:38.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:38.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:38 smithi089 ceph-mon[103441]: pgmap v9855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:38 smithi026 ceph-mon[93126]: pgmap v9855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:39.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:39.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:40.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:40.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:40 smithi089 ceph-mon[103441]: pgmap v9856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:40 smithi026 ceph-mon[93126]: pgmap v9856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:41.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:41.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:42.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:42.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:42 smithi089 ceph-mon[103441]: pgmap v9857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:42 smithi026 ceph-mon[93126]: pgmap v9857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:43.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:43.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:44.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:44.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:44 smithi089 ceph-mon[103441]: pgmap v9858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:44 smithi026 ceph-mon[93126]: pgmap v9858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:45.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:45.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:46.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:46.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:46 smithi089 ceph-mon[103441]: pgmap v9859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:46 smithi026 ceph-mon[93126]: pgmap v9859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:47.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:47.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:48.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:48.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:48 smithi089 ceph-mon[103441]: pgmap v9860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:48 smithi026 ceph-mon[93126]: pgmap v9860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:08:49.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:49.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:50.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:50.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:50 smithi089 ceph-mon[103441]: pgmap v9861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:50 smithi026 ceph-mon[93126]: pgmap v9861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:51.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:51.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:52.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:52.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:52 smithi089 ceph-mon[103441]: pgmap v9862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:52 smithi026 ceph-mon[93126]: pgmap v9862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:53.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:53.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:54.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:54.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:54 smithi089 ceph-mon[103441]: pgmap v9863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:54 smithi026 ceph-mon[93126]: pgmap v9863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:55.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:55.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:56.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:56.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:56 smithi089 ceph-mon[103441]: pgmap v9864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:56 smithi026 ceph-mon[93126]: pgmap v9864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:08:57.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:57.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:58.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:58.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:08:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:08:58 smithi089 ceph-mon[103441]: pgmap v9865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:08:58 smithi026 ceph-mon[93126]: pgmap v9865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:08:59.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:08:59.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:00.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:00.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:00 smithi089 ceph-mon[103441]: pgmap v9866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:00 smithi026 ceph-mon[93126]: pgmap v9866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:01.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:01.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:02.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:02.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:02 smithi089 ceph-mon[103441]: pgmap v9867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:02 smithi026 ceph-mon[93126]: pgmap v9867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:03.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:03.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:03.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:09:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:09:04.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:04.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:04 smithi089 ceph-mon[103441]: pgmap v9868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:04 smithi026 ceph-mon[93126]: pgmap v9868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:05.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:05.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:06.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:06.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:06 smithi026 ceph-mon[93126]: pgmap v9869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:06 smithi089 ceph-mon[103441]: pgmap v9869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:07.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:07.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:08.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:08.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:09:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:09:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:09:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:09:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:09:08.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:09:08.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:09:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:09:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:09:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:09:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:09:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:09:08.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:09:08.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:09:09.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:09.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:09 smithi026 ceph-mon[93126]: pgmap v9870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:09 smithi089 ceph-mon[103441]: pgmap v9870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:10.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:10.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:10 smithi089 ceph-mon[103441]: pgmap v9871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:10 smithi026 ceph-mon[93126]: pgmap v9871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:11.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:11.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:12.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:12.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:12 smithi089 ceph-mon[103441]: pgmap v9872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:12 smithi026 ceph-mon[93126]: pgmap v9872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:13.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:13.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:14.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:14.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:14 smithi089 ceph-mon[103441]: pgmap v9873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:14 smithi026 ceph-mon[93126]: pgmap v9873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:15.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:15.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:16.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:16.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:16 smithi026 ceph-mon[93126]: pgmap v9874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:16.923 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:16 smithi089 ceph-mon[103441]: pgmap v9874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:17.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:17.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:18.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:18.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:18 smithi089 ceph-mon[103441]: pgmap v9875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:18 smithi026 ceph-mon[93126]: pgmap v9875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:19.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:19.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:20.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:20.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:20 smithi089 ceph-mon[103441]: pgmap v9876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:20 smithi026 ceph-mon[93126]: pgmap v9876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:21.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:21.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:22.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:22.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:22 smithi089 ceph-mon[103441]: pgmap v9877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:22 smithi026 ceph-mon[93126]: pgmap v9877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:23.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:23.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:24.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:24.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:24 smithi089 ceph-mon[103441]: pgmap v9878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:24 smithi026 ceph-mon[93126]: pgmap v9878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:25.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:25.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:26.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:26.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:26 smithi089 ceph-mon[103441]: pgmap v9879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:26 smithi026 ceph-mon[93126]: pgmap v9879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:27.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:27.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:28.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:28.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:28 smithi089 ceph-mon[103441]: pgmap v9880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:28 smithi026 ceph-mon[93126]: pgmap v9880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:29.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:29.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:30.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:30.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:30 smithi089 ceph-mon[103441]: pgmap v9881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:30 smithi026 ceph-mon[93126]: pgmap v9881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:31.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:31.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:32.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:32.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:32 smithi089 ceph-mon[103441]: pgmap v9882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:32 smithi026 ceph-mon[93126]: pgmap v9882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:33.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:33.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:34.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:34.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:34 smithi089 ceph-mon[103441]: pgmap v9883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:34 smithi026 ceph-mon[93126]: pgmap v9883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:35.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:35.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:36.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:36.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:36 smithi089 ceph-mon[103441]: pgmap v9884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:36 smithi026 ceph-mon[93126]: pgmap v9884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:37.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:37.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:38.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:38.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:38 smithi089 ceph-mon[103441]: pgmap v9885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:38 smithi026 ceph-mon[93126]: pgmap v9885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:39.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:39.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:40.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:40.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:40 smithi089 ceph-mon[103441]: pgmap v9886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:40 smithi026 ceph-mon[93126]: pgmap v9886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:41.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:41.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:42.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:42.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:42 smithi089 ceph-mon[103441]: pgmap v9887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:42 smithi026 ceph-mon[93126]: pgmap v9887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:43.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:43.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:44.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:44.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:44 smithi089 ceph-mon[103441]: pgmap v9888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:44 smithi026 ceph-mon[93126]: pgmap v9888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:45.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:45.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:46.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:46.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:46.878 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:46 smithi026 ceph-mon[93126]: pgmap v9889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:46 smithi089 ceph-mon[103441]: pgmap v9889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:47.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:47.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:48.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:48.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:48 smithi089 ceph-mon[103441]: pgmap v9890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:48 smithi026 ceph-mon[93126]: pgmap v9890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:09:49.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:49.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:50.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:50.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:50 smithi089 ceph-mon[103441]: pgmap v9891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:50 smithi026 ceph-mon[93126]: pgmap v9891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:51.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:51.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:52.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:52.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:52 smithi089 ceph-mon[103441]: pgmap v9892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:52 smithi026 ceph-mon[93126]: pgmap v9892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:53.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:53.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:54.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:54.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:54 smithi089 ceph-mon[103441]: pgmap v9893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:54 smithi026 ceph-mon[93126]: pgmap v9893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:55.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:55.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:56.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:56.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:56 smithi089 ceph-mon[103441]: pgmap v9894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:56.993 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:56 smithi026 ceph-mon[93126]: pgmap v9894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:09:57.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:57.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:58.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:58.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:09:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:09:58 smithi089 ceph-mon[103441]: pgmap v9895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:09:58 smithi026 ceph-mon[93126]: pgmap v9895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:09:59.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:09:59.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T02:10:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T02:10:00.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:00.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:01 smithi089 ceph-mon[103441]: pgmap v9896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:01.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:01.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:01 smithi026 ceph-mon[93126]: pgmap v9896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:02.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:02.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:02 smithi089 ceph-mon[103441]: pgmap v9897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:02 smithi026 ceph-mon[93126]: pgmap v9897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:03.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:03.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:04.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:04.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:04 smithi089 ceph-mon[103441]: pgmap v9898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:04 smithi026 ceph-mon[93126]: pgmap v9898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:05.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:05.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:06.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:06.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:06 smithi089 ceph-mon[103441]: pgmap v9899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:06 smithi026 ceph-mon[93126]: pgmap v9899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:07.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:07.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:08.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:08.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:10:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:10:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:10:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:10:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:10:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:10:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:08 smithi089 ceph-mon[103441]: pgmap v9900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:10:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:10:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:10:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:10:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:10:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:10:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:08 smithi026 ceph-mon[93126]: pgmap v9900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:09.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:09.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:10.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:10.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:10 smithi089 ceph-mon[103441]: pgmap v9901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:10 smithi026 ceph-mon[93126]: pgmap v9901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:11.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:11.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:12.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:12.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:12 smithi089 ceph-mon[103441]: pgmap v9902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:12 smithi026 ceph-mon[93126]: pgmap v9902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:13.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:13.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:14.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:14.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:14 smithi089 ceph-mon[103441]: pgmap v9903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:14 smithi026 ceph-mon[93126]: pgmap v9903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:15.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:15.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:16.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:16.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:16 smithi089 ceph-mon[103441]: pgmap v9904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:16 smithi026 ceph-mon[93126]: pgmap v9904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:17.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:17.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:18.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:18.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:18 smithi089 ceph-mon[103441]: pgmap v9905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:18 smithi026 ceph-mon[93126]: pgmap v9905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:19.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:19.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:20.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:20.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:20 smithi089 ceph-mon[103441]: pgmap v9906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:20 smithi026 ceph-mon[93126]: pgmap v9906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:21.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:21.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:22.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:22.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:22 smithi089 ceph-mon[103441]: pgmap v9907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:22 smithi026 ceph-mon[93126]: pgmap v9907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:23.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:23.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:24.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:24.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:24 smithi089 ceph-mon[103441]: pgmap v9908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:24 smithi026 ceph-mon[93126]: pgmap v9908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:25.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:25.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:26.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:26.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:26 smithi089 ceph-mon[103441]: pgmap v9909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:26 smithi026 ceph-mon[93126]: pgmap v9909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:27.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:27.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:28.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:28.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:28 smithi089 ceph-mon[103441]: pgmap v9910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:28 smithi026 ceph-mon[93126]: pgmap v9910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:29.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:29.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:30.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:30.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:30 smithi089 ceph-mon[103441]: pgmap v9911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:30 smithi026 ceph-mon[93126]: pgmap v9911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:31.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:31.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:32.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:32.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:32 smithi026 ceph-mon[93126]: pgmap v9912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:32 smithi089 ceph-mon[103441]: pgmap v9912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:33.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:33.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:34.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:34.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:34 smithi089 ceph-mon[103441]: pgmap v9913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:34 smithi026 ceph-mon[93126]: pgmap v9913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:35.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:35.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:36.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:36.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:36 smithi089 ceph-mon[103441]: pgmap v9914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:36 smithi026 ceph-mon[93126]: pgmap v9914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:37.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:37.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:38.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:38.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:38 smithi089 ceph-mon[103441]: pgmap v9915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:38 smithi026 ceph-mon[93126]: pgmap v9915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:39.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:39.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:40.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:40.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:40 smithi089 ceph-mon[103441]: pgmap v9916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:40 smithi026 ceph-mon[93126]: pgmap v9916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:41.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:41.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:42.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:42.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:42 smithi026 ceph-mon[93126]: pgmap v9917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:42 smithi089 ceph-mon[103441]: pgmap v9917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:43.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:43.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:44.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:44.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:44 smithi089 ceph-mon[103441]: pgmap v9918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:44 smithi026 ceph-mon[93126]: pgmap v9918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:45.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:45.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:46.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:46.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:46 smithi089 ceph-mon[103441]: pgmap v9919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:46 smithi026 ceph-mon[93126]: pgmap v9919: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:10:47.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:48.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:48.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:48 smithi089 ceph-mon[103441]: pgmap v9920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:48 smithi026 ceph-mon[93126]: pgmap v9920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:10:49.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:49.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:50.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:50.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:50 smithi089 ceph-mon[103441]: pgmap v9921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:50 smithi026 ceph-mon[93126]: pgmap v9921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:51.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:51.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:52.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:52.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:52 smithi089 ceph-mon[103441]: pgmap v9922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:52 smithi026 ceph-mon[93126]: pgmap v9922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:53.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:53.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:54.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:54.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:54 smithi089 ceph-mon[103441]: pgmap v9923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:54 smithi026 ceph-mon[93126]: pgmap v9923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:55.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:55.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:56.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:56.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:56 smithi089 ceph-mon[103441]: pgmap v9924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:56 smithi026 ceph-mon[93126]: pgmap v9924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:10:57.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:57.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:58.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:58.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:10:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:10:58 smithi089 ceph-mon[103441]: pgmap v9925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:10:58 smithi026 ceph-mon[93126]: pgmap v9925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:10:59.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:10:59.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:00.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:00.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:00 smithi089 ceph-mon[103441]: pgmap v9926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:00 smithi026 ceph-mon[93126]: pgmap v9926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:01.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:01.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:02.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:02.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:02 smithi089 ceph-mon[103441]: pgmap v9927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:02 smithi026 ceph-mon[93126]: pgmap v9927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:03.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:03.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:04.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:04.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:04 smithi089 ceph-mon[103441]: pgmap v9928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:04 smithi026 ceph-mon[93126]: pgmap v9928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:05.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:05.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:06.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:06.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:06 smithi089 ceph-mon[103441]: pgmap v9929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:06 smithi026 ceph-mon[93126]: pgmap v9929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:07.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:07.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:08.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:08.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:08 smithi089 ceph-mon[103441]: pgmap v9930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:11:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:08 smithi026 ceph-mon[93126]: pgmap v9930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:11:09.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:09.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:10.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:10.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:11 smithi089 ceph-mon[103441]: pgmap v9931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:11 smithi026 ceph-mon[93126]: pgmap v9931: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:11:11.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:12.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:12.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:12.854 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:12 smithi026 ceph-mon[93126]: pgmap v9932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:12 smithi089 ceph-mon[103441]: pgmap v9932: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:11:13.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:14.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:14.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:14 smithi089 ceph-mon[103441]: pgmap v9933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:14 smithi026 ceph-mon[93126]: pgmap v9933: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:11:15.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:16.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:16.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:17 smithi026 ceph-mon[93126]: pgmap v9934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:11:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:11:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:11:17.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:17.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:17.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:17 smithi089 ceph-mon[103441]: pgmap v9934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:11:17.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:11:17.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:17.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:11:17.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:11:18.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:18.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:18 smithi089 ceph-mon[103441]: pgmap v9935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:18 smithi026 ceph-mon[93126]: pgmap v9935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:19.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:19.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:20.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:20.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:20 smithi089 ceph-mon[103441]: pgmap v9936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:20 smithi026 ceph-mon[93126]: pgmap v9936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:21.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:21.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:22.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:22.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:22 smithi089 ceph-mon[103441]: pgmap v9937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:22.968 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:22 smithi026 ceph-mon[93126]: pgmap v9937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:23.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:23.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:24.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:24.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:24 smithi089 ceph-mon[103441]: pgmap v9938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:24 smithi026 ceph-mon[93126]: pgmap v9938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:25.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:25.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:26.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:26.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:26 smithi089 ceph-mon[103441]: pgmap v9939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:26 smithi026 ceph-mon[93126]: pgmap v9939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:27.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:27.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:28.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:28.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:28 smithi089 ceph-mon[103441]: pgmap v9940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:28 smithi026 ceph-mon[93126]: pgmap v9940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:29.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:29.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:30.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:30.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:30 smithi089 ceph-mon[103441]: pgmap v9941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:30 smithi026 ceph-mon[93126]: pgmap v9941: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:11:31.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:32.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:32.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:32 smithi089 ceph-mon[103441]: pgmap v9942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:32 smithi026 ceph-mon[93126]: pgmap v9942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:33.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:33.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:34.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:34.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:34 smithi089 ceph-mon[103441]: pgmap v9943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:34 smithi026 ceph-mon[93126]: pgmap v9943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:35.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:35.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:36.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:36.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:36 smithi089 ceph-mon[103441]: pgmap v9944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:36 smithi026 ceph-mon[93126]: pgmap v9944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:37.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:37.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:38.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:38.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:38 smithi089 ceph-mon[103441]: pgmap v9945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:38 smithi026 ceph-mon[93126]: pgmap v9945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:39.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:39.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:40.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:40.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:40 smithi089 ceph-mon[103441]: pgmap v9946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:40 smithi026 ceph-mon[93126]: pgmap v9946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:41.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:41.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:42.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:42.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:42 smithi089 ceph-mon[103441]: pgmap v9947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:42 smithi026 ceph-mon[93126]: pgmap v9947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:43.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:43.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:44.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:44.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:44 smithi089 ceph-mon[103441]: pgmap v9948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:44 smithi026 ceph-mon[93126]: pgmap v9948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:45.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:45.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:46.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:46.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:46 smithi089 ceph-mon[103441]: pgmap v9949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:46 smithi026 ceph-mon[93126]: pgmap v9949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:47.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:47.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:48.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:48.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:48 smithi089 ceph-mon[103441]: pgmap v9950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:48 smithi026 ceph-mon[93126]: pgmap v9950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:11:49.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:49.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:50.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:50.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:50 smithi089 ceph-mon[103441]: pgmap v9951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:50 smithi026 ceph-mon[93126]: pgmap v9951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:51.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:51.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:52.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:52.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:52 smithi089 ceph-mon[103441]: pgmap v9952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:52 smithi026 ceph-mon[93126]: pgmap v9952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:53.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:53.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:54.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:54.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:54 smithi089 ceph-mon[103441]: pgmap v9953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:54 smithi026 ceph-mon[93126]: pgmap v9953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:55.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:55.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:56.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:56.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:56 smithi089 ceph-mon[103441]: pgmap v9954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:56 smithi026 ceph-mon[93126]: pgmap v9954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:11:57.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:57.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:58.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:58.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:11:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:11:58 smithi089 ceph-mon[103441]: pgmap v9955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:11:58 smithi026 ceph-mon[93126]: pgmap v9955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:11:59.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:11:59.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:00.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:00.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:00 smithi089 ceph-mon[103441]: pgmap v9956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:00 smithi026 ceph-mon[93126]: pgmap v9956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:01.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:01.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:02.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:02.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:02 smithi089 ceph-mon[103441]: pgmap v9957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:02 smithi026 ceph-mon[93126]: pgmap v9957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:03.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:03.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:04.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:04.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:04 smithi089 ceph-mon[103441]: pgmap v9958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:05.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:04 smithi026 ceph-mon[93126]: pgmap v9958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:05.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:05.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:06.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:06.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:06 smithi089 ceph-mon[103441]: pgmap v9959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:06 smithi026 ceph-mon[93126]: pgmap v9959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:07.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:07.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:08.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:08.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:08 smithi089 ceph-mon[103441]: pgmap v9960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:08 smithi026 ceph-mon[93126]: pgmap v9960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:09.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:09.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:10.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:10.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:10 smithi089 ceph-mon[103441]: pgmap v9961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:10 smithi026 ceph-mon[93126]: pgmap v9961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:11.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:11.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:12.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:12.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:12 smithi089 ceph-mon[103441]: pgmap v9962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:12 smithi026 ceph-mon[93126]: pgmap v9962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:13.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:13.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:14.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:14.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:14 smithi089 ceph-mon[103441]: pgmap v9963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:14 smithi026 ceph-mon[93126]: pgmap v9963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:15.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:15.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:16.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:16.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:16 smithi089 ceph-mon[103441]: pgmap v9964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:16 smithi026 ceph-mon[93126]: pgmap v9964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:17.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:17.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:12:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:12:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:12:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:12:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:12:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:12:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:12:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:12:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:12:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:12:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:12:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:12:18.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:18.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:18 smithi089 ceph-mon[103441]: pgmap v9965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:18 smithi026 ceph-mon[93126]: pgmap v9965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:19.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:19.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:20.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:20.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:20 smithi089 ceph-mon[103441]: pgmap v9966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:20 smithi026 ceph-mon[93126]: pgmap v9966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:21.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:21.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:22.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:22.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:22 smithi089 ceph-mon[103441]: pgmap v9967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:22 smithi026 ceph-mon[93126]: pgmap v9967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:23.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:23.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:24.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:24.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:24 smithi089 ceph-mon[103441]: pgmap v9968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:24 smithi026 ceph-mon[93126]: pgmap v9968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:25.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:25.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:26.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:26.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:26 smithi089 ceph-mon[103441]: pgmap v9969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:26 smithi026 ceph-mon[93126]: pgmap v9969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:27.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:27.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:28.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:28.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:29.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:29.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:29 smithi089 ceph-mon[103441]: pgmap v9970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:29 smithi026 ceph-mon[93126]: pgmap v9970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:30.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:30.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:31.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:31.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:32.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:31 smithi089 ceph-mon[103441]: pgmap v9971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:31 smithi026 ceph-mon[93126]: pgmap v9971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:32.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:32.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:33.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:33.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:33 smithi026 ceph-mon[93126]: pgmap v9972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:33 smithi089 ceph-mon[103441]: pgmap v9972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:34.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:34.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:35.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:35.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:35 smithi089 ceph-mon[103441]: pgmap v9973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:35 smithi026 ceph-mon[93126]: pgmap v9973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:36.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:36.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:37.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:37.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:37 smithi089 ceph-mon[103441]: pgmap v9974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:37 smithi026 ceph-mon[93126]: pgmap v9974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:38.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:38.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:39.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:39.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:39 smithi089 ceph-mon[103441]: pgmap v9975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:39 smithi026 ceph-mon[93126]: pgmap v9975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:40.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:40.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:41.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:41.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:41 smithi089 ceph-mon[103441]: pgmap v9976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:41 smithi026 ceph-mon[93126]: pgmap v9976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:42.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:42.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:43.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:43.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:43 smithi089 ceph-mon[103441]: pgmap v9977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:43 smithi026 ceph-mon[93126]: pgmap v9977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:44.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:44.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:45.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:45.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:45 smithi089 ceph-mon[103441]: pgmap v9978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:45 smithi026 ceph-mon[93126]: pgmap v9978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:46.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:46.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:47.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:47.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:47 smithi089 ceph-mon[103441]: pgmap v9979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:47 smithi026 ceph-mon[93126]: pgmap v9979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:48.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:48.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:12:49.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:49.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:49 smithi089 ceph-mon[103441]: pgmap v9980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:49 smithi026 ceph-mon[93126]: pgmap v9980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:12:50.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:50.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:51.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:51.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:51 smithi089 ceph-mon[103441]: pgmap v9981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:51 smithi026 ceph-mon[93126]: pgmap v9981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:52.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:52.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:53.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:53.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:53 smithi089 ceph-mon[103441]: pgmap v9982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:53 smithi026 ceph-mon[93126]: pgmap v9982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:54.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:54.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:55.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:55.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:55 smithi089 ceph-mon[103441]: pgmap v9983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:55 smithi026 ceph-mon[93126]: pgmap v9983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:56.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:56.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:57.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:57.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:57 smithi026 ceph-mon[93126]: pgmap v9984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:57 smithi089 ceph-mon[103441]: pgmap v9984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:12:58.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:58.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:12:59.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:12:59.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:12:59 smithi026 ceph-mon[93126]: pgmap v9985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:12:59 smithi089 ceph-mon[103441]: pgmap v9985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:00.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:00.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:01.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:01.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:01 smithi026 ceph-mon[93126]: pgmap v9986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:01 smithi089 ceph-mon[103441]: pgmap v9986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:02.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:02.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:03.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:03.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:04.117 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:03 smithi026 ceph-mon[93126]: pgmap v9987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:04.118 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:04.302 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:03 smithi089 ceph-mon[103441]: pgmap v9987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:04.302 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:04.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:04.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:05.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:05.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:05 smithi026 ceph-mon[93126]: pgmap v9988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:06.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:05 smithi089 ceph-mon[103441]: pgmap v9988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:06.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:06.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:07.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:07.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:07 smithi026 ceph-mon[93126]: pgmap v9989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:07 smithi089 ceph-mon[103441]: pgmap v9989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:08.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:08.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:09.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:09.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:09 smithi026 ceph-mon[93126]: pgmap v9990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:09 smithi089 ceph-mon[103441]: pgmap v9990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:10.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:10.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:11.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:11.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:11 smithi026 ceph-mon[93126]: pgmap v9991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:11 smithi089 ceph-mon[103441]: pgmap v9991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:12.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:12.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:13.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:13.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:14.232 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:13 smithi026 ceph-mon[93126]: pgmap v9992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:14.407 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:13 smithi089 ceph-mon[103441]: pgmap v9992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:14.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:14.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:15.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:15.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:15 smithi026 ceph-mon[93126]: pgmap v9993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:15 smithi089 ceph-mon[103441]: pgmap v9993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:16.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:16.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:17.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:17.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:17 smithi026 ceph-mon[93126]: pgmap v9994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:13:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:17 smithi089 ceph-mon[103441]: pgmap v9994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:13:18.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:18.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:13:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:13:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:13:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:13:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:13:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:13:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:13:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:13:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:13:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:13:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:13:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:13:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:13:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:13:19.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:19.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:19.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:20 smithi089 ceph-mon[103441]: pgmap v9995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:20 smithi026 ceph-mon[93126]: pgmap v9995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:20.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:20.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:21.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:21.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:22 smithi089 ceph-mon[103441]: pgmap v9996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:22 smithi026 ceph-mon[93126]: pgmap v9996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:22.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:22.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:23.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:23.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:24.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:24 smithi089 ceph-mon[103441]: pgmap v9997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:24 smithi026 ceph-mon[93126]: pgmap v9997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:24.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:24.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:25.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:25.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:26 smithi089 ceph-mon[103441]: pgmap v9998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:26 smithi026 ceph-mon[93126]: pgmap v9998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:26.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:26.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:27.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:27.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:28.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:28 smithi089 ceph-mon[103441]: pgmap v9999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:28 smithi026 ceph-mon[93126]: pgmap v9999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:28.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:28.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:29.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:29.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:30 smithi089 ceph-mon[103441]: pgmap v10000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:30 smithi026 ceph-mon[93126]: pgmap v10000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:30.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:30.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:31.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:31.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:32 smithi089 ceph-mon[103441]: pgmap v10001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:32 smithi026 ceph-mon[93126]: pgmap v10001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:32.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:32.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:33.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:33.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:34 smithi089 ceph-mon[103441]: pgmap v10002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:34.461 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:34 smithi026 ceph-mon[93126]: pgmap v10002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:34.461 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:34.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:34.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:35.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:35.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:36 smithi089 ceph-mon[103441]: pgmap v10003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:36 smithi026 ceph-mon[93126]: pgmap v10003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:36.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:36.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:37.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:37.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:38 smithi089 ceph-mon[103441]: pgmap v10004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:38 smithi026 ceph-mon[93126]: pgmap v10004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:38.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:38.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:39.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:39.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:40 smithi089 ceph-mon[103441]: pgmap v10005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:40 smithi026 ceph-mon[93126]: pgmap v10005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:40.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:40.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:41.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:41.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:42 smithi089 ceph-mon[103441]: pgmap v10006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:42 smithi026 ceph-mon[93126]: pgmap v10006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:42.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:42.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:43.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:43.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:44 smithi089 ceph-mon[103441]: pgmap v10007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:44 smithi026 ceph-mon[93126]: pgmap v10007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:44.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:44.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:45.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:45.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:46 smithi089 ceph-mon[103441]: pgmap v10008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:46 smithi026 ceph-mon[93126]: pgmap v10008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:46.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:46.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:47.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:47.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:48 smithi089 ceph-mon[103441]: pgmap v10009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:48 smithi026 ceph-mon[93126]: pgmap v10009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:48.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:48.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:13:49.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:49.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:50 smithi089 ceph-mon[103441]: pgmap v10010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:50 smithi026 ceph-mon[93126]: pgmap v10010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:13:50.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:50.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:51.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:51.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:52 smithi089 ceph-mon[103441]: pgmap v10011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:52 smithi026 ceph-mon[93126]: pgmap v10011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:52.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:52.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:53.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:53.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:54 smithi089 ceph-mon[103441]: pgmap v10012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:54 smithi026 ceph-mon[93126]: pgmap v10012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:54.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:54.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:55.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:55.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:56 smithi089 ceph-mon[103441]: pgmap v10013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:56 smithi026 ceph-mon[93126]: pgmap v10013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:56.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:56.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:57.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:57.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:13:58 smithi089 ceph-mon[103441]: pgmap v10014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:13:58 smithi026 ceph-mon[93126]: pgmap v10014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:13:58.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:58.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:13:59.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:13:59.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:00 smithi089 ceph-mon[103441]: pgmap v10015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:00 smithi026 ceph-mon[93126]: pgmap v10015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:00.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:00.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:01.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:01.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:02 smithi089 ceph-mon[103441]: pgmap v10016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:02 smithi026 ceph-mon[93126]: pgmap v10016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:02.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:02.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:03.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:03.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:04 smithi089 ceph-mon[103441]: pgmap v10017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:04 smithi026 ceph-mon[93126]: pgmap v10017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:04.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:04.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:05.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:05.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:06 smithi026 ceph-mon[93126]: pgmap v10018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:06 smithi089 ceph-mon[103441]: pgmap v10018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:06.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:06.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:07.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:07.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:08 smithi026 ceph-mon[93126]: pgmap v10019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:08 smithi089 ceph-mon[103441]: pgmap v10019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:08.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:08.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:09.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:09.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:10 smithi089 ceph-mon[103441]: pgmap v10020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:10 smithi026 ceph-mon[93126]: pgmap v10020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:10.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:10.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:11.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:11.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:12 smithi026 ceph-mon[93126]: pgmap v10021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:12 smithi089 ceph-mon[103441]: pgmap v10021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:12.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:12.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:13.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:13.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:14 smithi026 ceph-mon[93126]: pgmap v10022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:14 smithi089 ceph-mon[103441]: pgmap v10022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:14.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:14.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:15.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:15.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:16 smithi026 ceph-mon[93126]: pgmap v10023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:16 smithi089 ceph-mon[103441]: pgmap v10023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:16.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:16.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:17.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:17.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:18 smithi026 ceph-mon[93126]: pgmap v10024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:18 smithi089 ceph-mon[103441]: pgmap v10024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:18.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:18.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:14:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:14:19.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:19.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: pgmap v10025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:14:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:14:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:14:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:14:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1615M 2023-10-17T02:14:20.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:14:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:14:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:14:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:14:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:14:20.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:14:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: pgmap v10025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:14:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:14:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:14:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:14:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1615M 2023-10-17T02:14:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:14:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:14:20.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:14:20.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:14:20.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:14:20.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:14:20.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:20.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:21.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:21.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:22 smithi026 ceph-mon[93126]: pgmap v10026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:22 smithi089 ceph-mon[103441]: pgmap v10026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:22.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:22.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:23.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:23.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:24 smithi026 ceph-mon[93126]: pgmap v10027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:24 smithi089 ceph-mon[103441]: pgmap v10027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:24.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:24.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:25.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:25.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:26 smithi026 ceph-mon[93126]: pgmap v10028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:26 smithi089 ceph-mon[103441]: pgmap v10028: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:14:26.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:27.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:27.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:28 smithi026 ceph-mon[93126]: pgmap v10029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:28 smithi089 ceph-mon[103441]: pgmap v10029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:28.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:28.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:29.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:29.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:30 smithi026 ceph-mon[93126]: pgmap v10030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:30 smithi089 ceph-mon[103441]: pgmap v10030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:30.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:30.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:31.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:31.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:32 smithi026 ceph-mon[93126]: pgmap v10031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:32 smithi089 ceph-mon[103441]: pgmap v10031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:32.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:32.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:33.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:33.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:34 smithi026 ceph-mon[93126]: pgmap v10032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:34 smithi089 ceph-mon[103441]: pgmap v10032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:34.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:34.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:35.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:35.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:36 smithi026 ceph-mon[93126]: pgmap v10033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:36 smithi089 ceph-mon[103441]: pgmap v10033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:36.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:36.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:37.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:37.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:38 smithi026 ceph-mon[93126]: pgmap v10034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:38 smithi089 ceph-mon[103441]: pgmap v10034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:38.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:38.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:39.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:39.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:40 smithi026 ceph-mon[93126]: pgmap v10035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:40 smithi089 ceph-mon[103441]: pgmap v10035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:40.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:40.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:41.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:41.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:42 smithi026 ceph-mon[93126]: pgmap v10036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:42 smithi089 ceph-mon[103441]: pgmap v10036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:42.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:42.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:43.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:43.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:44 smithi026 ceph-mon[93126]: pgmap v10037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:44 smithi089 ceph-mon[103441]: pgmap v10037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:44.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:44.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:45.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:45.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:46 smithi026 ceph-mon[93126]: pgmap v10038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:46 smithi089 ceph-mon[103441]: pgmap v10038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:46.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:46.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:47.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:47.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:48 smithi026 ceph-mon[93126]: pgmap v10039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:48 smithi089 ceph-mon[103441]: pgmap v10039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:48.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:48.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:14:49.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:49.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:50 smithi026 ceph-mon[93126]: pgmap v10040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:50 smithi089 ceph-mon[103441]: pgmap v10040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:14:50.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:50.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:51.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:51.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:52 smithi026 ceph-mon[93126]: pgmap v10041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:52 smithi089 ceph-mon[103441]: pgmap v10041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:52.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:52.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:53.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:53.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:54 smithi026 ceph-mon[93126]: pgmap v10042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:54 smithi089 ceph-mon[103441]: pgmap v10042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:54.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:54.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:55.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:55.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:56 smithi026 ceph-mon[93126]: pgmap v10043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:56 smithi089 ceph-mon[103441]: pgmap v10043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:56.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:56.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:57.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:57.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:14:58 smithi026 ceph-mon[93126]: pgmap v10044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:14:58 smithi089 ceph-mon[103441]: pgmap v10044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:14:58.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:58.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:14:59.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:14:59.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:00 smithi026 ceph-mon[93126]: pgmap v10045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:00 smithi089 ceph-mon[103441]: pgmap v10045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:00.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:00.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:01.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:02.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:02 smithi026 ceph-mon[93126]: pgmap v10046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:02 smithi089 ceph-mon[103441]: pgmap v10046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:03.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:03.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:04.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:04.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:04 smithi026 ceph-mon[93126]: pgmap v10047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:04 smithi089 ceph-mon[103441]: pgmap v10047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:05.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:05.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:06.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:06.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:06 smithi026 ceph-mon[93126]: pgmap v10048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:06 smithi089 ceph-mon[103441]: pgmap v10048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:07.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:07.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:08.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:08.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:08 smithi026 ceph-mon[93126]: pgmap v10049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:08 smithi089 ceph-mon[103441]: pgmap v10049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:09.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:09.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:10.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:10.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:10 smithi026 ceph-mon[93126]: pgmap v10050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:10.619 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:10 smithi089 ceph-mon[103441]: pgmap v10050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:11.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:11.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:12.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:12.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:12 smithi026 ceph-mon[93126]: pgmap v10051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:12 smithi089 ceph-mon[103441]: pgmap v10051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:13.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:13.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:14.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:14.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:14 smithi026 ceph-mon[93126]: pgmap v10052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:14 smithi089 ceph-mon[103441]: pgmap v10052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:15.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:15.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:16.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:16.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:16 smithi026 ceph-mon[93126]: pgmap v10053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:16 smithi089 ceph-mon[103441]: pgmap v10053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:17.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:17.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:18.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:18.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:18 smithi026 ceph-mon[93126]: pgmap v10054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:18 smithi089 ceph-mon[103441]: pgmap v10054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:19.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:19.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:20.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:20.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:20 smithi026 ceph-mon[93126]: pgmap v10055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:15:20.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:15:20.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:15:20.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:15:20.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:15:20.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:15:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:20 smithi089 ceph-mon[103441]: pgmap v10055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:15:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:15:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:15:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:15:20.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:15:20.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:15:21.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:21.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:22.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:22.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:22 smithi026 ceph-mon[93126]: pgmap v10056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:22 smithi089 ceph-mon[103441]: pgmap v10056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:23.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:23.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:24.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:24.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:24 smithi089 ceph-mon[103441]: pgmap v10057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:24 smithi026 ceph-mon[93126]: pgmap v10057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:25.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:25.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:26.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:26.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:26 smithi089 ceph-mon[103441]: pgmap v10058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:26 smithi026 ceph-mon[93126]: pgmap v10058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:27.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:27.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:28.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:28.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:28 smithi089 ceph-mon[103441]: pgmap v10059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:28 smithi026 ceph-mon[93126]: pgmap v10059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:29.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:29.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:30.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:30.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:30 smithi089 ceph-mon[103441]: pgmap v10060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:30.782 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:30 smithi026 ceph-mon[93126]: pgmap v10060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:31.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:31.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:32.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:32.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:32 smithi089 ceph-mon[103441]: pgmap v10061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:32 smithi026 ceph-mon[93126]: pgmap v10061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:33.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:33.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:34.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:34.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:34 smithi089 ceph-mon[103441]: pgmap v10062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:34 smithi026 ceph-mon[93126]: pgmap v10062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:35.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:35.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:36.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:36.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:36 smithi089 ceph-mon[103441]: pgmap v10063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:36 smithi026 ceph-mon[93126]: pgmap v10063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:37.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:37.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:38.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:38.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:38 smithi089 ceph-mon[103441]: pgmap v10064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:38 smithi026 ceph-mon[93126]: pgmap v10064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:39.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:39.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:40.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:40.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:40 smithi089 ceph-mon[103441]: pgmap v10065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:40 smithi026 ceph-mon[93126]: pgmap v10065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:41.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:41.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:42.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:42.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:42 smithi089 ceph-mon[103441]: pgmap v10066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:42 smithi026 ceph-mon[93126]: pgmap v10066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:43.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:43.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:44.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:44.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:44 smithi089 ceph-mon[103441]: pgmap v10067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:44 smithi026 ceph-mon[93126]: pgmap v10067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:45.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:45.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:46.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:46.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:46 smithi089 ceph-mon[103441]: pgmap v10068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:46 smithi026 ceph-mon[93126]: pgmap v10068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:47.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:47.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:48.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:48.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:48 smithi089 ceph-mon[103441]: pgmap v10069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:48 smithi026 ceph-mon[93126]: pgmap v10069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:49.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:49.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:15:50.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:50.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:50 smithi089 ceph-mon[103441]: pgmap v10070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:50 smithi026 ceph-mon[93126]: pgmap v10070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:15:51.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:51.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:52.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:52.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:52 smithi089 ceph-mon[103441]: pgmap v10071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:52 smithi026 ceph-mon[93126]: pgmap v10071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:53.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:53.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:54.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:54.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:54 smithi089 ceph-mon[103441]: pgmap v10072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:54 smithi026 ceph-mon[93126]: pgmap v10072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:55.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:55.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:56.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:56.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:56 smithi089 ceph-mon[103441]: pgmap v10073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:56 smithi026 ceph-mon[93126]: pgmap v10073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:57.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:57.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:58.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:58.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:15:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:15:58 smithi089 ceph-mon[103441]: pgmap v10074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:15:58 smithi026 ceph-mon[93126]: pgmap v10074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:15:59.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:15:59.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:00.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:00.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:00 smithi089 ceph-mon[103441]: pgmap v10075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:00 smithi026 ceph-mon[93126]: pgmap v10075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:01.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:01.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:02.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:02.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:02 smithi089 ceph-mon[103441]: pgmap v10076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:02 smithi026 ceph-mon[93126]: pgmap v10076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:03.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:03.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:04.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:04.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:04 smithi089 ceph-mon[103441]: pgmap v10077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:04 smithi026 ceph-mon[93126]: pgmap v10077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:05.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:05.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:06.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:06.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:06 smithi026 ceph-mon[93126]: pgmap v10078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:06 smithi089 ceph-mon[103441]: pgmap v10078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:07.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:07.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:08.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:08.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:08 smithi089 ceph-mon[103441]: pgmap v10079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:08 smithi026 ceph-mon[93126]: pgmap v10079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:09.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:09.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:10.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:10.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:10 smithi089 ceph-mon[103441]: pgmap v10080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:10 smithi026 ceph-mon[93126]: pgmap v10080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:11.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:11.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:12.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:12.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:12 smithi089 ceph-mon[103441]: pgmap v10081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:12 smithi026 ceph-mon[93126]: pgmap v10081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:13.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:13.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:14.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:14.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:14 smithi089 ceph-mon[103441]: pgmap v10082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:14 smithi026 ceph-mon[93126]: pgmap v10082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:15.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:15.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:16.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:16.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:16 smithi026 ceph-mon[93126]: pgmap v10083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:16 smithi089 ceph-mon[103441]: pgmap v10083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:17.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:17.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:18.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:18.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:18 smithi089 ceph-mon[103441]: pgmap v10084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:18 smithi026 ceph-mon[93126]: pgmap v10084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:19.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:19.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:20.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:20.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:20 smithi089 ceph-mon[103441]: pgmap v10085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:16:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:20 smithi026 ceph-mon[93126]: pgmap v10085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:16:21.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:21.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:16:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:16:21.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:16:21.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:16:21.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:16:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:16:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:16:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:16:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:16:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:16:22.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:22.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:22 smithi089 ceph-mon[103441]: pgmap v10086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:22 smithi026 ceph-mon[93126]: pgmap v10086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:23.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:23.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:24.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:24.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:24 smithi089 ceph-mon[103441]: pgmap v10087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:24 smithi026 ceph-mon[93126]: pgmap v10087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:25.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:25.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:26.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:26.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:26 smithi089 ceph-mon[103441]: pgmap v10088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:26 smithi026 ceph-mon[93126]: pgmap v10088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:27.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:27.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:28.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:28.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:28.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:28 smithi089 ceph-mon[103441]: pgmap v10089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:28 smithi026 ceph-mon[93126]: pgmap v10089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:29.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:29.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:30.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:30.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:30 smithi089 ceph-mon[103441]: pgmap v10090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:30 smithi026 ceph-mon[93126]: pgmap v10090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:31.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:31.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:32.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:32.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:32 smithi089 ceph-mon[103441]: pgmap v10091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:32 smithi026 ceph-mon[93126]: pgmap v10091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:33.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:33.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:34.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:34.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:34 smithi026 ceph-mon[93126]: pgmap v10092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:34 smithi089 ceph-mon[103441]: pgmap v10092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:35.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:35.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:36.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:36.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:36 smithi026 ceph-mon[93126]: pgmap v10093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:36 smithi089 ceph-mon[103441]: pgmap v10093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:37.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:37.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:38.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:38.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:38 smithi026 ceph-mon[93126]: pgmap v10094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:38 smithi089 ceph-mon[103441]: pgmap v10094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:39.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:39.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:40.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:40.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:40 smithi026 ceph-mon[93126]: pgmap v10095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:40 smithi089 ceph-mon[103441]: pgmap v10095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:41.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:41.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:42.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:42.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:42 smithi026 ceph-mon[93126]: pgmap v10096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:42 smithi089 ceph-mon[103441]: pgmap v10096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:43.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:43.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:44.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:44.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:44 smithi026 ceph-mon[93126]: pgmap v10097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:44 smithi089 ceph-mon[103441]: pgmap v10097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:45.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:45.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:46.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:46.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:46 smithi026 ceph-mon[93126]: pgmap v10098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:46 smithi089 ceph-mon[103441]: pgmap v10098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:47.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:47.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:48.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:48.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:48 smithi026 ceph-mon[93126]: pgmap v10099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:48 smithi089 ceph-mon[103441]: pgmap v10099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:49.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:49.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:16:50.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:50.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:50 smithi026 ceph-mon[93126]: pgmap v10100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:50 smithi089 ceph-mon[103441]: pgmap v10100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:16:51.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:51.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:52.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:52.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:52 smithi026 ceph-mon[93126]: pgmap v10101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:52 smithi089 ceph-mon[103441]: pgmap v10101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:53.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:53.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:54.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:54.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:54 smithi026 ceph-mon[93126]: pgmap v10102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:54 smithi089 ceph-mon[103441]: pgmap v10102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:55.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:55.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:56.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:56.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:56.723 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:56 smithi089 ceph-mon[103441]: pgmap v10103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:56.755 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:56 smithi026 ceph-mon[93126]: pgmap v10103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:57.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:57.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:58.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:58.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:16:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:16:58 smithi026 ceph-mon[93126]: pgmap v10104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:16:58 smithi089 ceph-mon[103441]: pgmap v10104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:16:59.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:16:59.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:00.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:00.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:00 smithi026 ceph-mon[93126]: pgmap v10105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:00 smithi089 ceph-mon[103441]: pgmap v10105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:01.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:01.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:02.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:02.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:02 smithi026 ceph-mon[93126]: pgmap v10106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:02 smithi089 ceph-mon[103441]: pgmap v10106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:03.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:03.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:04.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:04.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:04 smithi026 ceph-mon[93126]: pgmap v10107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:04 smithi089 ceph-mon[103441]: pgmap v10107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:05.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:05.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:06.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:06.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:06 smithi026 ceph-mon[93126]: pgmap v10108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:06.829 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:06 smithi089 ceph-mon[103441]: pgmap v10108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:07.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:07.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:08.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:08.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:08 smithi026 ceph-mon[93126]: pgmap v10109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:08 smithi089 ceph-mon[103441]: pgmap v10109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:09.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:09.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:10.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:10.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:10 smithi026 ceph-mon[93126]: pgmap v10110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:10 smithi089 ceph-mon[103441]: pgmap v10110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:11.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:11.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:12.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:12.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:12 smithi026 ceph-mon[93126]: pgmap v10111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:12 smithi089 ceph-mon[103441]: pgmap v10111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:13.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:13.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:14.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:14.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:14 smithi026 ceph-mon[93126]: pgmap v10112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:14 smithi089 ceph-mon[103441]: pgmap v10112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:15.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:15.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:16.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:16.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:16 smithi026 ceph-mon[93126]: pgmap v10113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:16 smithi089 ceph-mon[103441]: pgmap v10113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:17.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:17.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:18.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:18.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:18 smithi026 ceph-mon[93126]: pgmap v10114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:18 smithi089 ceph-mon[103441]: pgmap v10114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:19.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:19.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:20.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:20.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:20 smithi026 ceph-mon[93126]: pgmap v10115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:20 smithi089 ceph-mon[103441]: pgmap v10115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:21.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:21.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:17:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:17:22.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:22.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:22 smithi026 ceph-mon[93126]: pgmap v10116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:17:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:17:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:17:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:17:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:17:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:22 smithi089 ceph-mon[103441]: pgmap v10116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:17:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:17:22.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:17:22.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:17:22.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:17:23.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:23.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:24.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:24.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:24 smithi026 ceph-mon[93126]: pgmap v10117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:24 smithi089 ceph-mon[103441]: pgmap v10117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:25.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:25.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:26.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:26.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:26 smithi026 ceph-mon[93126]: pgmap v10118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:26 smithi089 ceph-mon[103441]: pgmap v10118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:27.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:27.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:28.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:28.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:28.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:28 smithi026 ceph-mon[93126]: pgmap v10119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:28.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:28 smithi089 ceph-mon[103441]: pgmap v10119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:29.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:29.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:30.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:30.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:30 smithi026 ceph-mon[93126]: pgmap v10120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:30 smithi089 ceph-mon[103441]: pgmap v10120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:31.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:31.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:32.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:32.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:32 smithi026 ceph-mon[93126]: pgmap v10121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:32 smithi089 ceph-mon[103441]: pgmap v10121: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:17:33.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:34.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:34.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:34 smithi026 ceph-mon[93126]: pgmap v10122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:34 smithi089 ceph-mon[103441]: pgmap v10122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:35.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:35.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:36.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:36.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:36 smithi026 ceph-mon[93126]: pgmap v10123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:36 smithi089 ceph-mon[103441]: pgmap v10123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:37.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:37.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:38.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:38.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:38 smithi026 ceph-mon[93126]: pgmap v10124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:38 smithi089 ceph-mon[103441]: pgmap v10124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:39.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:39.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:40.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:40.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:40 smithi026 ceph-mon[93126]: pgmap v10125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:40 smithi089 ceph-mon[103441]: pgmap v10125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:41.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:41.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:42.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:42.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:42 smithi026 ceph-mon[93126]: pgmap v10126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:42 smithi089 ceph-mon[103441]: pgmap v10126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:43.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:43.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:44.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:44.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:44 smithi026 ceph-mon[93126]: pgmap v10127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:44 smithi089 ceph-mon[103441]: pgmap v10127: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:17:45.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:46.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:46.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:46 smithi026 ceph-mon[93126]: pgmap v10128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:46 smithi089 ceph-mon[103441]: pgmap v10128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:47.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:47.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:48.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:48.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:48 smithi089 ceph-mon[103441]: pgmap v10129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:48 smithi026 ceph-mon[93126]: pgmap v10129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:49.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:49.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:17:50.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:50.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:50 smithi089 ceph-mon[103441]: pgmap v10130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:50 smithi026 ceph-mon[93126]: pgmap v10130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:17:51.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:51.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:52.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:52.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:52 smithi026 ceph-mon[93126]: pgmap v10131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:52 smithi089 ceph-mon[103441]: pgmap v10131: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:17:53.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:54.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:54.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:54 smithi089 ceph-mon[103441]: pgmap v10132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:54 smithi026 ceph-mon[93126]: pgmap v10132: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:17:55.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:56.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:56.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:56 smithi089 ceph-mon[103441]: pgmap v10133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:57.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:56 smithi026 ceph-mon[93126]: pgmap v10133: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:17:57.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:58.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:58.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:17:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:17:58 smithi089 ceph-mon[103441]: pgmap v10134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:17:58 smithi026 ceph-mon[93126]: pgmap v10134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:17:59.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:17:59.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:00.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:00.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:00 smithi089 ceph-mon[103441]: pgmap v10135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:00 smithi026 ceph-mon[93126]: pgmap v10135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:01.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:01.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:02.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:02.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:02 smithi089 ceph-mon[103441]: pgmap v10136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:02 smithi026 ceph-mon[93126]: pgmap v10136: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:18:03.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:04.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:04.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:04 smithi089 ceph-mon[103441]: pgmap v10137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:04 smithi026 ceph-mon[93126]: pgmap v10137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:05.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:05.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:06.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:06.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:06 smithi089 ceph-mon[103441]: pgmap v10138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:06 smithi026 ceph-mon[93126]: pgmap v10138: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:18:07.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:08.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:08.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:08 smithi089 ceph-mon[103441]: pgmap v10139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:08 smithi026 ceph-mon[93126]: pgmap v10139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:09.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:09.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:10.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:10.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:10 smithi089 ceph-mon[103441]: pgmap v10140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:10 smithi026 ceph-mon[93126]: pgmap v10140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:11.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:11.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:12.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:12.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:12 smithi089 ceph-mon[103441]: pgmap v10141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:12 smithi026 ceph-mon[93126]: pgmap v10141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:13.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:13.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:14.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:14.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:14 smithi089 ceph-mon[103441]: pgmap v10142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:14 smithi026 ceph-mon[93126]: pgmap v10142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:15.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:15.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:16.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:16.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:16 smithi089 ceph-mon[103441]: pgmap v10143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:16 smithi026 ceph-mon[93126]: pgmap v10143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:17.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:17.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:18.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:18.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:18 smithi089 ceph-mon[103441]: pgmap v10144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:18 smithi026 ceph-mon[93126]: pgmap v10144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:19.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:19.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:20.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:20.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:20 smithi089 ceph-mon[103441]: pgmap v10145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:20 smithi026 ceph-mon[93126]: pgmap v10145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:21.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:21.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:22.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:22.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:22 smithi089 ceph-mon[103441]: pgmap v10146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:22.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:18:22.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:18:22.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:18:22.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:18:22.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:18:22.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:18:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:22 smithi026 ceph-mon[93126]: pgmap v10146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:18:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:18:23.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:18:23.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:18:23.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:18:23.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:18:23.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:23.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:24.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:24.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:24 smithi089 ceph-mon[103441]: pgmap v10147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:24 smithi026 ceph-mon[93126]: pgmap v10147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:25.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:25.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:26.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:26.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:26 smithi089 ceph-mon[103441]: pgmap v10148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:26 smithi026 ceph-mon[93126]: pgmap v10148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:27.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:27.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:28.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:28.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:28 smithi089 ceph-mon[103441]: pgmap v10149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:28 smithi026 ceph-mon[93126]: pgmap v10149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:29.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:29.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:30.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:30.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:30 smithi089 ceph-mon[103441]: pgmap v10150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:31.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:30 smithi026 ceph-mon[93126]: pgmap v10150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:31.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:31.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:31 smithi026 ceph-mon[93126]: pgmap v10151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:31 smithi089 ceph-mon[103441]: pgmap v10151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:32.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:32.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:33.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:33.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:33 smithi026 ceph-mon[93126]: pgmap v10152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:34.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:34.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:33 smithi089 ceph-mon[103441]: pgmap v10152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:35.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:35.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:35 smithi026 ceph-mon[93126]: pgmap v10153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:36.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:36.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:35 smithi089 ceph-mon[103441]: pgmap v10153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:37.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:37.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:37 smithi089 ceph-mon[103441]: pgmap v10154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:37 smithi026 ceph-mon[93126]: pgmap v10154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:38.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:38.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:39.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:39.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:39 smithi026 ceph-mon[93126]: pgmap v10155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:40.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:40.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:39 smithi089 ceph-mon[103441]: pgmap v10155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:41.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:41.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:41 smithi026 ceph-mon[93126]: pgmap v10156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:42.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:42.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:41 smithi089 ceph-mon[103441]: pgmap v10156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:43.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:43.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:43 smithi026 ceph-mon[93126]: pgmap v10157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:44.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:44.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:43 smithi089 ceph-mon[103441]: pgmap v10157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:45.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:45.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:45 smithi026 ceph-mon[93126]: pgmap v10158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:46.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:46.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:46.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:45 smithi089 ceph-mon[103441]: pgmap v10158: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:18:47.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:47 smithi089 ceph-mon[103441]: pgmap v10159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:47 smithi026 ceph-mon[93126]: pgmap v10159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:48.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:48.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:49.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:49.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:18:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:49 smithi026 ceph-mon[93126]: pgmap v10160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:50.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:50.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:49 smithi089 ceph-mon[103441]: pgmap v10160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:18:51.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:51.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:51 smithi026 ceph-mon[93126]: pgmap v10161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:52.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:52.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:51 smithi089 ceph-mon[103441]: pgmap v10161: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:18:53.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:53 smithi026 ceph-mon[93126]: pgmap v10162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:54.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:54.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:53 smithi089 ceph-mon[103441]: pgmap v10162: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:18:55.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:56 smithi026 ceph-mon[93126]: pgmap v10163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:56.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:56.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:56 smithi089 ceph-mon[103441]: pgmap v10163: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:18:57.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:18:58 smithi026 ceph-mon[93126]: pgmap v10164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:58.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:58.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:18:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:18:58 smithi089 ceph-mon[103441]: pgmap v10164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:18:59.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:18:59.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:00 smithi026 ceph-mon[93126]: pgmap v10165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:00.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:00.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:00 smithi089 ceph-mon[103441]: pgmap v10165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:01.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:01.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:02 smithi026 ceph-mon[93126]: pgmap v10166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:02.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:02.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:02 smithi089 ceph-mon[103441]: pgmap v10166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:03.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:03.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:04 smithi026 ceph-mon[93126]: pgmap v10167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:04.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:04.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:04 smithi089 ceph-mon[103441]: pgmap v10167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:05.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:05.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:06 smithi026 ceph-mon[93126]: pgmap v10168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:06.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:06.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:06 smithi089 ceph-mon[103441]: pgmap v10168: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:19:07.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:08 smithi026 ceph-mon[93126]: pgmap v10169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:08.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:08.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:08 smithi089 ceph-mon[103441]: pgmap v10169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:09.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:09.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:10 smithi026 ceph-mon[93126]: pgmap v10170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:10.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:10.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:10 smithi089 ceph-mon[103441]: pgmap v10170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:11.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:11.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:12 smithi026 ceph-mon[93126]: pgmap v10171: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:19:12.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:12 smithi089 ceph-mon[103441]: pgmap v10171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:13.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:13.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:14 smithi026 ceph-mon[93126]: pgmap v10172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:14.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:14.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:14 smithi089 ceph-mon[103441]: pgmap v10172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:15.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:15.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:16 smithi026 ceph-mon[93126]: pgmap v10173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:16.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:16.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:16 smithi089 ceph-mon[103441]: pgmap v10173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:17.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:17.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:18 smithi026 ceph-mon[93126]: pgmap v10174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:18 smithi089 ceph-mon[103441]: pgmap v10174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:18.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:18.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:19.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:19.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:20 smithi026 ceph-mon[93126]: pgmap v10175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:20 smithi089 ceph-mon[103441]: pgmap v10175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:20.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:20.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:21.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:21.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:22 smithi026 ceph-mon[93126]: pgmap v10176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:22 smithi089 ceph-mon[103441]: pgmap v10176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:22.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:22.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:19:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:19:23.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:23.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:24 smithi026 ceph-mon[93126]: pgmap v10177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:24 smithi089 ceph-mon[103441]: pgmap v10177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:24.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:24.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:25.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:25.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:26 smithi026 ceph-mon[93126]: pgmap v10178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:26 smithi089 ceph-mon[103441]: pgmap v10178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:26.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:26.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:27.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:27.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:28.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:28.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:28 smithi089 ceph-mon[103441]: pgmap v10179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:19:28.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:19:28.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:19:28.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:19:28.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:19:28.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:19:28.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:19:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:28 smithi026 ceph-mon[93126]: pgmap v10179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:19:28.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:19:28.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:19:28.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:19:28.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:19:28.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:19:28.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:19:29.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:29.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:30.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:30.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:30 smithi026 ceph-mon[93126]: pgmap v10180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:30 smithi089 ceph-mon[103441]: pgmap v10180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:31.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:31.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:32.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:32.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:32.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:32 smithi026 ceph-mon[93126]: pgmap v10181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:32 smithi089 ceph-mon[103441]: pgmap v10181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:33.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:33.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:34.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:34.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:34 smithi026 ceph-mon[93126]: pgmap v10182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:34 smithi089 ceph-mon[103441]: pgmap v10182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:35.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:35.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:36.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:36.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:36 smithi026 ceph-mon[93126]: pgmap v10183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:36 smithi089 ceph-mon[103441]: pgmap v10183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:37.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:37.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:38.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:38.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:38 smithi089 ceph-mon[103441]: pgmap v10184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:38 smithi026 ceph-mon[93126]: pgmap v10184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:39.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:39.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:40.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:40.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:40 smithi026 ceph-mon[93126]: pgmap v10185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:40 smithi089 ceph-mon[103441]: pgmap v10185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:41.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:41.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:42.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:42.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:42 smithi026 ceph-mon[93126]: pgmap v10186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:42 smithi089 ceph-mon[103441]: pgmap v10186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:43.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:43.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:44.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:44.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:44 smithi026 ceph-mon[93126]: pgmap v10187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:44 smithi089 ceph-mon[103441]: pgmap v10187: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:19:45.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:46.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:46.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:46 smithi026 ceph-mon[93126]: pgmap v10188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:46 smithi089 ceph-mon[103441]: pgmap v10188: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:19:47.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:48.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:48.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:48 smithi026 ceph-mon[93126]: pgmap v10189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:48 smithi089 ceph-mon[103441]: pgmap v10189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:49.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:49.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:19:50.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:50.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:50 smithi026 ceph-mon[93126]: pgmap v10190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:50 smithi089 ceph-mon[103441]: pgmap v10190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:19:51.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:51.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:52.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:52.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:52 smithi026 ceph-mon[93126]: pgmap v10191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:52 smithi089 ceph-mon[103441]: pgmap v10191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:53.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:53.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:54.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:54.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:54 smithi026 ceph-mon[93126]: pgmap v10192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:54 smithi089 ceph-mon[103441]: pgmap v10192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:55.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:55.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:56.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:56.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:56 smithi026 ceph-mon[93126]: pgmap v10193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:56 smithi089 ceph-mon[103441]: pgmap v10193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:57.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:57.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:58.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:58.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:19:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:19:58 smithi026 ceph-mon[93126]: pgmap v10194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:19:58 smithi089 ceph-mon[103441]: pgmap v10194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:19:59.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:19:59.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:00.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:00.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:00 smithi026 ceph-mon[93126]: pgmap v10195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T02:20:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:00 smithi089 ceph-mon[103441]: pgmap v10195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T02:20:01.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:01.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:02.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:02.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:02 smithi026 ceph-mon[93126]: pgmap v10196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:02 smithi089 ceph-mon[103441]: pgmap v10196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:03.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:03.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:04.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:04.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:04 smithi026 ceph-mon[93126]: pgmap v10197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:04 smithi089 ceph-mon[103441]: pgmap v10197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:05.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:05.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:06.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:06.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:06 smithi026 ceph-mon[93126]: pgmap v10198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:06 smithi089 ceph-mon[103441]: pgmap v10198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:07.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:07.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:08.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:08.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:08 smithi026 ceph-mon[93126]: pgmap v10199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:08 smithi089 ceph-mon[103441]: pgmap v10199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:09.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:09.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:10.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:10.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:10 smithi026 ceph-mon[93126]: pgmap v10200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:10 smithi089 ceph-mon[103441]: pgmap v10200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:11.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:11.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:12.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:12.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:12 smithi026 ceph-mon[93126]: pgmap v10201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:12 smithi089 ceph-mon[103441]: pgmap v10201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:13.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:13.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:14.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:14.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:14 smithi026 ceph-mon[93126]: pgmap v10202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:14 smithi089 ceph-mon[103441]: pgmap v10202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:16.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:16.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:16 smithi026 ceph-mon[93126]: pgmap v10203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:16 smithi089 ceph-mon[103441]: pgmap v10203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:17.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:17.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:18.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:18.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:18 smithi026 ceph-mon[93126]: pgmap v10204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:18.824 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:18 smithi089 ceph-mon[103441]: pgmap v10204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:19.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:19.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:20.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:20.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:20 smithi026 ceph-mon[93126]: pgmap v10205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:20 smithi089 ceph-mon[103441]: pgmap v10205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:21.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:21.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:22.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:22.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:22 smithi026 ceph-mon[93126]: pgmap v10206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:22 smithi089 ceph-mon[103441]: pgmap v10206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:23.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:23.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:24.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:24.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:24 smithi026 ceph-mon[93126]: pgmap v10207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:24 smithi089 ceph-mon[103441]: pgmap v10207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:25.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:25.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:26.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:26.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:26 smithi026 ceph-mon[93126]: pgmap v10208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:26 smithi089 ceph-mon[103441]: pgmap v10208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:27.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:27.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:28.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:28.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:28.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:28 smithi026 ceph-mon[93126]: pgmap v10209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:28.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:20:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:28 smithi089 ceph-mon[103441]: pgmap v10209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:20:29.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:29.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:20:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:20:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:20:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:20:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:20:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:20:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:20:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:20:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:20:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:20:30.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:30.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:30 smithi089 ceph-mon[103441]: pgmap v10210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:30 smithi026 ceph-mon[93126]: pgmap v10210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:31.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:31.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:32.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:32.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:32 smithi089 ceph-mon[103441]: pgmap v10211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:32 smithi026 ceph-mon[93126]: pgmap v10211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:33.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:33.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:34.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:34.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:34 smithi089 ceph-mon[103441]: pgmap v10212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:34 smithi026 ceph-mon[93126]: pgmap v10212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:35.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:35.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:36.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:36.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:36 smithi089 ceph-mon[103441]: pgmap v10213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:36 smithi026 ceph-mon[93126]: pgmap v10213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:37.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:37.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:38.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:38.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:38 smithi089 ceph-mon[103441]: pgmap v10214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:38 smithi026 ceph-mon[93126]: pgmap v10214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:39.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:39.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:40.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:40.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:40 smithi089 ceph-mon[103441]: pgmap v10215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:40 smithi026 ceph-mon[93126]: pgmap v10215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:41.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:41.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:42.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:42.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:42 smithi089 ceph-mon[103441]: pgmap v10216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:42 smithi026 ceph-mon[93126]: pgmap v10216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:43.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:43.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:44.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:44.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:44 smithi089 ceph-mon[103441]: pgmap v10217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:44 smithi026 ceph-mon[93126]: pgmap v10217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:45.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:45.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:46.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:46.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:46 smithi089 ceph-mon[103441]: pgmap v10218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:46 smithi026 ceph-mon[93126]: pgmap v10218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:47.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:47.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:48.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:48.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:48 smithi089 ceph-mon[103441]: pgmap v10219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:48 smithi026 ceph-mon[93126]: pgmap v10219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:49.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:49.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:20:50.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:50.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:50 smithi089 ceph-mon[103441]: pgmap v10220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:50 smithi026 ceph-mon[93126]: pgmap v10220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:20:51.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:51.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:52.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:52.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:52 smithi089 ceph-mon[103441]: pgmap v10221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:52 smithi026 ceph-mon[93126]: pgmap v10221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:53.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:53.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:54.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:54.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:54 smithi026 ceph-mon[93126]: pgmap v10222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:54 smithi089 ceph-mon[103441]: pgmap v10222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:55.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:55.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:56.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:56.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:56 smithi089 ceph-mon[103441]: pgmap v10223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:56 smithi026 ceph-mon[93126]: pgmap v10223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:57.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:57.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:58.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:58.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:20:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:20:58 smithi089 ceph-mon[103441]: pgmap v10224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:20:58 smithi026 ceph-mon[93126]: pgmap v10224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:20:59.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:20:59.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:00.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:00.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:00 smithi089 ceph-mon[103441]: pgmap v10225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:00 smithi026 ceph-mon[93126]: pgmap v10225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:01.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:01.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:02.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:02.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:02 smithi089 ceph-mon[103441]: pgmap v10226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:02 smithi026 ceph-mon[93126]: pgmap v10226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:03.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:03.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:04.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:04.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:04 smithi089 ceph-mon[103441]: pgmap v10227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:04 smithi026 ceph-mon[93126]: pgmap v10227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:05.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:05.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:06.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:06.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:06 smithi089 ceph-mon[103441]: pgmap v10228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:06 smithi026 ceph-mon[93126]: pgmap v10228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:07.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:07.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:08.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:08.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:08 smithi089 ceph-mon[103441]: pgmap v10229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:08 smithi026 ceph-mon[93126]: pgmap v10229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:09.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:09.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:10.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:10.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:10 smithi089 ceph-mon[103441]: pgmap v10230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:10 smithi026 ceph-mon[93126]: pgmap v10230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:11.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:11.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:12.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:12.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:12 smithi089 ceph-mon[103441]: pgmap v10231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:12 smithi026 ceph-mon[93126]: pgmap v10231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:13.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:13.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:14.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:14.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:14 smithi089 ceph-mon[103441]: pgmap v10232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:14 smithi026 ceph-mon[93126]: pgmap v10232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:15.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:15.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:16.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:16.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:16 smithi089 ceph-mon[103441]: pgmap v10233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:16 smithi026 ceph-mon[93126]: pgmap v10233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:17.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:17.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:18.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:18.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:18 smithi089 ceph-mon[103441]: pgmap v10234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:18 smithi026 ceph-mon[93126]: pgmap v10234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:19.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:19.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:20.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:20.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:20 smithi089 ceph-mon[103441]: pgmap v10235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:20 smithi026 ceph-mon[93126]: pgmap v10235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:21.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:21.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:22.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:22.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:22 smithi089 ceph-mon[103441]: pgmap v10236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:22 smithi026 ceph-mon[93126]: pgmap v10236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:23.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:23.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:24.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:24.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:24 smithi089 ceph-mon[103441]: pgmap v10237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:24 smithi026 ceph-mon[93126]: pgmap v10237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:25.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:25.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:26.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:26.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:26 smithi089 ceph-mon[103441]: pgmap v10238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:26 smithi026 ceph-mon[93126]: pgmap v10238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:27.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:27.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:28.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:28.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:28 smithi089 ceph-mon[103441]: pgmap v10239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:28 smithi026 ceph-mon[93126]: pgmap v10239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:29.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:29.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:21:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:21:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:30.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:30.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:30.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:30 smithi089 ceph-mon[103441]: pgmap v10240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:30 smithi026 ceph-mon[93126]: pgmap v10240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:31.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:31.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:31 smithi026 ceph-mon[93126]: pgmap v10241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:31 smithi089 ceph-mon[103441]: pgmap v10241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:32.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:32.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:33.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:33.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:34 smithi026 ceph-mon[93126]: pgmap v10242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:34 smithi089 ceph-mon[103441]: pgmap v10242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:34.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:34.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:35.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:35.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:36 smithi026 ceph-mon[93126]: pgmap v10243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:36 smithi089 ceph-mon[103441]: pgmap v10243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:36.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:36.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:37.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:37.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:37.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:37.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:37.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:21:37.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:21:37.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:37.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:21:37.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:21:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:21:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:37.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:21:37.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:21:38.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:38.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:38 smithi026 ceph-mon[93126]: pgmap v10244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:38 smithi089 ceph-mon[103441]: pgmap v10244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:39.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:39.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:40.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:40.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:40 smithi026 ceph-mon[93126]: pgmap v10245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:40 smithi089 ceph-mon[103441]: pgmap v10245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:41.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:41.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:42.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:42.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:42 smithi026 ceph-mon[93126]: pgmap v10246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:42 smithi089 ceph-mon[103441]: pgmap v10246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:43.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:43.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:44.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:44.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:44.714 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:44 smithi089 ceph-mon[103441]: pgmap v10247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:44 smithi026 ceph-mon[93126]: pgmap v10247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:45.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:45.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:46.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:46.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:46 smithi026 ceph-mon[93126]: pgmap v10248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:46 smithi089 ceph-mon[103441]: pgmap v10248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:47.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:47.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:48.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:48.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:48 smithi026 ceph-mon[93126]: pgmap v10249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:48 smithi089 ceph-mon[103441]: pgmap v10249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:49.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:49.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:49.767 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:21:50.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:50.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:50 smithi026 ceph-mon[93126]: pgmap v10250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:50 smithi089 ceph-mon[103441]: pgmap v10250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:21:51.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:51.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:52.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:52.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:52 smithi026 ceph-mon[93126]: pgmap v10251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:52 smithi089 ceph-mon[103441]: pgmap v10251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:53.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:53.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:54.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:54.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:54 smithi026 ceph-mon[93126]: pgmap v10252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:54.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:54 smithi089 ceph-mon[103441]: pgmap v10252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:55.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:55.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:56.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:56.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:56 smithi026 ceph-mon[93126]: pgmap v10253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:56 smithi089 ceph-mon[103441]: pgmap v10253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:57.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:57.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:58.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:58.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:21:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:21:58 smithi026 ceph-mon[93126]: pgmap v10254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:21:58 smithi089 ceph-mon[103441]: pgmap v10254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:21:59.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:21:59.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:00.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:00.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:00 smithi026 ceph-mon[93126]: pgmap v10255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:00 smithi089 ceph-mon[103441]: pgmap v10255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:01.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:01.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:02.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:02.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:02 smithi026 ceph-mon[93126]: pgmap v10256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:02 smithi089 ceph-mon[103441]: pgmap v10256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:03.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:03.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:04.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:04.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:04 smithi026 ceph-mon[93126]: pgmap v10257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:04 smithi089 ceph-mon[103441]: pgmap v10257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:05.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:05.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:06.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:06.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:06 smithi026 ceph-mon[93126]: pgmap v10258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:06 smithi089 ceph-mon[103441]: pgmap v10258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:07.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:07.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:08.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:08.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:08 smithi026 ceph-mon[93126]: pgmap v10259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:08 smithi089 ceph-mon[103441]: pgmap v10259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:09.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:09.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:10.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:10.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:10 smithi026 ceph-mon[93126]: pgmap v10260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:10 smithi089 ceph-mon[103441]: pgmap v10260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:11.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:11.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:12.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:12.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:12 smithi026 ceph-mon[93126]: pgmap v10261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:12 smithi089 ceph-mon[103441]: pgmap v10261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:13.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:13.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:14.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:14.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:14 smithi026 ceph-mon[93126]: pgmap v10262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:14 smithi089 ceph-mon[103441]: pgmap v10262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:15.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:15.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:16.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:16.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:16 smithi026 ceph-mon[93126]: pgmap v10263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:16 smithi089 ceph-mon[103441]: pgmap v10263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:17.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:17.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:18.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:18.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:18 smithi026 ceph-mon[93126]: pgmap v10264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:18 smithi089 ceph-mon[103441]: pgmap v10264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:19.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:19.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:20.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:20.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:20 smithi026 ceph-mon[93126]: pgmap v10265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:20 smithi089 ceph-mon[103441]: pgmap v10265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:21.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:21.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:22.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:22.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:22 smithi026 ceph-mon[93126]: pgmap v10266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:22 smithi089 ceph-mon[103441]: pgmap v10266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:23.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:23.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:24.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:24.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:24 smithi026 ceph-mon[93126]: pgmap v10267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:24 smithi089 ceph-mon[103441]: pgmap v10267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:25.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:25.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:26.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:26.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:26 smithi026 ceph-mon[93126]: pgmap v10268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:26 smithi089 ceph-mon[103441]: pgmap v10268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:27.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:27.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:28.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:28.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:28 smithi026 ceph-mon[93126]: pgmap v10269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:28 smithi089 ceph-mon[103441]: pgmap v10269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:29.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:29.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:30.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:30.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:30 smithi026 ceph-mon[93126]: pgmap v10270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:30 smithi089 ceph-mon[103441]: pgmap v10270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:31.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:31.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:32.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:32.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:32 smithi026 ceph-mon[93126]: pgmap v10271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:32 smithi089 ceph-mon[103441]: pgmap v10271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:33.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:33.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:34.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:34.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:34 smithi026 ceph-mon[93126]: pgmap v10272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:34 smithi089 ceph-mon[103441]: pgmap v10272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:35.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:35.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:36.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:36.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:36 smithi026 ceph-mon[93126]: pgmap v10273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:36 smithi089 ceph-mon[103441]: pgmap v10273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:37.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:37.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:37.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:22:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:22:38.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:38.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:38 smithi026 ceph-mon[93126]: pgmap v10274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:38.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:22:38.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:22:38.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:22:38.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:22:38.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:22:38.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:22:38.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:22:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:38 smithi089 ceph-mon[103441]: pgmap v10274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:22:38.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:22:38.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:22:38.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:22:38.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:22:38.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:22:38.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:22:39.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:39.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:40.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:40.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:40 smithi026 ceph-mon[93126]: pgmap v10275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:40 smithi089 ceph-mon[103441]: pgmap v10275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:41.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:41.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:42.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:42.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:42 smithi089 ceph-mon[103441]: pgmap v10276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:42 smithi026 ceph-mon[93126]: pgmap v10276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:43.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:43.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:44.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:44.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:44 smithi089 ceph-mon[103441]: pgmap v10277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:44 smithi026 ceph-mon[93126]: pgmap v10277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:45.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:45.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:46.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:46.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:46 smithi089 ceph-mon[103441]: pgmap v10278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:46 smithi026 ceph-mon[93126]: pgmap v10278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:47.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:47.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:48.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:48.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:48 smithi089 ceph-mon[103441]: pgmap v10279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:48 smithi026 ceph-mon[93126]: pgmap v10279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:49.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:49.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:22:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:50 smithi089 ceph-mon[103441]: pgmap v10280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:50.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:50.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:50 smithi026 ceph-mon[93126]: pgmap v10280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:22:51.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:51.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:52.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:52.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:52 smithi089 ceph-mon[103441]: pgmap v10281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:52 smithi026 ceph-mon[93126]: pgmap v10281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:53.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:53.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:54.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:54.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:54 smithi089 ceph-mon[103441]: pgmap v10282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:54 smithi026 ceph-mon[93126]: pgmap v10282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:55.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:55.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:56.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:56.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:56 smithi089 ceph-mon[103441]: pgmap v10283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:56 smithi026 ceph-mon[93126]: pgmap v10283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:57.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:57.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:58.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:58.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:22:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:22:58 smithi089 ceph-mon[103441]: pgmap v10284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:22:58 smithi026 ceph-mon[93126]: pgmap v10284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:22:59.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:22:59.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:00.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:00.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:00.881 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:00 smithi026 ceph-mon[93126]: pgmap v10285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:00 smithi089 ceph-mon[103441]: pgmap v10285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:01.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:01.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:02.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:02.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:02 smithi089 ceph-mon[103441]: pgmap v10286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:02 smithi026 ceph-mon[93126]: pgmap v10286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:03.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:03.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:04.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:04.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:04 smithi089 ceph-mon[103441]: pgmap v10287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:04 smithi026 ceph-mon[93126]: pgmap v10287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:05.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:05.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:06.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:06.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:06 smithi089 ceph-mon[103441]: pgmap v10288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:06 smithi026 ceph-mon[93126]: pgmap v10288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:07.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:07.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:08.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:08.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:08 smithi089 ceph-mon[103441]: pgmap v10289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:08 smithi026 ceph-mon[93126]: pgmap v10289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:09.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:09.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:10.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:10.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:10 smithi089 ceph-mon[103441]: pgmap v10290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:10.996 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:10 smithi026 ceph-mon[93126]: pgmap v10290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:11.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:11.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:12.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:12.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:12 smithi089 ceph-mon[103441]: pgmap v10291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:12 smithi026 ceph-mon[93126]: pgmap v10291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:13.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:13.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:14.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:14.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:14 smithi089 ceph-mon[103441]: pgmap v10292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:14 smithi026 ceph-mon[93126]: pgmap v10292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:15.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:15.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:16.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:16.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:16 smithi089 ceph-mon[103441]: pgmap v10293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:16 smithi026 ceph-mon[93126]: pgmap v10293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:17.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:17.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:18.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:18.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:18 smithi089 ceph-mon[103441]: pgmap v10294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:18 smithi026 ceph-mon[93126]: pgmap v10294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:19.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:19.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:20.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:20.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:20 smithi089 ceph-mon[103441]: pgmap v10295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:20 smithi026 ceph-mon[93126]: pgmap v10295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:21.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:21.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:22.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:22.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:22 smithi089 ceph-mon[103441]: pgmap v10296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:22 smithi026 ceph-mon[93126]: pgmap v10296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:23.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:23.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:24.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:24.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:24 smithi089 ceph-mon[103441]: pgmap v10297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:24 smithi026 ceph-mon[93126]: pgmap v10297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:25.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:25.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:26.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:26.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:26 smithi089 ceph-mon[103441]: pgmap v10298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:26 smithi026 ceph-mon[93126]: pgmap v10298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:27.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:27.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:28.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:28.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:28 smithi089 ceph-mon[103441]: pgmap v10299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:28 smithi026 ceph-mon[93126]: pgmap v10299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:29.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:29.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:30.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:30.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:30 smithi089 ceph-mon[103441]: pgmap v10300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:30 smithi026 ceph-mon[93126]: pgmap v10300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:31.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:31.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:32.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:32.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:32 smithi089 ceph-mon[103441]: pgmap v10301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:32 smithi026 ceph-mon[93126]: pgmap v10301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:33.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:33.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:34.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:34.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:34 smithi089 ceph-mon[103441]: pgmap v10302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:34 smithi026 ceph-mon[93126]: pgmap v10302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:35.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:35.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:36.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:36.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:36 smithi089 ceph-mon[103441]: pgmap v10303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:36 smithi026 ceph-mon[93126]: pgmap v10303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:37.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:37.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:38.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:38.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:38 smithi089 ceph-mon[103441]: pgmap v10304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:23:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:38 smithi026 ceph-mon[93126]: pgmap v10304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:23:39.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:39.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:40.302 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:40 smithi026 ceph-mon[93126]: pgmap v10305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:40.302 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:40.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:40.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:40 smithi089 ceph-mon[103441]: pgmap v10305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:40.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:40.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:40.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:40.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:41.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:41.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:42 smithi026 ceph-mon[93126]: pgmap v10306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:42 smithi089 ceph-mon[103441]: pgmap v10306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:42.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:42.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:43.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:43.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:43 smithi026 ceph-mon[93126]: pgmap v10307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:44.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:23:44.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:23:44.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:23:44.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:43 smithi089 ceph-mon[103441]: pgmap v10307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:23:44.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:23:44.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:23:44.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:23:44.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:44.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:45.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:45.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:45 smithi026 ceph-mon[93126]: pgmap v10308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:45 smithi089 ceph-mon[103441]: pgmap v10308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:46.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:46.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:47.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:47.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:47 smithi026 ceph-mon[93126]: pgmap v10309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:47 smithi089 ceph-mon[103441]: pgmap v10309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:48.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:48.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:23:49.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:49.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:50 smithi026 ceph-mon[93126]: pgmap v10310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:50 smithi089 ceph-mon[103441]: pgmap v10310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:23:50.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:50.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:51.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:51.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:52 smithi026 ceph-mon[93126]: pgmap v10311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:52 smithi089 ceph-mon[103441]: pgmap v10311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:52.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:52.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:53.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:53.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:54 smithi026 ceph-mon[93126]: pgmap v10312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:54 smithi089 ceph-mon[103441]: pgmap v10312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:54.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:54.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:55.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:55.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:56 smithi026 ceph-mon[93126]: pgmap v10313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:56 smithi089 ceph-mon[103441]: pgmap v10313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:56.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:56.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:57.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:57.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:23:58 smithi026 ceph-mon[93126]: pgmap v10314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:23:58 smithi089 ceph-mon[103441]: pgmap v10314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:23:58.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:58.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:23:59.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:23:59.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:00 smithi089 ceph-mon[103441]: pgmap v10315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:00 smithi026 ceph-mon[93126]: pgmap v10315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:00.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:00.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:01.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:01.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:02 smithi089 ceph-mon[103441]: pgmap v10316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:02 smithi026 ceph-mon[93126]: pgmap v10316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:02.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:02.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:03.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:03.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:04 smithi026 ceph-mon[93126]: pgmap v10317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:04.313 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:04.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:04 smithi089 ceph-mon[103441]: pgmap v10317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:04.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:04.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:04.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:05.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:05.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:06 smithi089 ceph-mon[103441]: pgmap v10318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:06 smithi026 ceph-mon[93126]: pgmap v10318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:06.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:06.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:07.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:07.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:08 smithi089 ceph-mon[103441]: pgmap v10319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:08 smithi026 ceph-mon[93126]: pgmap v10319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:08.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:08.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:09.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:09.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:10 smithi089 ceph-mon[103441]: pgmap v10320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:10 smithi026 ceph-mon[93126]: pgmap v10320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:10.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:10.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:11.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:11.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:12 smithi089 ceph-mon[103441]: pgmap v10321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:12 smithi026 ceph-mon[93126]: pgmap v10321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:12.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:12.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:13.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:13.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:14.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:14 smithi026 ceph-mon[93126]: pgmap v10322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:14 smithi089 ceph-mon[103441]: pgmap v10322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:14.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:14.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:15.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:15.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:16 smithi089 ceph-mon[103441]: pgmap v10323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:16 smithi026 ceph-mon[93126]: pgmap v10323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:16.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:16.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:17.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:17.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:18 smithi089 ceph-mon[103441]: pgmap v10324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:18 smithi026 ceph-mon[93126]: pgmap v10324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:18.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:18.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:19.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:19.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:20 smithi089 ceph-mon[103441]: pgmap v10325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:20 smithi026 ceph-mon[93126]: pgmap v10325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:20.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:20.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:21.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:21.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:22 smithi089 ceph-mon[103441]: pgmap v10326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:22 smithi026 ceph-mon[93126]: pgmap v10326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:22.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:22.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:23.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:23.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:24 smithi026 ceph-mon[93126]: pgmap v10327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:24 smithi089 ceph-mon[103441]: pgmap v10327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:24.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:24.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:25.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:25.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:26.396 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:26 smithi089 ceph-mon[103441]: pgmap v10328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:26 smithi026 ceph-mon[93126]: pgmap v10328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:26.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:26.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:27.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:27.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:28.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:28 smithi089 ceph-mon[103441]: pgmap v10329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:28 smithi026 ceph-mon[93126]: pgmap v10329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:28.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:28.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:29.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:29.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:30 smithi089 ceph-mon[103441]: pgmap v10330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:30 smithi026 ceph-mon[93126]: pgmap v10330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:30.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:30.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:31.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:31.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:32 smithi026 ceph-mon[93126]: pgmap v10331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:32 smithi089 ceph-mon[103441]: pgmap v10331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:32.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:32.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:33.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:33.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:34 smithi089 ceph-mon[103441]: pgmap v10332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:34 smithi026 ceph-mon[93126]: pgmap v10332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:34.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:34.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:35.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:35.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:36 smithi089 ceph-mon[103441]: pgmap v10333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:36 smithi026 ceph-mon[93126]: pgmap v10333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:36.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:36.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:37.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:37.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:38 smithi089 ceph-mon[103441]: pgmap v10334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:38 smithi026 ceph-mon[93126]: pgmap v10334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:38.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:38.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:39.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:39.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:40 smithi089 ceph-mon[103441]: pgmap v10335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:40 smithi026 ceph-mon[93126]: pgmap v10335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:40.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:40.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:41.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:41.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:42 smithi026 ceph-mon[93126]: pgmap v10336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:42 smithi089 ceph-mon[103441]: pgmap v10336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:42.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:42.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:43.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:43.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: pgmap v10337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:24:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:24:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:24:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:24:44.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:24:44.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:24:44.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:24:44.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:24:44.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:24:44.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:24:44.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:24:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: pgmap v10337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:24:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:24:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:24:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:24:44.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:24:44.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:24:44.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:24:44.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:24:44.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:24:44.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:24:44.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:24:44.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:44.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:45 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1607M 2023-10-17T02:24:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:45 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1607M 2023-10-17T02:24:45.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:45.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:46 smithi089 ceph-mon[103441]: pgmap v10338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:46 smithi026 ceph-mon[93126]: pgmap v10338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:46.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:46.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:47.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:47.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:48 smithi089 ceph-mon[103441]: pgmap v10339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:48 smithi026 ceph-mon[93126]: pgmap v10339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:48.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:48.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:24:49.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:49.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:50 smithi089 ceph-mon[103441]: pgmap v10340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:50 smithi026 ceph-mon[93126]: pgmap v10340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:24:50.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:50.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:51.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:51.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:52 smithi089 ceph-mon[103441]: pgmap v10341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:52 smithi026 ceph-mon[93126]: pgmap v10341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:52.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:52.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:53.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:53.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:54 smithi089 ceph-mon[103441]: pgmap v10342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:54 smithi026 ceph-mon[93126]: pgmap v10342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:54.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:54.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:55.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:55.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:56 smithi089 ceph-mon[103441]: pgmap v10343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:56 smithi026 ceph-mon[93126]: pgmap v10343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:56.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:56.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:57.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:57.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:24:58 smithi089 ceph-mon[103441]: pgmap v10344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:24:58 smithi026 ceph-mon[93126]: pgmap v10344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:24:58.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:58.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:24:59.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:24:59.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:00 smithi089 ceph-mon[103441]: pgmap v10345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:00 smithi026 ceph-mon[93126]: pgmap v10345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:00.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:00.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:01.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:01.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:02 smithi089 ceph-mon[103441]: pgmap v10346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:02 smithi026 ceph-mon[93126]: pgmap v10346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:03.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:03.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:04.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:04.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:04 smithi089 ceph-mon[103441]: pgmap v10347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:04 smithi026 ceph-mon[93126]: pgmap v10347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:05.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:05.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:06.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:06.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:06 smithi089 ceph-mon[103441]: pgmap v10348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:06 smithi026 ceph-mon[93126]: pgmap v10348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:07.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:07.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:08.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:08.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:08 smithi089 ceph-mon[103441]: pgmap v10349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:08 smithi026 ceph-mon[93126]: pgmap v10349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:09.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:09.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:10.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:10.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:10 smithi089 ceph-mon[103441]: pgmap v10350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:10 smithi026 ceph-mon[93126]: pgmap v10350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:11.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:11.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:12.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:12.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:12 smithi026 ceph-mon[93126]: pgmap v10351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:12 smithi089 ceph-mon[103441]: pgmap v10351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:13.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:13.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:14.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:14.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:14 smithi026 ceph-mon[93126]: pgmap v10352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:14 smithi089 ceph-mon[103441]: pgmap v10352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:15.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:15.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:16.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:16.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:16 smithi026 ceph-mon[93126]: pgmap v10353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:16 smithi089 ceph-mon[103441]: pgmap v10353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:17.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:17.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:18.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:18.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:18 smithi026 ceph-mon[93126]: pgmap v10354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:18 smithi089 ceph-mon[103441]: pgmap v10354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:19.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:19.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:20.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:20.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:20 smithi026 ceph-mon[93126]: pgmap v10355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:20 smithi089 ceph-mon[103441]: pgmap v10355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:21.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:21.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:22.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:22.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:22 smithi089 ceph-mon[103441]: pgmap v10356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:22.498 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:22 smithi026 ceph-mon[93126]: pgmap v10356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:23.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:23.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:24.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:24.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:24 smithi026 ceph-mon[93126]: pgmap v10357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:24 smithi089 ceph-mon[103441]: pgmap v10357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:25.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:25.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:26.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:26.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:26.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:26 smithi026 ceph-mon[93126]: pgmap v10358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:26 smithi089 ceph-mon[103441]: pgmap v10358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:27.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:27.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:28.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:28.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:28 smithi026 ceph-mon[93126]: pgmap v10359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:28 smithi089 ceph-mon[103441]: pgmap v10359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:29.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:29.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:30.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:30.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:30.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:30 smithi026 ceph-mon[93126]: pgmap v10360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:30 smithi089 ceph-mon[103441]: pgmap v10360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:31.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:31.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:32.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:32.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:32 smithi089 ceph-mon[103441]: pgmap v10361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:32 smithi026 ceph-mon[93126]: pgmap v10361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:33.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:33.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:34.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:34.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:34 smithi026 ceph-mon[93126]: pgmap v10362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:34 smithi089 ceph-mon[103441]: pgmap v10362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:35.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:35.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:36.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:36.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:36 smithi026 ceph-mon[93126]: pgmap v10363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:36 smithi089 ceph-mon[103441]: pgmap v10363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:37.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:37.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:38.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:38.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:38 smithi026 ceph-mon[93126]: pgmap v10364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:38 smithi089 ceph-mon[103441]: pgmap v10364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:39.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:39.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:40.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:40.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:40 smithi026 ceph-mon[93126]: pgmap v10365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:40 smithi089 ceph-mon[103441]: pgmap v10365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:41.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:41.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:42.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:42.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:42 smithi026 ceph-mon[93126]: pgmap v10366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:42 smithi089 ceph-mon[103441]: pgmap v10366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:43.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:43.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:44.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:44.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:44 smithi026 ceph-mon[93126]: pgmap v10367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:25:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:44 smithi089 ceph-mon[103441]: pgmap v10367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:25:45.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:45.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:25:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:25:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:25:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:25:45.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:25:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:25:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:25:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:25:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:25:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:25:46.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:46.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:46 smithi026 ceph-mon[93126]: pgmap v10368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:46 smithi089 ceph-mon[103441]: pgmap v10368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:47.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:47.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:48.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:48.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:48 smithi026 ceph-mon[93126]: pgmap v10369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:48 smithi089 ceph-mon[103441]: pgmap v10369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:49.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:49.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:25:50.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:50.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:50 smithi026 ceph-mon[93126]: pgmap v10370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:50 smithi089 ceph-mon[103441]: pgmap v10370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:25:51.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:51.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:52.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:52.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:52 smithi026 ceph-mon[93126]: pgmap v10371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:52 smithi089 ceph-mon[103441]: pgmap v10371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:53.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:53.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:54.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:54.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:54 smithi026 ceph-mon[93126]: pgmap v10372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:54 smithi089 ceph-mon[103441]: pgmap v10372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:55.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:55.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:56.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:56.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:56 smithi026 ceph-mon[93126]: pgmap v10373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:56 smithi089 ceph-mon[103441]: pgmap v10373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:57.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:57.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:58.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:58.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:25:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:25:58 smithi026 ceph-mon[93126]: pgmap v10374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:25:58 smithi089 ceph-mon[103441]: pgmap v10374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:25:59.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:25:59.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:00.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:00.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:00 smithi026 ceph-mon[93126]: pgmap v10375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:00 smithi089 ceph-mon[103441]: pgmap v10375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:01.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:01.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:02.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:02.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:02 smithi026 ceph-mon[93126]: pgmap v10376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:02 smithi089 ceph-mon[103441]: pgmap v10376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:03.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:03.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:04.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:04.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:04 smithi026 ceph-mon[93126]: pgmap v10377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:04 smithi089 ceph-mon[103441]: pgmap v10377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:05.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:05.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:06.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:06.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:06 smithi026 ceph-mon[93126]: pgmap v10378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:06 smithi089 ceph-mon[103441]: pgmap v10378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:07.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:07.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:08.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:08.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:08 smithi026 ceph-mon[93126]: pgmap v10379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:08 smithi089 ceph-mon[103441]: pgmap v10379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:09.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:09.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:10.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:10.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:10 smithi026 ceph-mon[93126]: pgmap v10380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:10 smithi089 ceph-mon[103441]: pgmap v10380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:11.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:11.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:12.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:12.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:12 smithi026 ceph-mon[93126]: pgmap v10381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:12 smithi089 ceph-mon[103441]: pgmap v10381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:13.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:13.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:14.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:14.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:14 smithi026 ceph-mon[93126]: pgmap v10382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:14 smithi089 ceph-mon[103441]: pgmap v10382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:15.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:15.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:16.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:16.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:16 smithi026 ceph-mon[93126]: pgmap v10383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:16 smithi089 ceph-mon[103441]: pgmap v10383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:17.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:17.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:18.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:18.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:18 smithi026 ceph-mon[93126]: pgmap v10384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:18 smithi089 ceph-mon[103441]: pgmap v10384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:19.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:19.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:20.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:20.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:20 smithi026 ceph-mon[93126]: pgmap v10385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:20 smithi089 ceph-mon[103441]: pgmap v10385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:21.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:21.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:22.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:22.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:22 smithi026 ceph-mon[93126]: pgmap v10386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:22.608 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:22 smithi089 ceph-mon[103441]: pgmap v10386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:23.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:23.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:24.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:24.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:24 smithi026 ceph-mon[93126]: pgmap v10387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:24 smithi089 ceph-mon[103441]: pgmap v10387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:25.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:25.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:26.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:26.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:26 smithi026 ceph-mon[93126]: pgmap v10388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:26 smithi089 ceph-mon[103441]: pgmap v10388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:27.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:27.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:28.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:28.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:28 smithi026 ceph-mon[93126]: pgmap v10389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:28 smithi089 ceph-mon[103441]: pgmap v10389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:29.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:29.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:30.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:30.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:30 smithi026 ceph-mon[93126]: pgmap v10390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:30 smithi089 ceph-mon[103441]: pgmap v10390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:31.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:31.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:32.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:32.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:32 smithi089 ceph-mon[103441]: pgmap v10391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:32 smithi026 ceph-mon[93126]: pgmap v10391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:33.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:33.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:34.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:34.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:34 smithi089 ceph-mon[103441]: pgmap v10392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:34 smithi026 ceph-mon[93126]: pgmap v10392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:35.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:35.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:36.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:36.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:36 smithi089 ceph-mon[103441]: pgmap v10393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:36 smithi026 ceph-mon[93126]: pgmap v10393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:37.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:37.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:38.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:38.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:38 smithi089 ceph-mon[103441]: pgmap v10394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:38 smithi026 ceph-mon[93126]: pgmap v10394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:39.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:39.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:40.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:40.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:40 smithi089 ceph-mon[103441]: pgmap v10395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:40 smithi026 ceph-mon[93126]: pgmap v10395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:41.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:41.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:42.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:42.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:42 smithi089 ceph-mon[103441]: pgmap v10396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:42 smithi026 ceph-mon[93126]: pgmap v10396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:43.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:43.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:44.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:44.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:44 smithi089 ceph-mon[103441]: pgmap v10397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:44 smithi026 ceph-mon[93126]: pgmap v10397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:45.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:45.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:26:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:26:46.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:46.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:46 smithi089 ceph-mon[103441]: pgmap v10398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:26:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:26:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:26:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:26:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:26:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:46 smithi026 ceph-mon[93126]: pgmap v10398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:26:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:26:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:26:46.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:26:46.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:26:47.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:47.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:48.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:48.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:48 smithi089 ceph-mon[103441]: pgmap v10399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:48 smithi026 ceph-mon[93126]: pgmap v10399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:49.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:49.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:26:50.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:50.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:50 smithi089 ceph-mon[103441]: pgmap v10400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:50 smithi026 ceph-mon[93126]: pgmap v10400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:26:51.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:51.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:52.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:52.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:52 smithi089 ceph-mon[103441]: pgmap v10401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:52 smithi026 ceph-mon[93126]: pgmap v10401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:53.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:53.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:54.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:54.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:54 smithi089 ceph-mon[103441]: pgmap v10402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:54 smithi026 ceph-mon[93126]: pgmap v10402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:55.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:55.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:56.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:56.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:56 smithi089 ceph-mon[103441]: pgmap v10403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:56 smithi026 ceph-mon[93126]: pgmap v10403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:57.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:57.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:58.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:58.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:26:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:26:58 smithi089 ceph-mon[103441]: pgmap v10404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:26:58 smithi026 ceph-mon[93126]: pgmap v10404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:26:59.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:26:59.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:00.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:00.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:00 smithi089 ceph-mon[103441]: pgmap v10405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:00 smithi026 ceph-mon[93126]: pgmap v10405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:01.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:01.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:02.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:02.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:02 smithi089 ceph-mon[103441]: pgmap v10406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:02 smithi026 ceph-mon[93126]: pgmap v10406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:03.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:03.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:04.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:04.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:04 smithi089 ceph-mon[103441]: pgmap v10407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:04 smithi026 ceph-mon[93126]: pgmap v10407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:05.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:05.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:06.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:06.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:06 smithi089 ceph-mon[103441]: pgmap v10408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:06 smithi026 ceph-mon[93126]: pgmap v10408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:07.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:07.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:08.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:08.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:08 smithi089 ceph-mon[103441]: pgmap v10409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:08.710 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:08 smithi026 ceph-mon[93126]: pgmap v10409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:09.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:09.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:10.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:10.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:10 smithi089 ceph-mon[103441]: pgmap v10410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:10 smithi026 ceph-mon[93126]: pgmap v10410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:11.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:11.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:12.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:12.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:12 smithi089 ceph-mon[103441]: pgmap v10411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:12 smithi026 ceph-mon[93126]: pgmap v10411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:13.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:13.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:14.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:14.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:14 smithi089 ceph-mon[103441]: pgmap v10412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:14 smithi026 ceph-mon[93126]: pgmap v10412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:15.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:15.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:16.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:16.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:16 smithi089 ceph-mon[103441]: pgmap v10413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:16 smithi026 ceph-mon[93126]: pgmap v10413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:17.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:17.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:18.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:18.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:18 smithi089 ceph-mon[103441]: pgmap v10414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:18 smithi026 ceph-mon[93126]: pgmap v10414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:19.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:19.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:20.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:20.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:20 smithi089 ceph-mon[103441]: pgmap v10415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:20 smithi026 ceph-mon[93126]: pgmap v10415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:21.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:21.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:22.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:22.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:22 smithi089 ceph-mon[103441]: pgmap v10416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:22 smithi026 ceph-mon[93126]: pgmap v10416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:23.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:23.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:24.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:24.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:24 smithi089 ceph-mon[103441]: pgmap v10417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:24 smithi026 ceph-mon[93126]: pgmap v10417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:25.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:25.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:26.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:26.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:26 smithi089 ceph-mon[103441]: pgmap v10418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:26 smithi026 ceph-mon[93126]: pgmap v10418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:27.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:27.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:28.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:28.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:28 smithi089 ceph-mon[103441]: pgmap v10419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:28 smithi026 ceph-mon[93126]: pgmap v10419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:29.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:29.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:30.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:30.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:30 smithi089 ceph-mon[103441]: pgmap v10420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:30 smithi026 ceph-mon[93126]: pgmap v10420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:31.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:31.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:32.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:32.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:32 smithi089 ceph-mon[103441]: pgmap v10421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:32 smithi026 ceph-mon[93126]: pgmap v10421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:33.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:33.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:34.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:34.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:34 smithi089 ceph-mon[103441]: pgmap v10422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:34 smithi026 ceph-mon[93126]: pgmap v10422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:35.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:35.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:36.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:36.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:36 smithi089 ceph-mon[103441]: pgmap v10423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:36 smithi026 ceph-mon[93126]: pgmap v10423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:37.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:37.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:38.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:38.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:38 smithi089 ceph-mon[103441]: pgmap v10424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:38 smithi026 ceph-mon[93126]: pgmap v10424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:39.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:39.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:40.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:40.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:40 smithi089 ceph-mon[103441]: pgmap v10425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:40 smithi026 ceph-mon[93126]: pgmap v10425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:41.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:41.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:42.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:42.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:42 smithi089 ceph-mon[103441]: pgmap v10426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:42 smithi026 ceph-mon[93126]: pgmap v10426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:43.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:43.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:44.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:44.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:44 smithi089 ceph-mon[103441]: pgmap v10427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:44.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:44 smithi026 ceph-mon[93126]: pgmap v10427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:45.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:45.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:46.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:46.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:46 smithi026 ceph-mon[93126]: pgmap v10428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:27:46.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:27:46.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:27:46.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:27:46.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:27:46.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:27:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:46 smithi089 ceph-mon[103441]: pgmap v10428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:46.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:27:46.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:27:46.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:27:46.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:27:46.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:27:46.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:27:47.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:47.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:48.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:48.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:48 smithi026 ceph-mon[93126]: pgmap v10429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:48 smithi089 ceph-mon[103441]: pgmap v10429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:49.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:49.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:27:50.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:50.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:50 smithi026 ceph-mon[93126]: pgmap v10430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:50 smithi089 ceph-mon[103441]: pgmap v10430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:27:51.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:51.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:52.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:52.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:52 smithi026 ceph-mon[93126]: pgmap v10431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:52 smithi089 ceph-mon[103441]: pgmap v10431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:53.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:53.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:54.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:54.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:54 smithi026 ceph-mon[93126]: pgmap v10432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:54 smithi089 ceph-mon[103441]: pgmap v10432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:55.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:55.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:56.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:56.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:56 smithi026 ceph-mon[93126]: pgmap v10433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:56 smithi089 ceph-mon[103441]: pgmap v10433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:57.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:57.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:58.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:58.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:27:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:27:58 smithi026 ceph-mon[93126]: pgmap v10434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:27:58 smithi089 ceph-mon[103441]: pgmap v10434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:27:59.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:27:59.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:00.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:00.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:00 smithi026 ceph-mon[93126]: pgmap v10435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:00 smithi089 ceph-mon[103441]: pgmap v10435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:01.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:01.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:02.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:02.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:02 smithi026 ceph-mon[93126]: pgmap v10436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:02 smithi089 ceph-mon[103441]: pgmap v10436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:03.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:03.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:04.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:04.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:04 smithi026 ceph-mon[93126]: pgmap v10437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:04 smithi089 ceph-mon[103441]: pgmap v10437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:05.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:05.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:06.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:06.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:06 smithi026 ceph-mon[93126]: pgmap v10438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:06 smithi089 ceph-mon[103441]: pgmap v10438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:07.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:07.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:08.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:08.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:08.720 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:08 smithi089 ceph-mon[103441]: pgmap v10439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:08.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:08 smithi026 ceph-mon[93126]: pgmap v10439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:09.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:09.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:10.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:10.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:10 smithi026 ceph-mon[93126]: pgmap v10440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:10 smithi089 ceph-mon[103441]: pgmap v10440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:11.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:11.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:12.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:12.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:12 smithi026 ceph-mon[93126]: pgmap v10441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:12 smithi089 ceph-mon[103441]: pgmap v10441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:13.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:13.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:14.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:14.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:14 smithi026 ceph-mon[93126]: pgmap v10442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:14 smithi089 ceph-mon[103441]: pgmap v10442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:15.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:15.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:16.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:16.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:16 smithi026 ceph-mon[93126]: pgmap v10443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:16 smithi089 ceph-mon[103441]: pgmap v10443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:17.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:17.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:18.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:18.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:18 smithi026 ceph-mon[93126]: pgmap v10444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:18.827 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:18 smithi089 ceph-mon[103441]: pgmap v10444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:19.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:19.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:20.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:20.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:20 smithi026 ceph-mon[93126]: pgmap v10445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:20 smithi089 ceph-mon[103441]: pgmap v10445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:21.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:21.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:22.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:22.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:22 smithi026 ceph-mon[93126]: pgmap v10446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:22 smithi089 ceph-mon[103441]: pgmap v10446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:23.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:23.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:24.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:24.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:24 smithi026 ceph-mon[93126]: pgmap v10447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:24 smithi089 ceph-mon[103441]: pgmap v10447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:25.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:25.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:26.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:26.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:26 smithi026 ceph-mon[93126]: pgmap v10448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:26 smithi089 ceph-mon[103441]: pgmap v10448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:27.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:27.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:28.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:28.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:28 smithi026 ceph-mon[93126]: pgmap v10449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:28 smithi089 ceph-mon[103441]: pgmap v10449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:29.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:29.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:30.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:30.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:30 smithi026 ceph-mon[93126]: pgmap v10450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:30.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:30 smithi089 ceph-mon[103441]: pgmap v10450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:31.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:31.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:32.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:32.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:32 smithi026 ceph-mon[93126]: pgmap v10451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:32 smithi089 ceph-mon[103441]: pgmap v10451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:33.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:33.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:34.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:34.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:34 smithi026 ceph-mon[93126]: pgmap v10452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:34 smithi089 ceph-mon[103441]: pgmap v10452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:35.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:35.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:36.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:36.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:36 smithi026 ceph-mon[93126]: pgmap v10453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:36 smithi089 ceph-mon[103441]: pgmap v10453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:37.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:37.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:38.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:38.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:38 smithi026 ceph-mon[93126]: pgmap v10454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:38 smithi089 ceph-mon[103441]: pgmap v10454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:39.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:39.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:40.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:40.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:40 smithi026 ceph-mon[93126]: pgmap v10455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:40 smithi089 ceph-mon[103441]: pgmap v10455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:41.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:41.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:42.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:42.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:42 smithi026 ceph-mon[93126]: pgmap v10456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:42 smithi089 ceph-mon[103441]: pgmap v10456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:43.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:43.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:44.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:44.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:44.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:44 smithi026 ceph-mon[93126]: pgmap v10457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:44 smithi089 ceph-mon[103441]: pgmap v10457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:45.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:45.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:46.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:46.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:46 smithi026 ceph-mon[93126]: pgmap v10458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:28:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:46 smithi089 ceph-mon[103441]: pgmap v10458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:28:47.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:47.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:28:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:28:47.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:28:47.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:28:47.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:28:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:28:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:28:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:28:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:28:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:28:48.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:48.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:48 smithi026 ceph-mon[93126]: pgmap v10459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:48 smithi089 ceph-mon[103441]: pgmap v10459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:49.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:49.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:28:50.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:50.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:50 smithi026 ceph-mon[93126]: pgmap v10460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:50 smithi089 ceph-mon[103441]: pgmap v10460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:28:51.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:51.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:52.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:52.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:52 smithi026 ceph-mon[93126]: pgmap v10461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:52 smithi089 ceph-mon[103441]: pgmap v10461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:53.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:53.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:54.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:54.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:54 smithi026 ceph-mon[93126]: pgmap v10462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:54 smithi089 ceph-mon[103441]: pgmap v10462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:55.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:55.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:56.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:56.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:56 smithi026 ceph-mon[93126]: pgmap v10463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:56 smithi089 ceph-mon[103441]: pgmap v10463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:57.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:57.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:58.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:58.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:28:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:28:58 smithi026 ceph-mon[93126]: pgmap v10464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:28:58 smithi089 ceph-mon[103441]: pgmap v10464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:28:59.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:28:59.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:00.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:00.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:00 smithi089 ceph-mon[103441]: pgmap v10465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:00 smithi026 ceph-mon[93126]: pgmap v10465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:01.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:01.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:02.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:02.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:02 smithi089 ceph-mon[103441]: pgmap v10466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:02 smithi026 ceph-mon[93126]: pgmap v10466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:03.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:03.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:04.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:04.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:04 smithi089 ceph-mon[103441]: pgmap v10467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:05.030 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:04 smithi026 ceph-mon[93126]: pgmap v10467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:05.030 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:05.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:05.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:06.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:06.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:06 smithi089 ceph-mon[103441]: pgmap v10468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:06 smithi026 ceph-mon[93126]: pgmap v10468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:07.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:07.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:08.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:08.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:08 smithi089 ceph-mon[103441]: pgmap v10469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:08 smithi026 ceph-mon[93126]: pgmap v10469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:09.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:09.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:10.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:10.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:10 smithi089 ceph-mon[103441]: pgmap v10470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:10 smithi026 ceph-mon[93126]: pgmap v10470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:11.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:11.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:12.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:12.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:12 smithi089 ceph-mon[103441]: pgmap v10471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:12 smithi026 ceph-mon[93126]: pgmap v10471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:13.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:13.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:14.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:14.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:14 smithi089 ceph-mon[103441]: pgmap v10472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:14 smithi026 ceph-mon[93126]: pgmap v10472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:15.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:15.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:16.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:16.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:16 smithi089 ceph-mon[103441]: pgmap v10473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:17.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:16 smithi026 ceph-mon[93126]: pgmap v10473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:17.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:17.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:18.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:18.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:18 smithi089 ceph-mon[103441]: pgmap v10474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:18 smithi026 ceph-mon[93126]: pgmap v10474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:19.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:19.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:20.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:20.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:20 smithi089 ceph-mon[103441]: pgmap v10475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:20 smithi026 ceph-mon[93126]: pgmap v10475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:21.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:21.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:22.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:22.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:22 smithi089 ceph-mon[103441]: pgmap v10476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:22 smithi026 ceph-mon[93126]: pgmap v10476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:23.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:23.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:24.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:24.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:24 smithi089 ceph-mon[103441]: pgmap v10477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:24 smithi026 ceph-mon[93126]: pgmap v10477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:25.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:25.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:26.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:26.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:26 smithi089 ceph-mon[103441]: pgmap v10478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:26 smithi026 ceph-mon[93126]: pgmap v10478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:27.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:27.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:28.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:28.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:28 smithi089 ceph-mon[103441]: pgmap v10479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:28 smithi026 ceph-mon[93126]: pgmap v10479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:29.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:29.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:30.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:30.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:30 smithi089 ceph-mon[103441]: pgmap v10480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:30 smithi026 ceph-mon[93126]: pgmap v10480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:31.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:31.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:32.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:32.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:32 smithi089 ceph-mon[103441]: pgmap v10481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:32 smithi026 ceph-mon[93126]: pgmap v10481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:33.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:33.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:34.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:34.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:34 smithi089 ceph-mon[103441]: pgmap v10482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:34 smithi026 ceph-mon[93126]: pgmap v10482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:35.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:35.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:36.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:36.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:36 smithi089 ceph-mon[103441]: pgmap v10483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:36 smithi026 ceph-mon[93126]: pgmap v10483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:37.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:37.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:38.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:38.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:38 smithi089 ceph-mon[103441]: pgmap v10484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:38 smithi026 ceph-mon[93126]: pgmap v10484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:39.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:39.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:40.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:40.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:40 smithi026 ceph-mon[93126]: pgmap v10485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:40 smithi089 ceph-mon[103441]: pgmap v10485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:41.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:41.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:42.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:42.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:42 smithi089 ceph-mon[103441]: pgmap v10486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:42 smithi026 ceph-mon[93126]: pgmap v10486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:43.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:43.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:44.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:44.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:44 smithi089 ceph-mon[103441]: pgmap v10487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:44 smithi026 ceph-mon[93126]: pgmap v10487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:45.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:45.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:46.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:46.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:46 smithi089 ceph-mon[103441]: pgmap v10488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:46 smithi026 ceph-mon[93126]: pgmap v10488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:47.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:47.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:29:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:29:48.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:48.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:48 smithi089 ceph-mon[103441]: pgmap v10489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:48 smithi026 ceph-mon[93126]: pgmap v10489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:49.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:49.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:29:50.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:50.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:50 smithi026 ceph-mon[93126]: pgmap v10490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:50 smithi089 ceph-mon[103441]: pgmap v10490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:29:51.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:51.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:52.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:52.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:52 smithi089 ceph-mon[103441]: pgmap v10491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:29:52.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:29:52.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:29:52.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:29:52.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:29:52.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:29:52.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:29:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:52 smithi026 ceph-mon[93126]: pgmap v10491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:29:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:29:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:29:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:29:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:29:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:29:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:29:53.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:53.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:54.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:54.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:54 smithi089 ceph-mon[103441]: pgmap v10492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:54 smithi026 ceph-mon[93126]: pgmap v10492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:55.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:55.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:56.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:56.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:56 smithi089 ceph-mon[103441]: pgmap v10493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:56 smithi026 ceph-mon[93126]: pgmap v10493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:57.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:57.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:58.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:58.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:29:58.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:29:58 smithi089 ceph-mon[103441]: pgmap v10494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:29:58 smithi026 ceph-mon[93126]: pgmap v10494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:29:59.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:29:59.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:00.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:00.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:00 smithi089 ceph-mon[103441]: pgmap v10495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T02:30:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:00 smithi026 ceph-mon[93126]: pgmap v10495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T02:30:01.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:01.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:02.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:02.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:02 smithi089 ceph-mon[103441]: pgmap v10496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:02 smithi026 ceph-mon[93126]: pgmap v10496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:03.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:03.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:04.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:04.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:04 smithi089 ceph-mon[103441]: pgmap v10497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:04 smithi026 ceph-mon[93126]: pgmap v10497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:05.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:05.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:06.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:06.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:06 smithi026 ceph-mon[93126]: pgmap v10498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:06 smithi089 ceph-mon[103441]: pgmap v10498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:07.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:07.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:08.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:08.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:08 smithi026 ceph-mon[93126]: pgmap v10499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:08 smithi089 ceph-mon[103441]: pgmap v10499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:09.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:09.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:10.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:10.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:10 smithi026 ceph-mon[93126]: pgmap v10500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:10 smithi089 ceph-mon[103441]: pgmap v10500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:11.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:11.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:12.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:12.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:12 smithi026 ceph-mon[93126]: pgmap v10501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:12 smithi089 ceph-mon[103441]: pgmap v10501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:13.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:13.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:14.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:14.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:15.042 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:14 smithi089 ceph-mon[103441]: pgmap v10502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:14 smithi026 ceph-mon[93126]: pgmap v10502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:15.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:16.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:16.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:16 smithi026 ceph-mon[93126]: pgmap v10503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:16 smithi089 ceph-mon[103441]: pgmap v10503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:17.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:17.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:18.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:18.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:18 smithi026 ceph-mon[93126]: pgmap v10504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:18 smithi089 ceph-mon[103441]: pgmap v10504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:19.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:19.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:20.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:20.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:20.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:20 smithi026 ceph-mon[93126]: pgmap v10505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:20 smithi089 ceph-mon[103441]: pgmap v10505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:21.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:21.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:22.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:22.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:22 smithi026 ceph-mon[93126]: pgmap v10506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:22 smithi089 ceph-mon[103441]: pgmap v10506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:23.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:23.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:24.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:24.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:24 smithi026 ceph-mon[93126]: pgmap v10507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:25.148 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:24 smithi089 ceph-mon[103441]: pgmap v10507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:25.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:25.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:26.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:26.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:26 smithi026 ceph-mon[93126]: pgmap v10508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:26 smithi089 ceph-mon[103441]: pgmap v10508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:27.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:27.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:28.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:28.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:28 smithi026 ceph-mon[93126]: pgmap v10509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:28 smithi089 ceph-mon[103441]: pgmap v10509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:29.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:29.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:30.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:30.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:31.004 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:30 smithi026 ceph-mon[93126]: pgmap v10510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:30 smithi089 ceph-mon[103441]: pgmap v10510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:31.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:31.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:32.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:32.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:32 smithi026 ceph-mon[93126]: pgmap v10511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:32 smithi089 ceph-mon[103441]: pgmap v10511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:33.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:33.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:34 smithi089 ceph-mon[103441]: pgmap v10512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:34 smithi026 ceph-mon[93126]: pgmap v10512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:34.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:34.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:35.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:35.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:36 smithi089 ceph-mon[103441]: pgmap v10513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:36 smithi026 ceph-mon[93126]: pgmap v10513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:36.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:36.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:37.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:37.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:38 smithi089 ceph-mon[103441]: pgmap v10514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:38 smithi026 ceph-mon[93126]: pgmap v10514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:38.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:38.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:39.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:39.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:40 smithi089 ceph-mon[103441]: pgmap v10515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:40.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:40 smithi026 ceph-mon[93126]: pgmap v10515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:40.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:40.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:41.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:41.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:42 smithi089 ceph-mon[103441]: pgmap v10516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:42 smithi026 ceph-mon[93126]: pgmap v10516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:42.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:42.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:43.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:43.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:44 smithi089 ceph-mon[103441]: pgmap v10517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:44 smithi026 ceph-mon[93126]: pgmap v10517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:44.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:44.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:45.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:45.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:46 smithi089 ceph-mon[103441]: pgmap v10518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:46 smithi026 ceph-mon[93126]: pgmap v10518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:46.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:46.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:47.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:47.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:48 smithi089 ceph-mon[103441]: pgmap v10519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:48 smithi026 ceph-mon[93126]: pgmap v10519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:48.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:48.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:30:49.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:49.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:50.414 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:50 smithi089 ceph-mon[103441]: pgmap v10520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:50 smithi026 ceph-mon[93126]: pgmap v10520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:30:50.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:50.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:51.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:51.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:52 smithi089 ceph-mon[103441]: pgmap v10521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:52 smithi026 ceph-mon[93126]: pgmap v10521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:52.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:52.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:30:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:30:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:30:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:30:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:30:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:30:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:30:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:30:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:30:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:30:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:30:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:30:53.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:53.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:54 smithi089 ceph-mon[103441]: pgmap v10522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:54 smithi026 ceph-mon[93126]: pgmap v10522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:54.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:54.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:55.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:55.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:56 smithi089 ceph-mon[103441]: pgmap v10523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:56 smithi026 ceph-mon[93126]: pgmap v10523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:56.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:56.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:57.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:57.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:30:58 smithi089 ceph-mon[103441]: pgmap v10524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:30:58 smithi026 ceph-mon[93126]: pgmap v10524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:30:58.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:58.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:30:59.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:30:59.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:00 smithi089 ceph-mon[103441]: pgmap v10525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:00 smithi026 ceph-mon[93126]: pgmap v10525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:00.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:00.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:01.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:01.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:02 smithi026 ceph-mon[93126]: pgmap v10526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:02.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:02.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:02 smithi089 ceph-mon[103441]: pgmap v10526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:03.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:03.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:04 smithi026 ceph-mon[93126]: pgmap v10527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:04.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:04.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:04 smithi089 ceph-mon[103441]: pgmap v10527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:05.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:05.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:06.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:06 smithi026 ceph-mon[93126]: pgmap v10528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:06.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:06.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:06 smithi089 ceph-mon[103441]: pgmap v10528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:07.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:07.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:08 smithi026 ceph-mon[93126]: pgmap v10529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:08.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:08.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:08 smithi089 ceph-mon[103441]: pgmap v10529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:09.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:09.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:10 smithi026 ceph-mon[93126]: pgmap v10530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:10.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:10.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:10.624 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:10 smithi089 ceph-mon[103441]: pgmap v10530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:11.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:11.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:12 smithi026 ceph-mon[93126]: pgmap v10531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:12.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:12.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:12 smithi089 ceph-mon[103441]: pgmap v10531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:13.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:13.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:14 smithi026 ceph-mon[93126]: pgmap v10532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:14.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:14.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:14 smithi089 ceph-mon[103441]: pgmap v10532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:15.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:15.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:16.520 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:16 smithi026 ceph-mon[93126]: pgmap v10533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:16.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:16.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:16 smithi089 ceph-mon[103441]: pgmap v10533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:17.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:17.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:18 smithi026 ceph-mon[93126]: pgmap v10534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:18.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:18.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:18 smithi089 ceph-mon[103441]: pgmap v10534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:19.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:19.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:20 smithi026 ceph-mon[93126]: pgmap v10535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:20.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:20.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:20 smithi089 ceph-mon[103441]: pgmap v10535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:21.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:21.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:22 smithi026 ceph-mon[93126]: pgmap v10536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:22.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:22.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:22 smithi089 ceph-mon[103441]: pgmap v10536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:23.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:23.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:24 smithi026 ceph-mon[93126]: pgmap v10537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:24.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:24.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:24 smithi089 ceph-mon[103441]: pgmap v10537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:25.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:25.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:26 smithi026 ceph-mon[93126]: pgmap v10538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:26.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:26.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:26.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:26 smithi089 ceph-mon[103441]: pgmap v10538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:27.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:27.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:28 smithi026 ceph-mon[93126]: pgmap v10539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:28.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:28.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:28 smithi089 ceph-mon[103441]: pgmap v10539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:29.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:29.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:30 smithi026 ceph-mon[93126]: pgmap v10540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:30.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:30.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:30 smithi089 ceph-mon[103441]: pgmap v10540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:31.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:31.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:32 smithi026 ceph-mon[93126]: pgmap v10541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:32.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:32.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:32 smithi089 ceph-mon[103441]: pgmap v10541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:33.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:33.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:34 smithi026 ceph-mon[93126]: pgmap v10542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:34.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:34.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:34 smithi089 ceph-mon[103441]: pgmap v10542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:35.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:35.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:36 smithi026 ceph-mon[93126]: pgmap v10543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:36.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:36.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:36 smithi089 ceph-mon[103441]: pgmap v10543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:37.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:37.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:38 smithi026 ceph-mon[93126]: pgmap v10544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:38.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:38.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:38 smithi089 ceph-mon[103441]: pgmap v10544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:39.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:39.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:40 smithi026 ceph-mon[93126]: pgmap v10545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:40.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:40.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:40 smithi089 ceph-mon[103441]: pgmap v10545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:41.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:41.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:42 smithi026 ceph-mon[93126]: pgmap v10546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:42.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:42.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:42 smithi089 ceph-mon[103441]: pgmap v10546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:43.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:43.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:44 smithi026 ceph-mon[93126]: pgmap v10547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:44.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:44.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:44 smithi089 ceph-mon[103441]: pgmap v10547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:45.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:45.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:46 smithi026 ceph-mon[93126]: pgmap v10548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:46.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:46.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:46 smithi089 ceph-mon[103441]: pgmap v10548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:47.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:47.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:48 smithi026 ceph-mon[93126]: pgmap v10549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:48 smithi089 ceph-mon[103441]: pgmap v10549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:48.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:48.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:31:49.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:49.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:50 smithi026 ceph-mon[93126]: pgmap v10550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:50 smithi089 ceph-mon[103441]: pgmap v10550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:31:50.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:50.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:51.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:51.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:52 smithi026 ceph-mon[93126]: pgmap v10551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:52 smithi089 ceph-mon[103441]: pgmap v10551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:52.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:52.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:53.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:53.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:54 smithi089 ceph-mon[103441]: pgmap v10552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:31:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:31:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:31:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:54 smithi026 ceph-mon[93126]: pgmap v10552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:31:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:31:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:31:54.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:54.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:55.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:55.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:56 smithi089 ceph-mon[103441]: pgmap v10553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:56 smithi026 ceph-mon[93126]: pgmap v10553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:56.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:56.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:57.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:57.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:31:58 smithi089 ceph-mon[103441]: pgmap v10554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:31:58 smithi026 ceph-mon[93126]: pgmap v10554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:31:58.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:58.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:31:59.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:31:59.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:00 smithi089 ceph-mon[103441]: pgmap v10555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:00 smithi026 ceph-mon[93126]: pgmap v10555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:00.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:00.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:01.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:01.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:32:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:32:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:01 smithi026 ceph-mon[93126]: pgmap v10556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:32:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:32:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:32:02.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:32:02.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:32:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:32:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:32:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:01 smithi089 ceph-mon[103441]: pgmap v10556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:32:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:32:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:32:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:32:02.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:32:02.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:02.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:03.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:03.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:04 smithi089 ceph-mon[103441]: pgmap v10557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:04 smithi026 ceph-mon[93126]: pgmap v10557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:04.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:04.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:05.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:05.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:06 smithi089 ceph-mon[103441]: pgmap v10558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:06 smithi026 ceph-mon[93126]: pgmap v10558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:06.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:06.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:07.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:07.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:08 smithi089 ceph-mon[103441]: pgmap v10559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:08 smithi026 ceph-mon[93126]: pgmap v10559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:08.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:08.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:09.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:09.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:10 smithi089 ceph-mon[103441]: pgmap v10560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:10 smithi026 ceph-mon[93126]: pgmap v10560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:10.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:10.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:11.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:11.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:12 smithi089 ceph-mon[103441]: pgmap v10561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:12 smithi026 ceph-mon[93126]: pgmap v10561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:12.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:12.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:13.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:13.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:14 smithi089 ceph-mon[103441]: pgmap v10562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:14 smithi026 ceph-mon[93126]: pgmap v10562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:14.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:14.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:15.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:15.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:16 smithi089 ceph-mon[103441]: pgmap v10563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:16 smithi026 ceph-mon[93126]: pgmap v10563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:16.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:16.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:17.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:17.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:18 smithi089 ceph-mon[103441]: pgmap v10564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:18 smithi026 ceph-mon[93126]: pgmap v10564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:18.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:18.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:19.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:19.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:20 smithi026 ceph-mon[93126]: pgmap v10565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:20 smithi089 ceph-mon[103441]: pgmap v10565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:20.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:20.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:21.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:21.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:22 smithi026 ceph-mon[93126]: pgmap v10566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:22 smithi089 ceph-mon[103441]: pgmap v10566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:22.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:22.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:23.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:23.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:24 smithi026 ceph-mon[93126]: pgmap v10567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:24 smithi089 ceph-mon[103441]: pgmap v10567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:24.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:24.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:25.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:25.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:26 smithi026 ceph-mon[93126]: pgmap v10568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:26 smithi089 ceph-mon[103441]: pgmap v10568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:26.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:26.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:27.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:27.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:28 smithi026 ceph-mon[93126]: pgmap v10569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:28 smithi089 ceph-mon[103441]: pgmap v10569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:28.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:28.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:29.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:29.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:30 smithi026 ceph-mon[93126]: pgmap v10570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:30 smithi089 ceph-mon[103441]: pgmap v10570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:30.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:30.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:31.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:31.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:32 smithi026 ceph-mon[93126]: pgmap v10571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:32 smithi089 ceph-mon[103441]: pgmap v10571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:32.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:32.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:33.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:33.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:34 smithi026 ceph-mon[93126]: pgmap v10572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:34.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:34 smithi089 ceph-mon[103441]: pgmap v10572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:34.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:34.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:34.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:35.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:35.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:36.519 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:36 smithi089 ceph-mon[103441]: pgmap v10573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:36 smithi026 ceph-mon[93126]: pgmap v10573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:36.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:36.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:37.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:37.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:38 smithi026 ceph-mon[93126]: pgmap v10574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:38 smithi089 ceph-mon[103441]: pgmap v10574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:38.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:38.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:39.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:39.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:40 smithi026 ceph-mon[93126]: pgmap v10575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:40 smithi089 ceph-mon[103441]: pgmap v10575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:40.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:40.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:41.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:41.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:42.492 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:42 smithi026 ceph-mon[93126]: pgmap v10576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:42 smithi089 ceph-mon[103441]: pgmap v10576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:42.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:42.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:43.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:43.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:44 smithi026 ceph-mon[93126]: pgmap v10577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:44 smithi089 ceph-mon[103441]: pgmap v10577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:44.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:44.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:45.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:45.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:46 smithi026 ceph-mon[93126]: pgmap v10578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:46.625 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:46 smithi089 ceph-mon[103441]: pgmap v10578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:46.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:46.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:47.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:47.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:48 smithi026 ceph-mon[93126]: pgmap v10579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:48 smithi089 ceph-mon[103441]: pgmap v10579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:48.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:48.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:32:49.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:49.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:50 smithi026 ceph-mon[93126]: pgmap v10580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:50 smithi089 ceph-mon[103441]: pgmap v10580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:32:50.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:50.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:51.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:51.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:52 smithi026 ceph-mon[93126]: pgmap v10581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:52 smithi089 ceph-mon[103441]: pgmap v10581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:52.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:52.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:53.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:53.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:54 smithi026 ceph-mon[93126]: pgmap v10582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:54 smithi089 ceph-mon[103441]: pgmap v10582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:54.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:54.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:55.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:55.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:56 smithi026 ceph-mon[93126]: pgmap v10583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:56 smithi089 ceph-mon[103441]: pgmap v10583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:56.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:56.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:57.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:57.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:32:58 smithi026 ceph-mon[93126]: pgmap v10584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:32:58 smithi089 ceph-mon[103441]: pgmap v10584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:32:58.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:58.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:32:59.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:32:59.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:00.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:00 smithi026 ceph-mon[93126]: pgmap v10585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:00 smithi089 ceph-mon[103441]: pgmap v10585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:00.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:00.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:01.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:01.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:02 smithi026 ceph-mon[93126]: pgmap v10586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:33:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:33:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:33:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:33:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:33:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:33:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:02 smithi089 ceph-mon[103441]: pgmap v10586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:33:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:33:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:33:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:33:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:33:02.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:33:02.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:02.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:03.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:03.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:04 smithi026 ceph-mon[93126]: pgmap v10587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:04 smithi089 ceph-mon[103441]: pgmap v10587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:04.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:04.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:05.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:05.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:06 smithi026 ceph-mon[93126]: pgmap v10588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:06 smithi089 ceph-mon[103441]: pgmap v10588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:06.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:06.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:07.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:07.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:08 smithi026 ceph-mon[93126]: pgmap v10589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:08 smithi089 ceph-mon[103441]: pgmap v10589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:08.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:08.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:09.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:09.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:10 smithi026 ceph-mon[93126]: pgmap v10590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:10 smithi089 ceph-mon[103441]: pgmap v10590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:10.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:10.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:11.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:11.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:12 smithi026 ceph-mon[93126]: pgmap v10591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:12 smithi089 ceph-mon[103441]: pgmap v10591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:12.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:12.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:13.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:13.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:14 smithi026 ceph-mon[93126]: pgmap v10592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:14 smithi089 ceph-mon[103441]: pgmap v10592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:14.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:14.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:15.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:15.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:16 smithi026 ceph-mon[93126]: pgmap v10593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:16 smithi089 ceph-mon[103441]: pgmap v10593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:16.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:16.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:17.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:17.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:18 smithi026 ceph-mon[93126]: pgmap v10594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:18 smithi089 ceph-mon[103441]: pgmap v10594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:18.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:18.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:19.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:19.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:20 smithi026 ceph-mon[93126]: pgmap v10595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:20 smithi089 ceph-mon[103441]: pgmap v10595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:20.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:20.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:21.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:21.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:22 smithi026 ceph-mon[93126]: pgmap v10596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:22 smithi089 ceph-mon[103441]: pgmap v10596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:22.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:22.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:23.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:23.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:24 smithi026 ceph-mon[93126]: pgmap v10597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:24 smithi089 ceph-mon[103441]: pgmap v10597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:24.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:24.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:25.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:25.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:26 smithi026 ceph-mon[93126]: pgmap v10598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:26 smithi089 ceph-mon[103441]: pgmap v10598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:26.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:26.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:27.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:27.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:28.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:28 smithi026 ceph-mon[93126]: pgmap v10599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:28 smithi089 ceph-mon[103441]: pgmap v10599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:28.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:28.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:29.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:29.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:30 smithi026 ceph-mon[93126]: pgmap v10600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:30 smithi089 ceph-mon[103441]: pgmap v10600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:30.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:30.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:31.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:31.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:32 smithi089 ceph-mon[103441]: pgmap v10601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:32 smithi026 ceph-mon[93126]: pgmap v10601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:32.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:32.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:33.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:33.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:34 smithi026 ceph-mon[93126]: pgmap v10602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:34 smithi089 ceph-mon[103441]: pgmap v10602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:34.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:34.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:35.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:35.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:36 smithi026 ceph-mon[93126]: pgmap v10603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:36 smithi089 ceph-mon[103441]: pgmap v10603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:36.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:36.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:37.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:37.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:38 smithi026 ceph-mon[93126]: pgmap v10604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:38 smithi089 ceph-mon[103441]: pgmap v10604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:38.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:38.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:39.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:39.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:40 smithi089 ceph-mon[103441]: pgmap v10605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:40 smithi026 ceph-mon[93126]: pgmap v10605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:40.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:40.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:41.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:41.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:42 smithi089 ceph-mon[103441]: pgmap v10606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:42 smithi026 ceph-mon[93126]: pgmap v10606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:42.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:42.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:43.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:43.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:44 smithi089 ceph-mon[103441]: pgmap v10607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:44 smithi026 ceph-mon[93126]: pgmap v10607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:44.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:44.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:45.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:45.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:46 smithi089 ceph-mon[103441]: pgmap v10608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:46 smithi026 ceph-mon[93126]: pgmap v10608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:46.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:46.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:47.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:47.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:48 smithi026 ceph-mon[93126]: pgmap v10609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:48 smithi089 ceph-mon[103441]: pgmap v10609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:48.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:48.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:33:49.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:49.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:50 smithi089 ceph-mon[103441]: pgmap v10610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:50 smithi026 ceph-mon[93126]: pgmap v10610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:33:50.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:50.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:51.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:51.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:52 smithi089 ceph-mon[103441]: pgmap v10611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:52 smithi026 ceph-mon[93126]: pgmap v10611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:52.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:52.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:53.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:53.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:54 smithi089 ceph-mon[103441]: pgmap v10612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:54 smithi026 ceph-mon[93126]: pgmap v10612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:54.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:54.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:55.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:55.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:56 smithi089 ceph-mon[103441]: pgmap v10613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:56 smithi026 ceph-mon[93126]: pgmap v10613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:56.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:56.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:57.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:57.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:33:58 smithi089 ceph-mon[103441]: pgmap v10614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:33:58 smithi026 ceph-mon[93126]: pgmap v10614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:33:58.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:58.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:33:59.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:33:59.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:00 smithi089 ceph-mon[103441]: pgmap v10615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:00 smithi026 ceph-mon[93126]: pgmap v10615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:00.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:00.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:01.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:01.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:02 smithi089 ceph-mon[103441]: pgmap v10616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:02 smithi026 ceph-mon[93126]: pgmap v10616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:02.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:02.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:34:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:34:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:34:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:34:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:34:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:34:03.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:34:03.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:34:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:34:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:34:03.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:34:03.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:34:03.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:34:03.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:34:03.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:34:03.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:34:03.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:03.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:04 smithi089 ceph-mon[103441]: pgmap v10617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:04 smithi026 ceph-mon[93126]: pgmap v10617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:04.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:04.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:05.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:05.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:06 smithi089 ceph-mon[103441]: pgmap v10618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:06 smithi026 ceph-mon[93126]: pgmap v10618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:06.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:06.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:07.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:07.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:08 smithi089 ceph-mon[103441]: pgmap v10619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:08 smithi026 ceph-mon[93126]: pgmap v10619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:08.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:08.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:09.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:09.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:10 smithi089 ceph-mon[103441]: pgmap v10620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:10 smithi026 ceph-mon[93126]: pgmap v10620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:10.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:10.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:11.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:11.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:12 smithi089 ceph-mon[103441]: pgmap v10621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:12 smithi026 ceph-mon[93126]: pgmap v10621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:12.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:12.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:13.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:13.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:14 smithi089 ceph-mon[103441]: pgmap v10622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:14 smithi026 ceph-mon[93126]: pgmap v10622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:14.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:14.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:15.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:15.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:16 smithi089 ceph-mon[103441]: pgmap v10623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:16 smithi026 ceph-mon[93126]: pgmap v10623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:16.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:16.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:17.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:17.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:18.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:18 smithi089 ceph-mon[103441]: pgmap v10624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:18 smithi026 ceph-mon[93126]: pgmap v10624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:18.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:18.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:19.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:19.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:20 smithi089 ceph-mon[103441]: pgmap v10625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:20 smithi026 ceph-mon[93126]: pgmap v10625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:20.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:20.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:21.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:21.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:22.628 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:22 smithi089 ceph-mon[103441]: pgmap v10626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:22 smithi026 ceph-mon[93126]: pgmap v10626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:22.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:22.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:23.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:23.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:24 smithi089 ceph-mon[103441]: pgmap v10627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:24 smithi026 ceph-mon[93126]: pgmap v10627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:24.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:24.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:25.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:25.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:26 smithi089 ceph-mon[103441]: pgmap v10628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:26 smithi026 ceph-mon[93126]: pgmap v10628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:26.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:26.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:27.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:27.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:28 smithi089 ceph-mon[103441]: pgmap v10629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:28.701 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:28 smithi026 ceph-mon[93126]: pgmap v10629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:28.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:28.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:29.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:29.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:30 smithi089 ceph-mon[103441]: pgmap v10630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:30 smithi026 ceph-mon[93126]: pgmap v10630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:30.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:30.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:31.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:31.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:32 smithi089 ceph-mon[103441]: pgmap v10631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:32 smithi026 ceph-mon[93126]: pgmap v10631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:32.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:32.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:33.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:33.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:34 smithi089 ceph-mon[103441]: pgmap v10632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:34 smithi026 ceph-mon[93126]: pgmap v10632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:34.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:34.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:35.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:35.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:36 smithi089 ceph-mon[103441]: pgmap v10633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:36 smithi026 ceph-mon[93126]: pgmap v10633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:36.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:36.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:37.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:37.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:38 smithi089 ceph-mon[103441]: pgmap v10634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:38 smithi026 ceph-mon[93126]: pgmap v10634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:38.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:38.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:39.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:39.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:40 smithi089 ceph-mon[103441]: pgmap v10635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:40 smithi026 ceph-mon[93126]: pgmap v10635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:40.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:40.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:41.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:41.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:42 smithi089 ceph-mon[103441]: pgmap v10636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:42 smithi026 ceph-mon[93126]: pgmap v10636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:42.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:42.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:43.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:43.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:44 smithi089 ceph-mon[103441]: pgmap v10637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:44 smithi026 ceph-mon[93126]: pgmap v10637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:44.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:44.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:45.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:45.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:46 smithi089 ceph-mon[103441]: pgmap v10638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:46 smithi026 ceph-mon[93126]: pgmap v10638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:46.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:46.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:47.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:47.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:48 smithi089 ceph-mon[103441]: pgmap v10639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:48 smithi026 ceph-mon[93126]: pgmap v10639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:48.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:48.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:34:49.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:49.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:50 smithi089 ceph-mon[103441]: pgmap v10640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:50 smithi026 ceph-mon[93126]: pgmap v10640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:34:50.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:50.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:51.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:51.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:52 smithi089 ceph-mon[103441]: pgmap v10641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:52 smithi026 ceph-mon[93126]: pgmap v10641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:52.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:52.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:53.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:53.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:54 smithi026 ceph-mon[93126]: pgmap v10642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:54 smithi089 ceph-mon[103441]: pgmap v10642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:54.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:54.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:55.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:55.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:56 smithi026 ceph-mon[93126]: pgmap v10643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:56 smithi089 ceph-mon[103441]: pgmap v10643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:56.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:56.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:57.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:57.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:34:58 smithi026 ceph-mon[93126]: pgmap v10644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:58.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:34:58 smithi089 ceph-mon[103441]: pgmap v10644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:34:58.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:58.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:34:59.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:34:59.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:00 smithi026 ceph-mon[93126]: pgmap v10645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:00 smithi089 ceph-mon[103441]: pgmap v10645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:00.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:00.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:01.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:01.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:02 smithi026 ceph-mon[93126]: pgmap v10646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:02 smithi089 ceph-mon[103441]: pgmap v10646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:02.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:02.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:04.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:04.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: pgmap v10647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:35:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:35:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:35:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:35:04.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:35:04.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:35:04.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:35:04.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:35:04.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:35:04.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:35:04.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:35:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: pgmap v10647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:35:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:35:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:35:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:35:04.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:35:04.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:35:04.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:35:04.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:35:04.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:35:04.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:35:04.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:35:05.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:05.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:05 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1599M 2023-10-17T02:35:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:05 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1599M 2023-10-17T02:35:06.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:06.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:06 smithi026 ceph-mon[93126]: pgmap v10648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:06 smithi089 ceph-mon[103441]: pgmap v10648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:07.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:07.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:08.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:08.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:08 smithi026 ceph-mon[93126]: pgmap v10649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:08 smithi089 ceph-mon[103441]: pgmap v10649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:09.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:09.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:10.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:10.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:10 smithi026 ceph-mon[93126]: pgmap v10650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:10 smithi089 ceph-mon[103441]: pgmap v10650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:11.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:11.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:12.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:12.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:12 smithi026 ceph-mon[93126]: pgmap v10651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:12 smithi089 ceph-mon[103441]: pgmap v10651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:13.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:13.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:14.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:14.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:14 smithi026 ceph-mon[93126]: pgmap v10652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:14 smithi089 ceph-mon[103441]: pgmap v10652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:15.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:15.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:16.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:16.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:16 smithi026 ceph-mon[93126]: pgmap v10653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:16 smithi089 ceph-mon[103441]: pgmap v10653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:17.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:17.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:18.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:18.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:18 smithi026 ceph-mon[93126]: pgmap v10654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:18 smithi089 ceph-mon[103441]: pgmap v10654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:19.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:19.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:20.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:20.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:20 smithi026 ceph-mon[93126]: pgmap v10655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:20 smithi089 ceph-mon[103441]: pgmap v10655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:21.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:21.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:22.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:22.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:22 smithi026 ceph-mon[93126]: pgmap v10656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:22 smithi089 ceph-mon[103441]: pgmap v10656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:23.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:23.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:24.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:24.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:24 smithi026 ceph-mon[93126]: pgmap v10657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:24 smithi089 ceph-mon[103441]: pgmap v10657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:25.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:25.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:26.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:26.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:26 smithi026 ceph-mon[93126]: pgmap v10658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:26 smithi089 ceph-mon[103441]: pgmap v10658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:27.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:27.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:28.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:28.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:28 smithi089 ceph-mon[103441]: pgmap v10659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:28 smithi026 ceph-mon[93126]: pgmap v10659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:29.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:29.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:30.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:30.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:30 smithi026 ceph-mon[93126]: pgmap v10660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:30 smithi089 ceph-mon[103441]: pgmap v10660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:31.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:31.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:32.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:32.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:32 smithi026 ceph-mon[93126]: pgmap v10661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:32 smithi089 ceph-mon[103441]: pgmap v10661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:33.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:33.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:34.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:34.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:34 smithi026 ceph-mon[93126]: pgmap v10662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:34 smithi089 ceph-mon[103441]: pgmap v10662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:35.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:35.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:36.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:36.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:36 smithi026 ceph-mon[93126]: pgmap v10663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:36 smithi089 ceph-mon[103441]: pgmap v10663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:37.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:37.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:38.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:38.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:38 smithi089 ceph-mon[103441]: pgmap v10664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:38 smithi026 ceph-mon[93126]: pgmap v10664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:39.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:39.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:40.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:40.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:40 smithi026 ceph-mon[93126]: pgmap v10665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:40 smithi089 ceph-mon[103441]: pgmap v10665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:41.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:41.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:42.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:42.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:42 smithi026 ceph-mon[93126]: pgmap v10666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:42 smithi089 ceph-mon[103441]: pgmap v10666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:43.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:43.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:44.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:44.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:44 smithi026 ceph-mon[93126]: pgmap v10667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:44 smithi089 ceph-mon[103441]: pgmap v10667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:45.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:45.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:46.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:46.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:46 smithi026 ceph-mon[93126]: pgmap v10668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:46 smithi089 ceph-mon[103441]: pgmap v10668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:47.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:47.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:48.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:48.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:48 smithi026 ceph-mon[93126]: pgmap v10669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:48 smithi089 ceph-mon[103441]: pgmap v10669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:49.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:49.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:35:50.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:50.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:50 smithi026 ceph-mon[93126]: pgmap v10670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:50 smithi089 ceph-mon[103441]: pgmap v10670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:35:51.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:51.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:52.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:52.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:52 smithi026 ceph-mon[93126]: pgmap v10671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:52 smithi089 ceph-mon[103441]: pgmap v10671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:53.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:53.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:54.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:54.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:54 smithi026 ceph-mon[93126]: pgmap v10672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:54 smithi089 ceph-mon[103441]: pgmap v10672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:55.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:55.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:56.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:56.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:56 smithi026 ceph-mon[93126]: pgmap v10673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:56 smithi089 ceph-mon[103441]: pgmap v10673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:57.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:57.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:58.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:58.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:35:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:35:58 smithi026 ceph-mon[93126]: pgmap v10674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:35:58 smithi089 ceph-mon[103441]: pgmap v10674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:35:59.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:35:59.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:00.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:00.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:00 smithi026 ceph-mon[93126]: pgmap v10675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:00 smithi089 ceph-mon[103441]: pgmap v10675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:01.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:01.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:02.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:02.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:02 smithi026 ceph-mon[93126]: pgmap v10676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:02 smithi089 ceph-mon[103441]: pgmap v10676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:03.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:03.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:04.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:04.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:04 smithi026 ceph-mon[93126]: pgmap v10677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:36:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:04 smithi089 ceph-mon[103441]: pgmap v10677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:36:05.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:05.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:36:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:36:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:36:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:36:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:36:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:36:05.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:36:05.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:36:05.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:36:05.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:36:06.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:06.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:06 smithi026 ceph-mon[93126]: pgmap v10678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:07.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:07.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:06 smithi089 ceph-mon[103441]: pgmap v10678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:08.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:08.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:08 smithi026 ceph-mon[93126]: pgmap v10679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:09.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:09.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:08 smithi089 ceph-mon[103441]: pgmap v10679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:10.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:10.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:10 smithi026 ceph-mon[93126]: pgmap v10680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:11.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:11.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:10 smithi089 ceph-mon[103441]: pgmap v10680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:12.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:12.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:12 smithi026 ceph-mon[93126]: pgmap v10681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:13.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:13.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:12 smithi089 ceph-mon[103441]: pgmap v10681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:14.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:14.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:14 smithi026 ceph-mon[93126]: pgmap v10682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:15.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:15.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:14 smithi089 ceph-mon[103441]: pgmap v10682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:16.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:16.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:16 smithi026 ceph-mon[93126]: pgmap v10683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:17.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:17.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:16 smithi089 ceph-mon[103441]: pgmap v10683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:18.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:18.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:19.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:19.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:18 smithi089 ceph-mon[103441]: pgmap v10684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:18 smithi026 ceph-mon[93126]: pgmap v10684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:20.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:20.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:21.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:21.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:20 smithi089 ceph-mon[103441]: pgmap v10685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:20 smithi026 ceph-mon[93126]: pgmap v10685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:22.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:22.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:23.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:23.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:22 smithi089 ceph-mon[103441]: pgmap v10686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:22 smithi026 ceph-mon[93126]: pgmap v10686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:24.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:24.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:25.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:25.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:24 smithi089 ceph-mon[103441]: pgmap v10687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:24 smithi026 ceph-mon[93126]: pgmap v10687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:26.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:26.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:27.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:27.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:26 smithi089 ceph-mon[103441]: pgmap v10688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:26 smithi026 ceph-mon[93126]: pgmap v10688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:28.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:28.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:29.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:29.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:28 smithi089 ceph-mon[103441]: pgmap v10689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:28 smithi026 ceph-mon[93126]: pgmap v10689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:30.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:30.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:31.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:31.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:30 smithi089 ceph-mon[103441]: pgmap v10690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:30 smithi026 ceph-mon[93126]: pgmap v10690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:32.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:32.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:33.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:33.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:32 smithi089 ceph-mon[103441]: pgmap v10691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:32 smithi026 ceph-mon[93126]: pgmap v10691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:34.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:34.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:34 smithi089 ceph-mon[103441]: pgmap v10692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:34 smithi026 ceph-mon[93126]: pgmap v10692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:35.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:35.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:36.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:36.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:36 smithi026 ceph-mon[93126]: pgmap v10693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:36 smithi089 ceph-mon[103441]: pgmap v10693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:37.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:37.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:38.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:38.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:38 smithi026 ceph-mon[93126]: pgmap v10694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:38 smithi089 ceph-mon[103441]: pgmap v10694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:39.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:39.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:40.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:40.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:40 smithi026 ceph-mon[93126]: pgmap v10695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:40 smithi089 ceph-mon[103441]: pgmap v10695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:41.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:41.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:42.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:42.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:42 smithi026 ceph-mon[93126]: pgmap v10696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:42 smithi089 ceph-mon[103441]: pgmap v10696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:43.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:43.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:44.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:44.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:44 smithi089 ceph-mon[103441]: pgmap v10697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:44 smithi026 ceph-mon[93126]: pgmap v10697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:45.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:45.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:46.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:46.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:46 smithi026 ceph-mon[93126]: pgmap v10698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:46 smithi089 ceph-mon[103441]: pgmap v10698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:47.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:47.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:48.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:48.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:48 smithi026 ceph-mon[93126]: pgmap v10699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:48 smithi089 ceph-mon[103441]: pgmap v10699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:49.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:49.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:36:50.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:50.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:50 smithi026 ceph-mon[93126]: pgmap v10700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:50 smithi089 ceph-mon[103441]: pgmap v10700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:36:51.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:51.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:52.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:52.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:52 smithi026 ceph-mon[93126]: pgmap v10701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:52 smithi089 ceph-mon[103441]: pgmap v10701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:53.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:53.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:54.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:54.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:54 smithi026 ceph-mon[93126]: pgmap v10702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:54 smithi089 ceph-mon[103441]: pgmap v10702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:55.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:55.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:56.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:56.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:56 smithi026 ceph-mon[93126]: pgmap v10703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:56 smithi089 ceph-mon[103441]: pgmap v10703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:57.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:57.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:58.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:58.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:36:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:36:58 smithi026 ceph-mon[93126]: pgmap v10704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:36:58 smithi089 ceph-mon[103441]: pgmap v10704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:36:59.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:36:59.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:00.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:00.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:00 smithi026 ceph-mon[93126]: pgmap v10705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:00 smithi089 ceph-mon[103441]: pgmap v10705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:01.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:01.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:02.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:02.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:02.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:02 smithi026 ceph-mon[93126]: pgmap v10706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:02 smithi089 ceph-mon[103441]: pgmap v10706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:03.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:03.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:04.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:04.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:04 smithi026 ceph-mon[93126]: pgmap v10707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:04 smithi089 ceph-mon[103441]: pgmap v10707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:05.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:05.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:37:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:37:06.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:06.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:06 smithi026 ceph-mon[93126]: pgmap v10708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:37:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:37:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:37:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:37:06.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:37:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:06 smithi089 ceph-mon[103441]: pgmap v10708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:37:06.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:37:06.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:37:06.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:37:06.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:37:07.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:07.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:08.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:08.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:08 smithi026 ceph-mon[93126]: pgmap v10709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:08 smithi089 ceph-mon[103441]: pgmap v10709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:09.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:09.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:10.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:10.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:10.539 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:10 smithi026 ceph-mon[93126]: pgmap v10710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:10 smithi089 ceph-mon[103441]: pgmap v10710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:11.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:11.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:12.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:12.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:12 smithi026 ceph-mon[93126]: pgmap v10711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:12 smithi089 ceph-mon[103441]: pgmap v10711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:13.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:13.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:14.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:14.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:14 smithi026 ceph-mon[93126]: pgmap v10712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:14 smithi089 ceph-mon[103441]: pgmap v10712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:15.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:15.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:16.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:16.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:16 smithi026 ceph-mon[93126]: pgmap v10713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:16 smithi089 ceph-mon[103441]: pgmap v10713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:17.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:17.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:18.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:18.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:18 smithi026 ceph-mon[93126]: pgmap v10714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:18.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:18 smithi089 ceph-mon[103441]: pgmap v10714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:19.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:19.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:20.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:20.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:20.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:20 smithi026 ceph-mon[93126]: pgmap v10715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:20 smithi089 ceph-mon[103441]: pgmap v10715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:21.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:21.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:22.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:22.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:22 smithi026 ceph-mon[93126]: pgmap v10716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:22 smithi089 ceph-mon[103441]: pgmap v10716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:23.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:23.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:24.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:24.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:24 smithi026 ceph-mon[93126]: pgmap v10717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:24 smithi089 ceph-mon[103441]: pgmap v10717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:25.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:25.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:26.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:26.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:26.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:26 smithi026 ceph-mon[93126]: pgmap v10718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:26 smithi089 ceph-mon[103441]: pgmap v10718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:27.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:27.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:28.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:28.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:28 smithi089 ceph-mon[103441]: pgmap v10719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:28 smithi026 ceph-mon[93126]: pgmap v10719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:29.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:29.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:30.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:30.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:30 smithi089 ceph-mon[103441]: pgmap v10720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:30.768 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:30 smithi026 ceph-mon[93126]: pgmap v10720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:31.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:31.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:32.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:32.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:32 smithi089 ceph-mon[103441]: pgmap v10721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:32 smithi026 ceph-mon[93126]: pgmap v10721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:33.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:33.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:34.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:34.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:34.633 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:34 smithi089 ceph-mon[103441]: pgmap v10722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:34.633 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:34 smithi026 ceph-mon[93126]: pgmap v10722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:35.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:35.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:36.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:36.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:36 smithi089 ceph-mon[103441]: pgmap v10723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:36 smithi026 ceph-mon[93126]: pgmap v10723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:37.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:37.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:38.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:38.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:38 smithi089 ceph-mon[103441]: pgmap v10724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:38 smithi026 ceph-mon[93126]: pgmap v10724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:39.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:39.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:40.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:40.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:40 smithi089 ceph-mon[103441]: pgmap v10725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:40 smithi026 ceph-mon[93126]: pgmap v10725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:41.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:41.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:42.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:42.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:42 smithi089 ceph-mon[103441]: pgmap v10726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:42 smithi026 ceph-mon[93126]: pgmap v10726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:43.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:43.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:44.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:44.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:44 smithi089 ceph-mon[103441]: pgmap v10727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:44 smithi026 ceph-mon[93126]: pgmap v10727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:45.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:45.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:46.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:46.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:46 smithi089 ceph-mon[103441]: pgmap v10728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:46 smithi026 ceph-mon[93126]: pgmap v10728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:47.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:47.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:48.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:48.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:48 smithi089 ceph-mon[103441]: pgmap v10729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:48 smithi026 ceph-mon[93126]: pgmap v10729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:49.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:49.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:37:50.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:50.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:50 smithi089 ceph-mon[103441]: pgmap v10730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:50.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:50 smithi026 ceph-mon[93126]: pgmap v10730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:37:51.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:51.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:52.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:52.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:52.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:52 smithi089 ceph-mon[103441]: pgmap v10731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:52.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:52 smithi026 ceph-mon[93126]: pgmap v10731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:53.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:53.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:54.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:54.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:54 smithi089 ceph-mon[103441]: pgmap v10732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:54 smithi026 ceph-mon[93126]: pgmap v10732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:55.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:55.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:56.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:56.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:56 smithi089 ceph-mon[103441]: pgmap v10733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:56 smithi026 ceph-mon[93126]: pgmap v10733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:57.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:57.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:58.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:58.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:37:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:37:58 smithi089 ceph-mon[103441]: pgmap v10734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:37:58 smithi026 ceph-mon[93126]: pgmap v10734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:37:59.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:37:59.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:00.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:00.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:00 smithi089 ceph-mon[103441]: pgmap v10735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:00 smithi026 ceph-mon[93126]: pgmap v10735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:01.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:01.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:02.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:02.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:02 smithi089 ceph-mon[103441]: pgmap v10736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:02 smithi026 ceph-mon[93126]: pgmap v10736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:03.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:03.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:04.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:04.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:04 smithi089 ceph-mon[103441]: pgmap v10737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:04 smithi026 ceph-mon[93126]: pgmap v10737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:05.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:05.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:06.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:06.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:06 smithi026 ceph-mon[93126]: pgmap v10738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:38:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:38:06.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:38:06.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:38:06.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:38:06.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:38:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:06 smithi089 ceph-mon[103441]: pgmap v10738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:06.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:38:06.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:38:06.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:38:06.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:38:06.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:38:06.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:38:07.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:07.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:08.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:08.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:08 smithi089 ceph-mon[103441]: pgmap v10739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:08 smithi026 ceph-mon[93126]: pgmap v10739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:09.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:09.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:10.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:10.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:10 smithi089 ceph-mon[103441]: pgmap v10740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:10 smithi026 ceph-mon[93126]: pgmap v10740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:11.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:11.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:12.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:12.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:12 smithi089 ceph-mon[103441]: pgmap v10741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:12 smithi026 ceph-mon[93126]: pgmap v10741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:13.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:13.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:14.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:14.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:14 smithi089 ceph-mon[103441]: pgmap v10742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:14 smithi026 ceph-mon[93126]: pgmap v10742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:15.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:15.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:16.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:16.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:16 smithi026 ceph-mon[93126]: pgmap v10743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:16 smithi089 ceph-mon[103441]: pgmap v10743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:17.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:17.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:18.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:18.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:18 smithi089 ceph-mon[103441]: pgmap v10744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:18 smithi026 ceph-mon[93126]: pgmap v10744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:19.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:19.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:20.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:20.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:20 smithi089 ceph-mon[103441]: pgmap v10745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:20 smithi026 ceph-mon[93126]: pgmap v10745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:21.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:21.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:22.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:22.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:22 smithi089 ceph-mon[103441]: pgmap v10746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:22 smithi026 ceph-mon[93126]: pgmap v10746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:23.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:23.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:24.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:24.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:24 smithi089 ceph-mon[103441]: pgmap v10747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:24 smithi026 ceph-mon[93126]: pgmap v10747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:25.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:25.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:26.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:26.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:26 smithi089 ceph-mon[103441]: pgmap v10748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:26 smithi026 ceph-mon[93126]: pgmap v10748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:27.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:27.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:28.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:28.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:28 smithi089 ceph-mon[103441]: pgmap v10749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:28 smithi026 ceph-mon[93126]: pgmap v10749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:29.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:29.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:30.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:30.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:30 smithi089 ceph-mon[103441]: pgmap v10750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:30 smithi026 ceph-mon[93126]: pgmap v10750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:31.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:31.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:32.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:32.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:32 smithi089 ceph-mon[103441]: pgmap v10751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:32 smithi026 ceph-mon[93126]: pgmap v10751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:33.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:33.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:34.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:34.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:34 smithi089 ceph-mon[103441]: pgmap v10752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:34 smithi026 ceph-mon[93126]: pgmap v10752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:35.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:35.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:36.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:36.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:36 smithi089 ceph-mon[103441]: pgmap v10753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:36 smithi026 ceph-mon[93126]: pgmap v10753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:37.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:37.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:38.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:38.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:38 smithi089 ceph-mon[103441]: pgmap v10754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:38 smithi026 ceph-mon[93126]: pgmap v10754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:39.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:39.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:40.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:40.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:40 smithi089 ceph-mon[103441]: pgmap v10755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:40 smithi026 ceph-mon[93126]: pgmap v10755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:41.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:41.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:42.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:42.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:42 smithi026 ceph-mon[93126]: pgmap v10756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:42 smithi089 ceph-mon[103441]: pgmap v10756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:43.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:43.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:44.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:44.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:44 smithi026 ceph-mon[93126]: pgmap v10757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:44 smithi089 ceph-mon[103441]: pgmap v10757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:45.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:45.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:46.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:46.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:46 smithi026 ceph-mon[93126]: pgmap v10758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:46 smithi089 ceph-mon[103441]: pgmap v10758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:47.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:47.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:48.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:48.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:48.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:48 smithi026 ceph-mon[93126]: pgmap v10759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:48 smithi089 ceph-mon[103441]: pgmap v10759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:49.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:49.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:38:50.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:50.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:50 smithi089 ceph-mon[103441]: pgmap v10760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:50 smithi026 ceph-mon[93126]: pgmap v10760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:38:51.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:51.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:52.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:52.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:52 smithi026 ceph-mon[93126]: pgmap v10761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:52.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:52 smithi089 ceph-mon[103441]: pgmap v10761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:53.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:53.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:54.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:54.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:54 smithi026 ceph-mon[93126]: pgmap v10762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:54 smithi089 ceph-mon[103441]: pgmap v10762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:55.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:55.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:56.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:56.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:56.746 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:56 smithi026 ceph-mon[93126]: pgmap v10763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:56 smithi089 ceph-mon[103441]: pgmap v10763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:57.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:57.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:58.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:58.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:38:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:38:58 smithi026 ceph-mon[93126]: pgmap v10764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:38:58 smithi089 ceph-mon[103441]: pgmap v10764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:38:59.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:38:59.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:00.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:00.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:00 smithi026 ceph-mon[93126]: pgmap v10765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:00 smithi089 ceph-mon[103441]: pgmap v10765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:01.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:01.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:02.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:02.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:02 smithi026 ceph-mon[93126]: pgmap v10766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:02 smithi089 ceph-mon[103441]: pgmap v10766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:03.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:03.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:04.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:04.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:04 smithi026 ceph-mon[93126]: pgmap v10767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:04 smithi089 ceph-mon[103441]: pgmap v10767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:05.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:05.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:06.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:06.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:06 smithi026 ceph-mon[93126]: pgmap v10768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:39:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:06 smithi089 ceph-mon[103441]: pgmap v10768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:39:07.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:07.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:39:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:39:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:39:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:39:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:39:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:39:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:39:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:39:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:39:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:39:08.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:08.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:08 smithi026 ceph-mon[93126]: pgmap v10769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:08 smithi089 ceph-mon[103441]: pgmap v10769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:09.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:09.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:10.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:10.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:10 smithi026 ceph-mon[93126]: pgmap v10770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:10 smithi089 ceph-mon[103441]: pgmap v10770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:11.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:11.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:12.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:12.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:12 smithi026 ceph-mon[93126]: pgmap v10771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:12 smithi089 ceph-mon[103441]: pgmap v10771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:13.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:13.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:14.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:14.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:14 smithi026 ceph-mon[93126]: pgmap v10772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:14 smithi089 ceph-mon[103441]: pgmap v10772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:15.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:15.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:16.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:16.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:16 smithi026 ceph-mon[93126]: pgmap v10773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:16 smithi089 ceph-mon[103441]: pgmap v10773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:17.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:17.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:18.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:18.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:18 smithi026 ceph-mon[93126]: pgmap v10774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:18 smithi089 ceph-mon[103441]: pgmap v10774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:19.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:19.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:20.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:20.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:20 smithi026 ceph-mon[93126]: pgmap v10775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:20 smithi089 ceph-mon[103441]: pgmap v10775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:21.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:21.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:22.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:22.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:22 smithi026 ceph-mon[93126]: pgmap v10776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:22 smithi089 ceph-mon[103441]: pgmap v10776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:23.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:23.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:24.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:24.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:24 smithi026 ceph-mon[93126]: pgmap v10777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:24 smithi089 ceph-mon[103441]: pgmap v10777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:25.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:25.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:26.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:26.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:26 smithi026 ceph-mon[93126]: pgmap v10778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:26 smithi089 ceph-mon[103441]: pgmap v10778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:27.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:27.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:28.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:28.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:28 smithi026 ceph-mon[93126]: pgmap v10779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:28 smithi089 ceph-mon[103441]: pgmap v10779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:29.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:29.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:30.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:30.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:30 smithi026 ceph-mon[93126]: pgmap v10780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:30.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:30 smithi089 ceph-mon[103441]: pgmap v10780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:31.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:31.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:32.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:32.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:32 smithi026 ceph-mon[93126]: pgmap v10781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:32 smithi089 ceph-mon[103441]: pgmap v10781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:33.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:33.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:34.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:34.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:34 smithi026 ceph-mon[93126]: pgmap v10782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:34 smithi089 ceph-mon[103441]: pgmap v10782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:35.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:35.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:36.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:36.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:36 smithi026 ceph-mon[93126]: pgmap v10783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:36 smithi089 ceph-mon[103441]: pgmap v10783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:37.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:37.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:38.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:38.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:38 smithi026 ceph-mon[93126]: pgmap v10784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:38 smithi089 ceph-mon[103441]: pgmap v10784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:39.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:39.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:40.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:40.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:40.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:40 smithi026 ceph-mon[93126]: pgmap v10785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:40 smithi089 ceph-mon[103441]: pgmap v10785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:41.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:41.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:42.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:42.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:42 smithi026 ceph-mon[93126]: pgmap v10786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:42 smithi089 ceph-mon[103441]: pgmap v10786: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:39:43.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:44.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:44.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:44 smithi026 ceph-mon[93126]: pgmap v10787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:44 smithi089 ceph-mon[103441]: pgmap v10787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:45.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:45.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:46.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:46.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:46 smithi026 ceph-mon[93126]: pgmap v10788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:46 smithi089 ceph-mon[103441]: pgmap v10788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:47.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:47.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:48.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:48.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:48 smithi026 ceph-mon[93126]: pgmap v10789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:48 smithi089 ceph-mon[103441]: pgmap v10789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:49.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:49.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:39:50.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:50.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:50 smithi026 ceph-mon[93126]: pgmap v10790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:50 smithi089 ceph-mon[103441]: pgmap v10790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:39:51.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:51.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:52.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:52.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:52 smithi026 ceph-mon[93126]: pgmap v10791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:52 smithi089 ceph-mon[103441]: pgmap v10791: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:39:53.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:54.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:54.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:54 smithi026 ceph-mon[93126]: pgmap v10792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:54 smithi089 ceph-mon[103441]: pgmap v10792: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:39:55.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:56.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:56.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:56 smithi026 ceph-mon[93126]: pgmap v10793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:56 smithi089 ceph-mon[103441]: pgmap v10793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:57.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:57.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:58.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:58.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:39:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:39:58 smithi089 ceph-mon[103441]: pgmap v10794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:39:58 smithi026 ceph-mon[93126]: pgmap v10794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:39:59.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:39:59.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:00.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:00.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:00.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:00 smithi089 ceph-mon[103441]: pgmap v10795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:00.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T02:40:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:00 smithi026 ceph-mon[93126]: pgmap v10795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T02:40:01.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:01.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:02.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:02.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:02 smithi026 ceph-mon[93126]: pgmap v10796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:02 smithi089 ceph-mon[103441]: pgmap v10796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:03.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:03.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:04.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:04.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:04 smithi089 ceph-mon[103441]: pgmap v10797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:04 smithi026 ceph-mon[93126]: pgmap v10797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:05.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:05.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:06.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:06.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:06 smithi089 ceph-mon[103441]: pgmap v10798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:06 smithi026 ceph-mon[93126]: pgmap v10798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:07.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:07.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:40:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:40:08.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:08.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:08 smithi089 ceph-mon[103441]: pgmap v10799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:08 smithi026 ceph-mon[93126]: pgmap v10799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:09.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:09.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:10.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:10.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:10 smithi089 ceph-mon[103441]: pgmap v10800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:10 smithi026 ceph-mon[93126]: pgmap v10800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:11.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:11.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:12.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:12.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:12 smithi089 ceph-mon[103441]: pgmap v10801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:40:12.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:40:12.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:40:12.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:40:12.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:40:12.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:40:12.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:40:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:12 smithi026 ceph-mon[93126]: pgmap v10801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:13.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:40:13.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:40:13.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:40:13.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:40:13.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:40:13.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:40:13.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:40:13.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:13.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:14.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:14.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:14 smithi089 ceph-mon[103441]: pgmap v10802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:14 smithi026 ceph-mon[93126]: pgmap v10802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:15.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:15.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:16.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:16.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:16 smithi089 ceph-mon[103441]: pgmap v10803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:16 smithi026 ceph-mon[93126]: pgmap v10803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:17.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:17.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:18.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:18.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:18 smithi089 ceph-mon[103441]: pgmap v10804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:18 smithi026 ceph-mon[93126]: pgmap v10804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:19.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:19.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:20.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:20.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:20.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:20 smithi089 ceph-mon[103441]: pgmap v10805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:20 smithi026 ceph-mon[93126]: pgmap v10805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:21.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:21.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:22.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:22.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:22 smithi089 ceph-mon[103441]: pgmap v10806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:22 smithi026 ceph-mon[93126]: pgmap v10806: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:40:23.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:24.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:24.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:24 smithi089 ceph-mon[103441]: pgmap v10807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:24 smithi026 ceph-mon[93126]: pgmap v10807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:25.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:25.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:26.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:26.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:26 smithi089 ceph-mon[103441]: pgmap v10808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:26 smithi026 ceph-mon[93126]: pgmap v10808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:27.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:27.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:28.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:28.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:28 smithi089 ceph-mon[103441]: pgmap v10809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:28 smithi026 ceph-mon[93126]: pgmap v10809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:29.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:29.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:30.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:30.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:30 smithi089 ceph-mon[103441]: pgmap v10810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:30 smithi026 ceph-mon[93126]: pgmap v10810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:31.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:31.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:32.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:32.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:32 smithi089 ceph-mon[103441]: pgmap v10811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:32 smithi026 ceph-mon[93126]: pgmap v10811: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:40:33.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:34.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:34.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:34 smithi089 ceph-mon[103441]: pgmap v10812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:34 smithi026 ceph-mon[93126]: pgmap v10812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:35.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:35.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:36.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:36.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:36 smithi089 ceph-mon[103441]: pgmap v10813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:36 smithi026 ceph-mon[93126]: pgmap v10813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:37.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:37.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:38.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:38.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:38 smithi089 ceph-mon[103441]: pgmap v10814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:38 smithi026 ceph-mon[93126]: pgmap v10814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:39.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:39.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:40.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:40.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:40 smithi089 ceph-mon[103441]: pgmap v10815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:40 smithi026 ceph-mon[93126]: pgmap v10815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:41.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:41.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:42.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:42.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:42 smithi089 ceph-mon[103441]: pgmap v10816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:42.965 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:42 smithi026 ceph-mon[93126]: pgmap v10816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:43.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:43.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:44.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:44.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:44 smithi089 ceph-mon[103441]: pgmap v10817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:44 smithi026 ceph-mon[93126]: pgmap v10817: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:40:45.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:46.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:46.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:46 smithi089 ceph-mon[103441]: pgmap v10818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:46 smithi026 ceph-mon[93126]: pgmap v10818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:47.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:47.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:48.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:48.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:48 smithi089 ceph-mon[103441]: pgmap v10819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:48 smithi026 ceph-mon[93126]: pgmap v10819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:49.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:49.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:40:50.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:50.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:50 smithi089 ceph-mon[103441]: pgmap v10820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:50 smithi026 ceph-mon[93126]: pgmap v10820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:40:51.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:51.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:52.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:52.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:52 smithi089 ceph-mon[103441]: pgmap v10821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:52 smithi026 ceph-mon[93126]: pgmap v10821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:53.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:53.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:54.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:54.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:54 smithi089 ceph-mon[103441]: pgmap v10822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:54 smithi026 ceph-mon[93126]: pgmap v10822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:55.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:55.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:56.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:56.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:56 smithi089 ceph-mon[103441]: pgmap v10823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:56 smithi026 ceph-mon[93126]: pgmap v10823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:57.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:57.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:58.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:58.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:40:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:40:58 smithi089 ceph-mon[103441]: pgmap v10824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:40:58 smithi026 ceph-mon[93126]: pgmap v10824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:40:59.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:40:59.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:00.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:00.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:00 smithi089 ceph-mon[103441]: pgmap v10825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:00 smithi026 ceph-mon[93126]: pgmap v10825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:01.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:01.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:02.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:02.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:02 smithi089 ceph-mon[103441]: pgmap v10826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:02 smithi026 ceph-mon[93126]: pgmap v10826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:03.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:03.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:04.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:04.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:04 smithi089 ceph-mon[103441]: pgmap v10827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:04 smithi026 ceph-mon[93126]: pgmap v10827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:05.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:05.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:06.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:06.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:06 smithi089 ceph-mon[103441]: pgmap v10828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:06 smithi026 ceph-mon[93126]: pgmap v10828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:07.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:07.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:08.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:08.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:08.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:08 smithi089 ceph-mon[103441]: pgmap v10829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:08 smithi026 ceph-mon[93126]: pgmap v10829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:09.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:09.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:10.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:10.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:10 smithi089 ceph-mon[103441]: pgmap v10830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:10 smithi026 ceph-mon[93126]: pgmap v10830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:11.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:11.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:12.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:12.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:12 smithi026 ceph-mon[93126]: pgmap v10831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:41:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:12 smithi089 ceph-mon[103441]: pgmap v10831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:41:13.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:13.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:41:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:41:14.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:41:14.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:41:14.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:41:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:41:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:41:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:41:14.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:41:14.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:41:14.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:14.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:14 smithi026 ceph-mon[93126]: pgmap v10832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:14 smithi089 ceph-mon[103441]: pgmap v10832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:15.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:15.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:16.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:16.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:16.960 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:16 smithi089 ceph-mon[103441]: pgmap v10833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:16 smithi026 ceph-mon[93126]: pgmap v10833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:17.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:17.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:18.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:18.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:18 smithi026 ceph-mon[93126]: pgmap v10834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:18 smithi089 ceph-mon[103441]: pgmap v10834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:19.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:19.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:20.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:20.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:20 smithi026 ceph-mon[93126]: pgmap v10835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:20 smithi089 ceph-mon[103441]: pgmap v10835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:21.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:21.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:22.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:22.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:22 smithi026 ceph-mon[93126]: pgmap v10836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:22 smithi089 ceph-mon[103441]: pgmap v10836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:23.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:23.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:24.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:24.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:24 smithi026 ceph-mon[93126]: pgmap v10837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:24 smithi089 ceph-mon[103441]: pgmap v10837: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:41:25.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:26.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:26.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:26 smithi026 ceph-mon[93126]: pgmap v10838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:27.065 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:26 smithi089 ceph-mon[103441]: pgmap v10838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:27.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:27.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:28.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:28.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:28 smithi026 ceph-mon[93126]: pgmap v10839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:28 smithi089 ceph-mon[103441]: pgmap v10839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:29.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:29.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:30.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:30.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:30 smithi026 ceph-mon[93126]: pgmap v10840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:30 smithi089 ceph-mon[103441]: pgmap v10840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:31.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:31.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:32.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:32.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:32 smithi026 ceph-mon[93126]: pgmap v10841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:32 smithi089 ceph-mon[103441]: pgmap v10841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:33.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:33.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:34.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:34.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:35.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:34 smithi026 ceph-mon[93126]: pgmap v10842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:35.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:34 smithi089 ceph-mon[103441]: pgmap v10842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:35.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:35.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:36.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:36.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:36 smithi026 ceph-mon[93126]: pgmap v10843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:37.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:36 smithi089 ceph-mon[103441]: pgmap v10843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:37.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:37.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:38.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:38.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:38 smithi026 ceph-mon[93126]: pgmap v10844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:38 smithi089 ceph-mon[103441]: pgmap v10844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:39.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:39.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:40.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:40.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:40 smithi026 ceph-mon[93126]: pgmap v10845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:40 smithi089 ceph-mon[103441]: pgmap v10845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:41.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:41.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:42.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:42.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:42 smithi026 ceph-mon[93126]: pgmap v10846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:42 smithi089 ceph-mon[103441]: pgmap v10846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:43.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:43.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:44.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:44.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:44 smithi026 ceph-mon[93126]: pgmap v10847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:44 smithi089 ceph-mon[103441]: pgmap v10847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:45.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:45.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:46.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:46.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:46 smithi026 ceph-mon[93126]: pgmap v10848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:46 smithi089 ceph-mon[103441]: pgmap v10848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:47.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:47.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:48.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:48.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:48 smithi026 ceph-mon[93126]: pgmap v10849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:48 smithi089 ceph-mon[103441]: pgmap v10849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:49.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:49.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:41:50.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:50.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:50 smithi026 ceph-mon[93126]: pgmap v10850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:50 smithi089 ceph-mon[103441]: pgmap v10850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:41:51.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:51.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:52.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:52.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:52 smithi026 ceph-mon[93126]: pgmap v10851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:52 smithi089 ceph-mon[103441]: pgmap v10851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:53.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:53.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:54.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:54.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:54 smithi026 ceph-mon[93126]: pgmap v10852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:54 smithi089 ceph-mon[103441]: pgmap v10852: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:41:55.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:56.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:56.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:56 smithi026 ceph-mon[93126]: pgmap v10853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:56 smithi089 ceph-mon[103441]: pgmap v10853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:57.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:57.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:58.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:58.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:41:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:41:58 smithi026 ceph-mon[93126]: pgmap v10854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:59.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:41:58 smithi089 ceph-mon[103441]: pgmap v10854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:41:59.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:41:59.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:00.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:00.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:00 smithi026 ceph-mon[93126]: pgmap v10855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:00 smithi089 ceph-mon[103441]: pgmap v10855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:01.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:01.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:02.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:02.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:02 smithi026 ceph-mon[93126]: pgmap v10856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:02 smithi089 ceph-mon[103441]: pgmap v10856: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:42:03.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:04 smithi026 ceph-mon[93126]: pgmap v10857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:04 smithi089 ceph-mon[103441]: pgmap v10857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:04.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:04.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:05.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:05.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:06 smithi026 ceph-mon[93126]: pgmap v10858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:06 smithi089 ceph-mon[103441]: pgmap v10858: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:42:06.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:07.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:07.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:08 smithi026 ceph-mon[93126]: pgmap v10859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:08 smithi089 ceph-mon[103441]: pgmap v10859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:08.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:08.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:09.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:09.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:10 smithi026 ceph-mon[93126]: pgmap v10860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:10 smithi089 ceph-mon[103441]: pgmap v10860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:10.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:10.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:11.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:11.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:12 smithi089 ceph-mon[103441]: pgmap v10861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:12.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:12.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:12 smithi026 ceph-mon[93126]: pgmap v10861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:42:13.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:13.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:42:14.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:14.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:14 smithi089 ceph-mon[103441]: pgmap v10862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:14 smithi026 ceph-mon[93126]: pgmap v10862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:15.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:15.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:15.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:16.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:16.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:16 smithi089 ceph-mon[103441]: pgmap v10863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:16 smithi026 ceph-mon[93126]: pgmap v10863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:17.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:17.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:18.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:18.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:18 smithi089 ceph-mon[103441]: pgmap v10864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:19.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:18 smithi026 ceph-mon[93126]: pgmap v10864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:19.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:19.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:20.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:20.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:20 smithi089 ceph-mon[103441]: pgmap v10865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:20 smithi026 ceph-mon[93126]: pgmap v10865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:21.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:21.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:22.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:22.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:42:22.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:42:22.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:22.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:42:22.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:42:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:42:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:22.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:42:22.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:42:22.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:22.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:22 smithi089 ceph-mon[103441]: pgmap v10866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:22 smithi026 ceph-mon[93126]: pgmap v10866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:23.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:23.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:24.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:24.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:24 smithi026 ceph-mon[93126]: pgmap v10867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:24 smithi089 ceph-mon[103441]: pgmap v10867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:25.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:25.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:26.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:26.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:26 smithi026 ceph-mon[93126]: pgmap v10868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:26 smithi089 ceph-mon[103441]: pgmap v10868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:27.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:27.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:28.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:28.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:28 smithi026 ceph-mon[93126]: pgmap v10869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:28 smithi089 ceph-mon[103441]: pgmap v10869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:29.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:29.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:30.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:30.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:30 smithi026 ceph-mon[93126]: pgmap v10870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:30 smithi089 ceph-mon[103441]: pgmap v10870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:31.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:31.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:32.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:32.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:32 smithi026 ceph-mon[93126]: pgmap v10871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:32 smithi089 ceph-mon[103441]: pgmap v10871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:33.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:33.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:34.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:34.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:34 smithi026 ceph-mon[93126]: pgmap v10872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:34 smithi089 ceph-mon[103441]: pgmap v10872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:35.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:35.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:36.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:36.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:36 smithi026 ceph-mon[93126]: pgmap v10873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:36 smithi089 ceph-mon[103441]: pgmap v10873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:37.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:37.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:38.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:38.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:38 smithi026 ceph-mon[93126]: pgmap v10874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:38 smithi089 ceph-mon[103441]: pgmap v10874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:39.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:39.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:40.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:40.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:40 smithi026 ceph-mon[93126]: pgmap v10875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:40 smithi089 ceph-mon[103441]: pgmap v10875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:41.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:41.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:42.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:42.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:42 smithi026 ceph-mon[93126]: pgmap v10876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:42 smithi089 ceph-mon[103441]: pgmap v10876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:43.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:43.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:44.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:44.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:44 smithi026 ceph-mon[93126]: pgmap v10877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:44 smithi089 ceph-mon[103441]: pgmap v10877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:45.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:45.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:46.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:46.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:46 smithi026 ceph-mon[93126]: pgmap v10878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:46 smithi089 ceph-mon[103441]: pgmap v10878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:47.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:47.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:48.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:48.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:48 smithi026 ceph-mon[93126]: pgmap v10879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:48 smithi089 ceph-mon[103441]: pgmap v10879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:42:49.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:49.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:50.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:50.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:50 smithi026 ceph-mon[93126]: pgmap v10880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:50 smithi089 ceph-mon[103441]: pgmap v10880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:42:51.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:51.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:52.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:52.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:52 smithi026 ceph-mon[93126]: pgmap v10881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:52 smithi089 ceph-mon[103441]: pgmap v10881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:53.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:53.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:54.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:54.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:54 smithi026 ceph-mon[93126]: pgmap v10882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:54 smithi089 ceph-mon[103441]: pgmap v10882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:55.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:55.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:56.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:56.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:56 smithi026 ceph-mon[93126]: pgmap v10883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:56 smithi089 ceph-mon[103441]: pgmap v10883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:57.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:57.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:58.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:58.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:42:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:42:58 smithi026 ceph-mon[93126]: pgmap v10884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:42:58 smithi089 ceph-mon[103441]: pgmap v10884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:42:59.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:42:59.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:00.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:00.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:00 smithi026 ceph-mon[93126]: pgmap v10885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:00 smithi089 ceph-mon[103441]: pgmap v10885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:01.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:01.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:02.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:02.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:02 smithi026 ceph-mon[93126]: pgmap v10886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:03.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:02 smithi089 ceph-mon[103441]: pgmap v10886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:03.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:03.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:04.570 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:04 smithi026 ceph-mon[93126]: pgmap v10887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:04.571 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:04 smithi089 ceph-mon[103441]: pgmap v10887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:04.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:04.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:05.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:05.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:06 smithi089 ceph-mon[103441]: pgmap v10888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:06 smithi026 ceph-mon[93126]: pgmap v10888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:06.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:06.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:07.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:07.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:08 smithi089 ceph-mon[103441]: pgmap v10889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:08 smithi026 ceph-mon[93126]: pgmap v10889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:08.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:08.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:09.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:09.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:10 smithi089 ceph-mon[103441]: pgmap v10890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:10 smithi026 ceph-mon[93126]: pgmap v10890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:10.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:10.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:11.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:11.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:12 smithi089 ceph-mon[103441]: pgmap v10891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:12 smithi026 ceph-mon[93126]: pgmap v10891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:12.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:12.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:13.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:13.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:14 smithi089 ceph-mon[103441]: pgmap v10892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:14.686 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:14 smithi026 ceph-mon[93126]: pgmap v10892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:14.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:14.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:15.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:15.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:16 smithi089 ceph-mon[103441]: pgmap v10893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:16 smithi026 ceph-mon[93126]: pgmap v10893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:16.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:16.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:17.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:17.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:18 smithi089 ceph-mon[103441]: pgmap v10894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:18 smithi026 ceph-mon[93126]: pgmap v10894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:18.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:18.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:19.743 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:19.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:19.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:20 smithi089 ceph-mon[103441]: pgmap v10895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:20 smithi026 ceph-mon[93126]: pgmap v10895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:20.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:20.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:21.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:21.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:22 smithi089 ceph-mon[103441]: pgmap v10896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:43:22.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:43:22.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:43:22.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:43:22.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:43:22.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:43:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:22 smithi026 ceph-mon[93126]: pgmap v10896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:43:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:43:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:43:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:43:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:43:22.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:43:22.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:22.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:23.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:23.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:24.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:24 smithi089 ceph-mon[103441]: pgmap v10897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:24.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:24 smithi026 ceph-mon[93126]: pgmap v10897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:24.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:24.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:25.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:25.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:26 smithi089 ceph-mon[103441]: pgmap v10898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:26 smithi026 ceph-mon[93126]: pgmap v10898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:26.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:26.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:27.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:27.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:28.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:28 smithi089 ceph-mon[103441]: pgmap v10899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:28 smithi026 ceph-mon[93126]: pgmap v10899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:28.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:28.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:29.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:29.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:30 smithi089 ceph-mon[103441]: pgmap v10900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:30 smithi026 ceph-mon[93126]: pgmap v10900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:30.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:30.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:31.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:31.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:32 smithi089 ceph-mon[103441]: pgmap v10901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:32 smithi026 ceph-mon[93126]: pgmap v10901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:32.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:32.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:33.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:33.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:34 smithi089 ceph-mon[103441]: pgmap v10902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:34 smithi026 ceph-mon[93126]: pgmap v10902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:34.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:34.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:35.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:35.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:36.695 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:36 smithi089 ceph-mon[103441]: pgmap v10903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:36 smithi026 ceph-mon[93126]: pgmap v10903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:36.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:36.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:37.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:37.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:38 smithi089 ceph-mon[103441]: pgmap v10904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:38 smithi026 ceph-mon[93126]: pgmap v10904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:38.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:38.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:39.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:39.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:40 smithi089 ceph-mon[103441]: pgmap v10905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:40 smithi026 ceph-mon[93126]: pgmap v10905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:40.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:40.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:41.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:41.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:42 smithi089 ceph-mon[103441]: pgmap v10906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:42 smithi026 ceph-mon[93126]: pgmap v10906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:42.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:42.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:43.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:43.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:44 smithi089 ceph-mon[103441]: pgmap v10907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:44 smithi026 ceph-mon[93126]: pgmap v10907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:44.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:44.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:45.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:45.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:46 smithi089 ceph-mon[103441]: pgmap v10908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:46 smithi026 ceph-mon[93126]: pgmap v10908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:46.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:46.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:47.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:47.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:48 smithi089 ceph-mon[103441]: pgmap v10909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:48 smithi026 ceph-mon[93126]: pgmap v10909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:48.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:48.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:43:49.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:49.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:50 smithi089 ceph-mon[103441]: pgmap v10910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:50 smithi026 ceph-mon[93126]: pgmap v10910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:43:50.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:50.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:51.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:51.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:52 smithi089 ceph-mon[103441]: pgmap v10911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:52 smithi026 ceph-mon[93126]: pgmap v10911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:52.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:52.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:53.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:53.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:54 smithi089 ceph-mon[103441]: pgmap v10912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:54 smithi026 ceph-mon[93126]: pgmap v10912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:54.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:54.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:55.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:55.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:56 smithi089 ceph-mon[103441]: pgmap v10913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:56 smithi026 ceph-mon[93126]: pgmap v10913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:56.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:56.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:57.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:57.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:43:58 smithi089 ceph-mon[103441]: pgmap v10914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:43:58 smithi026 ceph-mon[93126]: pgmap v10914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:43:58.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:58.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:43:59.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:43:59.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:00 smithi026 ceph-mon[93126]: pgmap v10915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:00 smithi089 ceph-mon[103441]: pgmap v10915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:00.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:00.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:01.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:01.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:02 smithi089 ceph-mon[103441]: pgmap v10916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:02 smithi026 ceph-mon[93126]: pgmap v10916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:02.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:02.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:03.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:03.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:04 smithi089 ceph-mon[103441]: pgmap v10917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:04 smithi026 ceph-mon[93126]: pgmap v10917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:04.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:04.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:05.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:05.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:06 smithi089 ceph-mon[103441]: pgmap v10918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:06 smithi026 ceph-mon[93126]: pgmap v10918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:06.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:06.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:07.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:07.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:08 smithi089 ceph-mon[103441]: pgmap v10919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:08 smithi026 ceph-mon[93126]: pgmap v10919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:08.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:08.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:09.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:09.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:10 smithi089 ceph-mon[103441]: pgmap v10920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:10 smithi026 ceph-mon[93126]: pgmap v10920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:10.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:10.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:11.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:11.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:12 smithi089 ceph-mon[103441]: pgmap v10921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:12 smithi026 ceph-mon[93126]: pgmap v10921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:12.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:12.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:13.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:13.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:14 smithi089 ceph-mon[103441]: pgmap v10922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:14 smithi026 ceph-mon[93126]: pgmap v10922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:14.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:14.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:15.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:15.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:16 smithi089 ceph-mon[103441]: pgmap v10923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:16 smithi026 ceph-mon[93126]: pgmap v10923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:16.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:16.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:17.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:17.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:18 smithi089 ceph-mon[103441]: pgmap v10924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:18 smithi026 ceph-mon[93126]: pgmap v10924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:18.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:18.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:19.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:19.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:20 smithi026 ceph-mon[93126]: pgmap v10925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:20 smithi089 ceph-mon[103441]: pgmap v10925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:20.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:20.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:21.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:21.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:22 smithi026 ceph-mon[93126]: pgmap v10926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:44:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:22 smithi089 ceph-mon[103441]: pgmap v10926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:44:22.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:22.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:44:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:44:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:44:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:44:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:44:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:44:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:44:23.899 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:44:23.899 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:44:23.900 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:44:23.900 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:44:23.900 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:44:23.900 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:44:23.900 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:44:23.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:23.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:24 smithi026 ceph-mon[93126]: pgmap v10927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:24 smithi089 ceph-mon[103441]: pgmap v10927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:24.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:24.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:25.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:25.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:26 smithi026 ceph-mon[93126]: pgmap v10928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:26 smithi089 ceph-mon[103441]: pgmap v10928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:26.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:26.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:27.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:27.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:28 smithi026 ceph-mon[93126]: pgmap v10929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:28 smithi089 ceph-mon[103441]: pgmap v10929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:28.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:28.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:29.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:29.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:30 smithi026 ceph-mon[93126]: pgmap v10930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:30 smithi089 ceph-mon[103441]: pgmap v10930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:30.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:30.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:31.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:31.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:32 smithi026 ceph-mon[93126]: pgmap v10931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:32 smithi089 ceph-mon[103441]: pgmap v10931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:32.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:32.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:33.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:33.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:34 smithi089 ceph-mon[103441]: pgmap v10932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:34.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:34.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:34 smithi026 ceph-mon[93126]: pgmap v10932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:35.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:35.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:36 smithi089 ceph-mon[103441]: pgmap v10933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:36.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:36.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:36 smithi026 ceph-mon[93126]: pgmap v10933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:37.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:37.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:38 smithi089 ceph-mon[103441]: pgmap v10934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:38.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:38.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:38 smithi026 ceph-mon[93126]: pgmap v10934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:39.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:39.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:40 smithi089 ceph-mon[103441]: pgmap v10935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:40.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:40.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:40 smithi026 ceph-mon[93126]: pgmap v10935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:41.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:41.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:42 smithi089 ceph-mon[103441]: pgmap v10936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:42.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:42.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:42 smithi026 ceph-mon[93126]: pgmap v10936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:43.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:43.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:44 smithi089 ceph-mon[103441]: pgmap v10937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:44.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:44.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:44 smithi026 ceph-mon[93126]: pgmap v10937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:45.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:45.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:46 smithi089 ceph-mon[103441]: pgmap v10938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:46.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:46.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:46 smithi026 ceph-mon[93126]: pgmap v10938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:47.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:47.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:48 smithi089 ceph-mon[103441]: pgmap v10939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:48.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:48.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:48 smithi026 ceph-mon[93126]: pgmap v10939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:49.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:49.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:44:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:50 smithi089 ceph-mon[103441]: pgmap v10940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:50.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:50.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:50 smithi026 ceph-mon[93126]: pgmap v10940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:44:51.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:51.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:52 smithi089 ceph-mon[103441]: pgmap v10941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:52.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:52.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:52 smithi026 ceph-mon[93126]: pgmap v10941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:54.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:54.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:54 smithi089 ceph-mon[103441]: pgmap v10942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:55.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:55.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:54 smithi026 ceph-mon[93126]: pgmap v10942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:56.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:56.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:56 smithi089 ceph-mon[103441]: pgmap v10943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:57.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:57.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:56 smithi026 ceph-mon[93126]: pgmap v10943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:58.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:58.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:44:58 smithi089 ceph-mon[103441]: pgmap v10944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:44:59.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:44:59.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:44:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:44:58 smithi026 ceph-mon[93126]: pgmap v10944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:00.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:00.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:00.890 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:00 smithi026 ceph-mon[93126]: pgmap v10945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:00 smithi089 ceph-mon[103441]: pgmap v10945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:01.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:01.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:02.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:02.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:02 smithi089 ceph-mon[103441]: pgmap v10946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:03.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:03.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:02 smithi026 ceph-mon[93126]: pgmap v10946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:04.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:04.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:04 smithi089 ceph-mon[103441]: pgmap v10947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:05.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:05.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:04 smithi026 ceph-mon[93126]: pgmap v10947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:06.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:06.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:06 smithi089 ceph-mon[103441]: pgmap v10948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:07.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:07.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:06 smithi026 ceph-mon[93126]: pgmap v10948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:08.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:08.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:08 smithi089 ceph-mon[103441]: pgmap v10949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:09.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:09.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:08 smithi026 ceph-mon[93126]: pgmap v10949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:10.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:10.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:10 smithi089 ceph-mon[103441]: pgmap v10950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:11.005 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:10 smithi026 ceph-mon[93126]: pgmap v10950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:11.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:11.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:12.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:12.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:12 smithi089 ceph-mon[103441]: pgmap v10951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:13.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:13.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:12 smithi026 ceph-mon[93126]: pgmap v10951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:14.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:14.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:14 smithi089 ceph-mon[103441]: pgmap v10952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:15.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:15.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:14 smithi026 ceph-mon[93126]: pgmap v10952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:16.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:16.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:16 smithi089 ceph-mon[103441]: pgmap v10953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:17.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:17.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:16 smithi026 ceph-mon[93126]: pgmap v10953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:18.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:18.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:18 smithi089 ceph-mon[103441]: pgmap v10954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:19.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:19.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:18 smithi026 ceph-mon[93126]: pgmap v10954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:20.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:20.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:20 smithi089 ceph-mon[103441]: pgmap v10955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:21.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:21.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:20 smithi026 ceph-mon[93126]: pgmap v10955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:22.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:22.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:22 smithi089 ceph-mon[103441]: pgmap v10956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:23.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:23.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:22 smithi026 ceph-mon[93126]: pgmap v10956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:45:24.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:24.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:45:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: pgmap v10957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:45:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:45:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:45:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:45:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1590M 2023-10-17T02:45:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:45:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:45:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:45:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:45:24.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:45:24.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:45:25.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:25.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:25.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: pgmap v10957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:25.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:45:25.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:45:25.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:45:25.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:45:25.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1590M 2023-10-17T02:45:25.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:45:25.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:45:25.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:45:25.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:45:25.060 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:45:25.061 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:45:26.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:26.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:26 smithi089 ceph-mon[103441]: pgmap v10958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:26 smithi026 ceph-mon[93126]: pgmap v10958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:27.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:27.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:28.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:28.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:28 smithi089 ceph-mon[103441]: pgmap v10959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:28 smithi026 ceph-mon[93126]: pgmap v10959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:29.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:29.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:30.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:30.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:30 smithi089 ceph-mon[103441]: pgmap v10960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:30 smithi026 ceph-mon[93126]: pgmap v10960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:31.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:31.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:32.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:32.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:32 smithi089 ceph-mon[103441]: pgmap v10961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:32 smithi026 ceph-mon[93126]: pgmap v10961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:33.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:33.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:34.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:34.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:34 smithi089 ceph-mon[103441]: pgmap v10962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:34 smithi026 ceph-mon[93126]: pgmap v10962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:35.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:35.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:36.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:36.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:36 smithi089 ceph-mon[103441]: pgmap v10963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:36 smithi026 ceph-mon[93126]: pgmap v10963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:37.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:37.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:38.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:38.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:38 smithi089 ceph-mon[103441]: pgmap v10964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:38 smithi026 ceph-mon[93126]: pgmap v10964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:39.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:39.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:40.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:40.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:40 smithi089 ceph-mon[103441]: pgmap v10965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:40 smithi026 ceph-mon[93126]: pgmap v10965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:41.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:41.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:42.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:42.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:42 smithi089 ceph-mon[103441]: pgmap v10966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:42 smithi026 ceph-mon[93126]: pgmap v10966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:43.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:43.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:44.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:44.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:44 smithi026 ceph-mon[93126]: pgmap v10967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:45.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:45.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:44 smithi089 ceph-mon[103441]: pgmap v10967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:46.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:46.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:46 smithi026 ceph-mon[93126]: pgmap v10968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:47.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:47.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:46 smithi089 ceph-mon[103441]: pgmap v10968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:48.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:48.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:48 smithi026 ceph-mon[93126]: pgmap v10969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:49.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:49.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:48 smithi089 ceph-mon[103441]: pgmap v10969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:50.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:50.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:45:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:50 smithi026 ceph-mon[93126]: pgmap v10970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:51.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:51.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:50 smithi089 ceph-mon[103441]: pgmap v10970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:45:52.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:52.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:52 smithi026 ceph-mon[93126]: pgmap v10971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:53.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:53.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:52 smithi089 ceph-mon[103441]: pgmap v10971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:54.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:54.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:54 smithi026 ceph-mon[93126]: pgmap v10972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:55.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:55.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:54 smithi089 ceph-mon[103441]: pgmap v10972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:56.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:56.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:56.810 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:56 smithi026 ceph-mon[93126]: pgmap v10973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:57.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:57.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:56 smithi089 ceph-mon[103441]: pgmap v10973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:58.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:58.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:45:58 smithi026 ceph-mon[93126]: pgmap v10974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:45:59.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:45:59.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:45:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:45:58 smithi089 ceph-mon[103441]: pgmap v10974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:00.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:00.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:00 smithi026 ceph-mon[93126]: pgmap v10975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:01.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:01.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:00 smithi089 ceph-mon[103441]: pgmap v10975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:02.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:02.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:02 smithi026 ceph-mon[93126]: pgmap v10976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:03.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:03.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:02 smithi089 ceph-mon[103441]: pgmap v10976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:04.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:04.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:04 smithi026 ceph-mon[93126]: pgmap v10977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:05.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:05.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:04 smithi089 ceph-mon[103441]: pgmap v10977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:06.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:06.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:06 smithi026 ceph-mon[93126]: pgmap v10978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:07.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:07.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:06 smithi089 ceph-mon[103441]: pgmap v10978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:08.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:08.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:08 smithi026 ceph-mon[93126]: pgmap v10979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:09.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:09.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:08 smithi089 ceph-mon[103441]: pgmap v10979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:10.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:10.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:10 smithi026 ceph-mon[93126]: pgmap v10980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:11.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:11.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:10 smithi089 ceph-mon[103441]: pgmap v10980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:12.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:12.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:12 smithi026 ceph-mon[93126]: pgmap v10981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:13.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:13.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:12 smithi089 ceph-mon[103441]: pgmap v10981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:14.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:14.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:15.054 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:14 smithi089 ceph-mon[103441]: pgmap v10982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:14 smithi026 ceph-mon[93126]: pgmap v10982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:15.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:15.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:16.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:16.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:16 smithi026 ceph-mon[93126]: pgmap v10983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:17.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:17.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:16 smithi089 ceph-mon[103441]: pgmap v10983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:18.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:18.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:18 smithi026 ceph-mon[93126]: pgmap v10984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:19.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:19.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:18 smithi089 ceph-mon[103441]: pgmap v10984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:20.107 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:20.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:20.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:20 smithi026 ceph-mon[93126]: pgmap v10985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:21.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:21.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:20 smithi089 ceph-mon[103441]: pgmap v10985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:22.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:22.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:22 smithi026 ceph-mon[93126]: pgmap v10986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:23.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:23.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:22 smithi089 ceph-mon[103441]: pgmap v10986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:24.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:24.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:24 smithi026 ceph-mon[93126]: pgmap v10987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:46:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:46:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:46:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:46:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:46:25.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:46:25.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:25.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:25.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:24 smithi089 ceph-mon[103441]: pgmap v10987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:25.160 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:46:25.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:46:25.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:46:25.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:46:25.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:46:25.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:46:26.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:26.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:26 smithi026 ceph-mon[93126]: pgmap v10988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:27.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:27.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:26 smithi089 ceph-mon[103441]: pgmap v10988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:28.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:28.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:28 smithi026 ceph-mon[93126]: pgmap v10989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:29.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:29.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:28 smithi089 ceph-mon[103441]: pgmap v10989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:30.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:30.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:30 smithi026 ceph-mon[93126]: pgmap v10990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:31.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:31.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:31.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:30 smithi089 ceph-mon[103441]: pgmap v10990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:32.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:32.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:32 smithi026 ceph-mon[93126]: pgmap v10991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:33.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:33.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:33.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:32 smithi089 ceph-mon[103441]: pgmap v10991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:34.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:34.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:34 smithi089 ceph-mon[103441]: pgmap v10992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:34 smithi026 ceph-mon[93126]: pgmap v10992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:35.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:35.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:36.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:36.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:36 smithi089 ceph-mon[103441]: pgmap v10993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:36 smithi026 ceph-mon[93126]: pgmap v10993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:37.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:37.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:38.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:38.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:38 smithi089 ceph-mon[103441]: pgmap v10994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:38 smithi026 ceph-mon[93126]: pgmap v10994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:39.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:39.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:40.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:40.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:40 smithi089 ceph-mon[103441]: pgmap v10995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:40 smithi026 ceph-mon[93126]: pgmap v10995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:41.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:41.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:42.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:42.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:42 smithi089 ceph-mon[103441]: pgmap v10996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:42 smithi026 ceph-mon[93126]: pgmap v10996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:43.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:43.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:44.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:44.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:44 smithi089 ceph-mon[103441]: pgmap v10997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:44 smithi026 ceph-mon[93126]: pgmap v10997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:45.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:45.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:46.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:46.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:46 smithi089 ceph-mon[103441]: pgmap v10998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:46 smithi026 ceph-mon[93126]: pgmap v10998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:47.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:47.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:48.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:48.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:48 smithi089 ceph-mon[103441]: pgmap v10999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:48 smithi026 ceph-mon[93126]: pgmap v10999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:49.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:49.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:46:50.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:50.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:50 smithi089 ceph-mon[103441]: pgmap v11000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:50 smithi026 ceph-mon[93126]: pgmap v11000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:46:51.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:51.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:52.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:52.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:52 smithi026 ceph-mon[93126]: pgmap v11001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:52 smithi089 ceph-mon[103441]: pgmap v11001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:53.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:53.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:54.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:54.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:54.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:54 smithi089 ceph-mon[103441]: pgmap v11002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:54 smithi026 ceph-mon[93126]: pgmap v11002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:55.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:55.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:56.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:56.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:56 smithi089 ceph-mon[103441]: pgmap v11003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:56 smithi026 ceph-mon[93126]: pgmap v11003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:57.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:57.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:58.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:58.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:46:58.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:46:58 smithi089 ceph-mon[103441]: pgmap v11004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:46:58 smithi026 ceph-mon[93126]: pgmap v11004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:46:59.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:46:59.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:00.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:00.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:00 smithi089 ceph-mon[103441]: pgmap v11005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:00 smithi026 ceph-mon[93126]: pgmap v11005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:01.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:01.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:02.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:02.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:02 smithi026 ceph-mon[93126]: pgmap v11006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:02 smithi089 ceph-mon[103441]: pgmap v11006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:03.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:03.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:04.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:04.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:04 smithi089 ceph-mon[103441]: pgmap v11007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:04 smithi026 ceph-mon[93126]: pgmap v11007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:05.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:05.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:06.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:06.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:06 smithi089 ceph-mon[103441]: pgmap v11008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:06 smithi026 ceph-mon[93126]: pgmap v11008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:07.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:07.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:08.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:08.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:08 smithi089 ceph-mon[103441]: pgmap v11009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:08 smithi026 ceph-mon[93126]: pgmap v11009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:09.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:09.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:10.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:10.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:10 smithi089 ceph-mon[103441]: pgmap v11010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:10 smithi026 ceph-mon[93126]: pgmap v11010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:11.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:11.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:12.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:12.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:12 smithi089 ceph-mon[103441]: pgmap v11011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:12 smithi026 ceph-mon[93126]: pgmap v11011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:13.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:13.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:14.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:14.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:14 smithi089 ceph-mon[103441]: pgmap v11012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:14 smithi026 ceph-mon[93126]: pgmap v11012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:15.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:15.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:16.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:16.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:16 smithi089 ceph-mon[103441]: pgmap v11013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:16 smithi026 ceph-mon[93126]: pgmap v11013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:17.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:17.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:18.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:18.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:18 smithi089 ceph-mon[103441]: pgmap v11014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:18 smithi026 ceph-mon[93126]: pgmap v11014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:19.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:19.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:20.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:20.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:20.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:20 smithi089 ceph-mon[103441]: pgmap v11015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:20 smithi026 ceph-mon[93126]: pgmap v11015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:21.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:21.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:22.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:22.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:22 smithi026 ceph-mon[93126]: pgmap v11016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:22 smithi089 ceph-mon[103441]: pgmap v11016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:23.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:23.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:24.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:24.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:24 smithi026 ceph-mon[93126]: pgmap v11017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:24 smithi089 ceph-mon[103441]: pgmap v11017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:25.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:25.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:25.792 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:47:25.792 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:47:25.793 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:47:25.793 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:47:25.793 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:47:25.793 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:47:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:47:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:47:25.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:47:25.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:47:25.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:47:25.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:47:26.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:26.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:26 smithi026 ceph-mon[93126]: pgmap v11018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:26 smithi089 ceph-mon[103441]: pgmap v11018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:27.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:27.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:28.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:28.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:28 smithi026 ceph-mon[93126]: pgmap v11019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:28 smithi089 ceph-mon[103441]: pgmap v11019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:29.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:29.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:30.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:30.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:30 smithi026 ceph-mon[93126]: pgmap v11020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:30.843 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:30 smithi089 ceph-mon[103441]: pgmap v11020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:31.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:31.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:32.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:32.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:32 smithi026 ceph-mon[93126]: pgmap v11021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:32 smithi089 ceph-mon[103441]: pgmap v11021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:33.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:33.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:34.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:34.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:34 smithi026 ceph-mon[93126]: pgmap v11022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:34 smithi089 ceph-mon[103441]: pgmap v11022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:35.268 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:35.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:35.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:36.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:36.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:36 smithi026 ceph-mon[93126]: pgmap v11023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:36 smithi089 ceph-mon[103441]: pgmap v11023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:37.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:37.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:38.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:38.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:38 smithi026 ceph-mon[93126]: pgmap v11024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:38 smithi089 ceph-mon[103441]: pgmap v11024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:39.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:39.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:40.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:40.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:40 smithi026 ceph-mon[93126]: pgmap v11025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:40 smithi089 ceph-mon[103441]: pgmap v11025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:41.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:41.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:42.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:42.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:42.729 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:42 smithi026 ceph-mon[93126]: pgmap v11026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:42 smithi089 ceph-mon[103441]: pgmap v11026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:43.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:43.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:44.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:44.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:44 smithi026 ceph-mon[93126]: pgmap v11027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:44 smithi089 ceph-mon[103441]: pgmap v11027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:45.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:45.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:46.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:46.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:46 smithi026 ceph-mon[93126]: pgmap v11028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:46 smithi089 ceph-mon[103441]: pgmap v11028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:47.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:47.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:48.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:48.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:48 smithi026 ceph-mon[93126]: pgmap v11029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:48 smithi089 ceph-mon[103441]: pgmap v11029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:49.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:49.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:47:50.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:50.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:50 smithi026 ceph-mon[93126]: pgmap v11030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:50 smithi089 ceph-mon[103441]: pgmap v11030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:47:51.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:51.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:52.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:52.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:52 smithi026 ceph-mon[93126]: pgmap v11031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:52 smithi089 ceph-mon[103441]: pgmap v11031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:53.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:53.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:54.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:54.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:54 smithi026 ceph-mon[93126]: pgmap v11032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:54 smithi089 ceph-mon[103441]: pgmap v11032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:55.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:55.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:56.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:56.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:56 smithi026 ceph-mon[93126]: pgmap v11033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:56 smithi089 ceph-mon[103441]: pgmap v11033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:57.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:57.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:58.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:58.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:47:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:47:58 smithi026 ceph-mon[93126]: pgmap v11034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:47:58 smithi089 ceph-mon[103441]: pgmap v11034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:47:59.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:47:59.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:00.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:00.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:00 smithi026 ceph-mon[93126]: pgmap v11035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:00 smithi089 ceph-mon[103441]: pgmap v11035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:01.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:01.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:02.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:02.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:02 smithi026 ceph-mon[93126]: pgmap v11036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:02 smithi089 ceph-mon[103441]: pgmap v11036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:03.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:03.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:04.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:04 smithi026 ceph-mon[93126]: pgmap v11037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:04 smithi089 ceph-mon[103441]: pgmap v11037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:05.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:05.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:06.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:06.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:06 smithi026 ceph-mon[93126]: pgmap v11038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:06 smithi089 ceph-mon[103441]: pgmap v11038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:07.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:07.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:08.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:08.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:08 smithi026 ceph-mon[93126]: pgmap v11039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:08 smithi089 ceph-mon[103441]: pgmap v11039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:09.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:09.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:10.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:10.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:10 smithi026 ceph-mon[93126]: pgmap v11040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:10 smithi089 ceph-mon[103441]: pgmap v11040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:11.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:11.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:12.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:12.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:12 smithi026 ceph-mon[93126]: pgmap v11041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:12 smithi089 ceph-mon[103441]: pgmap v11041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:13.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:13.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:14.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:14.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:14 smithi026 ceph-mon[93126]: pgmap v11042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:14 smithi089 ceph-mon[103441]: pgmap v11042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:15.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:15.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:16.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:16.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:16 smithi089 ceph-mon[103441]: pgmap v11043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:16 smithi026 ceph-mon[93126]: pgmap v11043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:17.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:17.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:18.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:18.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:18 smithi026 ceph-mon[93126]: pgmap v11044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:18 smithi089 ceph-mon[103441]: pgmap v11044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:19.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:19.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:20.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:20.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:20 smithi026 ceph-mon[93126]: pgmap v11045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:20 smithi089 ceph-mon[103441]: pgmap v11045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:21.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:21.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:22.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:22.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:22 smithi026 ceph-mon[93126]: pgmap v11046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:22 smithi089 ceph-mon[103441]: pgmap v11046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:23.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:23.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:24.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:24.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:24 smithi026 ceph-mon[93126]: pgmap v11047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:24 smithi089 ceph-mon[103441]: pgmap v11047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:25.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:25.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:48:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:48:26.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:26.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:26 smithi089 ceph-mon[103441]: pgmap v11048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:48:26.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:48:26.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:48:26.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:48:26.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:48:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:26 smithi026 ceph-mon[93126]: pgmap v11048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:48:26.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:48:26.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:48:26.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:48:26.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:48:27.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:27.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:28.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:28.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:28 smithi026 ceph-mon[93126]: pgmap v11049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:28 smithi089 ceph-mon[103441]: pgmap v11049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:29.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:29.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:30.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:30.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:30 smithi026 ceph-mon[93126]: pgmap v11050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:30 smithi089 ceph-mon[103441]: pgmap v11050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:31.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:31.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:32.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:32.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:32 smithi026 ceph-mon[93126]: pgmap v11051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:32 smithi089 ceph-mon[103441]: pgmap v11051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:33.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:33.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:34.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:34.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:34 smithi026 ceph-mon[93126]: pgmap v11052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:34 smithi089 ceph-mon[103441]: pgmap v11052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:35.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:35.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:36.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:36.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:36 smithi089 ceph-mon[103441]: pgmap v11053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:36 smithi026 ceph-mon[93126]: pgmap v11053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:37.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:37.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:38.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:38.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:38 smithi026 ceph-mon[93126]: pgmap v11054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:38 smithi089 ceph-mon[103441]: pgmap v11054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:39.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:39.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:40.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:40.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:40 smithi089 ceph-mon[103441]: pgmap v11055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:40 smithi026 ceph-mon[93126]: pgmap v11055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:41.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:41.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:42.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:42.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:42 smithi089 ceph-mon[103441]: pgmap v11056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:42 smithi026 ceph-mon[93126]: pgmap v11056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:43.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:43.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:44.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:44.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:44 smithi089 ceph-mon[103441]: pgmap v11057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:44 smithi026 ceph-mon[93126]: pgmap v11057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:45.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:45.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:46.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:46.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:46 smithi089 ceph-mon[103441]: pgmap v11058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:46 smithi026 ceph-mon[93126]: pgmap v11058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:47.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:47.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:48.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:48.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:48 smithi026 ceph-mon[93126]: pgmap v11059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:48 smithi089 ceph-mon[103441]: pgmap v11059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:49.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:49.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:48:50.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:50.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:50 smithi089 ceph-mon[103441]: pgmap v11060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:50 smithi026 ceph-mon[93126]: pgmap v11060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:48:51.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:51.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:52.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:52.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:52 smithi089 ceph-mon[103441]: pgmap v11061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:52 smithi026 ceph-mon[93126]: pgmap v11061: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:48:53.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:54.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:54.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:54 smithi089 ceph-mon[103441]: pgmap v11062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:54 smithi026 ceph-mon[93126]: pgmap v11062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:55.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:55.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:56.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:56.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:56 smithi089 ceph-mon[103441]: pgmap v11063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:56 smithi026 ceph-mon[93126]: pgmap v11063: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:48:57.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:58.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:58.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:48:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:48:58 smithi089 ceph-mon[103441]: pgmap v11064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:48:58 smithi026 ceph-mon[93126]: pgmap v11064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:48:59.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:48:59.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:00.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:00.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:00 smithi089 ceph-mon[103441]: pgmap v11065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:00 smithi026 ceph-mon[93126]: pgmap v11065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:01.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:01.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:02.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:02.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:02 smithi089 ceph-mon[103441]: pgmap v11066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:02 smithi026 ceph-mon[93126]: pgmap v11066: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:49:03.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:04.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:04.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:04 smithi089 ceph-mon[103441]: pgmap v11067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:04 smithi026 ceph-mon[93126]: pgmap v11067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:05.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:05.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:06.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:06.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:06 smithi089 ceph-mon[103441]: pgmap v11068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:06 smithi026 ceph-mon[93126]: pgmap v11068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:07.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:07.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:08.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:08.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:08 smithi089 ceph-mon[103441]: pgmap v11069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:08 smithi026 ceph-mon[93126]: pgmap v11069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:09.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:09.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:10.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:10.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:10 smithi089 ceph-mon[103441]: pgmap v11070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:10 smithi026 ceph-mon[93126]: pgmap v11070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:11.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:11.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:12.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:12.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:12 smithi089 ceph-mon[103441]: pgmap v11071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:12 smithi026 ceph-mon[93126]: pgmap v11071: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:49:13.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:14.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:14.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:14 smithi089 ceph-mon[103441]: pgmap v11072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:14 smithi026 ceph-mon[93126]: pgmap v11072: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:49:15.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:16.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:16.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:16 smithi089 ceph-mon[103441]: pgmap v11073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:16 smithi026 ceph-mon[93126]: pgmap v11073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:17.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:17.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:18.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:18.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:18 smithi089 ceph-mon[103441]: pgmap v11074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:18 smithi026 ceph-mon[93126]: pgmap v11074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:19.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:19.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:20.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:20.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:20 smithi089 ceph-mon[103441]: pgmap v11075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:20 smithi026 ceph-mon[93126]: pgmap v11075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:21.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:21.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:22.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:22.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:22 smithi089 ceph-mon[103441]: pgmap v11076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:22 smithi026 ceph-mon[93126]: pgmap v11076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:23.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:23.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:24.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:24.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:24 smithi089 ceph-mon[103441]: pgmap v11077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:24 smithi026 ceph-mon[93126]: pgmap v11077: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:49:25.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:26.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:26.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:26 smithi089 ceph-mon[103441]: pgmap v11078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:26.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:49:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:26 smithi026 ceph-mon[93126]: pgmap v11078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:49:27.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:27.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:49:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:49:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:49:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:49:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:49:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:49:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:49:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:49:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:49:28.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:49:28.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:28.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:28 smithi026 ceph-mon[93126]: pgmap v11079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:28 smithi089 ceph-mon[103441]: pgmap v11079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:29.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:29.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:30.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:30.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:30 smithi026 ceph-mon[93126]: pgmap v11080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:30 smithi089 ceph-mon[103441]: pgmap v11080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:31.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:31.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:32.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:32.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:32 smithi026 ceph-mon[93126]: pgmap v11081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:32 smithi089 ceph-mon[103441]: pgmap v11081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:33.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:33.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:34.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:34.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:34 smithi089 ceph-mon[103441]: pgmap v11082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:34 smithi026 ceph-mon[93126]: pgmap v11082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:35.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:35.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:36.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:36.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:36 smithi089 ceph-mon[103441]: pgmap v11083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:36 smithi026 ceph-mon[93126]: pgmap v11083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:37.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:37.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:38.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:38.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:38 smithi089 ceph-mon[103441]: pgmap v11084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:38 smithi026 ceph-mon[93126]: pgmap v11084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:39.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:39.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:40.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:40.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:40 smithi089 ceph-mon[103441]: pgmap v11085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:40 smithi026 ceph-mon[93126]: pgmap v11085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:41.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:41.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:42.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:42.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:42 smithi089 ceph-mon[103441]: pgmap v11086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:42 smithi026 ceph-mon[93126]: pgmap v11086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:43.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:43.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:44.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:44.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:44 smithi089 ceph-mon[103441]: pgmap v11087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:44 smithi026 ceph-mon[93126]: pgmap v11087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:45.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:45.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:46.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:46.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:46 smithi089 ceph-mon[103441]: pgmap v11088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:46 smithi026 ceph-mon[93126]: pgmap v11088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:47.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:47.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:48.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:48.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:48 smithi089 ceph-mon[103441]: pgmap v11089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:48 smithi026 ceph-mon[93126]: pgmap v11089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:49.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:49.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:49:50.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:50.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:50 smithi026 ceph-mon[93126]: pgmap v11090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:50 smithi089 ceph-mon[103441]: pgmap v11090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:49:51.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:51.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:52.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:52.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:52 smithi089 ceph-mon[103441]: pgmap v11091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:52 smithi026 ceph-mon[93126]: pgmap v11091: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:49:53.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:54.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:54.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:54 smithi026 ceph-mon[93126]: pgmap v11092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:54 smithi089 ceph-mon[103441]: pgmap v11092: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:49:55.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:56.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:56.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:56 smithi026 ceph-mon[93126]: pgmap v11093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:56 smithi089 ceph-mon[103441]: pgmap v11093: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:49:57.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:58.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:58.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:49:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:49:58 smithi026 ceph-mon[93126]: pgmap v11094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:49:58 smithi089 ceph-mon[103441]: pgmap v11094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:49:59.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:49:59.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:00.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:00.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:00 smithi026 ceph-mon[93126]: pgmap v11095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:00.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T02:50:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:00 smithi089 ceph-mon[103441]: pgmap v11095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T02:50:01.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:01.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:02.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:02.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:02 smithi089 ceph-mon[103441]: pgmap v11096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:02 smithi026 ceph-mon[93126]: pgmap v11096: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:50:03.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:04.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:04.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:04 smithi026 ceph-mon[93126]: pgmap v11097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:04 smithi089 ceph-mon[103441]: pgmap v11097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:05.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:05.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:06.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:06.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:06 smithi026 ceph-mon[93126]: pgmap v11098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:06 smithi089 ceph-mon[103441]: pgmap v11098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:07.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:07.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:08.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:08.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:08 smithi026 ceph-mon[93126]: pgmap v11099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:08 smithi089 ceph-mon[103441]: pgmap v11099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:09.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:09.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:10.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:10.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:10 smithi026 ceph-mon[93126]: pgmap v11100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:10 smithi089 ceph-mon[103441]: pgmap v11100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:11.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:11.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:12.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:12.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:12 smithi026 ceph-mon[93126]: pgmap v11101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:12 smithi089 ceph-mon[103441]: pgmap v11101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:13.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:13.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:14.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:14.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:14 smithi026 ceph-mon[93126]: pgmap v11102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:14 smithi089 ceph-mon[103441]: pgmap v11102: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:50:15.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:16.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:16.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:16 smithi026 ceph-mon[93126]: pgmap v11103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:16 smithi089 ceph-mon[103441]: pgmap v11103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:17.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:17.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:18.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:18.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:18 smithi026 ceph-mon[93126]: pgmap v11104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:18 smithi089 ceph-mon[103441]: pgmap v11104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:19.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:19.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:20.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:20.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:20 smithi026 ceph-mon[93126]: pgmap v11105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:20 smithi089 ceph-mon[103441]: pgmap v11105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:21.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:21.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:22.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:22.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:22 smithi026 ceph-mon[93126]: pgmap v11106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:22 smithi089 ceph-mon[103441]: pgmap v11106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:23.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:23.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:24.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:24.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:24 smithi026 ceph-mon[93126]: pgmap v11107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:24 smithi089 ceph-mon[103441]: pgmap v11107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:25.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:25.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:26.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:26.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:26 smithi026 ceph-mon[93126]: pgmap v11108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:26 smithi089 ceph-mon[103441]: pgmap v11108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:27.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:27.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:50:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:50:28.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:28.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:28 smithi026 ceph-mon[93126]: pgmap v11109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:28 smithi089 ceph-mon[103441]: pgmap v11109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:29.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:29.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:30.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:30.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:30 smithi026 ceph-mon[93126]: pgmap v11110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:30 smithi089 ceph-mon[103441]: pgmap v11110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:31.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:31.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:32.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:32.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:32 smithi089 ceph-mon[103441]: pgmap v11111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:50:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:50:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:50:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:50:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:50:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:50:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:50:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:32 smithi026 ceph-mon[93126]: pgmap v11111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:50:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:50:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:50:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:50:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:50:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:50:33.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:50:33.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:33.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:34.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:34.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:34 smithi089 ceph-mon[103441]: pgmap v11112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:34 smithi026 ceph-mon[93126]: pgmap v11112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:35.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:35.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:36.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:36.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:36 smithi089 ceph-mon[103441]: pgmap v11113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:36 smithi026 ceph-mon[93126]: pgmap v11113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:37.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:37.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:38.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:38.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:38 smithi089 ceph-mon[103441]: pgmap v11114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:38 smithi026 ceph-mon[93126]: pgmap v11114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:39.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:39.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:40.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:40.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:40 smithi089 ceph-mon[103441]: pgmap v11115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:40 smithi026 ceph-mon[93126]: pgmap v11115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:41.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:41.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:42.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:42.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:42 smithi089 ceph-mon[103441]: pgmap v11116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:42 smithi026 ceph-mon[93126]: pgmap v11116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:43.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:43.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:44.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:44.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:44 smithi089 ceph-mon[103441]: pgmap v11117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:44 smithi026 ceph-mon[93126]: pgmap v11117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:45.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:45.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:46.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:46.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:46 smithi089 ceph-mon[103441]: pgmap v11118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:46 smithi026 ceph-mon[93126]: pgmap v11118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:47.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:47.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:48.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:48.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:48 smithi089 ceph-mon[103441]: pgmap v11119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:48 smithi026 ceph-mon[93126]: pgmap v11119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:49.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:49.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:50:50.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:50.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:50 smithi089 ceph-mon[103441]: pgmap v11120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:50 smithi026 ceph-mon[93126]: pgmap v11120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:50:51.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:51.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:52.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:52.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:52 smithi089 ceph-mon[103441]: pgmap v11121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:52 smithi026 ceph-mon[93126]: pgmap v11121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:53.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:53.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:54.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:54.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:54 smithi089 ceph-mon[103441]: pgmap v11122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:54 smithi026 ceph-mon[93126]: pgmap v11122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:55.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:55.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:56.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:56.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:56 smithi089 ceph-mon[103441]: pgmap v11123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:56 smithi026 ceph-mon[93126]: pgmap v11123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:57.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:57.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:58.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:58.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:50:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:50:58 smithi026 ceph-mon[93126]: pgmap v11124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:50:58 smithi089 ceph-mon[103441]: pgmap v11124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:50:59.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:50:59.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:00.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:00.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:00 smithi026 ceph-mon[93126]: pgmap v11125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:00 smithi089 ceph-mon[103441]: pgmap v11125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:01.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:01.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:02.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:02.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:03.054 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:02 smithi089 ceph-mon[103441]: pgmap v11126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:02 smithi026 ceph-mon[93126]: pgmap v11126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:03.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:03.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:04.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:04.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:05.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:04 smithi026 ceph-mon[93126]: pgmap v11127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:05.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:04 smithi089 ceph-mon[103441]: pgmap v11127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:05.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:05.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:06.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:06.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:06 smithi026 ceph-mon[93126]: pgmap v11128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:06 smithi089 ceph-mon[103441]: pgmap v11128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:07.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:07.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:08.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:08.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:08 smithi026 ceph-mon[93126]: pgmap v11129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:08 smithi089 ceph-mon[103441]: pgmap v11129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:09.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:09.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:10.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:10.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:10 smithi026 ceph-mon[93126]: pgmap v11130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:10 smithi089 ceph-mon[103441]: pgmap v11130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:11.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:11.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:12.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:12.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:12 smithi026 ceph-mon[93126]: pgmap v11131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:13.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:12 smithi089 ceph-mon[103441]: pgmap v11131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:13.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:13.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:14.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:14.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:14 smithi026 ceph-mon[93126]: pgmap v11132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:14 smithi089 ceph-mon[103441]: pgmap v11132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:15.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:15.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:16.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:16.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:16 smithi026 ceph-mon[93126]: pgmap v11133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:16 smithi089 ceph-mon[103441]: pgmap v11133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:17.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:17.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:18.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:18.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:18 smithi026 ceph-mon[93126]: pgmap v11134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:18 smithi089 ceph-mon[103441]: pgmap v11134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:19.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:19.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:20.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:20.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:20 smithi026 ceph-mon[93126]: pgmap v11135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:20 smithi089 ceph-mon[103441]: pgmap v11135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:21.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:21.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:22.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:22.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:22 smithi026 ceph-mon[93126]: pgmap v11136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:22 smithi089 ceph-mon[103441]: pgmap v11136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:23.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:23.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:24.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:24.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:24 smithi026 ceph-mon[93126]: pgmap v11137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:24 smithi089 ceph-mon[103441]: pgmap v11137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:25.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:25.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:26.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:26.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:26 smithi026 ceph-mon[93126]: pgmap v11138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:26 smithi089 ceph-mon[103441]: pgmap v11138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:27.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:27.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:28.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:28.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:28 smithi026 ceph-mon[93126]: pgmap v11139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:28 smithi089 ceph-mon[103441]: pgmap v11139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:29.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:29.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:30.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:30.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:30 smithi026 ceph-mon[93126]: pgmap v11140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:30 smithi089 ceph-mon[103441]: pgmap v11140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:31.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:31.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:32.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:32.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:32 smithi089 ceph-mon[103441]: pgmap v11141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:51:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:32 smithi026 ceph-mon[93126]: pgmap v11141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:51:33.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:33.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:51:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:51:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:51:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:51:34.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:51:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:51:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:51:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:51:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:51:34.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:51:34.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:34.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:34 smithi026 ceph-mon[93126]: pgmap v11142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:34 smithi089 ceph-mon[103441]: pgmap v11142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:35.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:35.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:36.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:36.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:36 smithi026 ceph-mon[93126]: pgmap v11143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:36 smithi089 ceph-mon[103441]: pgmap v11143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:37.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:37.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:38.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:38.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:38 smithi026 ceph-mon[93126]: pgmap v11144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:38 smithi089 ceph-mon[103441]: pgmap v11144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:39.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:39.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:40.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:40.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:40 smithi026 ceph-mon[93126]: pgmap v11145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:40 smithi089 ceph-mon[103441]: pgmap v11145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:41.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:41.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:42.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:42.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:42 smithi026 ceph-mon[93126]: pgmap v11146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:42 smithi089 ceph-mon[103441]: pgmap v11146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:43.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:43.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:44.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:44.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:44 smithi026 ceph-mon[93126]: pgmap v11147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:44 smithi089 ceph-mon[103441]: pgmap v11147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:45.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:45.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:46.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:46.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:46 smithi026 ceph-mon[93126]: pgmap v11148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:46 smithi089 ceph-mon[103441]: pgmap v11148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:47.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:47.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:48.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:48.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:48 smithi089 ceph-mon[103441]: pgmap v11149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:48 smithi026 ceph-mon[93126]: pgmap v11149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:51:49.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:49.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:50.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:50.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:50 smithi026 ceph-mon[93126]: pgmap v11150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:50 smithi089 ceph-mon[103441]: pgmap v11150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:51:51.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:51.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:52.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:52.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:52 smithi026 ceph-mon[93126]: pgmap v11151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:52 smithi089 ceph-mon[103441]: pgmap v11151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:53.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:53.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:54.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:54.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:54 smithi026 ceph-mon[93126]: pgmap v11152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:54 smithi089 ceph-mon[103441]: pgmap v11152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:55.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:55.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:56.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:56.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:56 smithi026 ceph-mon[93126]: pgmap v11153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:56 smithi089 ceph-mon[103441]: pgmap v11153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:57.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:57.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:58.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:58.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:51:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:51:58 smithi089 ceph-mon[103441]: pgmap v11154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:51:58 smithi026 ceph-mon[93126]: pgmap v11154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:51:59.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:51:59.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:00.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:00.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:00 smithi026 ceph-mon[93126]: pgmap v11155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:00 smithi089 ceph-mon[103441]: pgmap v11155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:01.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:01.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:02.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:02.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:02 smithi026 ceph-mon[93126]: pgmap v11156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:02 smithi089 ceph-mon[103441]: pgmap v11156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:03.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:03.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:04.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:04.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:04 smithi026 ceph-mon[93126]: pgmap v11157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:04 smithi089 ceph-mon[103441]: pgmap v11157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:05.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:05.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:06.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:06.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:06 smithi026 ceph-mon[93126]: pgmap v11158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:06 smithi089 ceph-mon[103441]: pgmap v11158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:07.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:07.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:08.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:08.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:08.738 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:08 smithi089 ceph-mon[103441]: pgmap v11159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:08 smithi026 ceph-mon[93126]: pgmap v11159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:09.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:09.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:10.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:10.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:10.780 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:10 smithi026 ceph-mon[93126]: pgmap v11160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:10 smithi089 ceph-mon[103441]: pgmap v11160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:11.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:11.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:12.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:12.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:12 smithi026 ceph-mon[93126]: pgmap v11161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:12 smithi089 ceph-mon[103441]: pgmap v11161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:13.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:13.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:14.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:14.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:14 smithi026 ceph-mon[93126]: pgmap v11162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:14 smithi089 ceph-mon[103441]: pgmap v11162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:15.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:15.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:16.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:16.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:16 smithi026 ceph-mon[93126]: pgmap v11163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:16 smithi089 ceph-mon[103441]: pgmap v11163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:17.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:17.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:18.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:18.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:18 smithi026 ceph-mon[93126]: pgmap v11164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:18.844 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:18 smithi089 ceph-mon[103441]: pgmap v11164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:19.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:19.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:20.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:20.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:20 smithi026 ceph-mon[93126]: pgmap v11165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:20 smithi089 ceph-mon[103441]: pgmap v11165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:21.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:21.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:22.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:22.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:22 smithi026 ceph-mon[93126]: pgmap v11166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:22 smithi089 ceph-mon[103441]: pgmap v11166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:23.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:23.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:24.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:24.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:24 smithi026 ceph-mon[93126]: pgmap v11167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:24 smithi089 ceph-mon[103441]: pgmap v11167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:25.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:25.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:26.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:26.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:26 smithi026 ceph-mon[93126]: pgmap v11168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:26 smithi089 ceph-mon[103441]: pgmap v11168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:27.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:27.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:28.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:28.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:28 smithi026 ceph-mon[93126]: pgmap v11169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:28 smithi089 ceph-mon[103441]: pgmap v11169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:29.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:29.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:30.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:30.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:30 smithi026 ceph-mon[93126]: pgmap v11170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:30 smithi089 ceph-mon[103441]: pgmap v11170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:31.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:31.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:32.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:32.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:32 smithi026 ceph-mon[93126]: pgmap v11171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:32 smithi089 ceph-mon[103441]: pgmap v11171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:33.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:33.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:52:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:52:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:34.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:34.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:34 smithi026 ceph-mon[93126]: pgmap v11172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:34 smithi089 ceph-mon[103441]: pgmap v11172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:35.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:35.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:36.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:36.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:36.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:36 smithi026 ceph-mon[93126]: pgmap v11173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:36 smithi089 ceph-mon[103441]: pgmap v11173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:37.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:37.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:38.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:38.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:38 smithi026 ceph-mon[93126]: pgmap v11174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:38 smithi089 ceph-mon[103441]: pgmap v11174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:39.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:39.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:40.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:40.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:40 smithi026 ceph-mon[93126]: pgmap v11175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:40 smithi089 ceph-mon[103441]: pgmap v11175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:41.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:41.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:52:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:52:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:52:42.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:52:42.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:52:42.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:52:42.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:52:42.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:42.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:42 smithi026 ceph-mon[93126]: pgmap v11176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:42 smithi089 ceph-mon[103441]: pgmap v11176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:43.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:43.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:44.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:44.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:44 smithi026 ceph-mon[93126]: pgmap v11177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:44 smithi089 ceph-mon[103441]: pgmap v11177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:45.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:45.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:46.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:46.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:46 smithi026 ceph-mon[93126]: pgmap v11178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:46 smithi089 ceph-mon[103441]: pgmap v11178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:47.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:47.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:48.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:48.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:48 smithi026 ceph-mon[93126]: pgmap v11179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:49.157 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:48 smithi089 ceph-mon[103441]: pgmap v11179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:49.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:49.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:52:50.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:50.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:50 smithi026 ceph-mon[93126]: pgmap v11180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:50 smithi089 ceph-mon[103441]: pgmap v11180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:52:51.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:51.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:52.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:52.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:52 smithi026 ceph-mon[93126]: pgmap v11181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:52 smithi089 ceph-mon[103441]: pgmap v11181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:53.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:53.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:54.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:54.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:54 smithi026 ceph-mon[93126]: pgmap v11182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:54 smithi089 ceph-mon[103441]: pgmap v11182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:55.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:55.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:56.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:56.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:56 smithi026 ceph-mon[93126]: pgmap v11183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:56 smithi089 ceph-mon[103441]: pgmap v11183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:57.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:57.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:58.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:58.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:52:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:52:58 smithi026 ceph-mon[93126]: pgmap v11184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:52:58 smithi089 ceph-mon[103441]: pgmap v11184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:52:59.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:52:59.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:00.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:00.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:00 smithi026 ceph-mon[93126]: pgmap v11185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:00 smithi089 ceph-mon[103441]: pgmap v11185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:01.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:01.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:02.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:02.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:02 smithi026 ceph-mon[93126]: pgmap v11186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:02 smithi089 ceph-mon[103441]: pgmap v11186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:03.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:03.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:04.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:04.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:04 smithi026 ceph-mon[93126]: pgmap v11187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:04 smithi089 ceph-mon[103441]: pgmap v11187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:05.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:05.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:06.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:06.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:06 smithi026 ceph-mon[93126]: pgmap v11188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:06 smithi089 ceph-mon[103441]: pgmap v11188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:07.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:07.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:08.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:08.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:08 smithi026 ceph-mon[93126]: pgmap v11189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:08 smithi089 ceph-mon[103441]: pgmap v11189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:09.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:09.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:10.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:10.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:10 smithi026 ceph-mon[93126]: pgmap v11190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:11.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:10 smithi089 ceph-mon[103441]: pgmap v11190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:11.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:11.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:12.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:12.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:12 smithi026 ceph-mon[93126]: pgmap v11191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:12 smithi089 ceph-mon[103441]: pgmap v11191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:13.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:13.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:14.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:14.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:14 smithi026 ceph-mon[93126]: pgmap v11192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:14 smithi089 ceph-mon[103441]: pgmap v11192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:15.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:15.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:16 smithi026 ceph-mon[93126]: pgmap v11193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:16.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:16.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:16 smithi089 ceph-mon[103441]: pgmap v11193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:17.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:17.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:18.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:18.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:18 smithi026 ceph-mon[93126]: pgmap v11194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:18 smithi089 ceph-mon[103441]: pgmap v11194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:19.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:19.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:20.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:20.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:20 smithi026 ceph-mon[93126]: pgmap v11195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:20 smithi089 ceph-mon[103441]: pgmap v11195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:21.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:21.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:22.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:22.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:22 smithi026 ceph-mon[93126]: pgmap v11196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:22 smithi089 ceph-mon[103441]: pgmap v11196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:23.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:23.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:24.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:24.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:24 smithi089 ceph-mon[103441]: pgmap v11197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:24 smithi026 ceph-mon[93126]: pgmap v11197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:25.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:25.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:26.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:26.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:26 smithi026 ceph-mon[93126]: pgmap v11198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:26 smithi089 ceph-mon[103441]: pgmap v11198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:27.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:27.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:28.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:28.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:28 smithi026 ceph-mon[93126]: pgmap v11199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:28 smithi089 ceph-mon[103441]: pgmap v11199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:29.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:29.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:30.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:30.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:30 smithi026 ceph-mon[93126]: pgmap v11200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:30 smithi089 ceph-mon[103441]: pgmap v11200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:31.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:31.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:32.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:32.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:32 smithi026 ceph-mon[93126]: pgmap v11201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:32 smithi089 ceph-mon[103441]: pgmap v11201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:33.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:33.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:34 smithi026 ceph-mon[93126]: pgmap v11202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:34.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:34.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:34 smithi089 ceph-mon[103441]: pgmap v11202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:35.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:35.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:36.753 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:36 smithi026 ceph-mon[93126]: pgmap v11203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:36.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:36.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:36.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:36 smithi089 ceph-mon[103441]: pgmap v11203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:37.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:37.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:38 smithi026 ceph-mon[93126]: pgmap v11204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:38.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:38.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:38 smithi089 ceph-mon[103441]: pgmap v11204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:39.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:39.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:40 smithi026 ceph-mon[93126]: pgmap v11205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:40.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:40.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:40 smithi089 ceph-mon[103441]: pgmap v11205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:41.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:41.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:42 smithi026 ceph-mon[93126]: pgmap v11206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:53:42.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:42.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:42 smithi089 ceph-mon[103441]: pgmap v11206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:53:43.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:43.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:53:44.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:53:44.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:53:44.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:53:44.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:53:44.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:53:44.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:53:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:53:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:53:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:53:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:53:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:53:44.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:53:44.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:53:44.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:44.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:44 smithi026 ceph-mon[93126]: pgmap v11207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:44 smithi089 ceph-mon[103441]: pgmap v11207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:45.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:45.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:46.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:46.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:46 smithi026 ceph-mon[93126]: pgmap v11208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:46 smithi089 ceph-mon[103441]: pgmap v11208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:47.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:47.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:48.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:48.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:48 smithi026 ceph-mon[93126]: pgmap v11209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:48 smithi089 ceph-mon[103441]: pgmap v11209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:49.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:49.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:53:50.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:50.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:50 smithi026 ceph-mon[93126]: pgmap v11210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:50 smithi089 ceph-mon[103441]: pgmap v11210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:53:51.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:51.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:52.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:52.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:52 smithi026 ceph-mon[93126]: pgmap v11211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:52 smithi089 ceph-mon[103441]: pgmap v11211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:53.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:53.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:54.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:54.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:54 smithi026 ceph-mon[93126]: pgmap v11212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:54 smithi089 ceph-mon[103441]: pgmap v11212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:55.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:55.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:56.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:56.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:56.985 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:56 smithi026 ceph-mon[93126]: pgmap v11213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:56 smithi089 ceph-mon[103441]: pgmap v11213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:57.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:57.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:58.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:58.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:53:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:53:58 smithi026 ceph-mon[93126]: pgmap v11214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:53:58 smithi089 ceph-mon[103441]: pgmap v11214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:53:59.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:53:59.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:00.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:00.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:00 smithi026 ceph-mon[93126]: pgmap v11215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:00 smithi089 ceph-mon[103441]: pgmap v11215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:01.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:01.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:02.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:02.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:02 smithi026 ceph-mon[93126]: pgmap v11216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:02 smithi089 ceph-mon[103441]: pgmap v11216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:03.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:03.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:04.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:04.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:04 smithi026 ceph-mon[93126]: pgmap v11217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:04 smithi089 ceph-mon[103441]: pgmap v11217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:05.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:05.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:06.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:06.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:06 smithi026 ceph-mon[93126]: pgmap v11218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:06 smithi089 ceph-mon[103441]: pgmap v11218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:07.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:07.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:08.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:08.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:08 smithi026 ceph-mon[93126]: pgmap v11219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:08 smithi089 ceph-mon[103441]: pgmap v11219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:09.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:09.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:10.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:10.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:10 smithi026 ceph-mon[93126]: pgmap v11220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:10 smithi089 ceph-mon[103441]: pgmap v11220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:11.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:11.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:12.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:12.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:12 smithi026 ceph-mon[93126]: pgmap v11221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:12 smithi089 ceph-mon[103441]: pgmap v11221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:13.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:13.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:14.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:14.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:15.049 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:14 smithi089 ceph-mon[103441]: pgmap v11222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:14 smithi026 ceph-mon[93126]: pgmap v11222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:15.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:15.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:16.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:16.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:16 smithi026 ceph-mon[93126]: pgmap v11223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:16 smithi089 ceph-mon[103441]: pgmap v11223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:17.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:17.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:18.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:18.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:18 smithi026 ceph-mon[93126]: pgmap v11224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:18 smithi089 ceph-mon[103441]: pgmap v11224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:19.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:19.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:20.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:20.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:20 smithi026 ceph-mon[93126]: pgmap v11225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:20 smithi089 ceph-mon[103441]: pgmap v11225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:21.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:21.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:22.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:22.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:22 smithi026 ceph-mon[93126]: pgmap v11226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:22 smithi089 ceph-mon[103441]: pgmap v11226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:23.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:23.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:24.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:24.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:24 smithi026 ceph-mon[93126]: pgmap v11227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:25.155 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:24 smithi089 ceph-mon[103441]: pgmap v11227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:25.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:25.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:26.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:26.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:26 smithi026 ceph-mon[93126]: pgmap v11228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:26 smithi089 ceph-mon[103441]: pgmap v11228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:27.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:27.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:28.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:28.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:28 smithi026 ceph-mon[93126]: pgmap v11229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:28 smithi089 ceph-mon[103441]: pgmap v11229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:29.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:29.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:30.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:30.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:30 smithi026 ceph-mon[93126]: pgmap v11230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:30 smithi089 ceph-mon[103441]: pgmap v11230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:31.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:31.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:32.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:32.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:33.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:32 smithi026 ceph-mon[93126]: pgmap v11231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:32 smithi089 ceph-mon[103441]: pgmap v11231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:33.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:33.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:34 smithi026 ceph-mon[93126]: pgmap v11232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:34 smithi089 ceph-mon[103441]: pgmap v11232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:34.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:34.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:35.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:35.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:36 smithi026 ceph-mon[93126]: pgmap v11233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:36 smithi089 ceph-mon[103441]: pgmap v11233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:36.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:36.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:37.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:37.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:38 smithi026 ceph-mon[93126]: pgmap v11234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:38 smithi089 ceph-mon[103441]: pgmap v11234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:38.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:38.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:39.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:39.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:40 smithi089 ceph-mon[103441]: pgmap v11235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:40 smithi026 ceph-mon[93126]: pgmap v11235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:40.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:40.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:41.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:41.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:42 smithi026 ceph-mon[93126]: pgmap v11236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:42 smithi089 ceph-mon[103441]: pgmap v11236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:42.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:42.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:54:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:43.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:54:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:43.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:43.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:44 smithi026 ceph-mon[93126]: pgmap v11237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:44.821 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:44 smithi089 ceph-mon[103441]: pgmap v11237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:44.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:44.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:45.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:45.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:46 smithi026 ceph-mon[93126]: pgmap v11238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:46.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:46 smithi089 ceph-mon[103441]: pgmap v11238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:46.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:46.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:47.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:47.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:48.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:48 smithi026 ceph-mon[93126]: pgmap v11239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:54:48.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:54:48.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:54:48.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:48 smithi089 ceph-mon[103441]: pgmap v11239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:54:48.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:54:48.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:54:48.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:54:48.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:48.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:54:49.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:49.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:50 smithi089 ceph-mon[103441]: pgmap v11240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:50 smithi026 ceph-mon[93126]: pgmap v11240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:50.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:50.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:51.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:51.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:52 smithi026 ceph-mon[93126]: pgmap v11241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:52 smithi089 ceph-mon[103441]: pgmap v11241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:52.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:52.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:53.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:53.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:54 smithi026 ceph-mon[93126]: pgmap v11242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:54 smithi089 ceph-mon[103441]: pgmap v11242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:55.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:55.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:56.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:56.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:56 smithi026 ceph-mon[93126]: pgmap v11243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:56 smithi089 ceph-mon[103441]: pgmap v11243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:54:57.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:57.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:58.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:58.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:54:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:54:58 smithi026 ceph-mon[93126]: pgmap v11244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:54:58 smithi089 ceph-mon[103441]: pgmap v11244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:54:59.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:54:59.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:00.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:00.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:00 smithi026 ceph-mon[93126]: pgmap v11245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:00 smithi089 ceph-mon[103441]: pgmap v11245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:01.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:01.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:02.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:02.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:02 smithi026 ceph-mon[93126]: pgmap v11246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:02 smithi089 ceph-mon[103441]: pgmap v11246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:03.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:03.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:04.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:04.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:04 smithi026 ceph-mon[93126]: pgmap v11247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:04 smithi089 ceph-mon[103441]: pgmap v11247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:05.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:05.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:06.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:06.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:06 smithi026 ceph-mon[93126]: pgmap v11248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:06 smithi089 ceph-mon[103441]: pgmap v11248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:07.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:07.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:08.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:08.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:08 smithi026 ceph-mon[93126]: pgmap v11249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:08 smithi089 ceph-mon[103441]: pgmap v11249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:09.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:09.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:10.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:10.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:10 smithi026 ceph-mon[93126]: pgmap v11250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:10 smithi089 ceph-mon[103441]: pgmap v11250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:11.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:11.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:12.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:12.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:12 smithi026 ceph-mon[93126]: pgmap v11251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:12 smithi089 ceph-mon[103441]: pgmap v11251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:13.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:13.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:14.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:14.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:14 smithi026 ceph-mon[93126]: pgmap v11252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:14 smithi089 ceph-mon[103441]: pgmap v11252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:15.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:15.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:16.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:16.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:16 smithi026 ceph-mon[93126]: pgmap v11253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:16 smithi089 ceph-mon[103441]: pgmap v11253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:17.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:17.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:18.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:18.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:18 smithi026 ceph-mon[93126]: pgmap v11254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:18 smithi089 ceph-mon[103441]: pgmap v11254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:19.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:19.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:20.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:20.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:20 smithi026 ceph-mon[93126]: pgmap v11255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:20 smithi089 ceph-mon[103441]: pgmap v11255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:21.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:21.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:22.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:22.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:22 smithi026 ceph-mon[93126]: pgmap v11256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:22 smithi089 ceph-mon[103441]: pgmap v11256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:23.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:23.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:24.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:24.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:24 smithi026 ceph-mon[93126]: pgmap v11257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:24 smithi089 ceph-mon[103441]: pgmap v11257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:25.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:25.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:26.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:26.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:26 smithi026 ceph-mon[93126]: pgmap v11258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:26 smithi089 ceph-mon[103441]: pgmap v11258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:27.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:27.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:28.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:28.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:28 smithi026 ceph-mon[93126]: pgmap v11259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:28 smithi089 ceph-mon[103441]: pgmap v11259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:29.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:29.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:30.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:30.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:30 smithi026 ceph-mon[93126]: pgmap v11260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:30.840 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:30 smithi089 ceph-mon[103441]: pgmap v11260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:31.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:31.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:32.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:32.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:32 smithi026 ceph-mon[93126]: pgmap v11261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:32 smithi089 ceph-mon[103441]: pgmap v11261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:33.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:33.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:34.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:34.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:34 smithi026 ceph-mon[93126]: pgmap v11262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:34 smithi089 ceph-mon[103441]: pgmap v11262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:35.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:35.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:36.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:36.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:36 smithi026 ceph-mon[93126]: pgmap v11263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:36 smithi089 ceph-mon[103441]: pgmap v11263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:37.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:37.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:38.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:38.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:38 smithi089 ceph-mon[103441]: pgmap v11264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:38 smithi026 ceph-mon[93126]: pgmap v11264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:39.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:39.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:40.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:40.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:40 smithi089 ceph-mon[103441]: pgmap v11265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:40 smithi026 ceph-mon[93126]: pgmap v11265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:41.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:41.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:42.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:42.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:42 smithi089 ceph-mon[103441]: pgmap v11266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:42 smithi026 ceph-mon[93126]: pgmap v11266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:43.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:43.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:44.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:44.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:44.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:44 smithi089 ceph-mon[103441]: pgmap v11267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:44 smithi026 ceph-mon[93126]: pgmap v11267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:45.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:45.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:46.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:46.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:46 smithi089 ceph-mon[103441]: pgmap v11268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:46 smithi026 ceph-mon[93126]: pgmap v11268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:47.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:47.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:48.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:48.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: pgmap v11269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:55:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:55:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:55:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:55:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:55:48.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:55:48.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:55:48.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:55:48.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:55:48.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:55:48.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:55:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: pgmap v11269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:55:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:55:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:55:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:55:49.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T02:55:49.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:55:49.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:55:49.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:55:49.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:55:49.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:55:49.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:55:49.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:49.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:49 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1583M 2023-10-17T02:55:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:49 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1583M 2023-10-17T02:55:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:55:50.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:50.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:50 smithi089 ceph-mon[103441]: pgmap v11270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:50 smithi026 ceph-mon[93126]: pgmap v11270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:51.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:51.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:52.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:52.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:52 smithi089 ceph-mon[103441]: pgmap v11271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:52 smithi026 ceph-mon[93126]: pgmap v11271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:53.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:53.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:54.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:54.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:54 smithi089 ceph-mon[103441]: pgmap v11272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:55.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:54 smithi026 ceph-mon[93126]: pgmap v11272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:55.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:55.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:56.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:56.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:56 smithi089 ceph-mon[103441]: pgmap v11273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:56 smithi026 ceph-mon[93126]: pgmap v11273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:55:57.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:57.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:58.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:58.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:55:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:55:58 smithi026 ceph-mon[93126]: pgmap v11274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:55:58 smithi089 ceph-mon[103441]: pgmap v11274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:55:59.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:55:59.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:00.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:00.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:00 smithi089 ceph-mon[103441]: pgmap v11275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:00 smithi026 ceph-mon[93126]: pgmap v11275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:01.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:01.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:02.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:02.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:02 smithi089 ceph-mon[103441]: pgmap v11276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:02 smithi026 ceph-mon[93126]: pgmap v11276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:03.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:03.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:04.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:04.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:04 smithi089 ceph-mon[103441]: pgmap v11277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:04 smithi026 ceph-mon[93126]: pgmap v11277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:05.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:05.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:06.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:06.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:06 smithi089 ceph-mon[103441]: pgmap v11278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:06 smithi026 ceph-mon[93126]: pgmap v11278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:07.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:07.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:08.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:08.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:08 smithi026 ceph-mon[93126]: pgmap v11279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:08 smithi089 ceph-mon[103441]: pgmap v11279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:09.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:09.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:10.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:10.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:10 smithi089 ceph-mon[103441]: pgmap v11280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:10 smithi026 ceph-mon[93126]: pgmap v11280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:11.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:11.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:12.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:12.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:12 smithi089 ceph-mon[103441]: pgmap v11281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:12 smithi026 ceph-mon[93126]: pgmap v11281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:13.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:13.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:14.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:14.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:14 smithi089 ceph-mon[103441]: pgmap v11282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:14 smithi026 ceph-mon[93126]: pgmap v11282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:15.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:15.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:16.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:16.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:16 smithi089 ceph-mon[103441]: pgmap v11283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:16 smithi026 ceph-mon[93126]: pgmap v11283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:17.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:17.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:18.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:18.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:18 smithi089 ceph-mon[103441]: pgmap v11284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:18 smithi026 ceph-mon[93126]: pgmap v11284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:19.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:19.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:20.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:20.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:20 smithi089 ceph-mon[103441]: pgmap v11285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:20 smithi026 ceph-mon[93126]: pgmap v11285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:21.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:21.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:22.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:22.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:22 smithi089 ceph-mon[103441]: pgmap v11286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:22 smithi026 ceph-mon[93126]: pgmap v11286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:23.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:23.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:24.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:24.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:24 smithi089 ceph-mon[103441]: pgmap v11287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:24 smithi026 ceph-mon[93126]: pgmap v11287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:25.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:25.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:26.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:26.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:26.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:26 smithi089 ceph-mon[103441]: pgmap v11288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:26 smithi026 ceph-mon[93126]: pgmap v11288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:27.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:27.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:28.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:28.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:28 smithi089 ceph-mon[103441]: pgmap v11289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:28 smithi026 ceph-mon[93126]: pgmap v11289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:29.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:29.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:30.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:30.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:30 smithi089 ceph-mon[103441]: pgmap v11290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:30 smithi026 ceph-mon[93126]: pgmap v11290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:31.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:31.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:32.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:32.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:32 smithi089 ceph-mon[103441]: pgmap v11291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:32 smithi026 ceph-mon[93126]: pgmap v11291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:33.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:33.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:34.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:34.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:34 smithi089 ceph-mon[103441]: pgmap v11292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:34 smithi026 ceph-mon[93126]: pgmap v11292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:35.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:35.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:36.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:36.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:36 smithi089 ceph-mon[103441]: pgmap v11293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:36 smithi026 ceph-mon[93126]: pgmap v11293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:37.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:37.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:38.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:38.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:38 smithi089 ceph-mon[103441]: pgmap v11294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:38 smithi026 ceph-mon[93126]: pgmap v11294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:39.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:39.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:40.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:40.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:40 smithi089 ceph-mon[103441]: pgmap v11295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:40 smithi026 ceph-mon[93126]: pgmap v11295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:41.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:41.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:42.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:42.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:42 smithi089 ceph-mon[103441]: pgmap v11296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:42 smithi026 ceph-mon[93126]: pgmap v11296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:43.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:43.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:44.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:44.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:44 smithi089 ceph-mon[103441]: pgmap v11297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:44 smithi026 ceph-mon[93126]: pgmap v11297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:45.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:45.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:46.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:46.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:46 smithi089 ceph-mon[103441]: pgmap v11298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:46 smithi026 ceph-mon[93126]: pgmap v11298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:47.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:47.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:48.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:48.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:48 smithi089 ceph-mon[103441]: pgmap v11299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:56:48.930 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:48 smithi026 ceph-mon[93126]: pgmap v11299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:48.930 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:56:49.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:49.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:56:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:56:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:56:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:56:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:56:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:56:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:56:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:56:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:56:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:56:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:56:50.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:50.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:51.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:51.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:51 smithi026 ceph-mon[93126]: pgmap v11300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:51 smithi089 ceph-mon[103441]: pgmap v11300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:52.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:52.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:53.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:53.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:53 smithi026 ceph-mon[93126]: pgmap v11301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:53 smithi089 ceph-mon[103441]: pgmap v11301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:54.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:54.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:55.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:55.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:55 smithi026 ceph-mon[93126]: pgmap v11302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:55 smithi089 ceph-mon[103441]: pgmap v11302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:56.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:56.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:57.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:57.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:57 smithi026 ceph-mon[93126]: pgmap v11303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:57 smithi089 ceph-mon[103441]: pgmap v11303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:56:58.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:58.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:59.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:56:59.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:56:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:56:59 smithi026 ceph-mon[93126]: pgmap v11304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:56:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:56:59 smithi089 ceph-mon[103441]: pgmap v11304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:00.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:00.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:00 smithi089 ceph-mon[103441]: pgmap v11305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:00 smithi026 ceph-mon[93126]: pgmap v11305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:01.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:01.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:02.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:02.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:02 smithi026 ceph-mon[93126]: pgmap v11306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:02 smithi089 ceph-mon[103441]: pgmap v11306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:03.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:03.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:04.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:04.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:04 smithi026 ceph-mon[93126]: pgmap v11307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:04 smithi089 ceph-mon[103441]: pgmap v11307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:05.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:05.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:06.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:06.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:06 smithi026 ceph-mon[93126]: pgmap v11308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:06.847 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:06 smithi089 ceph-mon[103441]: pgmap v11308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:07.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:07.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:08.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:08.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:08 smithi026 ceph-mon[93126]: pgmap v11309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:08 smithi089 ceph-mon[103441]: pgmap v11309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:09.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:09.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:10.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:10.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:10 smithi026 ceph-mon[93126]: pgmap v11310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:10 smithi089 ceph-mon[103441]: pgmap v11310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:11.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:11.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:12.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:12.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:12 smithi026 ceph-mon[93126]: pgmap v11311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:12 smithi089 ceph-mon[103441]: pgmap v11311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:13.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:13.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:14.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:14.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:14 smithi026 ceph-mon[93126]: pgmap v11312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:14 smithi089 ceph-mon[103441]: pgmap v11312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:15.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:15.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:16.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:16.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:16 smithi026 ceph-mon[93126]: pgmap v11313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:16 smithi089 ceph-mon[103441]: pgmap v11313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:17.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:17.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:18.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:18.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:18 smithi026 ceph-mon[93126]: pgmap v11314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:18 smithi089 ceph-mon[103441]: pgmap v11314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:19.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:19.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:20.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:20.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:20 smithi026 ceph-mon[93126]: pgmap v11315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:20 smithi089 ceph-mon[103441]: pgmap v11315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:21.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:21.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:22.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:22.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:22 smithi026 ceph-mon[93126]: pgmap v11316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:22 smithi089 ceph-mon[103441]: pgmap v11316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:23.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:23.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:24.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:24.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:24 smithi026 ceph-mon[93126]: pgmap v11317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:24 smithi089 ceph-mon[103441]: pgmap v11317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:25.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:25.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:26.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:26.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:26 smithi026 ceph-mon[93126]: pgmap v11318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:26 smithi089 ceph-mon[103441]: pgmap v11318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:27.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:27.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:28.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:28.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:28 smithi026 ceph-mon[93126]: pgmap v11319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:28 smithi089 ceph-mon[103441]: pgmap v11319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:29.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:29.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:30.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:30.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:30 smithi026 ceph-mon[93126]: pgmap v11320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:30 smithi089 ceph-mon[103441]: pgmap v11320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:31.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:31.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:32.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:32.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:32 smithi026 ceph-mon[93126]: pgmap v11321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:32 smithi089 ceph-mon[103441]: pgmap v11321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:33.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:33.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:34.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:34.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:34 smithi026 ceph-mon[93126]: pgmap v11322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:34 smithi089 ceph-mon[103441]: pgmap v11322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:35.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:35.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:36.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:36.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:36 smithi089 ceph-mon[103441]: pgmap v11323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:36 smithi026 ceph-mon[93126]: pgmap v11323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:37.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:37.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:38.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:38.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:38 smithi089 ceph-mon[103441]: pgmap v11324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:38 smithi026 ceph-mon[93126]: pgmap v11324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:39.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:39.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:40.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:40.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:40 smithi089 ceph-mon[103441]: pgmap v11325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:40 smithi026 ceph-mon[93126]: pgmap v11325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:41.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:41.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:42.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:42.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:42 smithi089 ceph-mon[103441]: pgmap v11326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:42 smithi026 ceph-mon[93126]: pgmap v11326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:43.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:43.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:44.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:44.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:44 smithi089 ceph-mon[103441]: pgmap v11327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:44 smithi026 ceph-mon[93126]: pgmap v11327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:45.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:45.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:46.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:46.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:46 smithi089 ceph-mon[103441]: pgmap v11328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:46 smithi026 ceph-mon[93126]: pgmap v11328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:47.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:47.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:48.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:48.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:48 smithi089 ceph-mon[103441]: pgmap v11329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:48 smithi026 ceph-mon[93126]: pgmap v11329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:49.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:49.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:57:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:57:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:57:50.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:50.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:50 smithi089 ceph-mon[103441]: pgmap v11330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:57:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:57:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:57:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:57:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:57:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:50 smithi026 ceph-mon[93126]: pgmap v11330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:57:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:57:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:57:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:57:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:57:51.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:51.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:52.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:52.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:52 smithi089 ceph-mon[103441]: pgmap v11331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:52 smithi026 ceph-mon[93126]: pgmap v11331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:53.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:53.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:54.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:54.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:54 smithi089 ceph-mon[103441]: pgmap v11332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:54 smithi026 ceph-mon[93126]: pgmap v11332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:55.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:55.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:56.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:56.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:56 smithi089 ceph-mon[103441]: pgmap v11333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:56 smithi026 ceph-mon[93126]: pgmap v11333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:57:57.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:57.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:58.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:58.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:57:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:57:58 smithi089 ceph-mon[103441]: pgmap v11334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:57:58 smithi026 ceph-mon[93126]: pgmap v11334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:57:59.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:57:59.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:00.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:00.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:00 smithi089 ceph-mon[103441]: pgmap v11335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:00 smithi026 ceph-mon[93126]: pgmap v11335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:01.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:01.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:02.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:02.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:02 smithi089 ceph-mon[103441]: pgmap v11336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:02 smithi026 ceph-mon[93126]: pgmap v11336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:03.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:03.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:04 smithi089 ceph-mon[103441]: pgmap v11337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:04 smithi026 ceph-mon[93126]: pgmap v11337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:05.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:05.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:06.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:06.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:06 smithi089 ceph-mon[103441]: pgmap v11338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:07.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:06 smithi026 ceph-mon[93126]: pgmap v11338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:07.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:07.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:08.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:08.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:08 smithi089 ceph-mon[103441]: pgmap v11339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:08 smithi026 ceph-mon[93126]: pgmap v11339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:09.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:09.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:10.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:10.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:10 smithi089 ceph-mon[103441]: pgmap v11340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:10 smithi026 ceph-mon[93126]: pgmap v11340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:11.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:11.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:12.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:12.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:12 smithi089 ceph-mon[103441]: pgmap v11341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:12 smithi026 ceph-mon[93126]: pgmap v11341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:13.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:13.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:14.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:14.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:14.915 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:14 smithi026 ceph-mon[93126]: pgmap v11342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:14 smithi089 ceph-mon[103441]: pgmap v11342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:15.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:15.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:16.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:16.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:16 smithi089 ceph-mon[103441]: pgmap v11343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:16 smithi026 ceph-mon[93126]: pgmap v11343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:17.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:17.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:18.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:18.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:18 smithi089 ceph-mon[103441]: pgmap v11344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:18 smithi026 ceph-mon[93126]: pgmap v11344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:19.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:19.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:19.972 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:20.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:20.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:20 smithi089 ceph-mon[103441]: pgmap v11345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:20 smithi026 ceph-mon[93126]: pgmap v11345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:21.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:21.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:22.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:22.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:22 smithi089 ceph-mon[103441]: pgmap v11346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:22 smithi026 ceph-mon[93126]: pgmap v11346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:23.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:23.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:24.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:24.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:24 smithi089 ceph-mon[103441]: pgmap v11347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:25.029 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:24 smithi026 ceph-mon[93126]: pgmap v11347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:25.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:25.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:26.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:26.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:26 smithi089 ceph-mon[103441]: pgmap v11348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:26 smithi026 ceph-mon[93126]: pgmap v11348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:27.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:27.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:28.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:28.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:28 smithi089 ceph-mon[103441]: pgmap v11349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:28 smithi026 ceph-mon[93126]: pgmap v11349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:29.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:29.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:30.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:30.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:30 smithi089 ceph-mon[103441]: pgmap v11350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:31.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:30 smithi026 ceph-mon[93126]: pgmap v11350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:31.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:31.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:32.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:32.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:32 smithi089 ceph-mon[103441]: pgmap v11351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:32 smithi026 ceph-mon[93126]: pgmap v11351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:33.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:33.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:34.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:34.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:34 smithi089 ceph-mon[103441]: pgmap v11352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:34 smithi026 ceph-mon[93126]: pgmap v11352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:35.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:35.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:36.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:36.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:36 smithi089 ceph-mon[103441]: pgmap v11353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:36 smithi026 ceph-mon[93126]: pgmap v11353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:37.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:37.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:38.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:38.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:38 smithi089 ceph-mon[103441]: pgmap v11354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:38 smithi026 ceph-mon[93126]: pgmap v11354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:39.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:39.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:40.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:40.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:40 smithi089 ceph-mon[103441]: pgmap v11355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:40 smithi026 ceph-mon[93126]: pgmap v11355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:41.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:41.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:42.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:42.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:42 smithi089 ceph-mon[103441]: pgmap v11356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:42 smithi026 ceph-mon[93126]: pgmap v11356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:43.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:43.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:44.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:44.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:44 smithi089 ceph-mon[103441]: pgmap v11357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:44 smithi026 ceph-mon[93126]: pgmap v11357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:45.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:45.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:46.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:46.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:46 smithi026 ceph-mon[93126]: pgmap v11358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:46 smithi089 ceph-mon[103441]: pgmap v11358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:47.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:47.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:48.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:48.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:48 smithi026 ceph-mon[93126]: pgmap v11359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:48 smithi089 ceph-mon[103441]: pgmap v11359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:49.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:49.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:58:50.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:50.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:50 smithi026 ceph-mon[93126]: pgmap v11360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:58:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:58:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:58:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:58:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:58:51.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:58:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:50 smithi089 ceph-mon[103441]: pgmap v11360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:58:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:58:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:58:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:58:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:58:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:58:51.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:51.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:52.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:52.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:52.957 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:52 smithi089 ceph-mon[103441]: pgmap v11361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:52 smithi026 ceph-mon[93126]: pgmap v11361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:53.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:53.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:54.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:54.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:54 smithi026 ceph-mon[93126]: pgmap v11362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:54 smithi089 ceph-mon[103441]: pgmap v11362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:55.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:55.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:56.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:56.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:56 smithi026 ceph-mon[93126]: pgmap v11363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:56 smithi089 ceph-mon[103441]: pgmap v11363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:58:57.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:57.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:58.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:58.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:58:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:58:58 smithi026 ceph-mon[93126]: pgmap v11364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:58:58 smithi089 ceph-mon[103441]: pgmap v11364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:58:59.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:58:59.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:00.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:00.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:00 smithi026 ceph-mon[93126]: pgmap v11365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:00 smithi089 ceph-mon[103441]: pgmap v11365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:01.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:01.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:02.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:02.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:02 smithi026 ceph-mon[93126]: pgmap v11366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:03.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:02 smithi089 ceph-mon[103441]: pgmap v11366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:03.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:03.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:04.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:04.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:04 smithi026 ceph-mon[93126]: pgmap v11367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:04 smithi089 ceph-mon[103441]: pgmap v11367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:05.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:05.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:06.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:06.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:06 smithi026 ceph-mon[93126]: pgmap v11368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:06 smithi089 ceph-mon[103441]: pgmap v11368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:07.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:07.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:08.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:08.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:08 smithi026 ceph-mon[93126]: pgmap v11369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:08 smithi089 ceph-mon[103441]: pgmap v11369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:09.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:09.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:10.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:10.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:10 smithi026 ceph-mon[93126]: pgmap v11370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:10 smithi089 ceph-mon[103441]: pgmap v11370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:11.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:11.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:12.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:12.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:12 smithi026 ceph-mon[93126]: pgmap v11371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:13.168 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:12 smithi089 ceph-mon[103441]: pgmap v11371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:13.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:13.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:14.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:14.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:14 smithi026 ceph-mon[93126]: pgmap v11372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:14 smithi089 ceph-mon[103441]: pgmap v11372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:15.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:15.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:16.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:16.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:16 smithi026 ceph-mon[93126]: pgmap v11373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:16 smithi089 ceph-mon[103441]: pgmap v11373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:17.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:17.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:18.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:18.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:18 smithi026 ceph-mon[93126]: pgmap v11374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:18 smithi089 ceph-mon[103441]: pgmap v11374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:19.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:19.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:20.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:20.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:21.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:20 smithi026 ceph-mon[93126]: pgmap v11375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:20 smithi089 ceph-mon[103441]: pgmap v11375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:21.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:21.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:22.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:22.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:22 smithi026 ceph-mon[93126]: pgmap v11376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:22 smithi089 ceph-mon[103441]: pgmap v11376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:23.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:23.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:24.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:24.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:24 smithi026 ceph-mon[93126]: pgmap v11377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:24 smithi089 ceph-mon[103441]: pgmap v11377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:25.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:25.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:26.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:26.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:27.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:26 smithi026 ceph-mon[93126]: pgmap v11378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:26 smithi089 ceph-mon[103441]: pgmap v11378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:27.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:27.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:28.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:28.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:28 smithi026 ceph-mon[93126]: pgmap v11379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:28 smithi089 ceph-mon[103441]: pgmap v11379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:29.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:29.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:30.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:30.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:30 smithi026 ceph-mon[93126]: pgmap v11380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:30 smithi089 ceph-mon[103441]: pgmap v11380: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:59:31.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:32.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:32.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:32 smithi026 ceph-mon[93126]: pgmap v11381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:32 smithi089 ceph-mon[103441]: pgmap v11381: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:59:33.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:34.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:34.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:34 smithi026 ceph-mon[93126]: pgmap v11382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:34 smithi089 ceph-mon[103441]: pgmap v11382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:35.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:35.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:36.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:36.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:36 smithi026 ceph-mon[93126]: pgmap v11383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:36 smithi089 ceph-mon[103441]: pgmap v11383: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:59:37.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:38.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:38.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:38 smithi026 ceph-mon[93126]: pgmap v11384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:38 smithi089 ceph-mon[103441]: pgmap v11384: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:59:39.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:40.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:40.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:40 smithi026 ceph-mon[93126]: pgmap v11385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:40 smithi089 ceph-mon[103441]: pgmap v11385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:41.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:41.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:42.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:42.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:42 smithi026 ceph-mon[93126]: pgmap v11386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:42 smithi089 ceph-mon[103441]: pgmap v11386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:43.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:43.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:44.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:44.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:44 smithi026 ceph-mon[93126]: pgmap v11387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:44 smithi089 ceph-mon[103441]: pgmap v11387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:45.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:45.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:46.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:46.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:46 smithi026 ceph-mon[93126]: pgmap v11388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:46 smithi089 ceph-mon[103441]: pgmap v11388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:47.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:47.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:48.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:48.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:48 smithi089 ceph-mon[103441]: pgmap v11389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:48 smithi026 ceph-mon[93126]: pgmap v11389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T02:59:49.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:49.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:50.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:50.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:50 smithi026 ceph-mon[93126]: pgmap v11390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:59:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:50 smithi089 ceph-mon[103441]: pgmap v11390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T02:59:51.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:51.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:59:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:59:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:59:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:59:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:59:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T02:59:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T02:59:52.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:59:52.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T02:59:52.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T02:59:52.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:52.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:52 smithi026 ceph-mon[93126]: pgmap v11391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:52 smithi089 ceph-mon[103441]: pgmap v11391: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:59:53.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:54.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:54.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:54 smithi026 ceph-mon[93126]: pgmap v11392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:54 smithi089 ceph-mon[103441]: pgmap v11392: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T02:59:55.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:56.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:56.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:56 smithi026 ceph-mon[93126]: pgmap v11393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:56 smithi089 ceph-mon[103441]: pgmap v11393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T02:59:57.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:57.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:58.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:58.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T02:59:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 02:59:58 smithi089 ceph-mon[103441]: pgmap v11394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 02:59:58 smithi026 ceph-mon[93126]: pgmap v11394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T02:59:59.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T02:59:59.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:00.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:00.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:00 smithi026 ceph-mon[93126]: pgmap v11395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T03:00:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:00 smithi089 ceph-mon[103441]: pgmap v11395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T03:00:01.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:01.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:02 smithi026 ceph-mon[93126]: pgmap v11396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:02 smithi089 ceph-mon[103441]: pgmap v11396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:03.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:03.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:04.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:04.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:04 smithi026 ceph-mon[93126]: pgmap v11397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:04 smithi089 ceph-mon[103441]: pgmap v11397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:05.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:05.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:06.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:06.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:06 smithi026 ceph-mon[93126]: pgmap v11398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:06 smithi089 ceph-mon[103441]: pgmap v11398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:07.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:07.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:08.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:08.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:08 smithi026 ceph-mon[93126]: pgmap v11399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:08 smithi089 ceph-mon[103441]: pgmap v11399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:09.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:09.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:10.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:10.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:10 smithi089 ceph-mon[103441]: pgmap v11400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:10 smithi026 ceph-mon[93126]: pgmap v11400: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:00:11.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:12.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:12.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:12 smithi089 ceph-mon[103441]: pgmap v11401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:12 smithi026 ceph-mon[93126]: pgmap v11401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:13.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:13.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:14.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:14.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:14 smithi089 ceph-mon[103441]: pgmap v11402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:14 smithi026 ceph-mon[93126]: pgmap v11402: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:00:15.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:16.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:16.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:16 smithi089 ceph-mon[103441]: pgmap v11403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:17.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:16 smithi026 ceph-mon[93126]: pgmap v11403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:17.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:17.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:18.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:18.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:18.855 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:18 smithi089 ceph-mon[103441]: pgmap v11404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:19.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:18 smithi026 ceph-mon[93126]: pgmap v11404: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:00:19.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:20.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:20.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:20 smithi089 ceph-mon[103441]: pgmap v11405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:20 smithi026 ceph-mon[93126]: pgmap v11405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:21.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:21.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:22.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:22.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:22 smithi089 ceph-mon[103441]: pgmap v11406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:22 smithi026 ceph-mon[93126]: pgmap v11406: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:00:23.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:24.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:24.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:24 smithi089 ceph-mon[103441]: pgmap v11407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:24 smithi026 ceph-mon[93126]: pgmap v11407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:25.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:25.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:26.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:26.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:26 smithi026 ceph-mon[93126]: pgmap v11408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:26 smithi089 ceph-mon[103441]: pgmap v11408: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:00:27.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:28.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:28.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:28 smithi089 ceph-mon[103441]: pgmap v11409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:28 smithi026 ceph-mon[93126]: pgmap v11409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:29.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:29.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:30.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:30.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:30 smithi089 ceph-mon[103441]: pgmap v11410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:30 smithi026 ceph-mon[93126]: pgmap v11410: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:00:31.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:32.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:32.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:32 smithi089 ceph-mon[103441]: pgmap v11411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:32 smithi026 ceph-mon[93126]: pgmap v11411: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:00:33.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:34.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:34.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:34 smithi089 ceph-mon[103441]: pgmap v11412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:34 smithi026 ceph-mon[93126]: pgmap v11412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:35.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:35.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:36.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:36.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:36 smithi026 ceph-mon[93126]: pgmap v11413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:36 smithi089 ceph-mon[103441]: pgmap v11413: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:00:37.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:38.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:38.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:38 smithi026 ceph-mon[93126]: pgmap v11414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:38 smithi089 ceph-mon[103441]: pgmap v11414: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:00:39.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:40.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:40.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:40 smithi089 ceph-mon[103441]: pgmap v11415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:40 smithi026 ceph-mon[93126]: pgmap v11415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:41.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:41.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:42.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:42.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:42 smithi089 ceph-mon[103441]: pgmap v11416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:42 smithi026 ceph-mon[93126]: pgmap v11416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:43.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:43.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:44.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:44.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:44 smithi089 ceph-mon[103441]: pgmap v11417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:44 smithi026 ceph-mon[93126]: pgmap v11417: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:00:45.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:46.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:46.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:46 smithi089 ceph-mon[103441]: pgmap v11418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:46 smithi026 ceph-mon[93126]: pgmap v11418: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:00:47.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:48.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:48.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:48 smithi089 ceph-mon[103441]: pgmap v11419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:48 smithi026 ceph-mon[93126]: pgmap v11419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:49.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:49.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:00:50.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:50.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:50 smithi089 ceph-mon[103441]: pgmap v11420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:50 smithi026 ceph-mon[93126]: pgmap v11420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:51.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:51.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:00:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:00:52.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:52.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:52 smithi089 ceph-mon[103441]: pgmap v11421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:52 smithi026 ceph-mon[93126]: pgmap v11421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:53.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:53.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:54.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:54.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:54 smithi089 ceph-mon[103441]: pgmap v11422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:54 smithi026 ceph-mon[93126]: pgmap v11422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:55.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:55.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:56.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:56.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:57 smithi026 ceph-mon[93126]: pgmap v11423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:00:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:00:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:00:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:00:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:00:57.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:00:57.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:00:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:57 smithi089 ceph-mon[103441]: pgmap v11423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:00:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:00:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:00:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:00:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:00:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:00:57.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:00:57.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:00:57.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:57.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:58.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:58.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:00:59.276 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:00:59 smithi089 ceph-mon[103441]: pgmap v11424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:00:59 smithi026 ceph-mon[93126]: pgmap v11424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:00:59.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:00:59.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:00.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:00.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:01 smithi026 ceph-mon[93126]: pgmap v11425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:01 smithi089 ceph-mon[103441]: pgmap v11425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:01.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:01.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:02.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:02.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:03 smithi026 ceph-mon[93126]: pgmap v11426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:03 smithi089 ceph-mon[103441]: pgmap v11426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:03.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:03.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:04.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:04.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:04 smithi089 ceph-mon[103441]: pgmap v11427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:04 smithi026 ceph-mon[93126]: pgmap v11427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:05.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:05.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:06.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:06.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:06.870 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:06 smithi026 ceph-mon[93126]: pgmap v11428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:06 smithi089 ceph-mon[103441]: pgmap v11428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:07.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:07.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:08.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:08.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:08 smithi089 ceph-mon[103441]: pgmap v11429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:08 smithi026 ceph-mon[93126]: pgmap v11429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:09.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:09.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:10.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:10.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:10.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:10 smithi089 ceph-mon[103441]: pgmap v11430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:11.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:10 smithi026 ceph-mon[93126]: pgmap v11430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:11.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:11.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:12.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:12.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:12 smithi089 ceph-mon[103441]: pgmap v11431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:12 smithi026 ceph-mon[93126]: pgmap v11431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:13.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:13.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:14.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:14.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:14 smithi089 ceph-mon[103441]: pgmap v11432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:14 smithi026 ceph-mon[93126]: pgmap v11432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:15.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:15.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:16.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:16.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:16 smithi089 ceph-mon[103441]: pgmap v11433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:16.985 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:16 smithi026 ceph-mon[93126]: pgmap v11433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:17.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:17.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:18.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:18.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:18 smithi089 ceph-mon[103441]: pgmap v11434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:18 smithi026 ceph-mon[93126]: pgmap v11434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:19.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:19.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:20.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:20.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:20 smithi089 ceph-mon[103441]: pgmap v11435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:20 smithi026 ceph-mon[93126]: pgmap v11435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:21.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:21.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:22.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:22.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:22 smithi089 ceph-mon[103441]: pgmap v11436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:22 smithi026 ceph-mon[93126]: pgmap v11436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:23.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:23.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:24.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:24.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:24 smithi089 ceph-mon[103441]: pgmap v11437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:24 smithi026 ceph-mon[93126]: pgmap v11437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:25.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:25.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:26.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:26.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:26 smithi089 ceph-mon[103441]: pgmap v11438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:26 smithi026 ceph-mon[93126]: pgmap v11438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:27.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:27.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:28.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:28.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:28 smithi089 ceph-mon[103441]: pgmap v11439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:28 smithi026 ceph-mon[93126]: pgmap v11439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:29.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:29.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:30.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:30.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:30 smithi089 ceph-mon[103441]: pgmap v11440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:30 smithi026 ceph-mon[93126]: pgmap v11440: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:01:31.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:32.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:32.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:32 smithi089 ceph-mon[103441]: pgmap v11441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:32 smithi026 ceph-mon[93126]: pgmap v11441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:33.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:33.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:34.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:34.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:34 smithi089 ceph-mon[103441]: pgmap v11442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:34 smithi026 ceph-mon[93126]: pgmap v11442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:35.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:35.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:36.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:36.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:36 smithi089 ceph-mon[103441]: pgmap v11443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:36 smithi026 ceph-mon[93126]: pgmap v11443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:37.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:37.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:38.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:38.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:38 smithi089 ceph-mon[103441]: pgmap v11444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:38 smithi026 ceph-mon[93126]: pgmap v11444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:39.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:39.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:40.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:40.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:40 smithi089 ceph-mon[103441]: pgmap v11445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:40 smithi026 ceph-mon[93126]: pgmap v11445: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:01:41.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:42.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:42.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:42 smithi089 ceph-mon[103441]: pgmap v11446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:42 smithi026 ceph-mon[93126]: pgmap v11446: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:01:43.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:44.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:44.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:44 smithi089 ceph-mon[103441]: pgmap v11447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:45.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:44 smithi026 ceph-mon[93126]: pgmap v11447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:45.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:45.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:46.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:46.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:46 smithi089 ceph-mon[103441]: pgmap v11448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:46 smithi026 ceph-mon[93126]: pgmap v11448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:47.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:47.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:48.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:48.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:48 smithi089 ceph-mon[103441]: pgmap v11449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:48 smithi026 ceph-mon[93126]: pgmap v11449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:49.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:49.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:01:50.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:50.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:50 smithi089 ceph-mon[103441]: pgmap v11450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:50 smithi026 ceph-mon[93126]: pgmap v11450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:51.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:51.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:52.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:54.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:54.244 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:52 smithi089 ceph-mon[103441]: pgmap v11451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:54.244 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:52 smithi026 ceph-mon[93126]: pgmap v11451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:54.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:54.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:54.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:54.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:54 smithi089 ceph-mon[103441]: pgmap v11452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:54 smithi026 ceph-mon[93126]: pgmap v11452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:55.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:55.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:56.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:56.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:56 smithi089 ceph-mon[103441]: pgmap v11453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:56 smithi026 ceph-mon[93126]: pgmap v11453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:01:57.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:57.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:57.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:01:57.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:01:57.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:01:57.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:01:57.810 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:01:57.811 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:01:57.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:01:57.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:01:57.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:01:57.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:01:57.933 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:01:57.934 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:01:58.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:58.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:01:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:01:58 smithi089 ceph-mon[103441]: pgmap v11454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:01:58 smithi026 ceph-mon[93126]: pgmap v11454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:01:59.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:01:59.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:00.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:00.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:00.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:00 smithi089 ceph-mon[103441]: pgmap v11455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:00 smithi026 ceph-mon[93126]: pgmap v11455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:01.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:01.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:02.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:02.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:02.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:02 smithi026 ceph-mon[93126]: pgmap v11456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:02 smithi089 ceph-mon[103441]: pgmap v11456: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:02:03.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:04.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:04.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:04 smithi089 ceph-mon[103441]: pgmap v11457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:04 smithi026 ceph-mon[93126]: pgmap v11457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:05.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:05.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:06.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:06.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:06 smithi089 ceph-mon[103441]: pgmap v11458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:06 smithi026 ceph-mon[93126]: pgmap v11458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:07.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:07.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:08.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:08.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:08 smithi089 ceph-mon[103441]: pgmap v11459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:08 smithi026 ceph-mon[93126]: pgmap v11459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:09.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:09.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:10.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:10.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:10 smithi089 ceph-mon[103441]: pgmap v11460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:10 smithi026 ceph-mon[93126]: pgmap v11460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:11.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:11.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:12.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:12.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:12 smithi089 ceph-mon[103441]: pgmap v11461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:12 smithi026 ceph-mon[93126]: pgmap v11461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:13.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:13.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:14.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:14.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:14 smithi026 ceph-mon[93126]: pgmap v11462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:15.064 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:14 smithi089 ceph-mon[103441]: pgmap v11462: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:02:15.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:16.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:16.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:16 smithi026 ceph-mon[93126]: pgmap v11463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:16 smithi089 ceph-mon[103441]: pgmap v11463: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:02:17.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:18.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:18.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:18 smithi026 ceph-mon[93126]: pgmap v11464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:18 smithi089 ceph-mon[103441]: pgmap v11464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:19.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:19.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:20.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:20.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:20.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:20 smithi026 ceph-mon[93126]: pgmap v11465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:20 smithi089 ceph-mon[103441]: pgmap v11465: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:02:21.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:22.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:22.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:22 smithi026 ceph-mon[93126]: pgmap v11466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:22 smithi089 ceph-mon[103441]: pgmap v11466: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:02:23.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:24.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:24.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:24 smithi026 ceph-mon[93126]: pgmap v11467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:25.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:24 smithi089 ceph-mon[103441]: pgmap v11467: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:02:25.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:26.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:26.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:26 smithi026 ceph-mon[93126]: pgmap v11468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:26 smithi089 ceph-mon[103441]: pgmap v11468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:27.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:27.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:28.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:28.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:29.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:28 smithi026 ceph-mon[93126]: pgmap v11469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:28 smithi089 ceph-mon[103441]: pgmap v11469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:29.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:29.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:30.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:30.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:30 smithi026 ceph-mon[93126]: pgmap v11470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:30 smithi089 ceph-mon[103441]: pgmap v11470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:31.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:31.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:32.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:32.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:32 smithi026 ceph-mon[93126]: pgmap v11471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:32 smithi089 ceph-mon[103441]: pgmap v11471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:33.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:33.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:34.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:34.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:34 smithi026 ceph-mon[93126]: pgmap v11472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:34 smithi089 ceph-mon[103441]: pgmap v11472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:35.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:35.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:36.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:36.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:36 smithi026 ceph-mon[93126]: pgmap v11473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:36 smithi089 ceph-mon[103441]: pgmap v11473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:37.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:37.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:38.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:38.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:38 smithi026 ceph-mon[93126]: pgmap v11474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:38 smithi089 ceph-mon[103441]: pgmap v11474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:39.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:39.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:40.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:40.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:40 smithi026 ceph-mon[93126]: pgmap v11475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:40 smithi089 ceph-mon[103441]: pgmap v11475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:41.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:41.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:42.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:42.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:42 smithi026 ceph-mon[93126]: pgmap v11476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:42 smithi089 ceph-mon[103441]: pgmap v11476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:43.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:43.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:44.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:44.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:44 smithi026 ceph-mon[93126]: pgmap v11477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:44 smithi089 ceph-mon[103441]: pgmap v11477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:45.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:45.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:46.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:46.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:47.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:46 smithi026 ceph-mon[93126]: pgmap v11478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:46 smithi089 ceph-mon[103441]: pgmap v11478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:47.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:47.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:48.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:48.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:48 smithi026 ceph-mon[93126]: pgmap v11479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:48 smithi089 ceph-mon[103441]: pgmap v11479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:49.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:49.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:02:50.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:50.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:50 smithi026 ceph-mon[93126]: pgmap v11480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:50 smithi089 ceph-mon[103441]: pgmap v11480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:51.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:51.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:52.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:52.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:52 smithi026 ceph-mon[93126]: pgmap v11481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:52 smithi089 ceph-mon[103441]: pgmap v11481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:53.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:53.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:54.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:54.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:55.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:54 smithi026 ceph-mon[93126]: pgmap v11482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:54 smithi089 ceph-mon[103441]: pgmap v11482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:55.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:55.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:56.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:56.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:56 smithi026 ceph-mon[93126]: pgmap v11483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:56 smithi089 ceph-mon[103441]: pgmap v11483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:02:57.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:57.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:02:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:02:58.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:58.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:02:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:58 smithi089 ceph-mon[103441]: pgmap v11484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:02:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:02:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:02:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:58 smithi026 ceph-mon[93126]: pgmap v11484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:02:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:02:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:02:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:02:59.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:02:59.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:00.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:00.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:00 smithi089 ceph-mon[103441]: pgmap v11485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:00 smithi026 ceph-mon[93126]: pgmap v11485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:01.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:01.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:02.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:02.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:02 smithi089 ceph-mon[103441]: pgmap v11486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:03.183 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:02 smithi026 ceph-mon[93126]: pgmap v11486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:03.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:03.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:04.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:04.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:04 smithi089 ceph-mon[103441]: pgmap v11487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:04 smithi026 ceph-mon[93126]: pgmap v11487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:05.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:05.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:03:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:03:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:06 smithi089 ceph-mon[103441]: pgmap v11488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:03:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:03:06.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:03:06.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:03:06.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:03:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:03:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:03:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:06 smithi026 ceph-mon[93126]: pgmap v11488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:03:06.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:03:06.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:03:06.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:03:06.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:03:06.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:06.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:07.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:07.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:08.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:08.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:08 smithi089 ceph-mon[103441]: pgmap v11489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:08 smithi026 ceph-mon[93126]: pgmap v11489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:09.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:09.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:10.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:10.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:10 smithi089 ceph-mon[103441]: pgmap v11490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:10 smithi026 ceph-mon[93126]: pgmap v11490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:11.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:11.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:12.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:12.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:12 smithi089 ceph-mon[103441]: pgmap v11491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:12 smithi026 ceph-mon[93126]: pgmap v11491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:13.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:13.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:14.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:14.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:14 smithi089 ceph-mon[103441]: pgmap v11492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:14 smithi026 ceph-mon[93126]: pgmap v11492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:15.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:15.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:16.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:16.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:16 smithi089 ceph-mon[103441]: pgmap v11493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:16 smithi026 ceph-mon[93126]: pgmap v11493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:17.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:17.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:18.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:18.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:18 smithi089 ceph-mon[103441]: pgmap v11494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:18 smithi026 ceph-mon[93126]: pgmap v11494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:19.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:19.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:20.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:20.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:20 smithi089 ceph-mon[103441]: pgmap v11495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:20 smithi026 ceph-mon[93126]: pgmap v11495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:21.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:21.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:22.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:22.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:22 smithi089 ceph-mon[103441]: pgmap v11496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:22 smithi026 ceph-mon[93126]: pgmap v11496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:23.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:23.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:24.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:24.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:24 smithi089 ceph-mon[103441]: pgmap v11497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:24 smithi026 ceph-mon[93126]: pgmap v11497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:25.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:25.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:26.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:26.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:26 smithi089 ceph-mon[103441]: pgmap v11498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:26 smithi026 ceph-mon[93126]: pgmap v11498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:27.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:27.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:28 smithi026 ceph-mon[93126]: pgmap v11499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:28.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:28.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:28 smithi089 ceph-mon[103441]: pgmap v11499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:29.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:29.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:30.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:30.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:30 smithi089 ceph-mon[103441]: pgmap v11500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:30 smithi026 ceph-mon[93126]: pgmap v11500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:31.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:31.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:32.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:32.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:32 smithi089 ceph-mon[103441]: pgmap v11501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:32 smithi026 ceph-mon[93126]: pgmap v11501: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:03:33.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:34.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:34.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:34 smithi089 ceph-mon[103441]: pgmap v11502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:34 smithi026 ceph-mon[93126]: pgmap v11502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:35.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:35.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:36.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:36.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:36 smithi089 ceph-mon[103441]: pgmap v11503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:36 smithi026 ceph-mon[93126]: pgmap v11503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:37.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:37.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:38.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:38.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:38 smithi089 ceph-mon[103441]: pgmap v11504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:38 smithi026 ceph-mon[93126]: pgmap v11504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:39.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:39.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:40.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:40.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:40 smithi089 ceph-mon[103441]: pgmap v11505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:40 smithi026 ceph-mon[93126]: pgmap v11505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:41.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:41.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:42.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:42.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:42 smithi089 ceph-mon[103441]: pgmap v11506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:42 smithi026 ceph-mon[93126]: pgmap v11506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:43.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:43.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:44.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:44.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:44 smithi089 ceph-mon[103441]: pgmap v11507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:44 smithi026 ceph-mon[93126]: pgmap v11507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:45.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:45.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:46.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:46.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:46 smithi089 ceph-mon[103441]: pgmap v11508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:46 smithi026 ceph-mon[93126]: pgmap v11508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:47.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:47.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:48.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:48.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:48 smithi089 ceph-mon[103441]: pgmap v11509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:48 smithi026 ceph-mon[93126]: pgmap v11509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:49.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:49.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:03:50.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:50.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:50 smithi089 ceph-mon[103441]: pgmap v11510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:50 smithi026 ceph-mon[93126]: pgmap v11510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:51.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:51.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:52.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:52.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:52 smithi026 ceph-mon[93126]: pgmap v11511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:52 smithi089 ceph-mon[103441]: pgmap v11511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:53.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:53.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:54.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:54.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:54 smithi026 ceph-mon[93126]: pgmap v11512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:54 smithi089 ceph-mon[103441]: pgmap v11512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:55.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:55.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:56.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:56.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:56 smithi026 ceph-mon[93126]: pgmap v11513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:56 smithi089 ceph-mon[103441]: pgmap v11513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:03:57.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:57.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:58.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:58.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:03:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:03:58 smithi026 ceph-mon[93126]: pgmap v11514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:03:58 smithi089 ceph-mon[103441]: pgmap v11514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:03:59.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:03:59.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:00.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:00.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:00 smithi026 ceph-mon[93126]: pgmap v11515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:00 smithi089 ceph-mon[103441]: pgmap v11515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:01.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:01.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:02.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:02.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:02 smithi026 ceph-mon[93126]: pgmap v11516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:02 smithi089 ceph-mon[103441]: pgmap v11516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:03.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:03.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:04.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:04.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:04 smithi026 ceph-mon[93126]: pgmap v11517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:04 smithi089 ceph-mon[103441]: pgmap v11517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:05.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:05.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:06.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:06.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:06 smithi026 ceph-mon[93126]: pgmap v11518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:04:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:04:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:04:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:04:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:04:07.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:04:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:06 smithi089 ceph-mon[103441]: pgmap v11518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:04:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:04:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:04:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:04:07.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:04:07.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:04:07.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:07.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:08.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:08.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:08 smithi026 ceph-mon[93126]: pgmap v11519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:08 smithi089 ceph-mon[103441]: pgmap v11519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:09.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:09.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:10.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:10.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:10 smithi026 ceph-mon[93126]: pgmap v11520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:10 smithi089 ceph-mon[103441]: pgmap v11520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:11.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:11.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:12.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:12.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:12 smithi026 ceph-mon[93126]: pgmap v11521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:12 smithi089 ceph-mon[103441]: pgmap v11521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:13.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:13.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:14.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:14.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:14 smithi026 ceph-mon[93126]: pgmap v11522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:14 smithi089 ceph-mon[103441]: pgmap v11522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:15.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:15.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:16.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:16.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:16 smithi026 ceph-mon[93126]: pgmap v11523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:16 smithi089 ceph-mon[103441]: pgmap v11523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:17.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:17.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:18.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:18.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:19.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:18 smithi026 ceph-mon[93126]: pgmap v11524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:18 smithi089 ceph-mon[103441]: pgmap v11524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:19.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:19.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:20.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:20.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:20 smithi026 ceph-mon[93126]: pgmap v11525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:20 smithi089 ceph-mon[103441]: pgmap v11525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:21.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:21.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:22.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:22.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:22 smithi026 ceph-mon[93126]: pgmap v11526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:22 smithi089 ceph-mon[103441]: pgmap v11526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:23.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:23.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:24.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:24.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:24 smithi026 ceph-mon[93126]: pgmap v11527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:24 smithi089 ceph-mon[103441]: pgmap v11527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:25.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:25.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:26.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:26.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:26 smithi026 ceph-mon[93126]: pgmap v11528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:26 smithi089 ceph-mon[103441]: pgmap v11528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:27.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:27.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:28.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:28.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:28 smithi026 ceph-mon[93126]: pgmap v11529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:28 smithi089 ceph-mon[103441]: pgmap v11529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:29.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:29.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:30.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:30.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:30 smithi026 ceph-mon[93126]: pgmap v11530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:30 smithi089 ceph-mon[103441]: pgmap v11530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:31.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:31.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:32.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:32.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:32 smithi026 ceph-mon[93126]: pgmap v11531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:32 smithi089 ceph-mon[103441]: pgmap v11531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:33.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:33.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:34.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:34.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:34 smithi026 ceph-mon[93126]: pgmap v11532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:34 smithi089 ceph-mon[103441]: pgmap v11532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:35.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:35.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:36 smithi089 ceph-mon[103441]: pgmap v11533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:36.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:36.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:36 smithi026 ceph-mon[93126]: pgmap v11533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:37.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:37.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:38.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:38.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:38 smithi026 ceph-mon[93126]: pgmap v11534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:38 smithi089 ceph-mon[103441]: pgmap v11534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:39.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:39.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:40.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:40.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:40 smithi026 ceph-mon[93126]: pgmap v11535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:40 smithi089 ceph-mon[103441]: pgmap v11535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:41.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:41.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:42.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:42.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:42 smithi026 ceph-mon[93126]: pgmap v11536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:42 smithi089 ceph-mon[103441]: pgmap v11536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:43.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:43.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:44.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:44.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:44 smithi026 ceph-mon[93126]: pgmap v11537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:44 smithi089 ceph-mon[103441]: pgmap v11537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:45.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:45.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:46 smithi089 ceph-mon[103441]: pgmap v11538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:46.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:46.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:46 smithi026 ceph-mon[93126]: pgmap v11538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:47.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:47.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:48.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:48.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:48 smithi026 ceph-mon[93126]: pgmap v11539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:48 smithi089 ceph-mon[103441]: pgmap v11539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:50.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:50.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:04:51.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:51.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:50 smithi026 ceph-mon[93126]: pgmap v11540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:50 smithi089 ceph-mon[103441]: pgmap v11540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:52.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:52.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:53.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:53.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:52 smithi026 ceph-mon[93126]: pgmap v11541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:52 smithi089 ceph-mon[103441]: pgmap v11541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:54.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:54.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:55.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:55.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:54 smithi026 ceph-mon[93126]: pgmap v11542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:54 smithi089 ceph-mon[103441]: pgmap v11542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:56.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:56.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:57.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:57.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:56 smithi026 ceph-mon[93126]: pgmap v11543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:56 smithi089 ceph-mon[103441]: pgmap v11543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:04:58.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:58.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:59.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:04:59.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:04:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:04:58 smithi026 ceph-mon[93126]: pgmap v11544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:04:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:04:58 smithi089 ceph-mon[103441]: pgmap v11544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:00.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:00.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:01.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:01.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:00 smithi026 ceph-mon[93126]: pgmap v11545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:00 smithi089 ceph-mon[103441]: pgmap v11545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:02.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:02.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:03.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:03.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:02 smithi026 ceph-mon[93126]: pgmap v11546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:02 smithi089 ceph-mon[103441]: pgmap v11546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:04.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:04.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:04 smithi089 ceph-mon[103441]: pgmap v11547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:05.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:05.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:04 smithi026 ceph-mon[93126]: pgmap v11547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:06.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:06.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:06 smithi089 ceph-mon[103441]: pgmap v11548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:05:07.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:07.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:06 smithi026 ceph-mon[93126]: pgmap v11548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:05:08.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:08.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:05:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:05:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:05:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:05:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:05:08.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:05:08.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:05:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:05:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:05:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:05:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:05:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:05:08.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:05:08.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:05:09.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:09.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:09 smithi026 ceph-mon[93126]: pgmap v11549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:09 smithi089 ceph-mon[103441]: pgmap v11549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:10.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:10.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:11.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:11.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:11 smithi026 ceph-mon[93126]: pgmap v11550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:11 smithi089 ceph-mon[103441]: pgmap v11550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:12.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:12.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:13.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:13.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:13 smithi026 ceph-mon[93126]: pgmap v11551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:13 smithi089 ceph-mon[103441]: pgmap v11551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:14.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:14.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:15.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:15.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:15 smithi026 ceph-mon[93126]: pgmap v11552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:15 smithi089 ceph-mon[103441]: pgmap v11552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:16.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:16.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:17.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:17.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:17 smithi026 ceph-mon[93126]: pgmap v11553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:17 smithi089 ceph-mon[103441]: pgmap v11553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:18.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:18.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:19.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:19.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:19 smithi026 ceph-mon[93126]: pgmap v11554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:19 smithi089 ceph-mon[103441]: pgmap v11554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:20.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:20.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:21.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:21.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:21 smithi026 ceph-mon[93126]: pgmap v11555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:21 smithi089 ceph-mon[103441]: pgmap v11555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:22.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:22.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:23.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:23.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:23 smithi089 ceph-mon[103441]: pgmap v11556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:23 smithi026 ceph-mon[93126]: pgmap v11556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:24.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:24.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:25.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:25.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:25 smithi089 ceph-mon[103441]: pgmap v11557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:25.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:25 smithi026 ceph-mon[93126]: pgmap v11557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:26.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:26.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:27.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:27.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:27 smithi089 ceph-mon[103441]: pgmap v11558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:27 smithi026 ceph-mon[93126]: pgmap v11558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:28.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:28.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:29.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:29.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:29 smithi089 ceph-mon[103441]: pgmap v11559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:29 smithi026 ceph-mon[93126]: pgmap v11559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:30.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:30.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:31.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:31.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:31 smithi089 ceph-mon[103441]: pgmap v11560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:31 smithi026 ceph-mon[93126]: pgmap v11560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:32.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:32.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:33.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:33.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:33 smithi089 ceph-mon[103441]: pgmap v11561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:33 smithi026 ceph-mon[93126]: pgmap v11561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:34.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:34.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:34.915 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:34 smithi026 ceph-mon[93126]: pgmap v11562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:34.915 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:34 smithi089 ceph-mon[103441]: pgmap v11562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:35.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:35.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:36.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:36.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:36 smithi089 ceph-mon[103441]: pgmap v11563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:36 smithi026 ceph-mon[93126]: pgmap v11563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:37.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:37.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:38.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:38.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:38 smithi089 ceph-mon[103441]: pgmap v11564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:38 smithi026 ceph-mon[93126]: pgmap v11564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:39.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:39.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:40.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:40.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:40 smithi089 ceph-mon[103441]: pgmap v11565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:40 smithi026 ceph-mon[93126]: pgmap v11565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:41.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:41.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:42.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:42.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:42 smithi089 ceph-mon[103441]: pgmap v11566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:42 smithi026 ceph-mon[93126]: pgmap v11566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:43.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:43.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:44.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:44.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:44 smithi089 ceph-mon[103441]: pgmap v11567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:45.030 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:44 smithi026 ceph-mon[93126]: pgmap v11567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:45.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:45.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:46.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:46.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:46 smithi089 ceph-mon[103441]: pgmap v11568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:46 smithi026 ceph-mon[93126]: pgmap v11568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:47.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:47.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:48.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:48.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:48 smithi089 ceph-mon[103441]: pgmap v11569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:48 smithi026 ceph-mon[93126]: pgmap v11569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:49.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:49.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:05:50.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:50.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:50 smithi089 ceph-mon[103441]: pgmap v11570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:50 smithi026 ceph-mon[93126]: pgmap v11570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:51.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:51.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:52.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:52.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:52.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:52 smithi089 ceph-mon[103441]: pgmap v11571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:52 smithi026 ceph-mon[93126]: pgmap v11571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:53.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:53.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:54.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:54.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:54 smithi089 ceph-mon[103441]: pgmap v11572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:54 smithi026 ceph-mon[93126]: pgmap v11572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:55.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:55.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:56.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:56.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:56 smithi089 ceph-mon[103441]: pgmap v11573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:56 smithi026 ceph-mon[93126]: pgmap v11573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:05:57.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:57.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:58.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:58.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:05:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:05:58 smithi089 ceph-mon[103441]: pgmap v11574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:05:58 smithi026 ceph-mon[93126]: pgmap v11574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:05:59.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:05:59.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:00.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:00.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:00 smithi089 ceph-mon[103441]: pgmap v11575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:00 smithi026 ceph-mon[93126]: pgmap v11575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:01.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:01.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:02.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:02.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:02 smithi089 ceph-mon[103441]: pgmap v11576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:02 smithi026 ceph-mon[93126]: pgmap v11576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:03.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:03.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:04.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:04.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:04 smithi089 ceph-mon[103441]: pgmap v11577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:04 smithi026 ceph-mon[93126]: pgmap v11577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:05.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:05.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:06.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:06.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:06 smithi026 ceph-mon[93126]: pgmap v11578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:07.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:07.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:06 smithi089 ceph-mon[103441]: pgmap v11578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:08.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:08.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: pgmap v11579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:06:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:06:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:06:09.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:06:09.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:06:09.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:06:09.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:06:09.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:06:09.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:06:09.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:06:09.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:06:09.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:09.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: pgmap v11579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:06:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:06:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:06:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:06:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:06:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:06:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:06:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:06:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:06:09.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:06:09.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:06:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:09 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1574M 2023-10-17T03:06:10.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:10.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:09 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1574M 2023-10-17T03:06:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:10 smithi026 ceph-mon[93126]: pgmap v11580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:11.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:11.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:10 smithi089 ceph-mon[103441]: pgmap v11580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:12.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:12.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:12.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:12 smithi089 ceph-mon[103441]: pgmap v11581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:12 smithi026 ceph-mon[93126]: pgmap v11581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:13.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:13.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:14.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:14.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:14.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:14 smithi089 ceph-mon[103441]: pgmap v11582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:14 smithi026 ceph-mon[93126]: pgmap v11582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:15.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:15.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:16.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:16.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:16 smithi026 ceph-mon[93126]: pgmap v11583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:17.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:17.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:16 smithi089 ceph-mon[103441]: pgmap v11583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:18.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:18.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:18 smithi026 ceph-mon[93126]: pgmap v11584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:19.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:19.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:18 smithi089 ceph-mon[103441]: pgmap v11584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:20.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:20.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:20 smithi026 ceph-mon[93126]: pgmap v11585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:21.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:21.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:20 smithi089 ceph-mon[103441]: pgmap v11585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:22.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:22.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:22.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:22 smithi089 ceph-mon[103441]: pgmap v11586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:23.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:22 smithi026 ceph-mon[93126]: pgmap v11586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:23.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:23.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:24.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:24.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:24 smithi026 ceph-mon[93126]: pgmap v11587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:25.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:25.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:24 smithi089 ceph-mon[103441]: pgmap v11587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:26.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:26.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:26 smithi026 ceph-mon[93126]: pgmap v11588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:27.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:27.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:26 smithi089 ceph-mon[103441]: pgmap v11588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:28.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:28.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:28 smithi089 ceph-mon[103441]: pgmap v11589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:28 smithi026 ceph-mon[93126]: pgmap v11589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:29.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:29.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:30.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:30.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:30 smithi026 ceph-mon[93126]: pgmap v11590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:31.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:31.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:30 smithi089 ceph-mon[103441]: pgmap v11590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:32.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:32.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:32 smithi026 ceph-mon[93126]: pgmap v11591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:33.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:33.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:32 smithi089 ceph-mon[103441]: pgmap v11591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:34.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:34.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:34 smithi026 ceph-mon[93126]: pgmap v11592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:35.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:35.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:34 smithi089 ceph-mon[103441]: pgmap v11592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:36.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:36.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:36 smithi026 ceph-mon[93126]: pgmap v11593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:36 smithi089 ceph-mon[103441]: pgmap v11593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:37.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:37.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:38.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:38.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:38 smithi026 ceph-mon[93126]: pgmap v11594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:38 smithi089 ceph-mon[103441]: pgmap v11594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:39.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:39.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:40.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:40.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:40 smithi026 ceph-mon[93126]: pgmap v11595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:40 smithi089 ceph-mon[103441]: pgmap v11595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:41.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:41.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:42.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:42.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:42 smithi026 ceph-mon[93126]: pgmap v11596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:42 smithi089 ceph-mon[103441]: pgmap v11596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:43.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:43.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:44.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:44.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:44 smithi026 ceph-mon[93126]: pgmap v11597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:44 smithi089 ceph-mon[103441]: pgmap v11597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:45.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:45.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:46.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:46.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:46 smithi026 ceph-mon[93126]: pgmap v11598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:46 smithi089 ceph-mon[103441]: pgmap v11598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:47.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:47.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:48.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:48.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:48 smithi026 ceph-mon[93126]: pgmap v11599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:48 smithi089 ceph-mon[103441]: pgmap v11599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:49.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:49.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:06:50.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:50.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:51.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:50 smithi026 ceph-mon[93126]: pgmap v11600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:50 smithi089 ceph-mon[103441]: pgmap v11600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:51.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:51.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:52.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:52.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:52 smithi026 ceph-mon[93126]: pgmap v11601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:52 smithi089 ceph-mon[103441]: pgmap v11601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:53.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:53.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:54.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:54.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:54 smithi026 ceph-mon[93126]: pgmap v11602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:54 smithi089 ceph-mon[103441]: pgmap v11602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:55.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:55.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:56.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:56.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:56 smithi026 ceph-mon[93126]: pgmap v11603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:56 smithi089 ceph-mon[103441]: pgmap v11603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:06:57.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:57.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:58.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:58.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:06:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:06:58 smithi026 ceph-mon[93126]: pgmap v11604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:06:58 smithi089 ceph-mon[103441]: pgmap v11604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:06:59.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:06:59.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:00.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:00.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:00 smithi026 ceph-mon[93126]: pgmap v11605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:00 smithi089 ceph-mon[103441]: pgmap v11605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:01.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:01.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:02.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:02.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:02 smithi026 ceph-mon[93126]: pgmap v11606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:03.065 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:02 smithi089 ceph-mon[103441]: pgmap v11606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:03.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:03.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:04.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:04.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:04 smithi026 ceph-mon[93126]: pgmap v11607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:04 smithi089 ceph-mon[103441]: pgmap v11607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:05.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:05.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:06.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:06.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:06 smithi026 ceph-mon[93126]: pgmap v11608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:06 smithi089 ceph-mon[103441]: pgmap v11608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:07.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:07.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:08.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:08.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:08 smithi026 ceph-mon[93126]: pgmap v11609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:07:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:08 smithi089 ceph-mon[103441]: pgmap v11609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:07:09.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:09.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:07:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:07:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:07:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:07:10.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:07:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:07:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:07:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:07:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:07:10.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:07:10.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:10.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:11.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:11.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:11 smithi026 ceph-mon[93126]: pgmap v11610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:11 smithi089 ceph-mon[103441]: pgmap v11610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:12.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:12.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:13.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:13.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:13 smithi089 ceph-mon[103441]: pgmap v11611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:13 smithi026 ceph-mon[93126]: pgmap v11611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:14.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:14.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:15.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:15.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:15 smithi089 ceph-mon[103441]: pgmap v11612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:15 smithi026 ceph-mon[93126]: pgmap v11612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:16.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:16.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:17.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:17.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:17 smithi089 ceph-mon[103441]: pgmap v11613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:17 smithi026 ceph-mon[93126]: pgmap v11613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:18.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:18.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:19.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:19.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:19 smithi089 ceph-mon[103441]: pgmap v11614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:19 smithi026 ceph-mon[93126]: pgmap v11614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:20.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:20.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:21.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:21.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:21 smithi089 ceph-mon[103441]: pgmap v11615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:21 smithi026 ceph-mon[93126]: pgmap v11615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:22.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:22.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:23.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:23.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:23 smithi089 ceph-mon[103441]: pgmap v11616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:23 smithi026 ceph-mon[93126]: pgmap v11616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:24.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:24.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:25.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:25.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:25 smithi089 ceph-mon[103441]: pgmap v11617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:25 smithi026 ceph-mon[93126]: pgmap v11617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:26.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:26.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:27.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:27.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:27 smithi089 ceph-mon[103441]: pgmap v11618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:27 smithi026 ceph-mon[93126]: pgmap v11618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:28.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:28.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:29.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:29.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:29 smithi089 ceph-mon[103441]: pgmap v11619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:29 smithi026 ceph-mon[93126]: pgmap v11619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:30.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:30.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:31.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:31.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:31 smithi089 ceph-mon[103441]: pgmap v11620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:31 smithi026 ceph-mon[93126]: pgmap v11620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:32.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:32.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:33.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:33.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:33.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:33 smithi089 ceph-mon[103441]: pgmap v11621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:33 smithi026 ceph-mon[93126]: pgmap v11621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:34.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:34.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:34 smithi089 ceph-mon[103441]: pgmap v11622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:34 smithi026 ceph-mon[93126]: pgmap v11622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:35.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:35.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:36.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:36.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:36 smithi089 ceph-mon[103441]: pgmap v11623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:36 smithi026 ceph-mon[93126]: pgmap v11623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:37.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:37.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:38.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:38.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:38 smithi089 ceph-mon[103441]: pgmap v11624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:38 smithi026 ceph-mon[93126]: pgmap v11624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:39.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:39.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:40.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:40.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:40 smithi089 ceph-mon[103441]: pgmap v11625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:40 smithi026 ceph-mon[93126]: pgmap v11625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:41.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:41.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:42.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:42.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:42 smithi089 ceph-mon[103441]: pgmap v11626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:42 smithi026 ceph-mon[93126]: pgmap v11626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:43.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:43.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:44.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:44.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:44.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:44 smithi089 ceph-mon[103441]: pgmap v11627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:44 smithi026 ceph-mon[93126]: pgmap v11627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:45.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:45.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:46.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:46.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:46 smithi089 ceph-mon[103441]: pgmap v11628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:46 smithi026 ceph-mon[93126]: pgmap v11628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:47.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:47.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:48.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:48.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:48 smithi089 ceph-mon[103441]: pgmap v11629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:48 smithi026 ceph-mon[93126]: pgmap v11629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:49.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:49.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:07:50.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:50.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:50 smithi026 ceph-mon[93126]: pgmap v11630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:50 smithi089 ceph-mon[103441]: pgmap v11630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:51.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:51.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:52.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:52.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:52 smithi026 ceph-mon[93126]: pgmap v11631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:52 smithi089 ceph-mon[103441]: pgmap v11631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:53.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:53.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:54.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:54.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:54 smithi026 ceph-mon[93126]: pgmap v11632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:54 smithi089 ceph-mon[103441]: pgmap v11632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:55.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:55.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:56.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:56.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:56 smithi026 ceph-mon[93126]: pgmap v11633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:56 smithi089 ceph-mon[103441]: pgmap v11633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:07:57.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:57.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:58.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:58.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:07:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:07:58 smithi089 ceph-mon[103441]: pgmap v11634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:07:58 smithi026 ceph-mon[93126]: pgmap v11634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:07:59.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:07:59.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:00.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:00.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:00 smithi026 ceph-mon[93126]: pgmap v11635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:00 smithi089 ceph-mon[103441]: pgmap v11635: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:01.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:02.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:02.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:02 smithi026 ceph-mon[93126]: pgmap v11636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:02 smithi089 ceph-mon[103441]: pgmap v11636: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:03.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:04.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:04.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:04 smithi026 ceph-mon[93126]: pgmap v11637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:04 smithi089 ceph-mon[103441]: pgmap v11637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:05.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:05.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:06.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:06.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:06 smithi026 ceph-mon[93126]: pgmap v11638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:06 smithi089 ceph-mon[103441]: pgmap v11638: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:07.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:08.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:08.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:08 smithi026 ceph-mon[93126]: pgmap v11639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:08 smithi089 ceph-mon[103441]: pgmap v11639: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:09.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:08:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:08:10.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:10.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:10 smithi026 ceph-mon[93126]: pgmap v11640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:08:11.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:08:11.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:08:11.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:08:11.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:08:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:10 smithi089 ceph-mon[103441]: pgmap v11640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:08:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:08:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:08:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:08:11.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:08:11.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:11.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:12.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:12.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:12 smithi026 ceph-mon[93126]: pgmap v11641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:12 smithi089 ceph-mon[103441]: pgmap v11641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:13.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:13.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:14.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:14.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:14 smithi026 ceph-mon[93126]: pgmap v11642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:14 smithi089 ceph-mon[103441]: pgmap v11642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:15.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:15.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:16.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:16.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:16 smithi026 ceph-mon[93126]: pgmap v11643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:16 smithi089 ceph-mon[103441]: pgmap v11643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:17.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:17.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:18.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:18.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:18 smithi026 ceph-mon[93126]: pgmap v11644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:18 smithi089 ceph-mon[103441]: pgmap v11644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:19.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:19.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:20.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:20.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:20 smithi026 ceph-mon[93126]: pgmap v11645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:20 smithi089 ceph-mon[103441]: pgmap v11645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:21.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:21.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:22.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:22.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:22 smithi026 ceph-mon[93126]: pgmap v11646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:22 smithi089 ceph-mon[103441]: pgmap v11646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:23.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:23.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:24.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:24.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:24 smithi026 ceph-mon[93126]: pgmap v11647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:24 smithi089 ceph-mon[103441]: pgmap v11647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:25.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:25.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:26.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:26.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:26 smithi026 ceph-mon[93126]: pgmap v11648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:26 smithi089 ceph-mon[103441]: pgmap v11648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:27.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:27.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:28.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:28.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:28 smithi026 ceph-mon[93126]: pgmap v11649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:28 smithi089 ceph-mon[103441]: pgmap v11649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:29.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:29.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:30.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:30.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:30 smithi026 ceph-mon[93126]: pgmap v11650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:30 smithi089 ceph-mon[103441]: pgmap v11650: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:31.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:32.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:32.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:33.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:32 smithi026 ceph-mon[93126]: pgmap v11651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:32 smithi089 ceph-mon[103441]: pgmap v11651: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:33.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:34.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:34.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:34 smithi026 ceph-mon[93126]: pgmap v11652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:34 smithi089 ceph-mon[103441]: pgmap v11652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:35.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:35.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:36.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:36.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:36 smithi026 ceph-mon[93126]: pgmap v11653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:36 smithi089 ceph-mon[103441]: pgmap v11653: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:37.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:38.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:38.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:38 smithi026 ceph-mon[93126]: pgmap v11654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:39.074 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:38 smithi089 ceph-mon[103441]: pgmap v11654: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:39.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:40.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:40.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:40 smithi026 ceph-mon[93126]: pgmap v11655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:41.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:40 smithi089 ceph-mon[103441]: pgmap v11655: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:41.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:42.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:42.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:42 smithi026 ceph-mon[93126]: pgmap v11656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:42 smithi089 ceph-mon[103441]: pgmap v11656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:43.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:43.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:44.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:44.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:44 smithi026 ceph-mon[93126]: pgmap v11657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:44 smithi089 ceph-mon[103441]: pgmap v11657: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:45.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:46.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:46.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:46 smithi026 ceph-mon[93126]: pgmap v11658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:46 smithi089 ceph-mon[103441]: pgmap v11658: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:47.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:48.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:48.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:48 smithi026 ceph-mon[93126]: pgmap v11659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:48 smithi089 ceph-mon[103441]: pgmap v11659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:08:49.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:49.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:50.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:50.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:50 smithi026 ceph-mon[93126]: pgmap v11660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:50 smithi089 ceph-mon[103441]: pgmap v11660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:51.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:51.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:52.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:52.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:52 smithi026 ceph-mon[93126]: pgmap v11661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:52 smithi089 ceph-mon[103441]: pgmap v11661: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:08:53.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:54.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:54.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:54 smithi026 ceph-mon[93126]: pgmap v11662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:54 smithi089 ceph-mon[103441]: pgmap v11662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:55.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:55.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:56.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:56.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:56 smithi026 ceph-mon[93126]: pgmap v11663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:56 smithi089 ceph-mon[103441]: pgmap v11663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:08:57.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:57.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:58.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:58.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:08:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:08:58 smithi026 ceph-mon[93126]: pgmap v11664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:08:58 smithi089 ceph-mon[103441]: pgmap v11664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:08:59.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:08:59.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:00.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:00.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:00 smithi026 ceph-mon[93126]: pgmap v11665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:00 smithi089 ceph-mon[103441]: pgmap v11665: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:09:01.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:02.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:02.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:02 smithi026 ceph-mon[93126]: pgmap v11666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:02 smithi089 ceph-mon[103441]: pgmap v11666: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:09:03.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:04.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:04.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:04 smithi089 ceph-mon[103441]: pgmap v11667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:04 smithi026 ceph-mon[93126]: pgmap v11667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:05.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:05.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:06.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:06.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:06 smithi026 ceph-mon[93126]: pgmap v11668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:06 smithi089 ceph-mon[103441]: pgmap v11668: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:09:07.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:08.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:08.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:08 smithi026 ceph-mon[93126]: pgmap v11669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:08 smithi089 ceph-mon[103441]: pgmap v11669: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:09:09.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:10.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:10.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:10 smithi026 ceph-mon[93126]: pgmap v11670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:09:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:09:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:09:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:09:11.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:09:11.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:09:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:10 smithi089 ceph-mon[103441]: pgmap v11670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:09:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:09:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:09:11.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:09:11.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:09:11.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:09:11.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:11.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:12.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:12.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:12 smithi026 ceph-mon[93126]: pgmap v11671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:13.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:12 smithi089 ceph-mon[103441]: pgmap v11671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:13.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:13.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:14.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:14.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:14 smithi089 ceph-mon[103441]: pgmap v11672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:14 smithi026 ceph-mon[93126]: pgmap v11672: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:09:15.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:16.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:16.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:16 smithi026 ceph-mon[93126]: pgmap v11673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:16 smithi089 ceph-mon[103441]: pgmap v11673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:17.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:17.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:18.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:18.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:18 smithi026 ceph-mon[93126]: pgmap v11674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:18 smithi089 ceph-mon[103441]: pgmap v11674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:19.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:19.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:20.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:20.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:20 smithi026 ceph-mon[93126]: pgmap v11675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:20 smithi089 ceph-mon[103441]: pgmap v11675: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:09:21.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:22.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:22.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:22 smithi026 ceph-mon[93126]: pgmap v11676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:22 smithi089 ceph-mon[103441]: pgmap v11676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:23.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:23.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:24.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:24.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:24 smithi089 ceph-mon[103441]: pgmap v11677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:24 smithi026 ceph-mon[93126]: pgmap v11677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:25.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:25.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:26.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:26.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:26 smithi026 ceph-mon[93126]: pgmap v11678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:26 smithi089 ceph-mon[103441]: pgmap v11678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:27.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:27.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:28.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:28.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:29.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:28 smithi026 ceph-mon[93126]: pgmap v11679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:28 smithi089 ceph-mon[103441]: pgmap v11679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:29.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:29.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:30.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:30.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:30 smithi026 ceph-mon[93126]: pgmap v11680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:30 smithi089 ceph-mon[103441]: pgmap v11680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:31.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:31.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:32.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:32.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:32 smithi026 ceph-mon[93126]: pgmap v11681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:32 smithi089 ceph-mon[103441]: pgmap v11681: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:09:33.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:34.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:34.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:34 smithi089 ceph-mon[103441]: pgmap v11682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:34 smithi026 ceph-mon[93126]: pgmap v11682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:35.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:35.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:36.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:36.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:36 smithi026 ceph-mon[93126]: pgmap v11683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:36 smithi089 ceph-mon[103441]: pgmap v11683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:37.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:37.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:38.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:38.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:39.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:38 smithi026 ceph-mon[93126]: pgmap v11684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:38 smithi089 ceph-mon[103441]: pgmap v11684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:39.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:39.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:40.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:40.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:40 smithi026 ceph-mon[93126]: pgmap v11685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:40 smithi089 ceph-mon[103441]: pgmap v11685: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:09:41.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:42.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:42.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:42 smithi026 ceph-mon[93126]: pgmap v11686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:42 smithi089 ceph-mon[103441]: pgmap v11686: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:09:43.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:44.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:44.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:45.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:44 smithi026 ceph-mon[93126]: pgmap v11687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:44 smithi089 ceph-mon[103441]: pgmap v11687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:45.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:45.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:46.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:46.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:46 smithi026 ceph-mon[93126]: pgmap v11688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:46 smithi089 ceph-mon[103441]: pgmap v11688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:47.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:47.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:48.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:48.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:49.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:48 smithi026 ceph-mon[93126]: pgmap v11689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:48 smithi089 ceph-mon[103441]: pgmap v11689: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:09:49.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:09:50.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:50.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:50 smithi026 ceph-mon[93126]: pgmap v11690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:50 smithi089 ceph-mon[103441]: pgmap v11690: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:09:51.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:52.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:52.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:52 smithi026 ceph-mon[93126]: pgmap v11691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:52 smithi089 ceph-mon[103441]: pgmap v11691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:53.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:53.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:54.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:54.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:54 smithi026 ceph-mon[93126]: pgmap v11692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:54 smithi089 ceph-mon[103441]: pgmap v11692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:55.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:55.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:56.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:56.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:56 smithi026 ceph-mon[93126]: pgmap v11693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:56 smithi089 ceph-mon[103441]: pgmap v11693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:09:57.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:57.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:58.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:58.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:09:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:09:58 smithi026 ceph-mon[93126]: pgmap v11694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:09:58 smithi089 ceph-mon[103441]: pgmap v11694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:09:59.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:09:59.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:00.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:00.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:00 smithi026 ceph-mon[93126]: pgmap v11695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T03:10:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:00 smithi089 ceph-mon[103441]: pgmap v11695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T03:10:01.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:01.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:02.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:02.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:02 smithi026 ceph-mon[93126]: pgmap v11696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:02 smithi089 ceph-mon[103441]: pgmap v11696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:03.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:03.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:04.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:04.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:04 smithi026 ceph-mon[93126]: pgmap v11697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:04 smithi089 ceph-mon[103441]: pgmap v11697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:05.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:05.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:06.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:06.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:06 smithi026 ceph-mon[93126]: pgmap v11698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:06 smithi089 ceph-mon[103441]: pgmap v11698: 97 pgs: 97 active+clean; 740 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.smithi026.stderr:+ true 2023-10-17T03:10:07.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:08.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:08.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:08 smithi026 ceph-mon[93126]: pgmap v11699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:08 smithi089 ceph-mon[103441]: pgmap v11699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:09.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:09.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:10.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:10.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:10 smithi026 ceph-mon[93126]: pgmap v11700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:10:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:10 smithi089 ceph-mon[103441]: pgmap v11700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:10:11.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:11.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:10:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:10:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:10:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:10:12.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:10:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:10:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:10:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:10:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:10:12.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:10:12.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:12.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:12 smithi026 ceph-mon[93126]: pgmap v11701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:12 smithi089 ceph-mon[103441]: pgmap v11701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:13.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:13.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:14.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:14.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:14 smithi026 ceph-mon[93126]: pgmap v11702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:15.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:14 smithi089 ceph-mon[103441]: pgmap v11702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:15.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:15.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:16.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:16.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:16 smithi026 ceph-mon[93126]: pgmap v11703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:16 smithi089 ceph-mon[103441]: pgmap v11703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:17.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:17.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:18.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:18.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:18 smithi026 ceph-mon[93126]: pgmap v11704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:18 smithi089 ceph-mon[103441]: pgmap v11704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:19.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:19.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:20.132 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:20.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:20.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:20 smithi026 ceph-mon[93126]: pgmap v11705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:20 smithi089 ceph-mon[103441]: pgmap v11705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:21.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:21.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:22.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:22.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:22 smithi026 ceph-mon[93126]: pgmap v11706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:22 smithi089 ceph-mon[103441]: pgmap v11706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:23.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:23.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:24.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:24.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:24 smithi026 ceph-mon[93126]: pgmap v11707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:24 smithi089 ceph-mon[103441]: pgmap v11707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:25.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:25.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:26.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:26.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:26 smithi026 ceph-mon[93126]: pgmap v11708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:26 smithi089 ceph-mon[103441]: pgmap v11708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:27.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:27.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:28.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:28.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:28 smithi026 ceph-mon[93126]: pgmap v11709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:28 smithi089 ceph-mon[103441]: pgmap v11709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:29.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:29.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:30.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:30.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:30 smithi026 ceph-mon[93126]: pgmap v11710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:30 smithi089 ceph-mon[103441]: pgmap v11710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:31.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:31.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:32.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:32.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:32 smithi026 ceph-mon[93126]: pgmap v11711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:33.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:32 smithi089 ceph-mon[103441]: pgmap v11711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:33.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:33.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:34.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:34.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:34 smithi026 ceph-mon[93126]: pgmap v11712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:34 smithi089 ceph-mon[103441]: pgmap v11712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:35.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:35.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:36 smithi026 ceph-mon[93126]: pgmap v11713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:36 smithi089 ceph-mon[103441]: pgmap v11713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:37.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:37.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:38.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:38.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:38 smithi026 ceph-mon[93126]: pgmap v11714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:38 smithi089 ceph-mon[103441]: pgmap v11714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:39.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:39.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:40.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:40.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:40 smithi026 ceph-mon[93126]: pgmap v11715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:40 smithi089 ceph-mon[103441]: pgmap v11715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:41.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:41.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:42.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:42.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:42 smithi026 ceph-mon[93126]: pgmap v11716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:42 smithi089 ceph-mon[103441]: pgmap v11716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:43.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:43.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:44.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:44.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:44 smithi026 ceph-mon[93126]: pgmap v11717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:44 smithi089 ceph-mon[103441]: pgmap v11717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:45.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:45.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:46.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:46.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:46 smithi026 ceph-mon[93126]: pgmap v11718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:46 smithi089 ceph-mon[103441]: pgmap v11718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:47.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:47.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:48.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:48.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:48 smithi026 ceph-mon[93126]: pgmap v11719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:48 smithi089 ceph-mon[103441]: pgmap v11719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:49.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:49.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:10:50.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:50.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:50 smithi026 ceph-mon[93126]: pgmap v11720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:50 smithi089 ceph-mon[103441]: pgmap v11720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:51.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:51.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:52.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:52.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:52 smithi026 ceph-mon[93126]: pgmap v11721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:52 smithi089 ceph-mon[103441]: pgmap v11721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:53.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:53.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:54.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:54.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:54 smithi026 ceph-mon[93126]: pgmap v11722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:54 smithi089 ceph-mon[103441]: pgmap v11722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:55.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:55.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:56.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:56.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:56 smithi026 ceph-mon[93126]: pgmap v11723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:56 smithi089 ceph-mon[103441]: pgmap v11723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:10:57.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:57.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:58.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:58.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:10:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:10:58 smithi026 ceph-mon[93126]: pgmap v11724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:10:58 smithi089 ceph-mon[103441]: pgmap v11724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:10:59.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:10:59.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:00.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:00.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:00.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:00 smithi089 ceph-mon[103441]: pgmap v11725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:00 smithi026 ceph-mon[93126]: pgmap v11725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:01.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:01.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:02.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:02.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:03.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:02 smithi026 ceph-mon[93126]: pgmap v11726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:02 smithi089 ceph-mon[103441]: pgmap v11726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:03.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:03.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:04.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:04.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:04 smithi026 ceph-mon[93126]: pgmap v11727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:04 smithi089 ceph-mon[103441]: pgmap v11727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:05.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:05.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:06.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:06.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:06 smithi026 ceph-mon[93126]: pgmap v11728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:06 smithi089 ceph-mon[103441]: pgmap v11728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:07.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:07.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:08.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:08.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:08 smithi026 ceph-mon[93126]: pgmap v11729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:08 smithi089 ceph-mon[103441]: pgmap v11729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:09.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:09.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:10.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:10.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:10 smithi089 ceph-mon[103441]: pgmap v11730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:10 smithi026 ceph-mon[93126]: pgmap v11730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:11.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:11.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:11:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:11:12.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:12.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:12 smithi026 ceph-mon[93126]: pgmap v11731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:12 smithi089 ceph-mon[103441]: pgmap v11731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:13.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:13.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:14.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:14.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:14 smithi026 ceph-mon[93126]: pgmap v11732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:14 smithi089 ceph-mon[103441]: pgmap v11732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:15.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:15.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:16.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:16.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:16 smithi026 ceph-mon[93126]: pgmap v11733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:17.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:11:17.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:11:17.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:11:17.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:11:17.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:11:17.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:11:17.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:11:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:16 smithi089 ceph-mon[103441]: pgmap v11733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:11:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:11:17.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:11:17.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:11:17.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:11:17.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:11:17.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:11:17.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:17.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:18.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:18.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:18 smithi026 ceph-mon[93126]: pgmap v11734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:18 smithi089 ceph-mon[103441]: pgmap v11734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:19.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:19.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:20.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:20.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:20 smithi089 ceph-mon[103441]: pgmap v11735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:20 smithi026 ceph-mon[93126]: pgmap v11735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:21.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:21.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:22.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:22.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:22 smithi026 ceph-mon[93126]: pgmap v11736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:22 smithi089 ceph-mon[103441]: pgmap v11736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:23.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:23.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:24.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:24.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:24 smithi026 ceph-mon[93126]: pgmap v11737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:24 smithi089 ceph-mon[103441]: pgmap v11737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:25.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:25.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:26.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:26.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:26 smithi026 ceph-mon[93126]: pgmap v11738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:26 smithi089 ceph-mon[103441]: pgmap v11738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:27.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:27.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:28.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:28.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:28 smithi026 ceph-mon[93126]: pgmap v11739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:28 smithi089 ceph-mon[103441]: pgmap v11739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:29.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:29.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:30.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:30.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:30 smithi026 ceph-mon[93126]: pgmap v11740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:30 smithi089 ceph-mon[103441]: pgmap v11740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:31.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:31.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:32.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:32.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:32 smithi026 ceph-mon[93126]: pgmap v11741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:33.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:32 smithi089 ceph-mon[103441]: pgmap v11741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:33.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:33.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:34.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:34.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:34 smithi026 ceph-mon[93126]: pgmap v11742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:34 smithi089 ceph-mon[103441]: pgmap v11742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:35.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:35.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:36.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:36.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:36 smithi026 ceph-mon[93126]: pgmap v11743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:36 smithi089 ceph-mon[103441]: pgmap v11743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:37.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:37.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:38.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:38.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:39.047 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:38 smithi026 ceph-mon[93126]: pgmap v11744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:38 smithi089 ceph-mon[103441]: pgmap v11744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:39.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:39.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:40.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:40.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:40 smithi026 ceph-mon[93126]: pgmap v11745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:40 smithi089 ceph-mon[103441]: pgmap v11745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:41.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:41.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:42.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:42.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:42 smithi026 ceph-mon[93126]: pgmap v11746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:42 smithi089 ceph-mon[103441]: pgmap v11746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:43.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:43.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:44.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:44.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:44 smithi026 ceph-mon[93126]: pgmap v11747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:44 smithi089 ceph-mon[103441]: pgmap v11747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:45.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:45.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:46.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:46.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:46 smithi026 ceph-mon[93126]: pgmap v11748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:46 smithi089 ceph-mon[103441]: pgmap v11748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:47.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:47.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:48.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:48.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:48 smithi026 ceph-mon[93126]: pgmap v11749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:48 smithi089 ceph-mon[103441]: pgmap v11749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:49.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:49.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:11:50.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:50.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:50 smithi026 ceph-mon[93126]: pgmap v11750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:51.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:50 smithi089 ceph-mon[103441]: pgmap v11750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:51.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:51.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:52.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:52.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:52 smithi026 ceph-mon[93126]: pgmap v11751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:52 smithi089 ceph-mon[103441]: pgmap v11751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:53.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:53.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:54.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:54.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:54 smithi026 ceph-mon[93126]: pgmap v11752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:54 smithi089 ceph-mon[103441]: pgmap v11752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:55.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:55.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:56.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:56.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:56 smithi026 ceph-mon[93126]: pgmap v11753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:56 smithi089 ceph-mon[103441]: pgmap v11753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:11:57.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:57.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:58.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:58.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:11:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:11:58 smithi026 ceph-mon[93126]: pgmap v11754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:11:58 smithi089 ceph-mon[103441]: pgmap v11754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:11:59.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:11:59.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:00.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:00.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:00 smithi026 ceph-mon[93126]: pgmap v11755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:00 smithi089 ceph-mon[103441]: pgmap v11755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:01.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:01.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:02.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:02.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:03.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:02 smithi026 ceph-mon[93126]: pgmap v11756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:03.182 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:02 smithi089 ceph-mon[103441]: pgmap v11756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:03.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:03.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:04.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:04.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:04 smithi026 ceph-mon[93126]: pgmap v11757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:04 smithi089 ceph-mon[103441]: pgmap v11757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:05.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:05.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:06.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:06.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:06 smithi026 ceph-mon[93126]: pgmap v11758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:06 smithi089 ceph-mon[103441]: pgmap v11758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:07.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:07.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:08.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:08.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:08 smithi026 ceph-mon[93126]: pgmap v11759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:08 smithi089 ceph-mon[103441]: pgmap v11759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:09.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:09.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:10.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:10.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:10 smithi026 ceph-mon[93126]: pgmap v11760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:10 smithi089 ceph-mon[103441]: pgmap v11760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:11.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:11.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:12.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:12.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:12 smithi026 ceph-mon[93126]: pgmap v11761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:12 smithi089 ceph-mon[103441]: pgmap v11761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:13.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:13.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:14.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:14.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:14 smithi026 ceph-mon[93126]: pgmap v11762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:14 smithi089 ceph-mon[103441]: pgmap v11762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:15.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:15.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:16.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:16.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:16 smithi026 ceph-mon[93126]: pgmap v11763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:12:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:16 smithi089 ceph-mon[103441]: pgmap v11763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:17.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:12:17.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:17.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:12:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:12:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:12:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:12:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:12:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:12:18.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:12:18.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:12:18.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:12:18.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:12:18.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:18.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:18 smithi026 ceph-mon[93126]: pgmap v11764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:18 smithi089 ceph-mon[103441]: pgmap v11764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:19.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:19.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:20.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:20.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:20 smithi026 ceph-mon[93126]: pgmap v11765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:20 smithi089 ceph-mon[103441]: pgmap v11765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:21.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:21.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:22.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:22.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:22 smithi026 ceph-mon[93126]: pgmap v11766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:22 smithi089 ceph-mon[103441]: pgmap v11766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:23.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:23.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:24.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:24.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:24 smithi026 ceph-mon[93126]: pgmap v11767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:24 smithi089 ceph-mon[103441]: pgmap v11767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:25.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:25.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:26.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:26.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:26 smithi026 ceph-mon[93126]: pgmap v11768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:26 smithi089 ceph-mon[103441]: pgmap v11768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:27.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:27.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:28.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:28.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:28 smithi026 ceph-mon[93126]: pgmap v11769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:28 smithi089 ceph-mon[103441]: pgmap v11769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:29.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:29.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:30.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:30.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:30 smithi026 ceph-mon[93126]: pgmap v11770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:30 smithi089 ceph-mon[103441]: pgmap v11770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:31.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:31.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:32.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:32.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:32 smithi026 ceph-mon[93126]: pgmap v11771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:32 smithi089 ceph-mon[103441]: pgmap v11771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:33.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:33.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:34.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:34.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:34 smithi026 ceph-mon[93126]: pgmap v11772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:34 smithi089 ceph-mon[103441]: pgmap v11772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:35.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:35.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:36.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:36.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:36 smithi089 ceph-mon[103441]: pgmap v11773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:36 smithi026 ceph-mon[93126]: pgmap v11773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:37.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:37.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:38.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:38.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:38 smithi026 ceph-mon[93126]: pgmap v11774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:38 smithi089 ceph-mon[103441]: pgmap v11774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:39.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:39.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:40.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:40.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:40 smithi026 ceph-mon[93126]: pgmap v11775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:41.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:40 smithi089 ceph-mon[103441]: pgmap v11775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:41.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:41.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:42.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:42.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:42 smithi026 ceph-mon[93126]: pgmap v11776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:42 smithi089 ceph-mon[103441]: pgmap v11776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:43.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:43.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:44.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:44.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:44 smithi026 ceph-mon[93126]: pgmap v11777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:44 smithi089 ceph-mon[103441]: pgmap v11777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:45.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:45.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:46.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:46.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:46.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:46 smithi089 ceph-mon[103441]: pgmap v11778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:46 smithi026 ceph-mon[93126]: pgmap v11778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:47.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:47.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:48.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:48.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:48 smithi026 ceph-mon[93126]: pgmap v11779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:49.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:48 smithi089 ceph-mon[103441]: pgmap v11779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:12:49.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:49.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:50.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:50.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:50 smithi026 ceph-mon[93126]: pgmap v11780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:50 smithi089 ceph-mon[103441]: pgmap v11780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:51.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:51.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:52.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:52.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:52 smithi026 ceph-mon[93126]: pgmap v11781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:52 smithi089 ceph-mon[103441]: pgmap v11781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:53.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:53.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:54.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:54.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:55.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:54 smithi026 ceph-mon[93126]: pgmap v11782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:54 smithi089 ceph-mon[103441]: pgmap v11782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:55.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:55.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:56.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:56.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:56 smithi026 ceph-mon[93126]: pgmap v11783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:56 smithi089 ceph-mon[103441]: pgmap v11783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:12:57.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:57.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:58.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:58.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:12:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:12:58 smithi026 ceph-mon[93126]: pgmap v11784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:12:58 smithi089 ceph-mon[103441]: pgmap v11784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:12:59.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:12:59.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:00.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:00.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:00 smithi026 ceph-mon[93126]: pgmap v11785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:00 smithi089 ceph-mon[103441]: pgmap v11785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:01.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:01.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:02.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:02.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:02 smithi089 ceph-mon[103441]: pgmap v11786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:02 smithi026 ceph-mon[93126]: pgmap v11786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:03.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:03.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:04.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:04.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:05.022 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:04 smithi026 ceph-mon[93126]: pgmap v11787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:05.023 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:04 smithi089 ceph-mon[103441]: pgmap v11787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:05.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:05.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:06.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:06.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:06 smithi026 ceph-mon[93126]: pgmap v11788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:06 smithi089 ceph-mon[103441]: pgmap v11788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:07.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:07.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:08.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:08.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:08 smithi026 ceph-mon[93126]: pgmap v11789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:08 smithi089 ceph-mon[103441]: pgmap v11789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:09.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:09.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:10.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:10.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:10 smithi089 ceph-mon[103441]: pgmap v11790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:10 smithi026 ceph-mon[93126]: pgmap v11790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:11.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:11.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:12.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:12.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:12 smithi089 ceph-mon[103441]: pgmap v11791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:12 smithi026 ceph-mon[93126]: pgmap v11791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:13.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:13.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:14.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:14.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:14 smithi026 ceph-mon[93126]: pgmap v11792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:14 smithi089 ceph-mon[103441]: pgmap v11792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:15.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:15.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:16.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:16.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:16 smithi026 ceph-mon[93126]: pgmap v11793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:16 smithi089 ceph-mon[103441]: pgmap v11793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:17.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:17.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:13:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:13:18.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:18.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:18 smithi089 ceph-mon[103441]: pgmap v11794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:18 smithi026 ceph-mon[93126]: pgmap v11794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:19.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:19.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:20.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:20.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:20 smithi089 ceph-mon[103441]: pgmap v11795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:20 smithi026 ceph-mon[93126]: pgmap v11795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:21.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:21.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:22.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:22.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:22 smithi089 ceph-mon[103441]: pgmap v11796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:22 smithi026 ceph-mon[93126]: pgmap v11796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:23.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:23.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:24.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:24.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:24 smithi026 ceph-mon[93126]: pgmap v11797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:24 smithi089 ceph-mon[103441]: pgmap v11797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:25.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:25.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:13:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:13:26.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:26.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:13:26.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:26.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:26.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:26.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:13:26.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:13:26.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:26.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:13:26.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:13:26.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:26.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:27 smithi089 ceph-mon[103441]: pgmap v11798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:27 smithi026 ceph-mon[93126]: pgmap v11798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:27.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:27.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:28.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:28.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:29 smithi089 ceph-mon[103441]: pgmap v11799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:29 smithi026 ceph-mon[93126]: pgmap v11799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:29.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:29.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:30.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:30.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:31 smithi089 ceph-mon[103441]: pgmap v11800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:31 smithi026 ceph-mon[93126]: pgmap v11800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:31.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:31.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:32.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:32.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:33 smithi089 ceph-mon[103441]: pgmap v11801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:33 smithi026 ceph-mon[93126]: pgmap v11801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:33.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:33.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:34.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:34.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:34 smithi026 ceph-mon[93126]: pgmap v11802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:34 smithi089 ceph-mon[103441]: pgmap v11802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:35.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:35.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:36.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:36.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:36 smithi089 ceph-mon[103441]: pgmap v11803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:36 smithi026 ceph-mon[93126]: pgmap v11803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:37.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:37.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:38.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:38.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:38 smithi089 ceph-mon[103441]: pgmap v11804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:38 smithi026 ceph-mon[93126]: pgmap v11804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:39.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:39.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:40.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:40.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:40 smithi089 ceph-mon[103441]: pgmap v11805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:40 smithi026 ceph-mon[93126]: pgmap v11805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:41.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:41.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:42.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:42.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:42 smithi089 ceph-mon[103441]: pgmap v11806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:42 smithi026 ceph-mon[93126]: pgmap v11806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:43.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:43.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:44.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:44.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:44 smithi026 ceph-mon[93126]: pgmap v11807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:44 smithi089 ceph-mon[103441]: pgmap v11807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:45.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:45.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:46.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:46.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:46 smithi089 ceph-mon[103441]: pgmap v11808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:46 smithi026 ceph-mon[93126]: pgmap v11808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:47.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:47.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:48.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:48.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:48 smithi089 ceph-mon[103441]: pgmap v11809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:48 smithi026 ceph-mon[93126]: pgmap v11809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:13:49.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:49.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:50.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:50.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:50 smithi089 ceph-mon[103441]: pgmap v11810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:50 smithi026 ceph-mon[93126]: pgmap v11810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:51.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:51.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:52.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:52.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:52 smithi089 ceph-mon[103441]: pgmap v11811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:52 smithi026 ceph-mon[93126]: pgmap v11811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:53.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:53.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:54.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:54.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:54 smithi026 ceph-mon[93126]: pgmap v11812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:54 smithi089 ceph-mon[103441]: pgmap v11812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:55.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:55.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:56.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:56.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:56 smithi089 ceph-mon[103441]: pgmap v11813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:56 smithi026 ceph-mon[93126]: pgmap v11813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:13:57.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:57.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:58.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:58.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:13:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:13:58 smithi089 ceph-mon[103441]: pgmap v11814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:13:58 smithi026 ceph-mon[93126]: pgmap v11814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:13:59.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:13:59.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:00.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:00.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:00 smithi026 ceph-mon[93126]: pgmap v11815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:00 smithi089 ceph-mon[103441]: pgmap v11815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:01.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:01.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:01 smithi089 ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7-mon-smithi089[103416]: 2023-10-17T03:14:01.954+0000 7f1d86195700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-17T03:14:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:01 smithi089 ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7-mon-smithi089[103416]: 2023-10-17T03:14:01.954+0000 7f1d86195700 -1 mon.smithi089@1(peon) e2 *** Got Signal Hangup *** 2023-10-17T03:14:02.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:02.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:02 smithi089 ceph-mon[103441]: pgmap v11816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:02 smithi026 ceph-mon[93126]: pgmap v11816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:03.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:03.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:04.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:04.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:04 smithi026 ceph-mon[93126]: pgmap v11817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:04 smithi089 ceph-mon[103441]: pgmap v11817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:05.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:05.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:06.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:06.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:06 smithi089 ceph-mon[103441]: pgmap v11818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:06 smithi026 ceph-mon[93126]: pgmap v11818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:07.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:07.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:08.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:08.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:08 smithi089 ceph-mon[103441]: pgmap v11819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:08 smithi026 ceph-mon[93126]: pgmap v11819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:09.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:09.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:10.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:10.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:10 smithi026 ceph-mon[93126]: pgmap v11820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:10 smithi089 ceph-mon[103441]: pgmap v11820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:11.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:11.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:12.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:12.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:12 smithi089 ceph-mon[103441]: pgmap v11821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:12 smithi026 ceph-mon[93126]: pgmap v11821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:13.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:13.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:14.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:14.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:14 smithi026 ceph-mon[93126]: pgmap v11822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:14 smithi089 ceph-mon[103441]: pgmap v11822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:15.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:15.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:16.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:16.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:16 smithi089 ceph-mon[103441]: pgmap v11823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:16 smithi026 ceph-mon[93126]: pgmap v11823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:17.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:17.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:18.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:18.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:18 smithi089 ceph-mon[103441]: pgmap v11824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:18 smithi026 ceph-mon[93126]: pgmap v11824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:19.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:19.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:20.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:20.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:20 smithi089 ceph-mon[103441]: pgmap v11825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:20 smithi026 ceph-mon[93126]: pgmap v11825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:21.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:21.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:22 smithi089 ceph-mon[103441]: pgmap v11826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:22.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:22.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:22 smithi026 ceph-mon[93126]: pgmap v11826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:23.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:23.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:24.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:24.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:24 smithi026 ceph-mon[93126]: pgmap v11827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:24 smithi089 ceph-mon[103441]: pgmap v11827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:25.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:25.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:14:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:14:26.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:26.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:26 smithi089 ceph-mon[103441]: pgmap v11828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:14:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:14:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:14:27.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:14:27.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:14:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:26 smithi026 ceph-mon[93126]: pgmap v11828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:14:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:14:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:14:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:14:27.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:14:27.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:27.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:28.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:28.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:28 smithi089 ceph-mon[103441]: pgmap v11829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:28 smithi026 ceph-mon[93126]: pgmap v11829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:29.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:29.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:30.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:30.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:30 smithi089 ceph-mon[103441]: pgmap v11830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:30 smithi026 ceph-mon[93126]: pgmap v11830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:31.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:31.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:32.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:32.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:32 smithi089 ceph-mon[103441]: pgmap v11831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:32 smithi026 ceph-mon[93126]: pgmap v11831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:33.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:33.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:34.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:34.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:34 smithi026 ceph-mon[93126]: pgmap v11832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:34 smithi089 ceph-mon[103441]: pgmap v11832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:35.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:35.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:36.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:36.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:36 smithi089 ceph-mon[103441]: pgmap v11833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:36 smithi026 ceph-mon[93126]: pgmap v11833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:37.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:37.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:38.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:38.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:38 smithi089 ceph-mon[103441]: pgmap v11834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:38 smithi026 ceph-mon[93126]: pgmap v11834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:39.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:39.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:40.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:40.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:41.118 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:40 smithi026 ceph-mon[93126]: pgmap v11835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:40 smithi089 ceph-mon[103441]: pgmap v11835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:41.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:41.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:42.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:42.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:42 smithi089 ceph-mon[103441]: pgmap v11836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:42 smithi026 ceph-mon[93126]: pgmap v11836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:43.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:43.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:44.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:44.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:44 smithi026 ceph-mon[93126]: pgmap v11837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:44 smithi089 ceph-mon[103441]: pgmap v11837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:45.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:45.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:46.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:46.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:46 smithi089 ceph-mon[103441]: pgmap v11838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:46 smithi026 ceph-mon[93126]: pgmap v11838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:47.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:47.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:48.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:48.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:48 smithi089 ceph-mon[103441]: pgmap v11839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:48 smithi026 ceph-mon[93126]: pgmap v11839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:14:50.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:50.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:51.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:51.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:50 smithi089 ceph-mon[103441]: pgmap v11840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:51.233 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:50 smithi026 ceph-mon[93126]: pgmap v11840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:52.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:52.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:53.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:53.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:52 smithi089 ceph-mon[103441]: pgmap v11841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:52 smithi026 ceph-mon[93126]: pgmap v11841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:54.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:54.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:55.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:55.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:54 smithi026 ceph-mon[93126]: pgmap v11842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:54 smithi089 ceph-mon[103441]: pgmap v11842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:56.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:56.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:57.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:57.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:56 smithi089 ceph-mon[103441]: pgmap v11843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:56 smithi026 ceph-mon[93126]: pgmap v11843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:14:58.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:58.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:59.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:14:59.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:14:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:14:58 smithi089 ceph-mon[103441]: pgmap v11844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:14:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:14:58 smithi026 ceph-mon[93126]: pgmap v11844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:00.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:00.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:01.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:01.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:00 smithi089 ceph-mon[103441]: pgmap v11845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:00 smithi026 ceph-mon[93126]: pgmap v11845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:02.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:02.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:03.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:03.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:02 smithi089 ceph-mon[103441]: pgmap v11846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:02 smithi026 ceph-mon[93126]: pgmap v11846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:04.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:04.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:05.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:05.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:04 smithi026 ceph-mon[93126]: pgmap v11847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:04 smithi089 ceph-mon[103441]: pgmap v11847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:06.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:06.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:07.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:07.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:06 smithi089 ceph-mon[103441]: pgmap v11848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:06 smithi026 ceph-mon[93126]: pgmap v11848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:08.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:08.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:09.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:09.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:08 smithi089 ceph-mon[103441]: pgmap v11849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:08 smithi026 ceph-mon[93126]: pgmap v11849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:10.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:10.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:11.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:11.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:10 smithi089 ceph-mon[103441]: pgmap v11850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:10 smithi026 ceph-mon[93126]: pgmap v11850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:12.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:12.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:13.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:13.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:12 smithi089 ceph-mon[103441]: pgmap v11851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:13.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:12 smithi026 ceph-mon[93126]: pgmap v11851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:14.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:14.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:15.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:15.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:14 smithi026 ceph-mon[93126]: pgmap v11852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:14 smithi089 ceph-mon[103441]: pgmap v11852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:16.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:16.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:17.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:17.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:16 smithi089 ceph-mon[103441]: pgmap v11853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:16 smithi026 ceph-mon[93126]: pgmap v11853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:18.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:18.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:19.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:19.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:18 smithi089 ceph-mon[103441]: pgmap v11854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:18 smithi026 ceph-mon[93126]: pgmap v11854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:20.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:20.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:21.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:21.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:20 smithi089 ceph-mon[103441]: pgmap v11855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:20 smithi026 ceph-mon[93126]: pgmap v11855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:22.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:22.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:23.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:23.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:22 smithi089 ceph-mon[103441]: pgmap v11856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:22 smithi026 ceph-mon[93126]: pgmap v11856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:24.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:24.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:24 smithi026 ceph-mon[93126]: pgmap v11857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:25.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:25.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:24 smithi089 ceph-mon[103441]: pgmap v11857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:26.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:26.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:26 smithi026 ceph-mon[93126]: pgmap v11858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:15:27.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:27.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:26 smithi089 ceph-mon[103441]: pgmap v11858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:15:28.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:28.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:15:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:15:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:15:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:15:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:15:28.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:15:28.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:15:28.350 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:15:28.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:15:28.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:15:28.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:15:28.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:15:28.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:15:28.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:15:29.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:29.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:28 smithi026 ceph-mon[93126]: pgmap v11859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:28 smithi089 ceph-mon[103441]: pgmap v11859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:30.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:30.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:31.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:31.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:30 smithi026 ceph-mon[93126]: pgmap v11860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:30 smithi089 ceph-mon[103441]: pgmap v11860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:32.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:32.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:33.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:33.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:32 smithi026 ceph-mon[93126]: pgmap v11861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:33.404 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:32 smithi089 ceph-mon[103441]: pgmap v11861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:34.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:34.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:34 smithi026 ceph-mon[93126]: pgmap v11862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:35.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:35.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:34 smithi089 ceph-mon[103441]: pgmap v11862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:36.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:36.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:36 smithi026 ceph-mon[93126]: pgmap v11863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:37.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:37.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:36 smithi089 ceph-mon[103441]: pgmap v11863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:38.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:38.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:39.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:39.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:39.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:38 smithi089 ceph-mon[103441]: pgmap v11864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:38 smithi026 ceph-mon[93126]: pgmap v11864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:40.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:40.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:41.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:41.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:40 smithi089 ceph-mon[103441]: pgmap v11865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:40 smithi026 ceph-mon[93126]: pgmap v11865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:42.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:42.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:43.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:43.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:42 smithi089 ceph-mon[103441]: pgmap v11866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:42 smithi026 ceph-mon[93126]: pgmap v11866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:44.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:44.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:44 smithi026 ceph-mon[93126]: pgmap v11867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:45.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:45.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:44 smithi089 ceph-mon[103441]: pgmap v11867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:46.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:46.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:47.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:47.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:46 smithi089 ceph-mon[103441]: pgmap v11868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:46 smithi026 ceph-mon[93126]: pgmap v11868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:48.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:48.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:49.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:49.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:48 smithi089 ceph-mon[103441]: pgmap v11869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:48 smithi026 ceph-mon[93126]: pgmap v11869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:15:50.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:50.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:51.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:51.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:50 smithi089 ceph-mon[103441]: pgmap v11870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:50 smithi026 ceph-mon[93126]: pgmap v11870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:52.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:52.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:53.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:53.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:52 smithi089 ceph-mon[103441]: pgmap v11871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:52 smithi026 ceph-mon[93126]: pgmap v11871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:54.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:54.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:54 smithi026 ceph-mon[93126]: pgmap v11872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:55.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:55.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:54 smithi089 ceph-mon[103441]: pgmap v11872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:56.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:56.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:57.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:57.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:56 smithi089 ceph-mon[103441]: pgmap v11873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:56 smithi026 ceph-mon[93126]: pgmap v11873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:15:58.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:58.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:15:58 smithi089 ceph-mon[103441]: pgmap v11874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:15:59.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:15:59.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:15:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:15:58 smithi026 ceph-mon[93126]: pgmap v11874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:00.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:00.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:01.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:01.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:00 smithi089 ceph-mon[103441]: pgmap v11875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:00 smithi026 ceph-mon[93126]: pgmap v11875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:02.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:02.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:03.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:03.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:02 smithi089 ceph-mon[103441]: pgmap v11876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:02 smithi026 ceph-mon[93126]: pgmap v11876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:04.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:04.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:04 smithi026 ceph-mon[93126]: pgmap v11877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:05.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:05.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:04 smithi089 ceph-mon[103441]: pgmap v11877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:06.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:06.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:07.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:07.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:06 smithi089 ceph-mon[103441]: pgmap v11878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:06 smithi026 ceph-mon[93126]: pgmap v11878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:08.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:08.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:09.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:09.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:08 smithi089 ceph-mon[103441]: pgmap v11879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:08 smithi026 ceph-mon[93126]: pgmap v11879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:10.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:10.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:11.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:11.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:10 smithi089 ceph-mon[103441]: pgmap v11880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:10 smithi026 ceph-mon[93126]: pgmap v11880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:12.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:12.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:13.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:13.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:12 smithi089 ceph-mon[103441]: pgmap v11881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:12 smithi026 ceph-mon[93126]: pgmap v11881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:14.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:14.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:14 smithi026 ceph-mon[93126]: pgmap v11882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:15.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:15.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:14 smithi089 ceph-mon[103441]: pgmap v11882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:16.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:16.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:17.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:17.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:17.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:16 smithi089 ceph-mon[103441]: pgmap v11883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:17.205 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:16 smithi026 ceph-mon[93126]: pgmap v11883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:18.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:18.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:19.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:19.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:18 smithi089 ceph-mon[103441]: pgmap v11884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:18 smithi026 ceph-mon[93126]: pgmap v11884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:20.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:20.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:21.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:21.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:20 smithi089 ceph-mon[103441]: pgmap v11885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:20 smithi026 ceph-mon[93126]: pgmap v11885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:22.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:22.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:23.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:23.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:22 smithi089 ceph-mon[103441]: pgmap v11886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:22 smithi026 ceph-mon[93126]: pgmap v11886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:24.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:24.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:24 smithi026 ceph-mon[93126]: pgmap v11887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:25.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:25.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:24 smithi089 ceph-mon[103441]: pgmap v11887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:26.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:26.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:27.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:27.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:26 smithi089 ceph-mon[103441]: pgmap v11888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:26 smithi026 ceph-mon[93126]: pgmap v11888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:28.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:28.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:16:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:16:29.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:29.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: pgmap v11889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:29.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:16:29.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:16:29.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:16:29.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:16:29.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1567M 2023-10-17T03:16:29.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:16:29.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:16:29.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:16:29.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:16:29.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:16:29.181 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:16:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: pgmap v11889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:29.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:16:29.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:16:29.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:16:29.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:16:29.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1567M 2023-10-17T03:16:29.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:16:29.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:16:29.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:16:29.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:16:29.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:16:29.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:16:30.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:30.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:31.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:31.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:31.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:30 smithi089 ceph-mon[103441]: pgmap v11890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:30 smithi026 ceph-mon[93126]: pgmap v11890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:32.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:32.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:33.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:33.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:32 smithi089 ceph-mon[103441]: pgmap v11891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:33.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:32 smithi026 ceph-mon[93126]: pgmap v11891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:34.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:34.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:34 smithi026 ceph-mon[93126]: pgmap v11892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:35.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:35.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:34 smithi089 ceph-mon[103441]: pgmap v11892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:36.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:36.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:36 smithi089 ceph-mon[103441]: pgmap v11893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:37.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:37.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:36 smithi026 ceph-mon[93126]: pgmap v11893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:38.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:38.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:38 smithi089 ceph-mon[103441]: pgmap v11894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:39.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:39.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:38 smithi026 ceph-mon[93126]: pgmap v11894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:40.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:40.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:40 smithi089 ceph-mon[103441]: pgmap v11895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:41.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:41.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:40 smithi026 ceph-mon[93126]: pgmap v11895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:42.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:42.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:42 smithi089 ceph-mon[103441]: pgmap v11896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:43.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:43.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:42 smithi026 ceph-mon[93126]: pgmap v11896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:44.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:44.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:44 smithi026 ceph-mon[93126]: pgmap v11897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:44 smithi089 ceph-mon[103441]: pgmap v11897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:45.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:45.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:46.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:46.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:46 smithi089 ceph-mon[103441]: pgmap v11898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:47.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:47.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:46 smithi026 ceph-mon[93126]: pgmap v11898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:48.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:48.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:48 smithi089 ceph-mon[103441]: pgmap v11899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:49.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:49.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:48 smithi026 ceph-mon[93126]: pgmap v11899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:16:50.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:50.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:50 smithi089 ceph-mon[103441]: pgmap v11900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:51.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:51.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:50 smithi026 ceph-mon[93126]: pgmap v11900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:52.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:52.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:52 smithi089 ceph-mon[103441]: pgmap v11901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:53.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:53.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:52 smithi026 ceph-mon[93126]: pgmap v11901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:54.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:54.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:54 smithi026 ceph-mon[93126]: pgmap v11902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:54 smithi089 ceph-mon[103441]: pgmap v11902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:55.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:55.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:56.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:56.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:56 smithi089 ceph-mon[103441]: pgmap v11903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:57.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:57.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:56 smithi026 ceph-mon[93126]: pgmap v11903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:16:58.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:58.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:16:58 smithi089 ceph-mon[103441]: pgmap v11904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:16:59.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:16:59.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:16:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:16:58 smithi026 ceph-mon[93126]: pgmap v11904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:00.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:00.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:00 smithi089 ceph-mon[103441]: pgmap v11905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:01.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:01.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:00 smithi026 ceph-mon[93126]: pgmap v11905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:02.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:02.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:02 smithi026 ceph-mon[93126]: pgmap v11906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:02 smithi089 ceph-mon[103441]: pgmap v11906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:03.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:03.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:04.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:04.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:04 smithi026 ceph-mon[93126]: pgmap v11907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:04 smithi089 ceph-mon[103441]: pgmap v11907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:05.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:05.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:06.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:06.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:06 smithi089 ceph-mon[103441]: pgmap v11908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:07.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:07.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:06 smithi026 ceph-mon[93126]: pgmap v11908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:08.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:08.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:08 smithi089 ceph-mon[103441]: pgmap v11909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:09.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:09.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:08 smithi026 ceph-mon[93126]: pgmap v11909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:10.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:10.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:10 smithi089 ceph-mon[103441]: pgmap v11910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:11.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:11.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:10 smithi026 ceph-mon[93126]: pgmap v11910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:12.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:12.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:12 smithi089 ceph-mon[103441]: pgmap v11911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:13.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:13.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:12 smithi026 ceph-mon[93126]: pgmap v11911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:14.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:14.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:14 smithi026 ceph-mon[93126]: pgmap v11912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:14 smithi089 ceph-mon[103441]: pgmap v11912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:15.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:15.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:16.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:16.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:16 smithi089 ceph-mon[103441]: pgmap v11913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:17.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:17.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:16 smithi026 ceph-mon[93126]: pgmap v11913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:18.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:18.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:18 smithi089 ceph-mon[103441]: pgmap v11914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:19.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:19.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:18 smithi026 ceph-mon[93126]: pgmap v11914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:20.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:20.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:21.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:20 smithi089 ceph-mon[103441]: pgmap v11915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:21.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:21.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:20 smithi026 ceph-mon[93126]: pgmap v11915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:22.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:22.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:22 smithi089 ceph-mon[103441]: pgmap v11916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:23.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:23.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:22 smithi026 ceph-mon[93126]: pgmap v11916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:24.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:24.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:24 smithi089 ceph-mon[103441]: pgmap v11917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:24 smithi026 ceph-mon[93126]: pgmap v11917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:25.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:25.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:26.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:26.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:26 smithi089 ceph-mon[103441]: pgmap v11918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:27.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:27.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:26 smithi026 ceph-mon[93126]: pgmap v11918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:28.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:28.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:28 smithi089 ceph-mon[103441]: pgmap v11919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:17:29.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:29.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:28 smithi026 ceph-mon[93126]: pgmap v11919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:17:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:17:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:17:30.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:17:30.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:17:30.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:17:30.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:30.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:17:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:17:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:17:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:17:30.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:17:31.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:31.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:30 smithi026 ceph-mon[93126]: pgmap v11920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:30 smithi089 ceph-mon[103441]: pgmap v11920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:32.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:32.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:33.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:33.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:32 smithi026 ceph-mon[93126]: pgmap v11921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:32 smithi089 ceph-mon[103441]: pgmap v11921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:34.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:34.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:35.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:35.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:34 smithi026 ceph-mon[93126]: pgmap v11922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:35.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:34 smithi089 ceph-mon[103441]: pgmap v11922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:36.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:36.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:37.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:37.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:36 smithi026 ceph-mon[93126]: pgmap v11923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:36 smithi089 ceph-mon[103441]: pgmap v11923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:38.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:38.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:39.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:39.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:38 smithi026 ceph-mon[93126]: pgmap v11924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:38 smithi089 ceph-mon[103441]: pgmap v11924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:40.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:40.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:41.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:41.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:40 smithi026 ceph-mon[93126]: pgmap v11925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:40 smithi089 ceph-mon[103441]: pgmap v11925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:42.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:42.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:43.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:43.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:42 smithi026 ceph-mon[93126]: pgmap v11926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:42 smithi089 ceph-mon[103441]: pgmap v11926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:44.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:44.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:44 smithi026 ceph-mon[93126]: pgmap v11927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:44 smithi089 ceph-mon[103441]: pgmap v11927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:45.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:45.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:46.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:46.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:46 smithi089 ceph-mon[103441]: pgmap v11928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:47.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:47.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:46 smithi026 ceph-mon[93126]: pgmap v11928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:48.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:48.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:48 smithi089 ceph-mon[103441]: pgmap v11929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:49.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:49.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:48 smithi026 ceph-mon[93126]: pgmap v11929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:17:50.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:50.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:50 smithi089 ceph-mon[103441]: pgmap v11930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:51.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:51.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:50 smithi026 ceph-mon[93126]: pgmap v11930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:52.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:52.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:52 smithi089 ceph-mon[103441]: pgmap v11931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:53.295 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:52 smithi026 ceph-mon[93126]: pgmap v11931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:53.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:53.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:54.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:54.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:54 smithi026 ceph-mon[93126]: pgmap v11932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:54 smithi089 ceph-mon[103441]: pgmap v11932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:55.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:55.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:56.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:56.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:56 smithi089 ceph-mon[103441]: pgmap v11933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:56 smithi026 ceph-mon[93126]: pgmap v11933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:17:57.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:57.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:58.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:58.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:17:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:17:58 smithi089 ceph-mon[103441]: pgmap v11934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:17:58 smithi026 ceph-mon[93126]: pgmap v11934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:17:59.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:17:59.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:00.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:00.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:00 smithi089 ceph-mon[103441]: pgmap v11935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:00 smithi026 ceph-mon[93126]: pgmap v11935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:01.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:01.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:02.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:02.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:02 smithi089 ceph-mon[103441]: pgmap v11936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:02 smithi026 ceph-mon[93126]: pgmap v11936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:03.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:03.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:04.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:04.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:04 smithi089 ceph-mon[103441]: pgmap v11937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:04 smithi026 ceph-mon[93126]: pgmap v11937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:05.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:05.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:06.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:06.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:06 smithi089 ceph-mon[103441]: pgmap v11938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:06 smithi026 ceph-mon[93126]: pgmap v11938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:07.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:07.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:08.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:08.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:08 smithi089 ceph-mon[103441]: pgmap v11939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:08 smithi026 ceph-mon[93126]: pgmap v11939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:09.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:09.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:10.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:10.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:10 smithi089 ceph-mon[103441]: pgmap v11940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:10 smithi026 ceph-mon[93126]: pgmap v11940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:11.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:11.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:12.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:12.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:12 smithi089 ceph-mon[103441]: pgmap v11941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:12 smithi026 ceph-mon[93126]: pgmap v11941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:13.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:13.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:14.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:14.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:15.095 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:14 smithi089 ceph-mon[103441]: pgmap v11942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:14 smithi026 ceph-mon[93126]: pgmap v11942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:15.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:15.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:16.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:16.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:17.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:16 smithi089 ceph-mon[103441]: pgmap v11943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:16 smithi026 ceph-mon[93126]: pgmap v11943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:17.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:17.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:18.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:18.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:18 smithi089 ceph-mon[103441]: pgmap v11944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:19.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:18 smithi026 ceph-mon[93126]: pgmap v11944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:19.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:19.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:19.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:20.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:20.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:20 smithi089 ceph-mon[103441]: pgmap v11945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:20 smithi026 ceph-mon[93126]: pgmap v11945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:21.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:21.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:22.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:22.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:22 smithi089 ceph-mon[103441]: pgmap v11946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:22 smithi026 ceph-mon[93126]: pgmap v11946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:23.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:23.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:24.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:24.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:24 smithi089 ceph-mon[103441]: pgmap v11947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:25.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:24 smithi026 ceph-mon[93126]: pgmap v11947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:25.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:25.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:26.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:26.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:26 smithi089 ceph-mon[103441]: pgmap v11948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:26 smithi026 ceph-mon[93126]: pgmap v11948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:27.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:27.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:28.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:28.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:28 smithi026 ceph-mon[93126]: pgmap v11949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:28 smithi089 ceph-mon[103441]: pgmap v11949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:29.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:29.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:18:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:18:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:18:30.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:18:30.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:18:30.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:18:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:18:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:18:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:18:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:18:30.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:18:30.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:18:30.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:30.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:30 smithi089 ceph-mon[103441]: pgmap v11950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:30 smithi026 ceph-mon[93126]: pgmap v11950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:31.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:31.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:32.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:32.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:32 smithi089 ceph-mon[103441]: pgmap v11951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:32 smithi026 ceph-mon[93126]: pgmap v11951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:33.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:33.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:34.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:34.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:34 smithi089 ceph-mon[103441]: pgmap v11952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:34 smithi026 ceph-mon[93126]: pgmap v11952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:35.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:35.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:36.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:36.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:36 smithi089 ceph-mon[103441]: pgmap v11953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:36 smithi026 ceph-mon[93126]: pgmap v11953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:37.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:37.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:38.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:38.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:38 smithi089 ceph-mon[103441]: pgmap v11954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:38 smithi026 ceph-mon[93126]: pgmap v11954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:39.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:39.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:40.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:40.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:41.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:40 smithi089 ceph-mon[103441]: pgmap v11955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:41.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:40 smithi026 ceph-mon[93126]: pgmap v11955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:41.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:41.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:42.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:42.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:42 smithi089 ceph-mon[103441]: pgmap v11956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:42 smithi026 ceph-mon[93126]: pgmap v11956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:43.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:43.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:44.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:44.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:44 smithi089 ceph-mon[103441]: pgmap v11957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:44 smithi026 ceph-mon[93126]: pgmap v11957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:45.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:45.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:46.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:46.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:46 smithi089 ceph-mon[103441]: pgmap v11958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:46 smithi026 ceph-mon[93126]: pgmap v11958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:47.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:47.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:48.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:48.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:48 smithi089 ceph-mon[103441]: pgmap v11959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:48 smithi026 ceph-mon[93126]: pgmap v11959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:18:49.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:49.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:50.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:50.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:50 smithi089 ceph-mon[103441]: pgmap v11960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:50 smithi026 ceph-mon[93126]: pgmap v11960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:51.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:51.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:52.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:52.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:52 smithi089 ceph-mon[103441]: pgmap v11961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:52 smithi026 ceph-mon[93126]: pgmap v11961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:53.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:53.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:54.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:54.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:54 smithi089 ceph-mon[103441]: pgmap v11962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:54 smithi026 ceph-mon[93126]: pgmap v11962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:55.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:55.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:56.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:56.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:57.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:56 smithi089 ceph-mon[103441]: pgmap v11963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:56 smithi026 ceph-mon[93126]: pgmap v11963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:18:57.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:57.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:58.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:58.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:18:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:18:58 smithi089 ceph-mon[103441]: pgmap v11964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:18:58 smithi026 ceph-mon[93126]: pgmap v11964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:18:59.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:18:59.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:00.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:00.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:00 smithi089 ceph-mon[103441]: pgmap v11965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:00 smithi026 ceph-mon[93126]: pgmap v11965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:01.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:01.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:02.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:02.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:02 smithi089 ceph-mon[103441]: pgmap v11966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:02 smithi026 ceph-mon[93126]: pgmap v11966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:03.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:03.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:04.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:04.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:04 smithi089 ceph-mon[103441]: pgmap v11967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:04 smithi026 ceph-mon[93126]: pgmap v11967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:05.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:05.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:06.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:06.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:06 smithi026 ceph-mon[93126]: pgmap v11968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:07.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:06 smithi089 ceph-mon[103441]: pgmap v11968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:07.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:07.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:08.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:08.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:08 smithi026 ceph-mon[93126]: pgmap v11969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:08 smithi089 ceph-mon[103441]: pgmap v11969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:09.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:09.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:10.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:10.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:11.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:10 smithi026 ceph-mon[93126]: pgmap v11970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:10 smithi089 ceph-mon[103441]: pgmap v11970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:11.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:11.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:12.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:12.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:13.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:12 smithi026 ceph-mon[93126]: pgmap v11971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:12 smithi089 ceph-mon[103441]: pgmap v11971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:13.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:13.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:14.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:14.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:14 smithi089 ceph-mon[103441]: pgmap v11972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:14 smithi026 ceph-mon[93126]: pgmap v11972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:15.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:15.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:16.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:16.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:16 smithi089 ceph-mon[103441]: pgmap v11973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:16 smithi026 ceph-mon[93126]: pgmap v11973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:17.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:17.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:18.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:18.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:18 smithi089 ceph-mon[103441]: pgmap v11974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:19.272 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:18 smithi026 ceph-mon[93126]: pgmap v11974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:19.273 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:19.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:19.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:20.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:20.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:20 smithi089 ceph-mon[103441]: pgmap v11975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:20 smithi026 ceph-mon[93126]: pgmap v11975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:21.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:21.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:22.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:22.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:22 smithi026 ceph-mon[93126]: pgmap v11976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:23.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:22 smithi089 ceph-mon[103441]: pgmap v11976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:23.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:23.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:24.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:24.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:24 smithi089 ceph-mon[103441]: pgmap v11977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:24 smithi026 ceph-mon[93126]: pgmap v11977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:25.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:25.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:26.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:26.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:26 smithi089 ceph-mon[103441]: pgmap v11978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:26 smithi026 ceph-mon[93126]: pgmap v11978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:27.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:27.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:28.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:28.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:28 smithi089 ceph-mon[103441]: pgmap v11979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:28 smithi026 ceph-mon[93126]: pgmap v11979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:29.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:29.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:19:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:19:30.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:30.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:30 smithi089 ceph-mon[103441]: pgmap v11980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:31.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:19:31.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:19:31.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:19:31.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:19:31.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:19:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:30 smithi026 ceph-mon[93126]: pgmap v11980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:19:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:19:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:19:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:19:31.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:19:31.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:31.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:32.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:32.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:32 smithi026 ceph-mon[93126]: pgmap v11981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:32 smithi089 ceph-mon[103441]: pgmap v11981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:33.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:33.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:34.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:34.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:34 smithi026 ceph-mon[93126]: pgmap v11982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:34 smithi089 ceph-mon[103441]: pgmap v11982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:35.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:35.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:36.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:36.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:36 smithi026 ceph-mon[93126]: pgmap v11983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:36 smithi089 ceph-mon[103441]: pgmap v11983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:37.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:37.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:38.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:38.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:38 smithi026 ceph-mon[93126]: pgmap v11984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:39.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:38 smithi089 ceph-mon[103441]: pgmap v11984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:39.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:39.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:40.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:40.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:40 smithi026 ceph-mon[93126]: pgmap v11985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:40 smithi089 ceph-mon[103441]: pgmap v11985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:41.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:41.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:42.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:42.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:42 smithi026 ceph-mon[93126]: pgmap v11986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:42 smithi089 ceph-mon[103441]: pgmap v11986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:43.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:43.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:44.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:44.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:44 smithi089 ceph-mon[103441]: pgmap v11987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:44 smithi026 ceph-mon[93126]: pgmap v11987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:45.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:45.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:46.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:46.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:46 smithi026 ceph-mon[93126]: pgmap v11988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:46 smithi089 ceph-mon[103441]: pgmap v11988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:47.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:47.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:48.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:48.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:48 smithi026 ceph-mon[93126]: pgmap v11989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:48 smithi089 ceph-mon[103441]: pgmap v11989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:19:49.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:49.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:50.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:50.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:50 smithi026 ceph-mon[93126]: pgmap v11990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:50 smithi089 ceph-mon[103441]: pgmap v11990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:51.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:51.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:52.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:52.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:52 smithi026 ceph-mon[93126]: pgmap v11991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:52 smithi089 ceph-mon[103441]: pgmap v11991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:53.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:53.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:54.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:54.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:54 smithi026 ceph-mon[93126]: pgmap v11992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:54 smithi089 ceph-mon[103441]: pgmap v11992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:55.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:55.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:56.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:56.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:56 smithi026 ceph-mon[93126]: pgmap v11993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:56 smithi089 ceph-mon[103441]: pgmap v11993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:19:57.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:57.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:58.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:58.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:19:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:19:58 smithi026 ceph-mon[93126]: pgmap v11994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:19:58 smithi089 ceph-mon[103441]: pgmap v11994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:19:59.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:19:59.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:00.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:00.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:01.197 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:00 smithi089 ceph-mon[103441]: pgmap v11995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:01.197 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T03:20:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:00 smithi026 ceph-mon[93126]: pgmap v11995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T03:20:01.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:01.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:02.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:02.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:02 smithi026 ceph-mon[93126]: pgmap v11996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:02 smithi089 ceph-mon[103441]: pgmap v11996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:03.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:03.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:04.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:04.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:04 smithi026 ceph-mon[93126]: pgmap v11997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:04 smithi089 ceph-mon[103441]: pgmap v11997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:05.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:05.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:06.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:06.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:06 smithi026 ceph-mon[93126]: pgmap v11998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:06 smithi089 ceph-mon[103441]: pgmap v11998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:07.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:07.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:08.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:08.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:08 smithi026 ceph-mon[93126]: pgmap v11999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:08 smithi089 ceph-mon[103441]: pgmap v11999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:09.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:09.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:10.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:10.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:11.252 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:10 smithi026 ceph-mon[93126]: pgmap v12000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:11.301 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:10 smithi089 ceph-mon[103441]: pgmap v12000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:11.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:11.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:12.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:12.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:12 smithi026 ceph-mon[93126]: pgmap v12001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:12 smithi089 ceph-mon[103441]: pgmap v12001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:13.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:13.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:14.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:14.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:14 smithi089 ceph-mon[103441]: pgmap v12002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:14 smithi026 ceph-mon[93126]: pgmap v12002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:15.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:15.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:16.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:16.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:16 smithi026 ceph-mon[93126]: pgmap v12003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:16 smithi089 ceph-mon[103441]: pgmap v12003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:17.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:17.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:18.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:18.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:18 smithi026 ceph-mon[93126]: pgmap v12004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:19.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:18 smithi089 ceph-mon[103441]: pgmap v12004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:19.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:19.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:19.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:20.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:20.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:20 smithi026 ceph-mon[93126]: pgmap v12005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:21.406 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:20 smithi089 ceph-mon[103441]: pgmap v12005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:21.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:21.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:22.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:22.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:22 smithi026 ceph-mon[93126]: pgmap v12006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:22 smithi089 ceph-mon[103441]: pgmap v12006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:23.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:23.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:24.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:24.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:25.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:24 smithi089 ceph-mon[103441]: pgmap v12007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:24 smithi026 ceph-mon[93126]: pgmap v12007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:25.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:25.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:26.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:26.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:26 smithi026 ceph-mon[93126]: pgmap v12008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:27.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:26 smithi089 ceph-mon[103441]: pgmap v12008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:27.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:27.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:28.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:28.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:28 smithi026 ceph-mon[93126]: pgmap v12009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:28 smithi089 ceph-mon[103441]: pgmap v12009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:29.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:29.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:30.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:30.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:30 smithi026 ceph-mon[93126]: pgmap v12010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:31.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:20:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:30 smithi089 ceph-mon[103441]: pgmap v12010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:31.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:20:31.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:31.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:20:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:20:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:20:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:20:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:20:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:20:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:20:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:20:32.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:20:32.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:20:32.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:32.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:33 smithi089 ceph-mon[103441]: pgmap v12011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:33 smithi026 ceph-mon[93126]: pgmap v12011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:33.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:33.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:34.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:34.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:35 smithi089 ceph-mon[103441]: pgmap v12012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:35 smithi026 ceph-mon[93126]: pgmap v12012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:35.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:35.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:36.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:36.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:37 smithi089 ceph-mon[103441]: pgmap v12013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:37 smithi026 ceph-mon[93126]: pgmap v12013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:37.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:37.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:38.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:38.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:39 smithi089 ceph-mon[103441]: pgmap v12014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:39 smithi026 ceph-mon[93126]: pgmap v12014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:39.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:39.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:40.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:40.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:41.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:41 smithi089 ceph-mon[103441]: pgmap v12015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:41 smithi026 ceph-mon[93126]: pgmap v12015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:41.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:41.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:42.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:42.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:43 smithi089 ceph-mon[103441]: pgmap v12016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:43 smithi026 ceph-mon[93126]: pgmap v12016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:43.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:43.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:44.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:44.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:44 smithi089 ceph-mon[103441]: pgmap v12017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:45.248 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:44 smithi026 ceph-mon[93126]: pgmap v12017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:45.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:45.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:46.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:46.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:46 smithi026 ceph-mon[93126]: pgmap v12018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:46 smithi089 ceph-mon[103441]: pgmap v12018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:47.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:47.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:48.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:48.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:48 smithi026 ceph-mon[93126]: pgmap v12019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:48 smithi089 ceph-mon[103441]: pgmap v12019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:20:49.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:49.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:50.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:50.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:50 smithi026 ceph-mon[93126]: pgmap v12020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:50 smithi089 ceph-mon[103441]: pgmap v12020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:51.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:51.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:52.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:52.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:52 smithi026 ceph-mon[93126]: pgmap v12021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:52 smithi089 ceph-mon[103441]: pgmap v12021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:53.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:53.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:54.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:54.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:54 smithi089 ceph-mon[103441]: pgmap v12022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:54 smithi026 ceph-mon[93126]: pgmap v12022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:55.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:55.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:56.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:56.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:56 smithi089 ceph-mon[103441]: pgmap v12023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:56 smithi026 ceph-mon[93126]: pgmap v12023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:20:57.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:57.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:58.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:58.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:20:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:20:58 smithi026 ceph-mon[93126]: pgmap v12024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:20:58 smithi089 ceph-mon[103441]: pgmap v12024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:20:59.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:20:59.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:00.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:00.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:00 smithi026 ceph-mon[93126]: pgmap v12025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:00 smithi089 ceph-mon[103441]: pgmap v12025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:01.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:01.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:02.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:02.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:02 smithi026 ceph-mon[93126]: pgmap v12026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:02 smithi089 ceph-mon[103441]: pgmap v12026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:03.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:03.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:04.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:04.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:04 smithi026 ceph-mon[93126]: pgmap v12027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:05.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:04 smithi089 ceph-mon[103441]: pgmap v12027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:05.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:05.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:06.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:06.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:06 smithi089 ceph-mon[103441]: pgmap v12028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:06 smithi026 ceph-mon[93126]: pgmap v12028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:07.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:07.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:08.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:08.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:08 smithi026 ceph-mon[93126]: pgmap v12029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:09.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:08 smithi089 ceph-mon[103441]: pgmap v12029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:09.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:09.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:10.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:10.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:10 smithi026 ceph-mon[93126]: pgmap v12030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:11.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:10 smithi089 ceph-mon[103441]: pgmap v12030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:11.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:11.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:12.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:12.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:12 smithi026 ceph-mon[93126]: pgmap v12031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:12 smithi089 ceph-mon[103441]: pgmap v12031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:13.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:13.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:14.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:14.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:14 smithi089 ceph-mon[103441]: pgmap v12032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:14 smithi026 ceph-mon[93126]: pgmap v12032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:15.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:15.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:16.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:16.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:16 smithi026 ceph-mon[93126]: pgmap v12033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:16 smithi089 ceph-mon[103441]: pgmap v12033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:17.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:17.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:18.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:18.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:18 smithi026 ceph-mon[93126]: pgmap v12034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:18 smithi089 ceph-mon[103441]: pgmap v12034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:19.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:19.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:20.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:20.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:20 smithi026 ceph-mon[93126]: pgmap v12035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:20 smithi089 ceph-mon[103441]: pgmap v12035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:21.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:21.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:22.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:22.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:22 smithi026 ceph-mon[93126]: pgmap v12036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:22 smithi089 ceph-mon[103441]: pgmap v12036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:23.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:23.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:24.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:24.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:24 smithi089 ceph-mon[103441]: pgmap v12037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:24 smithi026 ceph-mon[93126]: pgmap v12037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:25.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:25.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:26.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:26.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:26 smithi026 ceph-mon[93126]: pgmap v12038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:26 smithi089 ceph-mon[103441]: pgmap v12038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:27.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:27.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:28.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:28.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:28 smithi026 ceph-mon[93126]: pgmap v12039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:28 smithi089 ceph-mon[103441]: pgmap v12039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:29.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:29.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:30.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:30.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:30 smithi026 ceph-mon[93126]: pgmap v12040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:30 smithi089 ceph-mon[103441]: pgmap v12040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:31.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:31.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:21:32.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:21:32.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:32.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:32 smithi026 ceph-mon[93126]: pgmap v12041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:32 smithi089 ceph-mon[103441]: pgmap v12041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:33.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:33.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:34.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:34.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:34 smithi026 ceph-mon[93126]: pgmap v12042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:34 smithi089 ceph-mon[103441]: pgmap v12042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:35.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:35.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:36.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:36.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:21:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:21:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:36 smithi026 ceph-mon[93126]: pgmap v12043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:21:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:21:37.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:21:37.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:21:37.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:21:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:21:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:21:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:36 smithi089 ceph-mon[103441]: pgmap v12043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:37.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:21:37.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:21:37.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:21:37.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:21:37.180 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:21:37.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:37.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:38.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:38.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:38 smithi026 ceph-mon[93126]: pgmap v12044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:39.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:38 smithi089 ceph-mon[103441]: pgmap v12044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:39.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:39.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:40.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:40.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:40 smithi026 ceph-mon[93126]: pgmap v12045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:40 smithi089 ceph-mon[103441]: pgmap v12045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:41.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:41.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:42.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:42.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:42 smithi026 ceph-mon[93126]: pgmap v12046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:42 smithi089 ceph-mon[103441]: pgmap v12046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:43.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:43.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:44.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:44.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:44 smithi089 ceph-mon[103441]: pgmap v12047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:44 smithi026 ceph-mon[93126]: pgmap v12047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:45.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:45.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:46.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:46.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:47.293 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:46 smithi089 ceph-mon[103441]: pgmap v12048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:46 smithi026 ceph-mon[93126]: pgmap v12048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:47.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:47.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:48.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:48.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:48 smithi026 ceph-mon[93126]: pgmap v12049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:48 smithi089 ceph-mon[103441]: pgmap v12049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:21:49.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:49.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:50.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:50.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:50 smithi026 ceph-mon[93126]: pgmap v12050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:51.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:50 smithi089 ceph-mon[103441]: pgmap v12050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:51.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:51.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:52.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:52.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:53.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:52 smithi026 ceph-mon[93126]: pgmap v12051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:52 smithi089 ceph-mon[103441]: pgmap v12051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:53.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:53.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:54.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:54.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:54 smithi089 ceph-mon[103441]: pgmap v12052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:54 smithi026 ceph-mon[93126]: pgmap v12052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:55.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:55.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:56.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:56.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:56 smithi026 ceph-mon[93126]: pgmap v12053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:57.398 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:56 smithi089 ceph-mon[103441]: pgmap v12053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:21:57.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:57.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:58.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:58.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:21:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:21:58 smithi026 ceph-mon[93126]: pgmap v12054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:59.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:21:58 smithi089 ceph-mon[103441]: pgmap v12054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:21:59.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:21:59.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:00.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:00.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:00 smithi026 ceph-mon[93126]: pgmap v12055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:00 smithi089 ceph-mon[103441]: pgmap v12055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:01.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:01.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:02.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:02.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:02 smithi026 ceph-mon[93126]: pgmap v12056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:02 smithi089 ceph-mon[103441]: pgmap v12056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:03.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:03.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:04.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:04.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:04 smithi026 ceph-mon[93126]: pgmap v12057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:04 smithi089 ceph-mon[103441]: pgmap v12057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:05.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:05.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:06.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:06.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:06 smithi026 ceph-mon[93126]: pgmap v12058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:06 smithi089 ceph-mon[103441]: pgmap v12058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:07.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:07.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:08.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:08.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:08 smithi026 ceph-mon[93126]: pgmap v12059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:09.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:08 smithi089 ceph-mon[103441]: pgmap v12059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:09.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:09.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:10.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:10.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:10 smithi026 ceph-mon[93126]: pgmap v12060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:10 smithi089 ceph-mon[103441]: pgmap v12060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:11.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:11.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:12.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:12.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:12 smithi026 ceph-mon[93126]: pgmap v12061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:12 smithi089 ceph-mon[103441]: pgmap v12061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:13.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:13.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:14.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:14.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:15.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:14 smithi089 ceph-mon[103441]: pgmap v12062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:14 smithi026 ceph-mon[93126]: pgmap v12062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:15.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:15.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:16.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:16.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:16 smithi026 ceph-mon[93126]: pgmap v12063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:16 smithi089 ceph-mon[103441]: pgmap v12063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:17.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:17.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:18.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:18.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:18 smithi026 ceph-mon[93126]: pgmap v12064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:18 smithi089 ceph-mon[103441]: pgmap v12064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:19.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:19.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:20.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:20.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:20 smithi026 ceph-mon[93126]: pgmap v12065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:20 smithi089 ceph-mon[103441]: pgmap v12065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:21.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:21.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:22.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:22.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:22 smithi026 ceph-mon[93126]: pgmap v12066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:22 smithi089 ceph-mon[103441]: pgmap v12066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:23.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:23.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:24.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:24.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:24 smithi089 ceph-mon[103441]: pgmap v12067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:24 smithi026 ceph-mon[93126]: pgmap v12067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:25.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:25.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:26.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:26.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:26 smithi026 ceph-mon[93126]: pgmap v12068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:26 smithi089 ceph-mon[103441]: pgmap v12068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:27.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:27.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:28.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:28.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:28 smithi026 ceph-mon[93126]: pgmap v12069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:28 smithi089 ceph-mon[103441]: pgmap v12069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:29.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:29.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:30.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:30.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:30 smithi026 ceph-mon[93126]: pgmap v12070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:30 smithi089 ceph-mon[103441]: pgmap v12070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:31.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:31.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:32.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:32.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:33.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:32 smithi089 ceph-mon[103441]: pgmap v12071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:32 smithi026 ceph-mon[93126]: pgmap v12071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:33.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:33.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:34.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:34.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:34 smithi026 ceph-mon[93126]: pgmap v12072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:34 smithi089 ceph-mon[103441]: pgmap v12072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:35.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:35.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:36.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:36.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:36 smithi026 ceph-mon[93126]: pgmap v12073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:22:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:36 smithi089 ceph-mon[103441]: pgmap v12073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:37.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:22:37.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:37.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:22:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:22:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:22:38.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:22:38.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:22:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:22:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:22:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:22:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:22:38.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:22:38.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:38.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:39.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:39 smithi089 ceph-mon[103441]: pgmap v12074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:39 smithi026 ceph-mon[93126]: pgmap v12074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:39.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:39.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:40.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:40.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:41 smithi089 ceph-mon[103441]: pgmap v12075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:41 smithi026 ceph-mon[93126]: pgmap v12075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:41.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:41.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:42.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:42.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:43 smithi089 ceph-mon[103441]: pgmap v12076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:43 smithi026 ceph-mon[93126]: pgmap v12076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:43.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:43.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:44.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:44.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:44 smithi089 ceph-mon[103441]: pgmap v12077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:44 smithi026 ceph-mon[93126]: pgmap v12077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:45.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:45.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:46.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:46.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:46 smithi026 ceph-mon[93126]: pgmap v12078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:46 smithi089 ceph-mon[103441]: pgmap v12078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:47.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:47.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:48.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:48.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:48 smithi026 ceph-mon[93126]: pgmap v12079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:48 smithi089 ceph-mon[103441]: pgmap v12079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:22:49.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:49.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:50.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:50.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:51.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:50 smithi026 ceph-mon[93126]: pgmap v12080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:50 smithi089 ceph-mon[103441]: pgmap v12080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:51.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:51.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:52.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:52.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:52 smithi026 ceph-mon[93126]: pgmap v12081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:52 smithi089 ceph-mon[103441]: pgmap v12081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:53.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:53.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:54.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:54.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:54 smithi089 ceph-mon[103441]: pgmap v12082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:54 smithi026 ceph-mon[93126]: pgmap v12082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:55.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:55.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:56.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:56.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:56 smithi026 ceph-mon[93126]: pgmap v12083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:56 smithi089 ceph-mon[103441]: pgmap v12083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:22:57.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:57.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:58.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:58.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:22:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:22:58 smithi026 ceph-mon[93126]: pgmap v12084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:22:58 smithi089 ceph-mon[103441]: pgmap v12084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:22:59.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:22:59.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:00.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:00.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:00 smithi026 ceph-mon[93126]: pgmap v12085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:00 smithi089 ceph-mon[103441]: pgmap v12085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:01.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:01.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:02.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:02.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:02 smithi026 ceph-mon[93126]: pgmap v12086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:02 smithi089 ceph-mon[103441]: pgmap v12086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:03.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:03.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:04.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:04.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:05 smithi026 ceph-mon[93126]: pgmap v12087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:05.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:05 smithi089 ceph-mon[103441]: pgmap v12087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:05.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:05.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:06.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:06.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:07 smithi026 ceph-mon[93126]: pgmap v12088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:07 smithi089 ceph-mon[103441]: pgmap v12088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:07.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:07.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:08.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:08.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:09 smithi026 ceph-mon[93126]: pgmap v12089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:09.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:09 smithi089 ceph-mon[103441]: pgmap v12089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:09.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:09.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:10.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:10.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:11 smithi026 ceph-mon[93126]: pgmap v12090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:11.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:11 smithi089 ceph-mon[103441]: pgmap v12090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:11.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:11.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:12.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:12.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:13 smithi026 ceph-mon[93126]: pgmap v12091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:13 smithi089 ceph-mon[103441]: pgmap v12091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:13.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:13.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:14.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:14.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:14 smithi089 ceph-mon[103441]: pgmap v12092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:14 smithi026 ceph-mon[93126]: pgmap v12092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:15.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:15.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:16.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:16.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:16 smithi026 ceph-mon[93126]: pgmap v12093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:16 smithi089 ceph-mon[103441]: pgmap v12093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:17.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:17.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:18.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:18.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:18 smithi026 ceph-mon[93126]: pgmap v12094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:18 smithi089 ceph-mon[103441]: pgmap v12094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:19.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:19.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:20.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:20.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:21 smithi026 ceph-mon[93126]: pgmap v12095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:21 smithi089 ceph-mon[103441]: pgmap v12095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:21.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:21.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:22.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:22.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:23.287 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:23 smithi089 ceph-mon[103441]: pgmap v12096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:23 smithi026 ceph-mon[93126]: pgmap v12096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:23.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:23.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:24.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:24.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:25.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:24 smithi089 ceph-mon[103441]: pgmap v12097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:24 smithi026 ceph-mon[93126]: pgmap v12097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:25.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:25.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:26.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:26.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:27 smithi026 ceph-mon[93126]: pgmap v12098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:27 smithi089 ceph-mon[103441]: pgmap v12098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:27.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:27.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:28.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:28.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:29 smithi026 ceph-mon[93126]: pgmap v12099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:29 smithi089 ceph-mon[103441]: pgmap v12099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:29.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:29.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:30.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:30.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:31 smithi026 ceph-mon[93126]: pgmap v12100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:31 smithi089 ceph-mon[103441]: pgmap v12100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:31.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:31.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:32.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:32.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:33 smithi026 ceph-mon[93126]: pgmap v12101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:33.392 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:33 smithi089 ceph-mon[103441]: pgmap v12101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:33.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:33.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:34.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:34.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:35 smithi026 ceph-mon[93126]: pgmap v12102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:35.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:35 smithi089 ceph-mon[103441]: pgmap v12102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:35.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:35.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:36.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:36.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:37 smithi026 ceph-mon[93126]: pgmap v12103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:37 smithi089 ceph-mon[103441]: pgmap v12103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:37.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:37.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:23:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:38.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:38.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:23:38.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:38.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:38.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:38.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:39 smithi026 ceph-mon[93126]: pgmap v12104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:39.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:39 smithi089 ceph-mon[103441]: pgmap v12104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:39.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:39.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:40.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:40.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:41 smithi026 ceph-mon[93126]: pgmap v12105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:41.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:41 smithi089 ceph-mon[103441]: pgmap v12105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:41.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:41.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:42.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:42.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:43 smithi026 ceph-mon[93126]: pgmap v12106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:43 smithi089 ceph-mon[103441]: pgmap v12106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:43.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:43.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:44.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:44.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:44 smithi089 ceph-mon[103441]: pgmap v12107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:44 smithi026 ceph-mon[93126]: pgmap v12107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:45.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:45.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:46.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:46.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:46.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:46.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:46.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:23:46.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:23:46.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:46.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:23:46.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:46.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:46 smithi089 ceph-mon[103441]: pgmap v12108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:23:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:23:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:47.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:23:47.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:23:47.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:46 smithi026 ceph-mon[93126]: pgmap v12108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:47.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:47.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:48.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:48.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:49 smithi026 ceph-mon[93126]: pgmap v12109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:49 smithi089 ceph-mon[103441]: pgmap v12109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:23:49.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:49.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:50.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:50.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:51 smithi026 ceph-mon[93126]: pgmap v12110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:51 smithi089 ceph-mon[103441]: pgmap v12110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:51.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:51.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:52.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:52.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:53 smithi026 ceph-mon[93126]: pgmap v12111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:53 smithi089 ceph-mon[103441]: pgmap v12111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:53.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:53.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:54.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:54.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:54 smithi089 ceph-mon[103441]: pgmap v12112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:54 smithi026 ceph-mon[93126]: pgmap v12112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:55.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:55.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:56.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:56.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:57 smithi026 ceph-mon[93126]: pgmap v12113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:57 smithi089 ceph-mon[103441]: pgmap v12113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:23:57.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:57.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:58.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:58.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:23:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:23:59 smithi026 ceph-mon[93126]: pgmap v12114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:59.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:23:59 smithi089 ceph-mon[103441]: pgmap v12114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:23:59.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:23:59.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:00.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:00.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:01 smithi026 ceph-mon[93126]: pgmap v12115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:01 smithi089 ceph-mon[103441]: pgmap v12115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:01.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:01.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:02.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:02.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:03 smithi026 ceph-mon[93126]: pgmap v12116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:03 smithi089 ceph-mon[103441]: pgmap v12116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:03.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:03.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:04.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:04.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:05 smithi026 ceph-mon[93126]: pgmap v12117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:05.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:05 smithi089 ceph-mon[103441]: pgmap v12117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:05.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:05.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:06.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:06.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:07 smithi026 ceph-mon[93126]: pgmap v12118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:07 smithi089 ceph-mon[103441]: pgmap v12118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:07.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:07.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:08.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:08.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:09 smithi026 ceph-mon[93126]: pgmap v12119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:09 smithi089 ceph-mon[103441]: pgmap v12119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:09.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:09.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:10.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:10.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:11 smithi026 ceph-mon[93126]: pgmap v12120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:11.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:11 smithi089 ceph-mon[103441]: pgmap v12120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:11.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:11.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:12.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:12.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:13 smithi026 ceph-mon[93126]: pgmap v12121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:13 smithi089 ceph-mon[103441]: pgmap v12121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:13.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:13.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:14.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:14.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:15.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:14 smithi089 ceph-mon[103441]: pgmap v12122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:14 smithi026 ceph-mon[93126]: pgmap v12122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:15.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:15.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:16.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:16.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:17 smithi026 ceph-mon[93126]: pgmap v12123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:17 smithi089 ceph-mon[103441]: pgmap v12123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:17.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:17.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:18.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:18.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:19 smithi089 ceph-mon[103441]: pgmap v12124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:19 smithi026 ceph-mon[93126]: pgmap v12124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:19.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:19.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:20.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:20.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:21 smithi026 ceph-mon[93126]: pgmap v12125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:21 smithi089 ceph-mon[103441]: pgmap v12125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:21.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:21.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:22.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:22.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:23 smithi026 ceph-mon[93126]: pgmap v12126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:23 smithi089 ceph-mon[103441]: pgmap v12126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:23.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:23.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:24.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:24.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:25.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:24 smithi089 ceph-mon[103441]: pgmap v12127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:24 smithi026 ceph-mon[93126]: pgmap v12127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:25.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:25.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:26.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:26.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:27 smithi026 ceph-mon[93126]: pgmap v12128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:27 smithi089 ceph-mon[103441]: pgmap v12128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:27.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:27.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:28.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:28.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:29 smithi026 ceph-mon[93126]: pgmap v12129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:29 smithi089 ceph-mon[103441]: pgmap v12129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:29.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:29.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:30.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:30.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:31 smithi026 ceph-mon[93126]: pgmap v12130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:31 smithi089 ceph-mon[103441]: pgmap v12130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:31.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:31.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:32.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:32.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:33 smithi026 ceph-mon[93126]: pgmap v12131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:33 smithi089 ceph-mon[103441]: pgmap v12131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:33.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:33.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:34.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:34.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:34.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:35 smithi026 ceph-mon[93126]: pgmap v12132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:35.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:35 smithi089 ceph-mon[103441]: pgmap v12132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:35.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:35.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:36.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:36.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:37 smithi026 ceph-mon[93126]: pgmap v12133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:37.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:37 smithi089 ceph-mon[103441]: pgmap v12133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:37.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:37.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:38.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:38.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:39 smithi026 ceph-mon[93126]: pgmap v12134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:39.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:39 smithi089 ceph-mon[103441]: pgmap v12134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:39.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:39.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:40.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:40.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:41 smithi026 ceph-mon[93126]: pgmap v12135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:41.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:41 smithi089 ceph-mon[103441]: pgmap v12135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:41.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:41.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:42.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:42.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:43 smithi026 ceph-mon[93126]: pgmap v12136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:43 smithi089 ceph-mon[103441]: pgmap v12136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:43.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:43.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:44.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:44.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:44 smithi089 ceph-mon[103441]: pgmap v12137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:44 smithi026 ceph-mon[93126]: pgmap v12137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:45.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:45.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:24:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:24:46.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:46.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:46 smithi089 ceph-mon[103441]: pgmap v12138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:24:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:24:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:24:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:24:47.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:24:47.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:24:47.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:24:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:46 smithi026 ceph-mon[93126]: pgmap v12138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:24:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:24:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:24:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:24:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:24:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:24:47.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:24:47.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:47.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:48.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:49.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:49 smithi026 ceph-mon[93126]: pgmap v12139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:49 smithi089 ceph-mon[103441]: pgmap v12139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:24:50.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:50.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:51.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:51.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:51 smithi026 ceph-mon[93126]: pgmap v12140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:51.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:51 smithi089 ceph-mon[103441]: pgmap v12140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:52.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:52.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:53.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:53.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:53 smithi026 ceph-mon[93126]: pgmap v12141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:53 smithi089 ceph-mon[103441]: pgmap v12141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:54.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:54.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:55.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:55.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:54 smithi089 ceph-mon[103441]: pgmap v12142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:54 smithi026 ceph-mon[93126]: pgmap v12142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:56.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:56.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:57.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:57.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:57 smithi026 ceph-mon[93126]: pgmap v12143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:57 smithi089 ceph-mon[103441]: pgmap v12143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:24:58.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:58.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:59.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:24:59.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:24:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:24:59 smithi026 ceph-mon[93126]: pgmap v12144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:24:59.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:24:59 smithi089 ceph-mon[103441]: pgmap v12144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:00.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:00.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:01.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:01.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:01 smithi026 ceph-mon[93126]: pgmap v12145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:01 smithi089 ceph-mon[103441]: pgmap v12145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:02.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:02.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:03.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:03.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:03.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:03 smithi026 ceph-mon[93126]: pgmap v12146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:03 smithi089 ceph-mon[103441]: pgmap v12146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:04.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:04.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:04.334 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:05.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:05.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:05 smithi026 ceph-mon[93126]: pgmap v12147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:05 smithi089 ceph-mon[103441]: pgmap v12147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:06.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:06.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:07.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:07.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:07 smithi026 ceph-mon[93126]: pgmap v12148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:07.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:07 smithi089 ceph-mon[103441]: pgmap v12148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:08.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:08.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:09.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:09.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:09 smithi026 ceph-mon[93126]: pgmap v12149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:09.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:09 smithi089 ceph-mon[103441]: pgmap v12149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:10.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:10.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:11.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:11.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:11 smithi026 ceph-mon[93126]: pgmap v12150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:11 smithi089 ceph-mon[103441]: pgmap v12150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:12.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:12.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:13.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:13.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:13 smithi089 ceph-mon[103441]: pgmap v12151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:13 smithi026 ceph-mon[93126]: pgmap v12151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:14.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:14.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:15.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:15.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:15.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:14 smithi089 ceph-mon[103441]: pgmap v12152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:14 smithi026 ceph-mon[93126]: pgmap v12152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:16.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:16.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:17.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:17.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:17.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:17 smithi026 ceph-mon[93126]: pgmap v12153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:17 smithi089 ceph-mon[103441]: pgmap v12153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:18.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:18.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:19.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:19.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:19 smithi026 ceph-mon[93126]: pgmap v12154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:19 smithi089 ceph-mon[103441]: pgmap v12154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:20.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:20.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:21.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:21.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:21 smithi026 ceph-mon[93126]: pgmap v12155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:21 smithi089 ceph-mon[103441]: pgmap v12155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:22.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:22.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:23.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:23.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:23 smithi026 ceph-mon[93126]: pgmap v12156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:23 smithi089 ceph-mon[103441]: pgmap v12156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:24.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:24.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:25.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:25.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:24 smithi089 ceph-mon[103441]: pgmap v12157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:24 smithi026 ceph-mon[93126]: pgmap v12157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:26.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:26.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:27.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:27.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:27 smithi026 ceph-mon[93126]: pgmap v12158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:27.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:27 smithi089 ceph-mon[103441]: pgmap v12158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:28.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:28.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:29.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:29.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:29 smithi026 ceph-mon[93126]: pgmap v12159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:29 smithi089 ceph-mon[103441]: pgmap v12159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:30.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:30.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:31.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:31.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:31 smithi026 ceph-mon[93126]: pgmap v12160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:31.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:31 smithi089 ceph-mon[103441]: pgmap v12160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:32.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:32.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:33.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:33.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:33 smithi026 ceph-mon[93126]: pgmap v12161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:33 smithi089 ceph-mon[103441]: pgmap v12161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:34.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:34.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:35.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:35.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:35 smithi026 ceph-mon[93126]: pgmap v12162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:35.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:35 smithi089 ceph-mon[103441]: pgmap v12162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:36.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:36.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:37.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:37.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:37.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:37 smithi089 ceph-mon[103441]: pgmap v12163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:37 smithi026 ceph-mon[93126]: pgmap v12163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:38.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:38.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:39.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:39.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:39 smithi089 ceph-mon[103441]: pgmap v12164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:39 smithi026 ceph-mon[93126]: pgmap v12164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:40.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:40.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:41.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:41.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:41 smithi089 ceph-mon[103441]: pgmap v12165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:41 smithi026 ceph-mon[93126]: pgmap v12165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:42.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:42.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:43.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:43.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:43 smithi089 ceph-mon[103441]: pgmap v12166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:43 smithi026 ceph-mon[93126]: pgmap v12166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:44.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:44.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:45.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:45.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:44 smithi089 ceph-mon[103441]: pgmap v12167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:44 smithi026 ceph-mon[93126]: pgmap v12167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:46.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:46.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:47.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:47.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:47 smithi026 ceph-mon[93126]: pgmap v12168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:25:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:47 smithi089 ceph-mon[103441]: pgmap v12168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:47.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:25:48.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:48.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:48.529 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:48.530 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:48.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:49.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:49.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:49 smithi026 ceph-mon[93126]: pgmap v12169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:49 smithi089 ceph-mon[103441]: pgmap v12169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:25:50.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:50.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:51.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:51.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:51 smithi026 ceph-mon[93126]: pgmap v12170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:51.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:51 smithi089 ceph-mon[103441]: pgmap v12170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:52.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:52.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:52.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:52.948 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:52.948 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:52.949 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:52.949 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:25:52.949 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:25:52.949 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:52.949 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:25:52.950 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:52.950 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:52 smithi089 ceph-mon[103441]: pgmap v12171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:25:53.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:25:53.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:53.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:25:53.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:25:53.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:52 smithi026 ceph-mon[93126]: pgmap v12171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:53.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:53.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:54.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:54.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:55.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:55.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:54 smithi089 ceph-mon[103441]: pgmap v12172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:54 smithi026 ceph-mon[93126]: pgmap v12172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:56.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:56.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:57.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:57.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:57 smithi026 ceph-mon[93126]: pgmap v12173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:57 smithi089 ceph-mon[103441]: pgmap v12173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:25:58.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:58.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:59.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:25:59.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:25:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:25:59 smithi026 ceph-mon[93126]: pgmap v12174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:25:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:25:59 smithi089 ceph-mon[103441]: pgmap v12174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:00.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:00.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:01.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:01.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:01 smithi089 ceph-mon[103441]: pgmap v12175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:01 smithi026 ceph-mon[93126]: pgmap v12175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:02.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:02.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:03.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:03.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:03 smithi089 ceph-mon[103441]: pgmap v12176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:03 smithi026 ceph-mon[93126]: pgmap v12176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:04.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:04.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:05.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:05.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:05.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:05 smithi089 ceph-mon[103441]: pgmap v12177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:05 smithi026 ceph-mon[93126]: pgmap v12177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:06.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:06.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:07.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:07.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:07 smithi089 ceph-mon[103441]: pgmap v12178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:07 smithi026 ceph-mon[93126]: pgmap v12178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:08.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:08.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:09.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:09.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:09 smithi026 ceph-mon[93126]: pgmap v12179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:09 smithi089 ceph-mon[103441]: pgmap v12179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:10.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:10.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:11.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:11.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:11.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:11 smithi089 ceph-mon[103441]: pgmap v12180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:11 smithi026 ceph-mon[93126]: pgmap v12180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:12.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:12.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:13.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:13.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:13 smithi089 ceph-mon[103441]: pgmap v12181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:13 smithi026 ceph-mon[93126]: pgmap v12181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:14.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:14.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:15.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:15.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:15.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:14 smithi089 ceph-mon[103441]: pgmap v12182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:14 smithi026 ceph-mon[93126]: pgmap v12182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:16.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:16.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:17.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:17.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:17 smithi089 ceph-mon[103441]: pgmap v12183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:17 smithi026 ceph-mon[93126]: pgmap v12183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:18.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:18.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:19.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:19.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:19 smithi026 ceph-mon[93126]: pgmap v12184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:19.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:19 smithi089 ceph-mon[103441]: pgmap v12184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:19.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:20.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:20.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:21.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:21.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:21 smithi089 ceph-mon[103441]: pgmap v12185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:21 smithi026 ceph-mon[93126]: pgmap v12185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:22.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:22.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:23.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:23.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:23 smithi089 ceph-mon[103441]: pgmap v12186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:23 smithi026 ceph-mon[93126]: pgmap v12186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:24.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:24.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:25.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:25.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:24 smithi089 ceph-mon[103441]: pgmap v12187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:24 smithi026 ceph-mon[93126]: pgmap v12187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:26.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:26.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:27.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:27.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:27 smithi089 ceph-mon[103441]: pgmap v12188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:27 smithi026 ceph-mon[93126]: pgmap v12188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:28.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:28.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:29.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:29.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:29 smithi089 ceph-mon[103441]: pgmap v12189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:29 smithi026 ceph-mon[93126]: pgmap v12189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:30.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:30.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:31.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:31.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:31.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:31 smithi089 ceph-mon[103441]: pgmap v12190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:31 smithi026 ceph-mon[93126]: pgmap v12190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:32.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:32.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:33.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:33.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:33 smithi089 ceph-mon[103441]: pgmap v12191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:33 smithi026 ceph-mon[93126]: pgmap v12191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:34.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:34.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:34.217 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:35.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:35.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:35.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:35 smithi089 ceph-mon[103441]: pgmap v12192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:35 smithi026 ceph-mon[93126]: pgmap v12192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:36.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:36.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:37.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:37.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:37.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:37 smithi089 ceph-mon[103441]: pgmap v12193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:37 smithi026 ceph-mon[93126]: pgmap v12193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:38.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:38.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:39.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:39.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:39.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:39 smithi089 ceph-mon[103441]: pgmap v12194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:39 smithi026 ceph-mon[93126]: pgmap v12194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:40.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:40.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:41.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:41.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:41 smithi089 ceph-mon[103441]: pgmap v12195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:41 smithi026 ceph-mon[93126]: pgmap v12195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:42.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:42.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:43.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:43.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:43 smithi089 ceph-mon[103441]: pgmap v12196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:43 smithi026 ceph-mon[93126]: pgmap v12196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:44.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:44.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:45.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:45.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:44 smithi026 ceph-mon[93126]: pgmap v12197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:45.382 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:44 smithi089 ceph-mon[103441]: pgmap v12197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:46.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:46.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:47.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:47.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:47 smithi089 ceph-mon[103441]: pgmap v12198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:47 smithi026 ceph-mon[93126]: pgmap v12198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:48.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:48.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:49.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:49.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:49.390 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:49 smithi026 ceph-mon[93126]: pgmap v12199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:49.390 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:49 smithi089 ceph-mon[103441]: pgmap v12199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:26:50.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:50.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:51.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:51.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:51 smithi089 ceph-mon[103441]: pgmap v12200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:51 smithi026 ceph-mon[93126]: pgmap v12200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:52.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:52.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:52.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:26:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:26:53.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:53.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:53 smithi089 ceph-mon[103441]: pgmap v12201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:26:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:26:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:26:53.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:26:53.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:26:53.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:26:53.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:26:53.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:26:53.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:26:53.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:26:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:53 smithi026 ceph-mon[93126]: pgmap v12201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:26:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:26:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:26:53.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:26:53.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:26:53.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:26:53.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:26:53.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:26:53.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:26:53.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:26:54.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:54.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:54 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1558M 2023-10-17T03:26:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:54 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1558M 2023-10-17T03:26:55.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:55.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:55.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:55 smithi089 ceph-mon[103441]: pgmap v12202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:55 smithi026 ceph-mon[93126]: pgmap v12202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:56.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:56.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:57.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:57.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:57 smithi089 ceph-mon[103441]: pgmap v12203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:57 smithi026 ceph-mon[93126]: pgmap v12203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:26:58.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:58.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:59.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:26:59.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:26:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:26:59 smithi089 ceph-mon[103441]: pgmap v12204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:26:59.506 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:26:59 smithi026 ceph-mon[93126]: pgmap v12204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:00.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:00.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:01.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:01.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:01 smithi089 ceph-mon[103441]: pgmap v12205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:01 smithi026 ceph-mon[93126]: pgmap v12205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:02.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:02.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:03.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:03.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:03 smithi089 ceph-mon[103441]: pgmap v12206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:03 smithi026 ceph-mon[93126]: pgmap v12206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:04.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:04.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:05.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:05.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:05 smithi089 ceph-mon[103441]: pgmap v12207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:05 smithi026 ceph-mon[93126]: pgmap v12207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:06.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:06.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:07.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:07.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:07.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:07 smithi089 ceph-mon[103441]: pgmap v12208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:07 smithi026 ceph-mon[93126]: pgmap v12208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:08.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:08.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:09.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:09.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:09 smithi089 ceph-mon[103441]: pgmap v12209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:09 smithi026 ceph-mon[93126]: pgmap v12209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:10.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:10.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:11.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:11.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:11 smithi089 ceph-mon[103441]: pgmap v12210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:11 smithi026 ceph-mon[93126]: pgmap v12210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:12.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:12.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:13.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:13.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:13 smithi089 ceph-mon[103441]: pgmap v12211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:13 smithi026 ceph-mon[93126]: pgmap v12211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:14.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:14.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:15.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:15.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:14 smithi026 ceph-mon[93126]: pgmap v12212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:14 smithi089 ceph-mon[103441]: pgmap v12212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:16.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:16.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:17.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:17.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:17 smithi089 ceph-mon[103441]: pgmap v12213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:17 smithi026 ceph-mon[93126]: pgmap v12213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:18.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:18.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:19.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:19.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:19 smithi089 ceph-mon[103441]: pgmap v12214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:19 smithi026 ceph-mon[93126]: pgmap v12214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:20.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:20.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:21.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:21.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:21 smithi089 ceph-mon[103441]: pgmap v12215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:21 smithi026 ceph-mon[93126]: pgmap v12215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:22.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:22.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:23.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:23.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:23 smithi089 ceph-mon[103441]: pgmap v12216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:23 smithi026 ceph-mon[93126]: pgmap v12216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:24.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:24.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:24 smithi026 ceph-mon[93126]: pgmap v12217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:25.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:25.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:24 smithi089 ceph-mon[103441]: pgmap v12217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:26.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:26.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:27.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:27.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:27 smithi089 ceph-mon[103441]: pgmap v12218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:27 smithi026 ceph-mon[93126]: pgmap v12218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:28.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:28.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:29.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:29.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:29 smithi089 ceph-mon[103441]: pgmap v12219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:29 smithi026 ceph-mon[93126]: pgmap v12219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:30.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:30.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:31.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:31 smithi089 ceph-mon[103441]: pgmap v12220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:31.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:31.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:31.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:31 smithi026 ceph-mon[93126]: pgmap v12220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:32.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:32.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:33.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:33.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:33 smithi089 ceph-mon[103441]: pgmap v12221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:33 smithi026 ceph-mon[93126]: pgmap v12221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:34.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:34.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:35.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:35.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:35 smithi026 ceph-mon[93126]: pgmap v12222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:35 smithi089 ceph-mon[103441]: pgmap v12222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:36.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:36.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:37.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:37.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:37 smithi089 ceph-mon[103441]: pgmap v12223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:37 smithi026 ceph-mon[93126]: pgmap v12223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:38.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:38.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:39.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:39.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:39 smithi089 ceph-mon[103441]: pgmap v12224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:39 smithi026 ceph-mon[93126]: pgmap v12224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:40.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:40.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:41.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:41.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:41.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:41 smithi089 ceph-mon[103441]: pgmap v12225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:41 smithi026 ceph-mon[93126]: pgmap v12225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:42.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:42.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:43.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:43.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:43 smithi089 ceph-mon[103441]: pgmap v12226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:43 smithi026 ceph-mon[93126]: pgmap v12226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:44.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:44.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:45.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:45.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:44 smithi026 ceph-mon[93126]: pgmap v12227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:44 smithi089 ceph-mon[103441]: pgmap v12227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:46.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:46.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:47.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:47.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:47 smithi089 ceph-mon[103441]: pgmap v12228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:47 smithi026 ceph-mon[93126]: pgmap v12228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:48.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:48.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:49.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:49.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:49 smithi089 ceph-mon[103441]: pgmap v12229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:49 smithi026 ceph-mon[93126]: pgmap v12229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:27:50.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:50.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:51.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:51.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:51 smithi089 ceph-mon[103441]: pgmap v12230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:51 smithi026 ceph-mon[93126]: pgmap v12230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:52.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:52.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:53.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:53.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:53 smithi089 ceph-mon[103441]: pgmap v12231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:27:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:53 smithi026 ceph-mon[93126]: pgmap v12231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:27:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:27:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:27:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:27:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:27:54.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:27:54.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:54.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:27:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:27:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:27:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:27:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:27:55.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:55.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:55.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:55 smithi089 ceph-mon[103441]: pgmap v12232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:55 smithi026 ceph-mon[93126]: pgmap v12232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:56.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:56.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:57.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:57.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:57 smithi089 ceph-mon[103441]: pgmap v12233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:57 smithi026 ceph-mon[93126]: pgmap v12233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:27:58.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:58.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:59.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:27:59.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:27:59.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:27:59 smithi089 ceph-mon[103441]: pgmap v12234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:27:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:27:59 smithi026 ceph-mon[93126]: pgmap v12234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:00.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:00.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:01.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:01.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:01 smithi089 ceph-mon[103441]: pgmap v12235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:01 smithi026 ceph-mon[93126]: pgmap v12235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:02.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:02.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:03.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:03.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:03 smithi089 ceph-mon[103441]: pgmap v12236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:03 smithi026 ceph-mon[93126]: pgmap v12236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:04.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:04.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:05.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:05.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:05 smithi089 ceph-mon[103441]: pgmap v12237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:05 smithi026 ceph-mon[93126]: pgmap v12237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:06.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:06.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:07.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:07.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:07.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:07 smithi089 ceph-mon[103441]: pgmap v12238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:07 smithi026 ceph-mon[93126]: pgmap v12238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:08.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:08.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:09.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:09.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:09.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:09 smithi089 ceph-mon[103441]: pgmap v12239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:09 smithi026 ceph-mon[93126]: pgmap v12239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:10.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:10.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:11.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:11.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:11 smithi089 ceph-mon[103441]: pgmap v12240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:11 smithi026 ceph-mon[93126]: pgmap v12240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:12.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:12.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:13.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:13.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:13 smithi089 ceph-mon[103441]: pgmap v12241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:13 smithi026 ceph-mon[93126]: pgmap v12241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:14.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:14.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:14 smithi026 ceph-mon[93126]: pgmap v12242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:15.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:15.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:14 smithi089 ceph-mon[103441]: pgmap v12242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:16.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:16.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:17.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:17.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:17 smithi089 ceph-mon[103441]: pgmap v12243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:17 smithi026 ceph-mon[93126]: pgmap v12243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:18.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:18.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:19.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:19.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:19 smithi089 ceph-mon[103441]: pgmap v12244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:19 smithi026 ceph-mon[93126]: pgmap v12244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:20.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:20.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:21.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:21.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:21.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:21 smithi089 ceph-mon[103441]: pgmap v12245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:21 smithi026 ceph-mon[93126]: pgmap v12245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:22.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:22.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:23.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:23.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:23 smithi089 ceph-mon[103441]: pgmap v12246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:23 smithi026 ceph-mon[93126]: pgmap v12246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:24.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:24.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:24 smithi026 ceph-mon[93126]: pgmap v12247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:25.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:25.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:25.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:24 smithi089 ceph-mon[103441]: pgmap v12247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:26.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:26.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:27.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:27.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:27 smithi089 ceph-mon[103441]: pgmap v12248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:27 smithi026 ceph-mon[93126]: pgmap v12248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:28.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:28.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:29.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:29.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:29 smithi089 ceph-mon[103441]: pgmap v12249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:29 smithi026 ceph-mon[93126]: pgmap v12249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:30.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:30.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:31.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:31.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:31 smithi089 ceph-mon[103441]: pgmap v12250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:31 smithi026 ceph-mon[93126]: pgmap v12250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:32.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:32.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:33.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:33.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:33 smithi089 ceph-mon[103441]: pgmap v12251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:33 smithi026 ceph-mon[93126]: pgmap v12251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:34.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:34.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:35.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:35.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:35 smithi089 ceph-mon[103441]: pgmap v12252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:35 smithi026 ceph-mon[93126]: pgmap v12252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:36.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:36.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:37.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:37.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:37 smithi089 ceph-mon[103441]: pgmap v12253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:37 smithi026 ceph-mon[93126]: pgmap v12253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:38.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:38.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:39.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:39.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:39 smithi089 ceph-mon[103441]: pgmap v12254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:39 smithi026 ceph-mon[93126]: pgmap v12254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:40.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:40.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:41.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:41.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:41 smithi089 ceph-mon[103441]: pgmap v12255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:41 smithi026 ceph-mon[93126]: pgmap v12255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:42.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:42.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:43.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:43.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:43 smithi089 ceph-mon[103441]: pgmap v12256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:43 smithi026 ceph-mon[93126]: pgmap v12256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:44.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:44.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:44 smithi026 ceph-mon[93126]: pgmap v12257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:45.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:45.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:44 smithi089 ceph-mon[103441]: pgmap v12257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:46.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:46.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:47.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:47.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:47 smithi089 ceph-mon[103441]: pgmap v12258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:47 smithi026 ceph-mon[93126]: pgmap v12258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:48.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:48.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:49.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:49.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:49 smithi089 ceph-mon[103441]: pgmap v12259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:49 smithi026 ceph-mon[93126]: pgmap v12259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:28:50.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:50.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:51.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:51.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:51 smithi089 ceph-mon[103441]: pgmap v12260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:51 smithi026 ceph-mon[93126]: pgmap v12260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:52.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:52.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:53.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:53.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:53 smithi089 ceph-mon[103441]: pgmap v12261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:53 smithi026 ceph-mon[93126]: pgmap v12261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:54.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:54.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:28:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:28:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:28:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:28:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:28:54.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:28:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:28:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:28:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:28:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:28:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:28:54.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:28:55.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:55.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:55 smithi089 ceph-mon[103441]: pgmap v12262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:55 smithi026 ceph-mon[93126]: pgmap v12262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:56.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:56.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:57.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:57.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:57 smithi089 ceph-mon[103441]: pgmap v12263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:57 smithi026 ceph-mon[93126]: pgmap v12263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:28:58.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:58.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:59.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:28:59.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:28:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:28:59 smithi089 ceph-mon[103441]: pgmap v12264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:28:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:28:59 smithi026 ceph-mon[93126]: pgmap v12264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:00.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:00.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:01 smithi026 ceph-mon[93126]: pgmap v12265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:01.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:01.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:01 smithi089 ceph-mon[103441]: pgmap v12265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:02.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:02.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:03.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:03.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:03 smithi089 ceph-mon[103441]: pgmap v12266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:03 smithi026 ceph-mon[93126]: pgmap v12266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:04.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:04.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:04.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:05.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:05.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:05 smithi089 ceph-mon[103441]: pgmap v12267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:05 smithi026 ceph-mon[93126]: pgmap v12267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:06.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:06.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:07.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:07 smithi089 ceph-mon[103441]: pgmap v12268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:07.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:07.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:07 smithi026 ceph-mon[93126]: pgmap v12268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:08.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:08.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:09 smithi089 ceph-mon[103441]: pgmap v12269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:09.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:09.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:09 smithi026 ceph-mon[93126]: pgmap v12269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:10.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:10.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:11 smithi026 ceph-mon[93126]: pgmap v12270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:11 smithi089 ceph-mon[103441]: pgmap v12270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:11.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:11.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:12.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:12.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:13 smithi089 ceph-mon[103441]: pgmap v12271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:13.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:13.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:13 smithi026 ceph-mon[93126]: pgmap v12271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:14.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:14.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:14 smithi026 ceph-mon[93126]: pgmap v12272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:14 smithi089 ceph-mon[103441]: pgmap v12272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:15.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:15.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:16.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:16.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:17 smithi089 ceph-mon[103441]: pgmap v12273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:17.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:17.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:17.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:17 smithi026 ceph-mon[93126]: pgmap v12273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:18.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:18.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:19 smithi089 ceph-mon[103441]: pgmap v12274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:19.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:19.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:19 smithi026 ceph-mon[93126]: pgmap v12274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:20.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:20.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:21 smithi089 ceph-mon[103441]: pgmap v12275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:21.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:21.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:21 smithi026 ceph-mon[93126]: pgmap v12275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:22.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:22.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:23 smithi089 ceph-mon[103441]: pgmap v12276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:23.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:23.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:23 smithi026 ceph-mon[93126]: pgmap v12276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:24.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:24.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:24 smithi026 ceph-mon[93126]: pgmap v12277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:24 smithi089 ceph-mon[103441]: pgmap v12277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:25.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:25.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:26.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:26.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:27 smithi089 ceph-mon[103441]: pgmap v12278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:27.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:27.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:27 smithi026 ceph-mon[93126]: pgmap v12278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:28.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:28.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:29 smithi089 ceph-mon[103441]: pgmap v12279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:29.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:29.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:29 smithi026 ceph-mon[93126]: pgmap v12279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:30.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:30.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:31 smithi089 ceph-mon[103441]: pgmap v12280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:31.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:31.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:31 smithi026 ceph-mon[93126]: pgmap v12280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:32.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:32.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:33 smithi089 ceph-mon[103441]: pgmap v12281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:33.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:33.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:33 smithi026 ceph-mon[93126]: pgmap v12281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:34.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:34.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:35.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:35 smithi089 ceph-mon[103441]: pgmap v12282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:35.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:35.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:35 smithi026 ceph-mon[93126]: pgmap v12282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:36.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:36.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:37.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:37 smithi089 ceph-mon[103441]: pgmap v12283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:37.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:37.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:37 smithi026 ceph-mon[93126]: pgmap v12283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:38.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:38.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:39 smithi089 ceph-mon[103441]: pgmap v12284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:39.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:39.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:39 smithi026 ceph-mon[93126]: pgmap v12284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:40.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:40.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:41 smithi089 ceph-mon[103441]: pgmap v12285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:41.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:41.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:41 smithi026 ceph-mon[93126]: pgmap v12285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:42.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:42.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:43 smithi089 ceph-mon[103441]: pgmap v12286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:43.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:43.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:43 smithi026 ceph-mon[93126]: pgmap v12286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:44.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:44.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:44 smithi026 ceph-mon[93126]: pgmap v12287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:44 smithi089 ceph-mon[103441]: pgmap v12287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:45.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:45.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:46.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:46.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:47.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:47 smithi089 ceph-mon[103441]: pgmap v12288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:47.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:47.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:47 smithi026 ceph-mon[93126]: pgmap v12288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:48.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:48.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:49 smithi089 ceph-mon[103441]: pgmap v12289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:49.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:49.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:49 smithi026 ceph-mon[93126]: pgmap v12289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:29:50.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:50.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:51 smithi089 ceph-mon[103441]: pgmap v12290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:51.460 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:51 smithi026 ceph-mon[93126]: pgmap v12290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:51.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:51.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:52.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:52.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:53 smithi089 ceph-mon[103441]: pgmap v12291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:53.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:53.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:53 smithi026 ceph-mon[93126]: pgmap v12291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:54.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:54.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:54 smithi026 ceph-mon[93126]: pgmap v12292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:55.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:29:55.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:29:55.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:29:55.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:29:55.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:29:55.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:29:55.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:54 smithi089 ceph-mon[103441]: pgmap v12292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:55.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:29:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:29:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:29:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:29:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:29:55.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:29:55.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:55.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:56.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:56.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:57.381 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:57 smithi089 ceph-mon[103441]: pgmap v12293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:57.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:57.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:57 smithi026 ceph-mon[93126]: pgmap v12293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:29:58.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:58.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:29:59 smithi089 ceph-mon[103441]: pgmap v12294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:29:59.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:29:59.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:29:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:29:59 smithi026 ceph-mon[93126]: pgmap v12294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T03:30:00.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:00.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T03:30:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:01 smithi089 ceph-mon[103441]: pgmap v12295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:01.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:01.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:01 smithi026 ceph-mon[93126]: pgmap v12295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:02.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:02.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:03 smithi089 ceph-mon[103441]: pgmap v12296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:03.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:03.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:03 smithi026 ceph-mon[93126]: pgmap v12296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:04.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:04.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:05.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:05 smithi089 ceph-mon[103441]: pgmap v12297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:05.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:05.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:05 smithi026 ceph-mon[93126]: pgmap v12297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:06.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:06.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:07 smithi089 ceph-mon[103441]: pgmap v12298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:07.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:07.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:07 smithi026 ceph-mon[93126]: pgmap v12298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:08.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:08.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:09.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:09 smithi089 ceph-mon[103441]: pgmap v12299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:09.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:09.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:09 smithi026 ceph-mon[93126]: pgmap v12299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:10.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:10.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:11.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:11 smithi089 ceph-mon[103441]: pgmap v12300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:11.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:11.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:11 smithi026 ceph-mon[93126]: pgmap v12300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:12.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:12.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:13.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:13 smithi089 ceph-mon[103441]: pgmap v12301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:13.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:13.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:13 smithi026 ceph-mon[93126]: pgmap v12301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:14.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:14.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:14 smithi026 ceph-mon[93126]: pgmap v12302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:14 smithi089 ceph-mon[103441]: pgmap v12302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:15.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:15.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:16.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:16.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:17 smithi089 ceph-mon[103441]: pgmap v12303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:17.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:17.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:17 smithi026 ceph-mon[93126]: pgmap v12303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:18.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:18.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:19 smithi089 ceph-mon[103441]: pgmap v12304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:19.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:19.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:19 smithi026 ceph-mon[93126]: pgmap v12304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:20.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:20.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:21 smithi089 ceph-mon[103441]: pgmap v12305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:21.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:21.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:21 smithi026 ceph-mon[93126]: pgmap v12305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:22.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:22.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:23 smithi089 ceph-mon[103441]: pgmap v12306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:23 smithi026 ceph-mon[93126]: pgmap v12306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:23.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:23.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:24.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:24.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:24 smithi026 ceph-mon[93126]: pgmap v12307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:24 smithi089 ceph-mon[103441]: pgmap v12307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:25.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:25.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:26.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:26.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:27 smithi089 ceph-mon[103441]: pgmap v12308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:27 smithi026 ceph-mon[93126]: pgmap v12308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:27.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:27.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:28.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:28.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:29 smithi089 ceph-mon[103441]: pgmap v12309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:29 smithi026 ceph-mon[93126]: pgmap v12309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:29.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:29.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:30.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:30.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:31 smithi089 ceph-mon[103441]: pgmap v12310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:31 smithi026 ceph-mon[93126]: pgmap v12310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:31.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:31.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:32.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:32.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:33 smithi089 ceph-mon[103441]: pgmap v12311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:33 smithi026 ceph-mon[93126]: pgmap v12311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:33.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:33.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:34.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:34.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:35 smithi089 ceph-mon[103441]: pgmap v12312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:35 smithi026 ceph-mon[93126]: pgmap v12312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:35.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:35.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:36.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:36.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:37 smithi026 ceph-mon[93126]: pgmap v12313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:37 smithi089 ceph-mon[103441]: pgmap v12313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:37.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:37.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:38.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:38.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:39 smithi089 ceph-mon[103441]: pgmap v12314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:39 smithi026 ceph-mon[93126]: pgmap v12314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:39.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:39.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:40.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:40.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:41 smithi089 ceph-mon[103441]: pgmap v12315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:41 smithi026 ceph-mon[93126]: pgmap v12315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:41.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:41.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:42.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:42.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:43 smithi089 ceph-mon[103441]: pgmap v12316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:43 smithi026 ceph-mon[93126]: pgmap v12316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:43.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:43.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:44.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:44.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:44 smithi026 ceph-mon[93126]: pgmap v12317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:44 smithi089 ceph-mon[103441]: pgmap v12317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:45.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:45.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:46.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:46.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:47 smithi089 ceph-mon[103441]: pgmap v12318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:47 smithi026 ceph-mon[93126]: pgmap v12318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:47.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:47.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:48.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:48.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:49 smithi089 ceph-mon[103441]: pgmap v12319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:49 smithi026 ceph-mon[93126]: pgmap v12319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:30:49.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:49.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:50.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:50.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:51 smithi089 ceph-mon[103441]: pgmap v12320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:51 smithi026 ceph-mon[93126]: pgmap v12320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:51.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:51.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:52.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:52.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:53 smithi089 ceph-mon[103441]: pgmap v12321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:53 smithi026 ceph-mon[93126]: pgmap v12321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:53.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:53.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:54.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:54.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:54 smithi026 ceph-mon[93126]: pgmap v12322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:55.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:30:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:54 smithi089 ceph-mon[103441]: pgmap v12322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:55.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:30:55.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:55.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:30:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:30:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:30:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:30:56.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:30:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:30:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:30:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:30:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:30:56.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:30:56.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:56.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:56 smithi026 ceph-mon[93126]: pgmap v12323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:56 smithi089 ceph-mon[103441]: pgmap v12323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:30:57.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:57.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:58.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:58.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:30:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:30:59 smithi089 ceph-mon[103441]: pgmap v12324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:30:59 smithi026 ceph-mon[93126]: pgmap v12324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:30:59.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:30:59.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:00.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:00.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:01 smithi089 ceph-mon[103441]: pgmap v12325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:01 smithi026 ceph-mon[93126]: pgmap v12325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:01.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:01.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:02.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:02.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:03 smithi089 ceph-mon[103441]: pgmap v12326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:03 smithi026 ceph-mon[93126]: pgmap v12326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:03.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:03.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:04.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:04.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:05 smithi089 ceph-mon[103441]: pgmap v12327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:05 smithi026 ceph-mon[93126]: pgmap v12327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:05.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:05.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:06.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:06.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:07 smithi089 ceph-mon[103441]: pgmap v12328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:07 smithi026 ceph-mon[93126]: pgmap v12328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:07.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:07.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:08.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:08.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:09 smithi089 ceph-mon[103441]: pgmap v12329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:09 smithi026 ceph-mon[93126]: pgmap v12329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:09.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:09.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:10.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:10.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:11 smithi089 ceph-mon[103441]: pgmap v12330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:11 smithi026 ceph-mon[93126]: pgmap v12330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:11.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:11.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:12.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:12.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:13 smithi089 ceph-mon[103441]: pgmap v12331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:13 smithi026 ceph-mon[93126]: pgmap v12331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:13.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:13.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:14.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:14.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:14 smithi026 ceph-mon[93126]: pgmap v12332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:14 smithi089 ceph-mon[103441]: pgmap v12332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:15.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:15.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:16.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:16.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:17 smithi089 ceph-mon[103441]: pgmap v12333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:17.444 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:17 smithi026 ceph-mon[93126]: pgmap v12333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:17.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:17.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:18.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:18.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:19 smithi089 ceph-mon[103441]: pgmap v12334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:19 smithi026 ceph-mon[93126]: pgmap v12334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:19.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:19.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:20.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:20.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:21 smithi089 ceph-mon[103441]: pgmap v12335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:21 smithi026 ceph-mon[93126]: pgmap v12335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:21.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:21.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:22.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:22.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:23 smithi089 ceph-mon[103441]: pgmap v12336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:23 smithi026 ceph-mon[93126]: pgmap v12336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:23.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:23.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:24.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:24.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:24 smithi026 ceph-mon[93126]: pgmap v12337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:24 smithi089 ceph-mon[103441]: pgmap v12337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:25.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:25.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:26.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:26.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:27 smithi089 ceph-mon[103441]: pgmap v12338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:27 smithi026 ceph-mon[93126]: pgmap v12338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:27.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:27.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:28.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:28.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:29 smithi089 ceph-mon[103441]: pgmap v12339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:29 smithi026 ceph-mon[93126]: pgmap v12339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:29.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:29.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:30.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:30.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:31 smithi089 ceph-mon[103441]: pgmap v12340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:31 smithi026 ceph-mon[93126]: pgmap v12340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:31.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:31.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:32.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:32.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:33 smithi089 ceph-mon[103441]: pgmap v12341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:33 smithi026 ceph-mon[93126]: pgmap v12341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:33.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:33.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:34.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:34.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:34.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:35 smithi089 ceph-mon[103441]: pgmap v12342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:35 smithi026 ceph-mon[93126]: pgmap v12342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:35.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:35.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:36.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:36.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:37 smithi089 ceph-mon[103441]: pgmap v12343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:37 smithi026 ceph-mon[93126]: pgmap v12343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:37.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:37.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:38.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:38.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:39 smithi089 ceph-mon[103441]: pgmap v12344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:39 smithi026 ceph-mon[93126]: pgmap v12344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:39.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:39.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:40.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:40.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:41 smithi026 ceph-mon[93126]: pgmap v12345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:41 smithi089 ceph-mon[103441]: pgmap v12345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:41.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:41.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:42.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:42.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:43.483 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:43 smithi089 ceph-mon[103441]: pgmap v12346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:43 smithi026 ceph-mon[93126]: pgmap v12346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:43.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:43.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:44.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:44.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:45 smithi026 ceph-mon[93126]: pgmap v12347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:45 smithi089 ceph-mon[103441]: pgmap v12347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:45.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:45.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:46.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:46.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:47.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:47 smithi089 ceph-mon[103441]: pgmap v12348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:47 smithi026 ceph-mon[93126]: pgmap v12348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:47.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:47.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:48.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:48.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:49 smithi089 ceph-mon[103441]: pgmap v12349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:49 smithi026 ceph-mon[93126]: pgmap v12349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:31:49.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:49.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:50.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:50.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:51 smithi089 ceph-mon[103441]: pgmap v12350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:51 smithi026 ceph-mon[93126]: pgmap v12350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:51.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:51.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:52.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:52.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:53 smithi089 ceph-mon[103441]: pgmap v12351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:53 smithi026 ceph-mon[93126]: pgmap v12351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:53.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:53.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:54.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:54.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:55 smithi026 ceph-mon[93126]: pgmap v12352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:55 smithi089 ceph-mon[103441]: pgmap v12352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:55.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:55.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:31:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:31:56.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:56.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:57 smithi026 ceph-mon[93126]: pgmap v12353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:57 smithi089 ceph-mon[103441]: pgmap v12353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:31:57.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:57.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:58.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:58.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:31:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:31:59 smithi089 ceph-mon[103441]: pgmap v12354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:31:59 smithi026 ceph-mon[93126]: pgmap v12354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:31:59.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:31:59.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:00.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:00.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:01 smithi026 ceph-mon[93126]: pgmap v12355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:01.602 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:32:01.602 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:32:01.603 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:32:01.603 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:32:01.603 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:32:01.603 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:32:01.604 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:32:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:01 smithi089 ceph-mon[103441]: pgmap v12355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:01.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:32:01.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:32:01.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:32:01.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:32:01.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:32:01.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:32:01.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:32:01.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:01.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:02.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:02.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:03 smithi026 ceph-mon[93126]: pgmap v12356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:03 smithi089 ceph-mon[103441]: pgmap v12356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:03.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:03.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:04.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:04.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:05.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:05 smithi026 ceph-mon[93126]: pgmap v12357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:05 smithi089 ceph-mon[103441]: pgmap v12357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:05.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:05.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:06.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:06.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:07 smithi026 ceph-mon[93126]: pgmap v12358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:07 smithi089 ceph-mon[103441]: pgmap v12358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:07.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:07.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:08.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:08.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:09 smithi026 ceph-mon[93126]: pgmap v12359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:09 smithi089 ceph-mon[103441]: pgmap v12359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:09.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:09.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:10.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:10.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:11 smithi026 ceph-mon[93126]: pgmap v12360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:11 smithi089 ceph-mon[103441]: pgmap v12360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:11.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:11.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:12.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:12.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:13 smithi026 ceph-mon[93126]: pgmap v12361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:13 smithi089 ceph-mon[103441]: pgmap v12361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:13.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:13.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:14.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:14.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:15 smithi026 ceph-mon[93126]: pgmap v12362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:15 smithi089 ceph-mon[103441]: pgmap v12362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:15.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:15.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:16.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:16.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:17 smithi089 ceph-mon[103441]: pgmap v12363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:17 smithi026 ceph-mon[93126]: pgmap v12363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:17.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:17.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:18.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:18.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:19 smithi026 ceph-mon[93126]: pgmap v12364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:19 smithi089 ceph-mon[103441]: pgmap v12364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:19.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:19.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:20.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:20.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:21 smithi026 ceph-mon[93126]: pgmap v12365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:21 smithi089 ceph-mon[103441]: pgmap v12365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:21.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:21.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:22.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:22.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:23 smithi026 ceph-mon[93126]: pgmap v12366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:23 smithi089 ceph-mon[103441]: pgmap v12366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:23.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:23.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:24.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:24.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:25 smithi026 ceph-mon[93126]: pgmap v12367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:25 smithi089 ceph-mon[103441]: pgmap v12367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:25.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:25.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:26.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:26.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:27.296 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:27 smithi026 ceph-mon[93126]: pgmap v12368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:27 smithi089 ceph-mon[103441]: pgmap v12368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:27.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:27.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:28.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:28.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:29 smithi089 ceph-mon[103441]: pgmap v12369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:29 smithi026 ceph-mon[93126]: pgmap v12369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:29.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:29.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:30.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:30.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:31 smithi026 ceph-mon[93126]: pgmap v12370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:31 smithi089 ceph-mon[103441]: pgmap v12370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:31.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:31.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:32.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:32.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:33 smithi026 ceph-mon[93126]: pgmap v12371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:33 smithi089 ceph-mon[103441]: pgmap v12371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:33.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:33.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:34.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:34.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:35 smithi026 ceph-mon[93126]: pgmap v12372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:35 smithi089 ceph-mon[103441]: pgmap v12372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:35.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:35.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:36.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:36.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:37 smithi026 ceph-mon[93126]: pgmap v12373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:37 smithi089 ceph-mon[103441]: pgmap v12373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:37.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:37.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:38.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:38.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:39 smithi026 ceph-mon[93126]: pgmap v12374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:39 smithi089 ceph-mon[103441]: pgmap v12374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:39.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:39.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:40.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:40.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:41 smithi026 ceph-mon[93126]: pgmap v12375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:41 smithi089 ceph-mon[103441]: pgmap v12375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:41.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:41.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:42.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:42.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:43 smithi026 ceph-mon[93126]: pgmap v12376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:43 smithi089 ceph-mon[103441]: pgmap v12376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:43.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:43.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:44.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:44.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:45 smithi026 ceph-mon[93126]: pgmap v12377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:45 smithi089 ceph-mon[103441]: pgmap v12377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:45.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:45.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:46.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:46.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:47 smithi026 ceph-mon[93126]: pgmap v12378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:47 smithi089 ceph-mon[103441]: pgmap v12378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:47.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:47.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:48.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:48.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:49 smithi089 ceph-mon[103441]: pgmap v12379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:49 smithi026 ceph-mon[93126]: pgmap v12379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:32:49.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:49.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:50.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:50.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:51 smithi026 ceph-mon[93126]: pgmap v12380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:51 smithi089 ceph-mon[103441]: pgmap v12380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:51.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:51.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:52.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:52.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:53.545 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:53 smithi026 ceph-mon[93126]: pgmap v12381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:53 smithi089 ceph-mon[103441]: pgmap v12381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:53.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:53.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:54.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:54.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:55 smithi026 ceph-mon[93126]: pgmap v12382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:55 smithi089 ceph-mon[103441]: pgmap v12382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:55.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:55.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:56.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:56.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:57 smithi026 ceph-mon[93126]: pgmap v12383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:57 smithi089 ceph-mon[103441]: pgmap v12383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:32:57.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:57.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:58.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:58.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:32:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:32:59 smithi026 ceph-mon[93126]: pgmap v12384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:59.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:32:59 smithi089 ceph-mon[103441]: pgmap v12384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:32:59.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:32:59.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:00.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:00.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:01 smithi026 ceph-mon[93126]: pgmap v12385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:33:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:01 smithi089 ceph-mon[103441]: pgmap v12385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:01.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:33:01.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:01.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:33:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:33:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:33:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:33:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:33:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:33:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:33:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:33:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:33:02.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:33:02.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:02.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:03 smithi026 ceph-mon[93126]: pgmap v12386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:03 smithi089 ceph-mon[103441]: pgmap v12386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:03.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:03.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:04.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:04.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:05 smithi026 ceph-mon[93126]: pgmap v12387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:05 smithi089 ceph-mon[103441]: pgmap v12387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:05.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:05.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:06.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:06.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:07 smithi026 ceph-mon[93126]: pgmap v12388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:07.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:07 smithi089 ceph-mon[103441]: pgmap v12388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:07.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:07.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:08.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:08.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:09 smithi026 ceph-mon[93126]: pgmap v12389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:09 smithi089 ceph-mon[103441]: pgmap v12389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:09.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:09.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:10.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:10.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:11 smithi026 ceph-mon[93126]: pgmap v12390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:11 smithi089 ceph-mon[103441]: pgmap v12390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:11.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:11.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:12.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:12.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:13 smithi026 ceph-mon[93126]: pgmap v12391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:13 smithi089 ceph-mon[103441]: pgmap v12391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:13.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:13.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:14.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:14.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:15 smithi026 ceph-mon[93126]: pgmap v12392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:15 smithi089 ceph-mon[103441]: pgmap v12392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:15.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:15.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:16.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:16.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:17 smithi026 ceph-mon[93126]: pgmap v12393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:17 smithi089 ceph-mon[103441]: pgmap v12393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:17.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:17.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:18.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:18.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:19.488 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:19 smithi089 ceph-mon[103441]: pgmap v12394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:19.488 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:19 smithi026 ceph-mon[93126]: pgmap v12394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:19.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:19.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:20.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:20.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:21 smithi026 ceph-mon[93126]: pgmap v12395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:21 smithi089 ceph-mon[103441]: pgmap v12395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:21.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:21.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:22.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:22.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:23 smithi026 ceph-mon[93126]: pgmap v12396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:23 smithi089 ceph-mon[103441]: pgmap v12396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:23.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:23.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:24.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:24.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:25 smithi026 ceph-mon[93126]: pgmap v12397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:25 smithi089 ceph-mon[103441]: pgmap v12397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:25.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:25.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:26.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:26.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:27 smithi026 ceph-mon[93126]: pgmap v12398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:27 smithi089 ceph-mon[103441]: pgmap v12398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:27.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:27.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:28.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:28.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:29 smithi026 ceph-mon[93126]: pgmap v12399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:29.594 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:29 smithi089 ceph-mon[103441]: pgmap v12399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:29.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:29.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:30.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:30.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:31 smithi026 ceph-mon[93126]: pgmap v12400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:31 smithi089 ceph-mon[103441]: pgmap v12400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:31.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:31.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:32.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:32.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:33 smithi026 ceph-mon[93126]: pgmap v12401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:33 smithi089 ceph-mon[103441]: pgmap v12401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:33.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:33.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:34.646 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:34.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:34.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:35 smithi026 ceph-mon[93126]: pgmap v12402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:35 smithi089 ceph-mon[103441]: pgmap v12402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:35.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:35.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:36.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:36.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:37 smithi026 ceph-mon[93126]: pgmap v12403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:37 smithi089 ceph-mon[103441]: pgmap v12403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:37.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:37.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:38.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:38.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:39 smithi026 ceph-mon[93126]: pgmap v12404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:39 smithi089 ceph-mon[103441]: pgmap v12404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:39.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:39.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:40.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:40.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:41.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:41 smithi026 ceph-mon[93126]: pgmap v12405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:41 smithi089 ceph-mon[103441]: pgmap v12405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:41.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:41.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:42.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:42.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:43 smithi026 ceph-mon[93126]: pgmap v12406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:43 smithi089 ceph-mon[103441]: pgmap v12406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:43.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:43.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:44.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:44.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:45 smithi026 ceph-mon[93126]: pgmap v12407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:45 smithi089 ceph-mon[103441]: pgmap v12407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:45.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:45.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:46.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:46.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:47 smithi026 ceph-mon[93126]: pgmap v12408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:47 smithi089 ceph-mon[103441]: pgmap v12408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:47.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:47.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:48.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:48.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:49 smithi026 ceph-mon[93126]: pgmap v12409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:49 smithi089 ceph-mon[103441]: pgmap v12409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:33:49.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:49.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:50.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:50.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:51 smithi026 ceph-mon[93126]: pgmap v12410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:51 smithi089 ceph-mon[103441]: pgmap v12410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:51.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:51.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:52.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:52.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:53 smithi026 ceph-mon[93126]: pgmap v12411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:53 smithi089 ceph-mon[103441]: pgmap v12411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:53.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:53.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:54.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:54.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:55 smithi089 ceph-mon[103441]: pgmap v12412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:55 smithi026 ceph-mon[93126]: pgmap v12412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:55.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:55.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:56.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:56.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:57 smithi026 ceph-mon[93126]: pgmap v12413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:57 smithi089 ceph-mon[103441]: pgmap v12413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:33:57.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:57.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:58.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:58.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:33:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:33:59 smithi026 ceph-mon[93126]: pgmap v12414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:33:59 smithi089 ceph-mon[103441]: pgmap v12414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:33:59.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:33:59.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:00.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:00.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:01 smithi026 ceph-mon[93126]: pgmap v12415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:01.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:01 smithi026 ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7-mon-smithi026[93102]: 2023-10-17T03:34:01.290+0000 7f3c4301f700 -1 received signal: Hangup from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2023-10-17T03:34:01.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:01 smithi026 ceph-f448a1d4-6c63-11ee-8db6-212e2dc638e7-mon-smithi026[93102]: 2023-10-17T03:34:01.290+0000 7f3c4301f700 -1 mon.smithi026@0(leader) e2 *** Got Signal Hangup *** 2023-10-17T03:34:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:01 smithi089 ceph-mon[103441]: pgmap v12415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:01.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:01.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:34:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:34:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:02.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:02.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:02.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:03 smithi026 ceph-mon[93126]: pgmap v12416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:03 smithi089 ceph-mon[103441]: pgmap v12416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:03.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:03.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:04.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:04.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:05 smithi026 ceph-mon[93126]: pgmap v12417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:05 smithi089 ceph-mon[103441]: pgmap v12417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:05.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:05.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:06.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:06.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:07 smithi026 ceph-mon[93126]: pgmap v12418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:07 smithi089 ceph-mon[103441]: pgmap v12418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:07.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:07.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:08.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:08.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:09 smithi026 ceph-mon[93126]: pgmap v12419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:09 smithi089 ceph-mon[103441]: pgmap v12419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:09.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:09.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:34:10.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:34:10.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:10.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:34:10.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:34:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:34:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:34:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:34:10.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:10.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:11 smithi089 ceph-mon[103441]: pgmap v12420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:11 smithi026 ceph-mon[93126]: pgmap v12420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:11.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:11.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:12.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:12.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:13 smithi089 ceph-mon[103441]: pgmap v12421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:13 smithi026 ceph-mon[93126]: pgmap v12421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:13.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:13.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:14.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:14.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:15 smithi026 ceph-mon[93126]: pgmap v12422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:15 smithi089 ceph-mon[103441]: pgmap v12422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:15.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:15.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:16.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:16.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:17 smithi026 ceph-mon[93126]: pgmap v12423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:17 smithi089 ceph-mon[103441]: pgmap v12423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:17.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:17.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:18.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:18.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:19.546 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:19 smithi026 ceph-mon[93126]: pgmap v12424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:19.547 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:19 smithi089 ceph-mon[103441]: pgmap v12424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:19.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:19.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:20.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:20.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:21 smithi026 ceph-mon[93126]: pgmap v12425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:21 smithi089 ceph-mon[103441]: pgmap v12425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:21.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:21.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:22.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:22.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:23 smithi026 ceph-mon[93126]: pgmap v12426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:23 smithi089 ceph-mon[103441]: pgmap v12426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:23.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:23.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:24.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:24.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:25 smithi026 ceph-mon[93126]: pgmap v12427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:25 smithi089 ceph-mon[103441]: pgmap v12427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:25.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:25.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:26.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:26.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:27 smithi026 ceph-mon[93126]: pgmap v12428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:27 smithi089 ceph-mon[103441]: pgmap v12428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:27.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:27.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:28.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:28.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:29 smithi026 ceph-mon[93126]: pgmap v12429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:29 smithi089 ceph-mon[103441]: pgmap v12429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:29.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:29.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:30.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:30.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:31 smithi026 ceph-mon[93126]: pgmap v12430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:31 smithi089 ceph-mon[103441]: pgmap v12430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:31.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:31.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:32.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:32.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:33 smithi026 ceph-mon[93126]: pgmap v12431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:33 smithi089 ceph-mon[103441]: pgmap v12431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:33.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:33.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:34.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:34.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:35 smithi026 ceph-mon[93126]: pgmap v12432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:35 smithi089 ceph-mon[103441]: pgmap v12432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:35.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:35.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:36.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:36.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:37 smithi026 ceph-mon[93126]: pgmap v12433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:37 smithi089 ceph-mon[103441]: pgmap v12433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:37.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:37.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:38.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:38.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:39 smithi026 ceph-mon[93126]: pgmap v12434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:39 smithi089 ceph-mon[103441]: pgmap v12434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:39.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:39.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:40.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:40.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:41 smithi026 ceph-mon[93126]: pgmap v12435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:41 smithi089 ceph-mon[103441]: pgmap v12435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:41.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:41.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:42.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:42.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:43 smithi026 ceph-mon[93126]: pgmap v12436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:43 smithi089 ceph-mon[103441]: pgmap v12436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:43.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:43.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:44.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:44.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:45 smithi026 ceph-mon[93126]: pgmap v12437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:45.387 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:45 smithi089 ceph-mon[103441]: pgmap v12437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:45.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:45.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:46.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:46.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:47 smithi026 ceph-mon[93126]: pgmap v12438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:47 smithi089 ceph-mon[103441]: pgmap v12438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:47.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:47.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:48.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:48.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:49 smithi026 ceph-mon[93126]: pgmap v12439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:49 smithi089 ceph-mon[103441]: pgmap v12439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:34:49.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:49.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:50.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:50.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:51 smithi026 ceph-mon[93126]: pgmap v12440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:51 smithi089 ceph-mon[103441]: pgmap v12440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:51.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:51.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:52.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:52.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:53 smithi026 ceph-mon[93126]: pgmap v12441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:53 smithi089 ceph-mon[103441]: pgmap v12441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:53.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:53.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:54.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:54.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:55 smithi026 ceph-mon[93126]: pgmap v12442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:55 smithi089 ceph-mon[103441]: pgmap v12442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:55.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:55.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:56.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:56.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:57 smithi026 ceph-mon[93126]: pgmap v12443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:57 smithi089 ceph-mon[103441]: pgmap v12443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:34:57.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:57.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:58.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:58.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:34:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:34:59 smithi026 ceph-mon[93126]: pgmap v12444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:34:59 smithi089 ceph-mon[103441]: pgmap v12444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:34:59.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:34:59.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:00.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:00.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:01 smithi026 ceph-mon[93126]: pgmap v12445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:01 smithi089 ceph-mon[103441]: pgmap v12445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:01.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:01.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:02.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:02.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:03 smithi026 ceph-mon[93126]: pgmap v12446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:03 smithi089 ceph-mon[103441]: pgmap v12446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:03.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:03.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:04.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:04.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:04.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:05 smithi026 ceph-mon[93126]: pgmap v12447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:05.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:05 smithi089 ceph-mon[103441]: pgmap v12447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:05.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:05.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:06.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:06.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:07 smithi026 ceph-mon[93126]: pgmap v12448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:07 smithi089 ceph-mon[103441]: pgmap v12448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:07.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:07.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:09.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:09.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:09 smithi026 ceph-mon[93126]: pgmap v12449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:09 smithi089 ceph-mon[103441]: pgmap v12449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:10.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:10.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:10.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:35:10.650 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:35:11.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:11.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:11.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:11 smithi026 ceph-mon[93126]: pgmap v12450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:11.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:35:11.559 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:35:11.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:35:11.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:35:11.560 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:35:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:11 smithi089 ceph-mon[103441]: pgmap v12450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:35:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:35:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:35:11.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:35:11.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:35:12.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:12.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:13.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:13.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:13 smithi026 ceph-mon[93126]: pgmap v12451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:13 smithi089 ceph-mon[103441]: pgmap v12451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:14.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:14.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:15.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:15.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:15 smithi026 ceph-mon[93126]: pgmap v12452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:15 smithi089 ceph-mon[103441]: pgmap v12452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:16.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:16.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:17.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:17.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:17 smithi026 ceph-mon[93126]: pgmap v12453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:17 smithi089 ceph-mon[103441]: pgmap v12453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:18.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:18.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:19.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:19.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:19 smithi026 ceph-mon[93126]: pgmap v12454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:19 smithi089 ceph-mon[103441]: pgmap v12454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:20.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:20.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:21.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:21.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:21 smithi026 ceph-mon[93126]: pgmap v12455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:21 smithi089 ceph-mon[103441]: pgmap v12455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:22.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:22.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:23.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:23.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:23 smithi026 ceph-mon[93126]: pgmap v12456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:23 smithi089 ceph-mon[103441]: pgmap v12456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:24.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:24.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:25.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:25.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:25 smithi026 ceph-mon[93126]: pgmap v12457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:25 smithi089 ceph-mon[103441]: pgmap v12457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:26.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:26.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:27.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:27.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:27 smithi026 ceph-mon[93126]: pgmap v12458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:27 smithi089 ceph-mon[103441]: pgmap v12458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:28.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:28.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:29.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:29.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:29 smithi026 ceph-mon[93126]: pgmap v12459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:29 smithi089 ceph-mon[103441]: pgmap v12459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:30.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:30.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:31.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:31.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:31 smithi026 ceph-mon[93126]: pgmap v12460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:31.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:31 smithi089 ceph-mon[103441]: pgmap v12460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:32.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:32.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:33.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:33.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:33 smithi026 ceph-mon[93126]: pgmap v12461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:33 smithi089 ceph-mon[103441]: pgmap v12461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:34.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:34.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:35.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:35.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:35 smithi026 ceph-mon[93126]: pgmap v12462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:35 smithi089 ceph-mon[103441]: pgmap v12462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:36.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:36.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:37.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:37.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:37 smithi026 ceph-mon[93126]: pgmap v12463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:37 smithi089 ceph-mon[103441]: pgmap v12463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:38.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:38.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:39.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:39.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:39 smithi026 ceph-mon[93126]: pgmap v12464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:39 smithi089 ceph-mon[103441]: pgmap v12464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:40.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:40.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:41.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:41.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:41 smithi026 ceph-mon[93126]: pgmap v12465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:41 smithi089 ceph-mon[103441]: pgmap v12465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:42.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:42.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:43.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:43.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:43 smithi026 ceph-mon[93126]: pgmap v12466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:43 smithi089 ceph-mon[103441]: pgmap v12466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:44.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:44.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:45.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:45.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:45 smithi026 ceph-mon[93126]: pgmap v12467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:45 smithi089 ceph-mon[103441]: pgmap v12467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:46.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:46.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:47.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:47.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:47 smithi026 ceph-mon[93126]: pgmap v12468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:47 smithi089 ceph-mon[103441]: pgmap v12468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:48.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:48.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:49.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:49.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:49 smithi026 ceph-mon[93126]: pgmap v12469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:49 smithi089 ceph-mon[103441]: pgmap v12469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:35:50.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:50.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:51.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:51.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:51 smithi089 ceph-mon[103441]: pgmap v12470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:51 smithi026 ceph-mon[93126]: pgmap v12470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:52.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:52.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:53.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:53.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:53 smithi026 ceph-mon[93126]: pgmap v12471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:53 smithi089 ceph-mon[103441]: pgmap v12471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:54.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:54.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:55.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:55.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:55 smithi026 ceph-mon[93126]: pgmap v12472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:55 smithi089 ceph-mon[103441]: pgmap v12472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:56.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:56.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:57.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:57.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:57 smithi026 ceph-mon[93126]: pgmap v12473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:57 smithi089 ceph-mon[103441]: pgmap v12473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:35:58.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:58.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:59.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:35:59.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:35:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:35:59 smithi026 ceph-mon[93126]: pgmap v12474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:35:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:35:59 smithi089 ceph-mon[103441]: pgmap v12474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:00.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:00.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:01.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:01.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:01 smithi089 ceph-mon[103441]: pgmap v12475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:01 smithi026 ceph-mon[93126]: pgmap v12475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:02.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:02.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:03.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:03.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:03 smithi026 ceph-mon[93126]: pgmap v12476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:03 smithi089 ceph-mon[103441]: pgmap v12476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:04.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:04.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:05.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:05.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:05 smithi026 ceph-mon[93126]: pgmap v12477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:05 smithi089 ceph-mon[103441]: pgmap v12477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:06.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:06.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:07.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:07.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:07 smithi026 ceph-mon[93126]: pgmap v12478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:07 smithi089 ceph-mon[103441]: pgmap v12478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:08.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:08.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:09.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:09.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:09 smithi026 ceph-mon[93126]: pgmap v12479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:09 smithi089 ceph-mon[103441]: pgmap v12479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:10.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:10.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:11.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:11.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:11 smithi026 ceph-mon[93126]: pgmap v12480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:11.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:36:11.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:36:11.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:36:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:11 smithi089 ceph-mon[103441]: pgmap v12480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:36:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:36:11.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:36:12.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:12.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:36:12.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:36:12.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:36:12.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:36:12.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:36:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:36:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:36:12.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:36:12.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:36:12.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:36:13.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:13.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:13 smithi026 ceph-mon[93126]: pgmap v12481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:13 smithi089 ceph-mon[103441]: pgmap v12481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:14.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:14.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:15.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:15.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:15 smithi089 ceph-mon[103441]: pgmap v12482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:15 smithi026 ceph-mon[93126]: pgmap v12482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:16.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:16.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:17.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:17.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:17 smithi026 ceph-mon[93126]: pgmap v12483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:17 smithi089 ceph-mon[103441]: pgmap v12483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:18.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:18.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:19.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:19.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:19 smithi026 ceph-mon[93126]: pgmap v12484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:19 smithi089 ceph-mon[103441]: pgmap v12484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:20.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:20.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:21.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:21.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:21 smithi026 ceph-mon[93126]: pgmap v12485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:21 smithi089 ceph-mon[103441]: pgmap v12485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:22.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:22.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:23.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:23.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:23 smithi026 ceph-mon[93126]: pgmap v12486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:23 smithi089 ceph-mon[103441]: pgmap v12486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:24.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:24.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:25.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:25.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:25 smithi089 ceph-mon[103441]: pgmap v12487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:25 smithi026 ceph-mon[93126]: pgmap v12487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:26.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:26.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:27.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:27.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:27 smithi026 ceph-mon[93126]: pgmap v12488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:27 smithi089 ceph-mon[103441]: pgmap v12488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:28.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:28.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:29.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:29.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:29 smithi026 ceph-mon[93126]: pgmap v12489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:29 smithi089 ceph-mon[103441]: pgmap v12489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:30.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:30.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:31.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:31.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:31 smithi026 ceph-mon[93126]: pgmap v12490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:31.508 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:31 smithi089 ceph-mon[103441]: pgmap v12490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:32.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:32.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:33.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:33.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:33 smithi026 ceph-mon[93126]: pgmap v12491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:33 smithi089 ceph-mon[103441]: pgmap v12491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:34.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:34.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:35.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:35.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:35 smithi026 ceph-mon[93126]: pgmap v12492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:35 smithi089 ceph-mon[103441]: pgmap v12492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:36.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:36.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:37.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:37.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:37 smithi026 ceph-mon[93126]: pgmap v12493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:37 smithi089 ceph-mon[103441]: pgmap v12493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:38.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:38.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:39.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:39.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:39 smithi026 ceph-mon[93126]: pgmap v12494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:39 smithi089 ceph-mon[103441]: pgmap v12494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:40.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:40.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:41.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:41.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:41 smithi026 ceph-mon[93126]: pgmap v12495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:41.614 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:41 smithi089 ceph-mon[103441]: pgmap v12495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:42.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:42.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:43.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:43.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:43 smithi026 ceph-mon[93126]: pgmap v12496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:43 smithi089 ceph-mon[103441]: pgmap v12496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:44.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:44.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:45.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:45.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:45 smithi089 ceph-mon[103441]: pgmap v12497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:45 smithi026 ceph-mon[93126]: pgmap v12497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:46.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:46.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:47.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:47.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:47 smithi026 ceph-mon[93126]: pgmap v12498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:47 smithi089 ceph-mon[103441]: pgmap v12498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:48.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:48.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:49.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:49.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:49 smithi026 ceph-mon[93126]: pgmap v12499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:49 smithi089 ceph-mon[103441]: pgmap v12499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:36:50.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:50.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:51.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:51.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:51 smithi026 ceph-mon[93126]: pgmap v12500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:51 smithi089 ceph-mon[103441]: pgmap v12500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:52.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:52.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:53.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:53.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:53 smithi026 ceph-mon[93126]: pgmap v12501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:53.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:53 smithi089 ceph-mon[103441]: pgmap v12501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:54.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:54.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:55.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:55.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:55 smithi089 ceph-mon[103441]: pgmap v12502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:55 smithi026 ceph-mon[93126]: pgmap v12502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:56.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:56.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:57.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:57.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:57 smithi026 ceph-mon[93126]: pgmap v12503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:57 smithi089 ceph-mon[103441]: pgmap v12503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:36:58.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:58.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:59.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:36:59.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:36:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:36:59 smithi026 ceph-mon[93126]: pgmap v12504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:36:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:36:59 smithi089 ceph-mon[103441]: pgmap v12504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:00.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:00.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:01.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:01.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:01 smithi026 ceph-mon[93126]: pgmap v12505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:01 smithi089 ceph-mon[103441]: pgmap v12505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:02.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:02.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:03.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:03.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:03 smithi026 ceph-mon[93126]: pgmap v12506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:03 smithi089 ceph-mon[103441]: pgmap v12506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:04.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:04.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:05.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:05.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:05 smithi026 ceph-mon[93126]: pgmap v12507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:05 smithi089 ceph-mon[103441]: pgmap v12507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:06.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:06.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:07.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:07.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:07 smithi026 ceph-mon[93126]: pgmap v12508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:07 smithi089 ceph-mon[103441]: pgmap v12508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:08.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:08.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:09.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:09.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:09 smithi026 ceph-mon[93126]: pgmap v12509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:09 smithi089 ceph-mon[103441]: pgmap v12509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:10.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:10.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:11.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:11.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:11 smithi026 ceph-mon[93126]: pgmap v12510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:11 smithi089 ceph-mon[103441]: pgmap v12510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:12.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:12.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:37:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:37:13.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:13.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: pgmap v12511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:37:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:37:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:37:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:37:13.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1551M 2023-10-17T03:37:13.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:37:13.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:37:13.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:37:13.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:37:13.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:37:13.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:37:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: pgmap v12511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:37:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:37:13.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:37:13.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:37:13.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1551M 2023-10-17T03:37:13.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:37:13.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:37:13.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:37:13.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:37:13.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:37:13.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:37:14.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:14.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:15.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:15.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:15 smithi089 ceph-mon[103441]: pgmap v12512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:15 smithi026 ceph-mon[93126]: pgmap v12512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:16.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:16.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:17.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:17.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:17 smithi026 ceph-mon[93126]: pgmap v12513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:17 smithi089 ceph-mon[103441]: pgmap v12513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:18.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:18.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:19.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:19.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:19 smithi026 ceph-mon[93126]: pgmap v12514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:19 smithi089 ceph-mon[103441]: pgmap v12514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:20.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:20.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:21.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:21.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:21 smithi026 ceph-mon[93126]: pgmap v12515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:21 smithi089 ceph-mon[103441]: pgmap v12515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:22.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:22.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:23.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:23.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:23 smithi026 ceph-mon[93126]: pgmap v12516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:23 smithi089 ceph-mon[103441]: pgmap v12516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:24.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:24.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:25.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:25.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:25 smithi089 ceph-mon[103441]: pgmap v12517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:25 smithi026 ceph-mon[93126]: pgmap v12517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:26.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:26.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:27.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:27.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:27 smithi089 ceph-mon[103441]: pgmap v12518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:27 smithi026 ceph-mon[93126]: pgmap v12518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:28.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:28.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:29.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:29.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:29 smithi026 ceph-mon[93126]: pgmap v12519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:29 smithi089 ceph-mon[103441]: pgmap v12519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:30.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:30.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:31.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:31.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:31 smithi026 ceph-mon[93126]: pgmap v12520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:31 smithi089 ceph-mon[103441]: pgmap v12520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:32.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:32.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:33.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:33.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:33 smithi026 ceph-mon[93126]: pgmap v12521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:33 smithi089 ceph-mon[103441]: pgmap v12521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:34.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:34.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:35.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:35.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:35 smithi026 ceph-mon[93126]: pgmap v12522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:35 smithi089 ceph-mon[103441]: pgmap v12522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:36.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:36.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:37.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:37.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:37 smithi026 ceph-mon[93126]: pgmap v12523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:37 smithi089 ceph-mon[103441]: pgmap v12523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:38.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:38.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:39.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:39.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:39 smithi026 ceph-mon[93126]: pgmap v12524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:39 smithi089 ceph-mon[103441]: pgmap v12524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:40.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:40.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:41.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:41.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:41 smithi026 ceph-mon[93126]: pgmap v12525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:41 smithi089 ceph-mon[103441]: pgmap v12525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:42.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:42.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:43.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:43.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:43 smithi026 ceph-mon[93126]: pgmap v12526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:43 smithi089 ceph-mon[103441]: pgmap v12526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:44.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:44.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:45.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:45.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:45 smithi089 ceph-mon[103441]: pgmap v12527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:45 smithi026 ceph-mon[93126]: pgmap v12527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:46.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:46.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:47.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:47.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:47 smithi026 ceph-mon[93126]: pgmap v12528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:47 smithi089 ceph-mon[103441]: pgmap v12528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:48.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:48.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:49.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:49.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:49 smithi026 ceph-mon[93126]: pgmap v12529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:49 smithi089 ceph-mon[103441]: pgmap v12529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:37:50.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:50.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:51.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:51.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:51 smithi026 ceph-mon[93126]: pgmap v12530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:51 smithi089 ceph-mon[103441]: pgmap v12530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:52.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:52.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:53.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:53.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:53 smithi026 ceph-mon[93126]: pgmap v12531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:53 smithi089 ceph-mon[103441]: pgmap v12531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:54.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:54.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:55.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:55.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:55 smithi089 ceph-mon[103441]: pgmap v12532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:55 smithi026 ceph-mon[93126]: pgmap v12532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:56.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:56.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:57.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:57.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:57 smithi026 ceph-mon[93126]: pgmap v12533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:57 smithi089 ceph-mon[103441]: pgmap v12533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:37:58.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:58.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:59.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:37:59.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:37:59.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:37:59 smithi026 ceph-mon[93126]: pgmap v12534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:37:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:37:59 smithi089 ceph-mon[103441]: pgmap v12534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:00.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:00.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:01.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:01.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:01 smithi026 ceph-mon[93126]: pgmap v12535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:01 smithi089 ceph-mon[103441]: pgmap v12535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:02.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:02.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:03.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:03.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:03 smithi026 ceph-mon[93126]: pgmap v12536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:03 smithi089 ceph-mon[103441]: pgmap v12536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:04.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:04.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:05.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:05.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:05 smithi026 ceph-mon[93126]: pgmap v12537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:05 smithi089 ceph-mon[103441]: pgmap v12537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:06.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:06.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:07.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:07.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:07 smithi026 ceph-mon[93126]: pgmap v12538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:07 smithi089 ceph-mon[103441]: pgmap v12538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:08.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:08.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:09.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:09.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:09 smithi026 ceph-mon[93126]: pgmap v12539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:09 smithi089 ceph-mon[103441]: pgmap v12539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:10.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:10.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:11.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:11.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:11 smithi026 ceph-mon[93126]: pgmap v12540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:11 smithi089 ceph-mon[103441]: pgmap v12540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:12.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:12.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:13.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:13.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:13 smithi026 ceph-mon[93126]: pgmap v12541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:38:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:38:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:38:13.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:38:13.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:38:13.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:38:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:13 smithi089 ceph-mon[103441]: pgmap v12541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:38:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:38:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:38:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:38:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:38:13.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:38:14.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:14.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:15.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:15.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:15 smithi089 ceph-mon[103441]: pgmap v12542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:15 smithi026 ceph-mon[93126]: pgmap v12542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:16.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:16.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:17.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:17.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:17 smithi026 ceph-mon[93126]: pgmap v12543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:17.619 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:17 smithi089 ceph-mon[103441]: pgmap v12543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:18.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:18.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:19.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:19.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:19 smithi026 ceph-mon[93126]: pgmap v12544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:19 smithi089 ceph-mon[103441]: pgmap v12544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:20.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:20.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:21.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:21.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:21 smithi026 ceph-mon[93126]: pgmap v12545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:21 smithi089 ceph-mon[103441]: pgmap v12545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:22.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:22.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:23.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:23.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:23 smithi026 ceph-mon[93126]: pgmap v12546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:23.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:23 smithi089 ceph-mon[103441]: pgmap v12546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:24.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:24.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:25.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:25.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:25 smithi089 ceph-mon[103441]: pgmap v12547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:25 smithi026 ceph-mon[93126]: pgmap v12547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:26.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:26.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:27.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:27.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:27 smithi026 ceph-mon[93126]: pgmap v12548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:27 smithi089 ceph-mon[103441]: pgmap v12548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:28.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:28.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:29.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:29.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:29 smithi026 ceph-mon[93126]: pgmap v12549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:29 smithi089 ceph-mon[103441]: pgmap v12549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:30.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:30.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:31.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:31.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:31 smithi026 ceph-mon[93126]: pgmap v12550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:31 smithi089 ceph-mon[103441]: pgmap v12550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:32.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:32.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:33.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:33.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:33 smithi026 ceph-mon[93126]: pgmap v12551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:33 smithi089 ceph-mon[103441]: pgmap v12551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:34.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:34.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:35.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:35.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:35 smithi026 ceph-mon[93126]: pgmap v12552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:35 smithi089 ceph-mon[103441]: pgmap v12552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:36.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:36.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:37.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:37.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:37 smithi026 ceph-mon[93126]: pgmap v12553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:37 smithi089 ceph-mon[103441]: pgmap v12553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:38.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:38.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:39.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:39.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:39 smithi089 ceph-mon[103441]: pgmap v12554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:39 smithi026 ceph-mon[93126]: pgmap v12554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:40.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:40.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:41.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:41.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:41.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:41 smithi089 ceph-mon[103441]: pgmap v12555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:41 smithi026 ceph-mon[93126]: pgmap v12555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:42.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:42.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:43.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:43.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:43 smithi089 ceph-mon[103441]: pgmap v12556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:43 smithi026 ceph-mon[93126]: pgmap v12556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:44.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:44.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:45.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:45.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:45 smithi089 ceph-mon[103441]: pgmap v12557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:45.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:45 smithi026 ceph-mon[93126]: pgmap v12557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:46.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:46.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:47.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:47.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:47 smithi026 ceph-mon[93126]: pgmap v12558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:47 smithi089 ceph-mon[103441]: pgmap v12558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:48.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:48.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:49.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:49.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:49 smithi026 ceph-mon[93126]: pgmap v12559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:49 smithi089 ceph-mon[103441]: pgmap v12559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:38:50.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:50.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:51.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:51.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:51 smithi026 ceph-mon[93126]: pgmap v12560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:51 smithi089 ceph-mon[103441]: pgmap v12560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:52.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:52.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:53.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:53.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:53 smithi026 ceph-mon[93126]: pgmap v12561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:53 smithi089 ceph-mon[103441]: pgmap v12561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:54.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:54.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:55.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:55.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:55 smithi089 ceph-mon[103441]: pgmap v12562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:55 smithi026 ceph-mon[93126]: pgmap v12562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:56.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:56.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:57.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:57.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:57 smithi026 ceph-mon[93126]: pgmap v12563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:57 smithi089 ceph-mon[103441]: pgmap v12563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:38:58.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:58.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:59.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:38:59.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:38:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:38:59 smithi026 ceph-mon[93126]: pgmap v12564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:38:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:38:59 smithi089 ceph-mon[103441]: pgmap v12564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:00.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:00.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:01.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:01.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:01 smithi026 ceph-mon[93126]: pgmap v12565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:01 smithi089 ceph-mon[103441]: pgmap v12565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:02.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:02.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:03.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:03.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:03 smithi089 ceph-mon[103441]: pgmap v12566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:03 smithi026 ceph-mon[93126]: pgmap v12566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:04.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:04.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:05.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:05.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:05 smithi089 ceph-mon[103441]: pgmap v12567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:05 smithi026 ceph-mon[93126]: pgmap v12567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:06.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:06.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:07.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:07.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:07 smithi089 ceph-mon[103441]: pgmap v12568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:07 smithi026 ceph-mon[93126]: pgmap v12568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:08.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:08.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:09.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:09.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:09 smithi089 ceph-mon[103441]: pgmap v12569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:09 smithi026 ceph-mon[93126]: pgmap v12569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:10.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:10.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:11.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:11.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:11 smithi089 ceph-mon[103441]: pgmap v12570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:11 smithi026 ceph-mon[93126]: pgmap v12570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:12.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:12.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:13.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:13.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:13 smithi089 ceph-mon[103441]: pgmap v12571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:13 smithi026 ceph-mon[93126]: pgmap v12571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:14.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:14.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:39:14.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:39:14.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:39:14.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:39:14.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:39:14.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:39:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:39:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:39:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:39:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:39:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:39:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:39:15.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:15.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:15 smithi089 ceph-mon[103441]: pgmap v12572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:15 smithi026 ceph-mon[93126]: pgmap v12572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:16.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:16.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:17.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:17.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:17 smithi089 ceph-mon[103441]: pgmap v12573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:17 smithi026 ceph-mon[93126]: pgmap v12573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:18.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:18.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:19.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:19.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:19 smithi089 ceph-mon[103441]: pgmap v12574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:19 smithi026 ceph-mon[93126]: pgmap v12574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:20.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:20.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:21.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:21.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:21 smithi089 ceph-mon[103441]: pgmap v12575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:21 smithi026 ceph-mon[93126]: pgmap v12575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:22.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:22.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:23.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:23.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:23 smithi089 ceph-mon[103441]: pgmap v12576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:23 smithi026 ceph-mon[93126]: pgmap v12576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:24.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:24.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:25 smithi089 ceph-mon[103441]: pgmap v12577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:25.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:25.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:25 smithi026 ceph-mon[93126]: pgmap v12577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:26.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:26.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:27.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:27.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:27 smithi089 ceph-mon[103441]: pgmap v12578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:27 smithi026 ceph-mon[93126]: pgmap v12578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:28.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:28.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:29.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:29.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:29 smithi089 ceph-mon[103441]: pgmap v12579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:29 smithi026 ceph-mon[93126]: pgmap v12579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:30.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:30.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:31.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:31.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:31 smithi089 ceph-mon[103441]: pgmap v12580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:31 smithi026 ceph-mon[93126]: pgmap v12580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:32.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:32.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:33.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:33.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:33 smithi026 ceph-mon[93126]: pgmap v12581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:33 smithi089 ceph-mon[103441]: pgmap v12581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:34.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:34.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:35.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:35.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:35 smithi089 ceph-mon[103441]: pgmap v12582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:35 smithi026 ceph-mon[93126]: pgmap v12582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:36.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:36.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:37.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:37.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:37 smithi089 ceph-mon[103441]: pgmap v12583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:37 smithi026 ceph-mon[93126]: pgmap v12583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:38.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:38.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:39.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:39.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:39 smithi089 ceph-mon[103441]: pgmap v12584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:39 smithi026 ceph-mon[93126]: pgmap v12584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:40.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:40.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:41.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:41.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:41 smithi089 ceph-mon[103441]: pgmap v12585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:41 smithi026 ceph-mon[93126]: pgmap v12585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:42.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:42.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:43.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:43.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:43 smithi026 ceph-mon[93126]: pgmap v12586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:43 smithi089 ceph-mon[103441]: pgmap v12586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:44.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:44.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:45 smithi089 ceph-mon[103441]: pgmap v12587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:45.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:45.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:45 smithi026 ceph-mon[93126]: pgmap v12587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:46.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:46.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:47.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:47.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:47 smithi089 ceph-mon[103441]: pgmap v12588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:47 smithi026 ceph-mon[93126]: pgmap v12588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:48.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:48.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:49.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:49.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:49 smithi089 ceph-mon[103441]: pgmap v12589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:49 smithi026 ceph-mon[93126]: pgmap v12589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:39:50.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:50.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:51.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:51.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:51 smithi089 ceph-mon[103441]: pgmap v12590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:51 smithi026 ceph-mon[93126]: pgmap v12590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:52.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:52.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:53.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:53.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:53.617 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:53 smithi089 ceph-mon[103441]: pgmap v12591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:53 smithi026 ceph-mon[93126]: pgmap v12591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:54.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:54.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:55 smithi089 ceph-mon[103441]: pgmap v12592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:55.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:55.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:55 smithi026 ceph-mon[93126]: pgmap v12592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:56.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:56.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:57.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:57.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:57 smithi089 ceph-mon[103441]: pgmap v12593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:57.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:57 smithi026 ceph-mon[93126]: pgmap v12593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:39:58.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:58.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:59.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:39:59.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:39:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:39:59 smithi089 ceph-mon[103441]: pgmap v12594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:39:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:39:59 smithi026 ceph-mon[93126]: pgmap v12594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:00.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:00.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:00.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T03:40:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T03:40:01.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:01.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:01 smithi089 ceph-mon[103441]: pgmap v12595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:01 smithi026 ceph-mon[93126]: pgmap v12595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:02.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:02.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:03.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:03.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:03 smithi089 ceph-mon[103441]: pgmap v12596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:03 smithi026 ceph-mon[93126]: pgmap v12596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:04.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:04.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:05.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:05.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:05 smithi089 ceph-mon[103441]: pgmap v12597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:05 smithi026 ceph-mon[93126]: pgmap v12597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:06.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:06.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:07.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:07.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:07 smithi089 ceph-mon[103441]: pgmap v12598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:07 smithi026 ceph-mon[93126]: pgmap v12598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:08.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:08.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:09.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:09.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:09 smithi089 ceph-mon[103441]: pgmap v12599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:09 smithi026 ceph-mon[93126]: pgmap v12599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:10.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:10.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:11.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:11.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:11 smithi026 ceph-mon[93126]: pgmap v12600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:11 smithi089 ceph-mon[103441]: pgmap v12600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:12.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:12.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:13.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:13.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:13 smithi089 ceph-mon[103441]: pgmap v12601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:13 smithi026 ceph-mon[93126]: pgmap v12601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:14.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:14.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:40:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:40:15.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:15.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:15 smithi089 ceph-mon[103441]: pgmap v12602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:40:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:40:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:40:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:40:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:40:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:15 smithi026 ceph-mon[93126]: pgmap v12602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:40:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:40:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:40:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:40:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:40:16.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:16.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:17.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:17.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:17 smithi089 ceph-mon[103441]: pgmap v12603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:17 smithi026 ceph-mon[93126]: pgmap v12603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:18.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:18.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:19.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:19.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:19 smithi089 ceph-mon[103441]: pgmap v12604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:19 smithi026 ceph-mon[93126]: pgmap v12604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:20.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:20.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:21.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:21.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:21 smithi089 ceph-mon[103441]: pgmap v12605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:21 smithi026 ceph-mon[93126]: pgmap v12605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:22.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:22.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:23.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:23.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:23 smithi089 ceph-mon[103441]: pgmap v12606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:23.681 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:23 smithi026 ceph-mon[93126]: pgmap v12606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:24.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:24.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:25 smithi089 ceph-mon[103441]: pgmap v12607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:25.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:25.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:25 smithi026 ceph-mon[93126]: pgmap v12607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:26.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:26.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:27.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:27.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:27 smithi089 ceph-mon[103441]: pgmap v12608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:27 smithi026 ceph-mon[93126]: pgmap v12608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:28.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:28.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:29.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:29.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:29 smithi089 ceph-mon[103441]: pgmap v12609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:29 smithi026 ceph-mon[93126]: pgmap v12609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:30.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:30.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:31.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:31.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:31 smithi089 ceph-mon[103441]: pgmap v12610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:31 smithi026 ceph-mon[93126]: pgmap v12610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:32.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:32.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:33.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:33.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:33 smithi089 ceph-mon[103441]: pgmap v12611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:33.796 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:33 smithi026 ceph-mon[93126]: pgmap v12611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:34.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:34.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:35.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:35.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:35 smithi089 ceph-mon[103441]: pgmap v12612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:35 smithi026 ceph-mon[93126]: pgmap v12612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:36.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:36.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:37.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:37.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:37 smithi089 ceph-mon[103441]: pgmap v12613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:37 smithi026 ceph-mon[93126]: pgmap v12613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:38.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:38.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:39.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:39.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:39 smithi089 ceph-mon[103441]: pgmap v12614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:39 smithi026 ceph-mon[93126]: pgmap v12614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:40.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:40.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:41.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:41.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:41 smithi089 ceph-mon[103441]: pgmap v12615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:41 smithi026 ceph-mon[93126]: pgmap v12615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:42.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:42.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:43.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:43.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:43 smithi089 ceph-mon[103441]: pgmap v12616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:43 smithi026 ceph-mon[93126]: pgmap v12616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:44.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:44.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:45 smithi089 ceph-mon[103441]: pgmap v12617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:45 smithi026 ceph-mon[93126]: pgmap v12617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:45.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:45.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:46.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:46.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:47.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:47.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:47 smithi089 ceph-mon[103441]: pgmap v12618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:47 smithi026 ceph-mon[93126]: pgmap v12618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:48.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:48.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:49.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:49.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:49 smithi089 ceph-mon[103441]: pgmap v12619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:49 smithi026 ceph-mon[93126]: pgmap v12619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:40:50.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:50.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:51.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:51.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:51 smithi089 ceph-mon[103441]: pgmap v12620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:51 smithi026 ceph-mon[93126]: pgmap v12620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:52.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:52.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:53.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:53.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:53 smithi089 ceph-mon[103441]: pgmap v12621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:53 smithi026 ceph-mon[93126]: pgmap v12621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:54.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:54.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:55 smithi089 ceph-mon[103441]: pgmap v12622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:55 smithi026 ceph-mon[93126]: pgmap v12622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:55.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:55.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:56.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:56.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:57.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:57.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:57 smithi089 ceph-mon[103441]: pgmap v12623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:57 smithi026 ceph-mon[93126]: pgmap v12623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:40:58.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:58.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:59.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:40:59.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:40:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:40:59 smithi089 ceph-mon[103441]: pgmap v12624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:40:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:40:59 smithi026 ceph-mon[93126]: pgmap v12624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:00.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:00.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:01.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:01.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:01 smithi089 ceph-mon[103441]: pgmap v12625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:01 smithi026 ceph-mon[93126]: pgmap v12625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:02.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:02.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:03.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:03.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:03 smithi089 ceph-mon[103441]: pgmap v12626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:03 smithi026 ceph-mon[93126]: pgmap v12626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:04.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:04.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:05.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:05.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:05 smithi089 ceph-mon[103441]: pgmap v12627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:05 smithi026 ceph-mon[93126]: pgmap v12627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:06.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:06.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:07.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:07.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:07 smithi089 ceph-mon[103441]: pgmap v12628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:07 smithi026 ceph-mon[93126]: pgmap v12628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:08.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:08.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:09 smithi026 ceph-mon[93126]: pgmap v12629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:09.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:09.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:09 smithi089 ceph-mon[103441]: pgmap v12629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:10.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:10.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:11.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:11.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:11 smithi089 ceph-mon[103441]: pgmap v12630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:11 smithi026 ceph-mon[93126]: pgmap v12630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:12.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:12.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:13.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:13.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:13 smithi089 ceph-mon[103441]: pgmap v12631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:13 smithi026 ceph-mon[93126]: pgmap v12631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:14.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:14.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:15 smithi089 ceph-mon[103441]: pgmap v12632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:15.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:41:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:15 smithi026 ceph-mon[93126]: pgmap v12632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:41:15.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:15.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:41:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:41:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:41:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:41:16.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:41:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:41:16.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:41:16.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:41:16.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:41:16.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:41:16.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:16.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:17 smithi089 ceph-mon[103441]: pgmap v12633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:17 smithi026 ceph-mon[93126]: pgmap v12633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:17.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:17.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:18.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:18.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:19.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:19.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:19 smithi089 ceph-mon[103441]: pgmap v12634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:19 smithi026 ceph-mon[93126]: pgmap v12634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:20.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:20.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:21.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:21.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:21 smithi089 ceph-mon[103441]: pgmap v12635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:21 smithi026 ceph-mon[93126]: pgmap v12635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:22.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:22.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:23.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:23.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:23 smithi089 ceph-mon[103441]: pgmap v12636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:23 smithi026 ceph-mon[93126]: pgmap v12636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:24.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:24.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:25 smithi089 ceph-mon[103441]: pgmap v12637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:25 smithi026 ceph-mon[93126]: pgmap v12637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:25.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:25.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:26.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:26.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:27.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:27.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:27 smithi089 ceph-mon[103441]: pgmap v12638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:27 smithi026 ceph-mon[93126]: pgmap v12638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:28.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:28.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:29.618 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:29 smithi089 ceph-mon[103441]: pgmap v12639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:29.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:29.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:29 smithi026 ceph-mon[93126]: pgmap v12639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:30.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:30.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:31.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:31.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:31 smithi089 ceph-mon[103441]: pgmap v12640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:31 smithi026 ceph-mon[93126]: pgmap v12640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:32.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:32.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:33.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:33.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:33 smithi089 ceph-mon[103441]: pgmap v12641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:33 smithi026 ceph-mon[93126]: pgmap v12641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:34.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:34.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:34.670 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:35.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:35.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:35 smithi089 ceph-mon[103441]: pgmap v12642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:35 smithi026 ceph-mon[93126]: pgmap v12642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:36.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:36.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:37.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:37.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:37 smithi089 ceph-mon[103441]: pgmap v12643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:37 smithi026 ceph-mon[93126]: pgmap v12643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:38.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:38.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:39.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:39.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:39 smithi089 ceph-mon[103441]: pgmap v12644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:39 smithi026 ceph-mon[93126]: pgmap v12644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:40.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:40.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:41.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:41.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:41 smithi089 ceph-mon[103441]: pgmap v12645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:41 smithi026 ceph-mon[93126]: pgmap v12645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:42.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:42.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:43.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:43.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:43 smithi089 ceph-mon[103441]: pgmap v12646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:43 smithi026 ceph-mon[93126]: pgmap v12646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:44.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:44.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:45 smithi089 ceph-mon[103441]: pgmap v12647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:45 smithi026 ceph-mon[93126]: pgmap v12647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:45.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:45.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:46.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:46.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:47.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:47.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:47 smithi089 ceph-mon[103441]: pgmap v12648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:47 smithi026 ceph-mon[93126]: pgmap v12648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:48.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:48.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:49.658 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:49 smithi026 ceph-mon[93126]: pgmap v12649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:49.658 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:49.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:49.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:49 smithi089 ceph-mon[103441]: pgmap v12649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:41:50.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:50.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:51.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:51.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:51 smithi089 ceph-mon[103441]: pgmap v12650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:51 smithi026 ceph-mon[93126]: pgmap v12650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:52.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:52.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:53 smithi089 ceph-mon[103441]: pgmap v12651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:53.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:53.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:53.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:53 smithi026 ceph-mon[93126]: pgmap v12651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:54.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:54.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:55 smithi089 ceph-mon[103441]: pgmap v12652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:55 smithi026 ceph-mon[93126]: pgmap v12652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:55.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:55.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:56.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:56.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:57 smithi089 ceph-mon[103441]: pgmap v12653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:57.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:57.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:57 smithi026 ceph-mon[93126]: pgmap v12653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:41:58.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:58.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:41:59 smithi089 ceph-mon[103441]: pgmap v12654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:41:59.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:41:59.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:41:59.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:41:59 smithi026 ceph-mon[93126]: pgmap v12654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:00.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:00.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:01 smithi089 ceph-mon[103441]: pgmap v12655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:01.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:01.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:01 smithi026 ceph-mon[93126]: pgmap v12655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:02.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:02.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:03 smithi089 ceph-mon[103441]: pgmap v12656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:03.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:03.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:03 smithi026 ceph-mon[93126]: pgmap v12656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:04.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:04.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:05 smithi089 ceph-mon[103441]: pgmap v12657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:05.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:05.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:05 smithi026 ceph-mon[93126]: pgmap v12657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:06.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:06.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:07 smithi089 ceph-mon[103441]: pgmap v12658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:07.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:07.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:07 smithi026 ceph-mon[93126]: pgmap v12658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:08.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:08.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:09 smithi089 ceph-mon[103441]: pgmap v12659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:09.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:09.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:09 smithi026 ceph-mon[93126]: pgmap v12659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:10.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:10.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:11 smithi089 ceph-mon[103441]: pgmap v12660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:11.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:11.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:11 smithi026 ceph-mon[93126]: pgmap v12660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:12.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:12.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:13 smithi089 ceph-mon[103441]: pgmap v12661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:13.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:13.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:13 smithi026 ceph-mon[93126]: pgmap v12661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:14.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:14.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:15 smithi026 ceph-mon[93126]: pgmap v12662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:15 smithi089 ceph-mon[103441]: pgmap v12662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:15.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:15.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:16.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:42:16.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:42:16.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:16.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:17 smithi089 ceph-mon[103441]: pgmap v12663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:17 smithi026 ceph-mon[93126]: pgmap v12663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:17.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:17.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:18.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:18.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:19 smithi089 ceph-mon[103441]: pgmap v12664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:19.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:19.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:19 smithi026 ceph-mon[93126]: pgmap v12664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:20.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:20.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:42:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:42:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:21 smithi089 ceph-mon[103441]: pgmap v12665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:21.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:42:21.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:42:21.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:42:21.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:42:21.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:42:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:42:21.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:42:21.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:21 smithi026 ceph-mon[93126]: pgmap v12665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:21.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:42:21.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:42:21.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:42:21.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:42:21.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:42:21.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:21.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:22.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:22.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:23 smithi089 ceph-mon[103441]: pgmap v12666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:23.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:23.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:23 smithi026 ceph-mon[93126]: pgmap v12666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:24.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:24.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:25 smithi089 ceph-mon[103441]: pgmap v12667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:25 smithi026 ceph-mon[93126]: pgmap v12667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:25.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:25.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:26.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:26.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:27 smithi089 ceph-mon[103441]: pgmap v12668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:27.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:27.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:27 smithi026 ceph-mon[93126]: pgmap v12668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:28.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:28.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:29 smithi089 ceph-mon[103441]: pgmap v12669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:29.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:29.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:29 smithi026 ceph-mon[93126]: pgmap v12669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:30.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:30.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:31.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:31 smithi089 ceph-mon[103441]: pgmap v12670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:31.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:32.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:32.063 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:31 smithi026 ceph-mon[93126]: pgmap v12670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:32.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:32.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:33 smithi089 ceph-mon[103441]: pgmap v12671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:33.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:33.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:33 smithi026 ceph-mon[93126]: pgmap v12671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:34.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:34.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:35 smithi026 ceph-mon[93126]: pgmap v12672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:35 smithi089 ceph-mon[103441]: pgmap v12672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:35.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:35.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:36.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:36.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:37 smithi089 ceph-mon[103441]: pgmap v12673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:37.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:37.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:37 smithi026 ceph-mon[93126]: pgmap v12673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:38.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:38.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:39 smithi089 ceph-mon[103441]: pgmap v12674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:39.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:39.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:39 smithi026 ceph-mon[93126]: pgmap v12674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:40.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:40.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:41 smithi089 ceph-mon[103441]: pgmap v12675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:41.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:41.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:41 smithi026 ceph-mon[93126]: pgmap v12675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:42.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:42.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:43 smithi089 ceph-mon[103441]: pgmap v12676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:43.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:43.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:43 smithi026 ceph-mon[93126]: pgmap v12676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:44.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:44.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:45 smithi089 ceph-mon[103441]: pgmap v12677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:45 smithi026 ceph-mon[93126]: pgmap v12677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:45.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:45.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:46.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:46.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:47 smithi089 ceph-mon[103441]: pgmap v12678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:47.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:47.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:47 smithi026 ceph-mon[93126]: pgmap v12678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:48.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:48.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:49 smithi089 ceph-mon[103441]: pgmap v12679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:49.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:49.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:49 smithi026 ceph-mon[93126]: pgmap v12679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:42:50.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:50.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:51 smithi089 ceph-mon[103441]: pgmap v12680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:51.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:51.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:51 smithi026 ceph-mon[93126]: pgmap v12680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:52.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:52.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:53 smithi089 ceph-mon[103441]: pgmap v12681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:53.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:53.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:53 smithi026 ceph-mon[93126]: pgmap v12681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:54.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:54.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:55 smithi089 ceph-mon[103441]: pgmap v12682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:55 smithi026 ceph-mon[93126]: pgmap v12682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:55.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:55.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:56.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:56.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:57 smithi089 ceph-mon[103441]: pgmap v12683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:57.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:57.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:57 smithi026 ceph-mon[93126]: pgmap v12683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:42:58.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:58.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:42:59 smithi089 ceph-mon[103441]: pgmap v12684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:42:59.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:42:59.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:42:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:42:59 smithi026 ceph-mon[93126]: pgmap v12684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:00.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:00.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:01 smithi089 ceph-mon[103441]: pgmap v12685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:01.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:01.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:01 smithi026 ceph-mon[93126]: pgmap v12685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:02.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:02.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:03 smithi089 ceph-mon[103441]: pgmap v12686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:03.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:03.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:03 smithi026 ceph-mon[93126]: pgmap v12686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:04.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:04.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:05 smithi089 ceph-mon[103441]: pgmap v12687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:05.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:05.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:05 smithi026 ceph-mon[93126]: pgmap v12687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:06.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:06.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:07 smithi089 ceph-mon[103441]: pgmap v12688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:07.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:07.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:07 smithi026 ceph-mon[93126]: pgmap v12688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:08.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:08.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:09.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:09 smithi089 ceph-mon[103441]: pgmap v12689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:09.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:09.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:09 smithi026 ceph-mon[93126]: pgmap v12689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:10.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:10.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:11 smithi089 ceph-mon[103441]: pgmap v12690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:11 smithi026 ceph-mon[93126]: pgmap v12690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:11.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:11.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:12.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:12.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:13 smithi089 ceph-mon[103441]: pgmap v12691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:13 smithi026 ceph-mon[93126]: pgmap v12691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:13.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:13.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:14.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:14.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:15 smithi089 ceph-mon[103441]: pgmap v12692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:15 smithi026 ceph-mon[93126]: pgmap v12692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:15.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:15.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:16.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:16.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:17 smithi089 ceph-mon[103441]: pgmap v12693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:17 smithi026 ceph-mon[93126]: pgmap v12693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:17.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:17.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:18.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:18.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:19 smithi089 ceph-mon[103441]: pgmap v12694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:19 smithi026 ceph-mon[93126]: pgmap v12694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:19.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:19.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:20.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:20.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:21 smithi089 ceph-mon[103441]: pgmap v12695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:21.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:43:21.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:43:21.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:43:21.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:43:21.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:43:21.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:43:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:21 smithi026 ceph-mon[93126]: pgmap v12695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:43:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:43:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:43:21.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:43:21.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:43:21.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:43:21.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:21.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:22.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:22.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:23 smithi089 ceph-mon[103441]: pgmap v12696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:23 smithi026 ceph-mon[93126]: pgmap v12696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:23.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:23.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:24.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:24.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:25 smithi089 ceph-mon[103441]: pgmap v12697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:25 smithi026 ceph-mon[93126]: pgmap v12697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:25.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:25.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:26.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:26.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:27 smithi089 ceph-mon[103441]: pgmap v12698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:27.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:27 smithi026 ceph-mon[93126]: pgmap v12698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:27.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:27.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:28.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:28.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:29 smithi089 ceph-mon[103441]: pgmap v12699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:29 smithi026 ceph-mon[93126]: pgmap v12699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:29.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:29.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:30.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:30.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:31 smithi089 ceph-mon[103441]: pgmap v12700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:31 smithi026 ceph-mon[93126]: pgmap v12700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:31.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:31.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:32.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:32.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:33 smithi089 ceph-mon[103441]: pgmap v12701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:33 smithi026 ceph-mon[93126]: pgmap v12701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:33.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:33.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:34.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:34.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:35 smithi089 ceph-mon[103441]: pgmap v12702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:35 smithi026 ceph-mon[93126]: pgmap v12702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:35.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:35.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:36.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:36.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:37 smithi089 ceph-mon[103441]: pgmap v12703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:37 smithi026 ceph-mon[93126]: pgmap v12703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:37.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:37.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:38.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:38.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:39 smithi089 ceph-mon[103441]: pgmap v12704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:39 smithi026 ceph-mon[93126]: pgmap v12704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:39.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:39.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:40.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:40.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:41 smithi089 ceph-mon[103441]: pgmap v12705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:41 smithi026 ceph-mon[93126]: pgmap v12705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:41.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:41.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:42.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:42.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:43 smithi089 ceph-mon[103441]: pgmap v12706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:43 smithi026 ceph-mon[93126]: pgmap v12706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:43.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:43.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:44.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:44.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:45 smithi089 ceph-mon[103441]: pgmap v12707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:45 smithi026 ceph-mon[93126]: pgmap v12707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:45.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:45.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:46.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:46.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:47 smithi089 ceph-mon[103441]: pgmap v12708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:47 smithi026 ceph-mon[93126]: pgmap v12708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:47.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:47.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:48.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:48.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:49 smithi089 ceph-mon[103441]: pgmap v12709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:49 smithi026 ceph-mon[93126]: pgmap v12709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:43:49.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:49.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:50.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:50.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:51 smithi089 ceph-mon[103441]: pgmap v12710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:51 smithi026 ceph-mon[93126]: pgmap v12710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:51.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:51.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:52.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:52.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:53 smithi089 ceph-mon[103441]: pgmap v12711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:53 smithi026 ceph-mon[93126]: pgmap v12711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:53.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:53.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:54.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:54.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:55 smithi026 ceph-mon[93126]: pgmap v12712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:55 smithi089 ceph-mon[103441]: pgmap v12712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:55.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:55.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:56.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:56.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:57 smithi089 ceph-mon[103441]: pgmap v12713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:57 smithi026 ceph-mon[93126]: pgmap v12713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:43:57.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:57.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:58.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:58.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:43:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:43:59 smithi089 ceph-mon[103441]: pgmap v12714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:43:59 smithi026 ceph-mon[93126]: pgmap v12714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:43:59.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:43:59.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:00.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:00.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:01 smithi026 ceph-mon[93126]: pgmap v12715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:01 smithi089 ceph-mon[103441]: pgmap v12715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:01.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:01.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:02.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:02.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:03 smithi089 ceph-mon[103441]: pgmap v12716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:03 smithi026 ceph-mon[93126]: pgmap v12716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:03.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:03.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:04.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:04.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:05 smithi089 ceph-mon[103441]: pgmap v12717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:05 smithi026 ceph-mon[93126]: pgmap v12717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:05.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:05.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:06.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:06.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:07 smithi089 ceph-mon[103441]: pgmap v12718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:07 smithi026 ceph-mon[93126]: pgmap v12718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:07.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:07.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:08.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:08.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:09 smithi089 ceph-mon[103441]: pgmap v12719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:09 smithi026 ceph-mon[93126]: pgmap v12719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:09.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:09.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:10.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:10.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:11 smithi026 ceph-mon[93126]: pgmap v12720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:11 smithi089 ceph-mon[103441]: pgmap v12720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:11.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:11.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:12.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:12.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:13 smithi089 ceph-mon[103441]: pgmap v12721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:13 smithi026 ceph-mon[93126]: pgmap v12721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:13.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:13.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:14.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:14.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:15 smithi026 ceph-mon[93126]: pgmap v12722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:15 smithi089 ceph-mon[103441]: pgmap v12722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:15.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:15.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:16.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:16.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:17.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:17 smithi089 ceph-mon[103441]: pgmap v12723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:17 smithi026 ceph-mon[93126]: pgmap v12723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:17.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:17.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:18.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:18.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:19 smithi089 ceph-mon[103441]: pgmap v12724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:19 smithi026 ceph-mon[93126]: pgmap v12724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:19.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:19.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:20.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:20.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:21 smithi089 ceph-mon[103441]: pgmap v12725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:21 smithi026 ceph-mon[93126]: pgmap v12725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:21.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:21.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:44:22.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:22.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:44:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:22.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:22.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:22.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:23.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:23 smithi089 ceph-mon[103441]: pgmap v12726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:23 smithi026 ceph-mon[93126]: pgmap v12726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:23.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:23.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:24.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:24.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:25 smithi026 ceph-mon[93126]: pgmap v12727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:25 smithi089 ceph-mon[103441]: pgmap v12727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:25.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:25.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:26.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:26.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:27 smithi089 ceph-mon[103441]: pgmap v12728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:27 smithi026 ceph-mon[93126]: pgmap v12728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:27.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:27.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:28.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:28.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:29 smithi089 ceph-mon[103441]: pgmap v12729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:29.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:29.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:29 smithi026 ceph-mon[93126]: pgmap v12729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:29.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:29.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:29.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:29.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:44:30.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:44:30.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:30.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:44:30.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:44:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:44:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:44:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:44:30.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:30.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:31 smithi089 ceph-mon[103441]: pgmap v12730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:31 smithi026 ceph-mon[93126]: pgmap v12730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:31.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:31.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:32.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:32.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:33 smithi089 ceph-mon[103441]: pgmap v12731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:33 smithi026 ceph-mon[93126]: pgmap v12731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:33.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:33.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:34.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:34.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:35 smithi089 ceph-mon[103441]: pgmap v12732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:35 smithi026 ceph-mon[93126]: pgmap v12732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:35.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:35.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:36.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:36.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:37 smithi089 ceph-mon[103441]: pgmap v12733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:37 smithi026 ceph-mon[93126]: pgmap v12733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:37.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:37.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:38.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:38.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:39 smithi089 ceph-mon[103441]: pgmap v12734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:39 smithi026 ceph-mon[93126]: pgmap v12734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:39.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:39.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:40.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:40.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:41 smithi089 ceph-mon[103441]: pgmap v12735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:41 smithi026 ceph-mon[93126]: pgmap v12735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:41.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:41.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:42.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:42.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:43 smithi089 ceph-mon[103441]: pgmap v12736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:43 smithi026 ceph-mon[93126]: pgmap v12736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:43.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:43.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:44.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:44.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:45 smithi026 ceph-mon[93126]: pgmap v12737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:45 smithi089 ceph-mon[103441]: pgmap v12737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:45.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:45.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:46.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:46.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:47 smithi089 ceph-mon[103441]: pgmap v12738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:47 smithi026 ceph-mon[93126]: pgmap v12738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:47.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:47.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:48.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:48.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:49 smithi089 ceph-mon[103441]: pgmap v12739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:49 smithi026 ceph-mon[93126]: pgmap v12739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:44:49.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:49.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:50.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:50.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:51 smithi089 ceph-mon[103441]: pgmap v12740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:51.725 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:51 smithi026 ceph-mon[93126]: pgmap v12740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:51.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:51.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:52.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:52.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:53 smithi089 ceph-mon[103441]: pgmap v12741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:53 smithi026 ceph-mon[93126]: pgmap v12741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:53.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:53.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:54.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:54.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:55 smithi026 ceph-mon[93126]: pgmap v12742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:55 smithi089 ceph-mon[103441]: pgmap v12742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:55.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:55.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:56.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:56.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:57 smithi089 ceph-mon[103441]: pgmap v12743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:57 smithi026 ceph-mon[93126]: pgmap v12743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:44:57.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:57.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:58.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:58.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:44:59.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:44:59 smithi089 ceph-mon[103441]: pgmap v12744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:44:59 smithi026 ceph-mon[93126]: pgmap v12744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:44:59.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:44:59.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:00.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:00.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:01 smithi089 ceph-mon[103441]: pgmap v12745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:01 smithi026 ceph-mon[93126]: pgmap v12745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:01.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:01.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:02.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:02.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:03 smithi089 ceph-mon[103441]: pgmap v12746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:03 smithi026 ceph-mon[93126]: pgmap v12746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:03.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:03.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:04.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:04.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:05 smithi089 ceph-mon[103441]: pgmap v12747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:05 smithi026 ceph-mon[93126]: pgmap v12747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:05.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:05.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:07.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:07.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:07 smithi026 ceph-mon[93126]: pgmap v12748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:07 smithi089 ceph-mon[103441]: pgmap v12748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:08.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:08.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:09.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:09.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:09 smithi026 ceph-mon[93126]: pgmap v12749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:09 smithi089 ceph-mon[103441]: pgmap v12749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:10.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:10.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:11.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:11.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:11 smithi026 ceph-mon[93126]: pgmap v12750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:11 smithi089 ceph-mon[103441]: pgmap v12750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:12.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:12.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:13.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:13.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:13 smithi026 ceph-mon[93126]: pgmap v12751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:13 smithi089 ceph-mon[103441]: pgmap v12751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:14.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:14.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:15.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:15.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:15 smithi026 ceph-mon[93126]: pgmap v12752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:15 smithi089 ceph-mon[103441]: pgmap v12752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:16.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:16.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:17.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:17.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:17.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:17 smithi089 ceph-mon[103441]: pgmap v12753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:17 smithi026 ceph-mon[93126]: pgmap v12753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:18.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:18.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:19.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:19.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:19 smithi089 ceph-mon[103441]: pgmap v12754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:19.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:19 smithi026 ceph-mon[93126]: pgmap v12754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:20.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:20.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:21.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:21.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:21 smithi089 ceph-mon[103441]: pgmap v12755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:21 smithi026 ceph-mon[93126]: pgmap v12755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:22.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:22.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:23.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:23.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:23 smithi026 ceph-mon[93126]: pgmap v12756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:23 smithi089 ceph-mon[103441]: pgmap v12756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:24.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:24.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:25.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:25.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:25 smithi026 ceph-mon[93126]: pgmap v12757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:25 smithi089 ceph-mon[103441]: pgmap v12757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:26.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:26.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:27.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:27.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:27 smithi089 ceph-mon[103441]: pgmap v12758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:27 smithi026 ceph-mon[93126]: pgmap v12758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:28.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:28.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:29.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:29.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:29 smithi089 ceph-mon[103441]: pgmap v12759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:29 smithi026 ceph-mon[93126]: pgmap v12759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:30.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:30.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:45:30.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:45:30.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:45:30.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:45:30.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:45:30.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:45:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:45:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:45:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:45:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:45:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:45:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:45:31.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:31.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:31 smithi026 ceph-mon[93126]: pgmap v12760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:31 smithi089 ceph-mon[103441]: pgmap v12760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:32.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:32.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:33.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:33.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:33 smithi026 ceph-mon[93126]: pgmap v12761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:33 smithi089 ceph-mon[103441]: pgmap v12761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:34.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:34.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:35.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:35.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:35 smithi026 ceph-mon[93126]: pgmap v12762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:35 smithi089 ceph-mon[103441]: pgmap v12762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:36.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:36.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:37.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:37.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:37 smithi026 ceph-mon[93126]: pgmap v12763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:37.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:37 smithi089 ceph-mon[103441]: pgmap v12763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:38.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:38.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:39.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:39.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:39 smithi026 ceph-mon[93126]: pgmap v12764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:39 smithi089 ceph-mon[103441]: pgmap v12764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:40.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:40.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:41.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:41.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:41 smithi026 ceph-mon[93126]: pgmap v12765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:41 smithi089 ceph-mon[103441]: pgmap v12765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:42.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:42.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:43.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:43.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:43 smithi026 ceph-mon[93126]: pgmap v12766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:43 smithi089 ceph-mon[103441]: pgmap v12766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:44.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:44.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:45.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:45.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:45 smithi026 ceph-mon[93126]: pgmap v12767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:45 smithi089 ceph-mon[103441]: pgmap v12767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:46.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:46.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:47.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:47.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:47 smithi089 ceph-mon[103441]: pgmap v12768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:47 smithi026 ceph-mon[93126]: pgmap v12768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:48.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:48.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:49.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:49.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:49 smithi026 ceph-mon[93126]: pgmap v12769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:49 smithi089 ceph-mon[103441]: pgmap v12769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:45:50.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:50.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:51.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:51.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:51 smithi026 ceph-mon[93126]: pgmap v12770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:51 smithi089 ceph-mon[103441]: pgmap v12770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:52.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:52.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:53.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:53.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:53 smithi026 ceph-mon[93126]: pgmap v12771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:53 smithi089 ceph-mon[103441]: pgmap v12771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:54.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:54.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:55.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:55.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:55 smithi026 ceph-mon[93126]: pgmap v12772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:55 smithi089 ceph-mon[103441]: pgmap v12772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:56.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:56.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:57.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:57.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:57 smithi089 ceph-mon[103441]: pgmap v12773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:57 smithi026 ceph-mon[93126]: pgmap v12773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:45:58.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:58.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:59.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:45:59.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:45:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:45:59 smithi026 ceph-mon[93126]: pgmap v12774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:45:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:45:59 smithi089 ceph-mon[103441]: pgmap v12774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:00.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:00.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:01.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:01.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:01 smithi026 ceph-mon[93126]: pgmap v12775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:01 smithi089 ceph-mon[103441]: pgmap v12775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:02.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:02.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:03.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:03.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:03 smithi026 ceph-mon[93126]: pgmap v12776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:03 smithi089 ceph-mon[103441]: pgmap v12776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:04.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:04.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:05.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:05.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:05 smithi026 ceph-mon[93126]: pgmap v12777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:05 smithi089 ceph-mon[103441]: pgmap v12777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:06.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:06.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:07.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:07.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:07 smithi026 ceph-mon[93126]: pgmap v12778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:07 smithi089 ceph-mon[103441]: pgmap v12778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:08.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:08.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:09.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:09.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:09 smithi026 ceph-mon[93126]: pgmap v12779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:09 smithi089 ceph-mon[103441]: pgmap v12779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:10.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:10.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:11.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:11.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:11 smithi026 ceph-mon[93126]: pgmap v12780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:11 smithi089 ceph-mon[103441]: pgmap v12780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:12.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:12.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:13.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:13.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:13 smithi026 ceph-mon[93126]: pgmap v12781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:13 smithi089 ceph-mon[103441]: pgmap v12781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:14.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:14.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:15.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:15.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:15 smithi026 ceph-mon[93126]: pgmap v12782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:15 smithi089 ceph-mon[103441]: pgmap v12782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:16.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:16.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:17.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:17.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:17.705 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:17 smithi026 ceph-mon[93126]: pgmap v12783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:17 smithi089 ceph-mon[103441]: pgmap v12783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:18.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:18.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:19.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:19.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:19 smithi026 ceph-mon[93126]: pgmap v12784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:19 smithi089 ceph-mon[103441]: pgmap v12784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:20.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:20.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:21.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:21.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:21 smithi026 ceph-mon[93126]: pgmap v12785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:21 smithi089 ceph-mon[103441]: pgmap v12785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:22.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:22.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:23.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:23.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:23 smithi026 ceph-mon[93126]: pgmap v12786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:23 smithi089 ceph-mon[103441]: pgmap v12786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:24.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:24.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:25.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:25.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:25 smithi026 ceph-mon[93126]: pgmap v12787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:25 smithi089 ceph-mon[103441]: pgmap v12787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:26.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:26.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:27.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:27.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:27.725 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:27 smithi089 ceph-mon[103441]: pgmap v12788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:27 smithi026 ceph-mon[93126]: pgmap v12788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:28.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:28.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:29.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:29.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:29 smithi026 ceph-mon[93126]: pgmap v12789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:29 smithi089 ceph-mon[103441]: pgmap v12789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:30.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:30.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:46:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:46:31.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:31.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:31 smithi026 ceph-mon[93126]: pgmap v12790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:31.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:46:31.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:46:31.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:46:31.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:46:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:31 smithi089 ceph-mon[103441]: pgmap v12790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:31.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:46:31.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:46:31.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:46:31.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:46:32.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:32.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:32.778 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:46:32.778 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:46:32.778 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:46:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:46:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:46:32.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:46:33.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:33.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:33 smithi026 ceph-mon[93126]: pgmap v12791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:33 smithi089 ceph-mon[103441]: pgmap v12791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:34.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:34.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:35.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:35.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:35 smithi026 ceph-mon[93126]: pgmap v12792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:35 smithi089 ceph-mon[103441]: pgmap v12792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:36.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:36.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:37.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:37.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:37 smithi026 ceph-mon[93126]: pgmap v12793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:37.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:37 smithi089 ceph-mon[103441]: pgmap v12793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:38.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:38.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:39.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:39.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:39 smithi026 ceph-mon[93126]: pgmap v12794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:39 smithi089 ceph-mon[103441]: pgmap v12794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:40.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:40.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:41.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:41.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:41 smithi026 ceph-mon[93126]: pgmap v12795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:41 smithi089 ceph-mon[103441]: pgmap v12795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:42.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:42.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:43.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:43.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:43 smithi026 ceph-mon[93126]: pgmap v12796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:43 smithi089 ceph-mon[103441]: pgmap v12796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:44.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:44.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:45.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:45.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:45 smithi026 ceph-mon[93126]: pgmap v12797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:45 smithi089 ceph-mon[103441]: pgmap v12797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:46.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:46.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:47.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:47.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:47 smithi026 ceph-mon[93126]: pgmap v12798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:47 smithi089 ceph-mon[103441]: pgmap v12798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:48.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:48.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:49.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:49.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:49 smithi026 ceph-mon[93126]: pgmap v12799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:49 smithi089 ceph-mon[103441]: pgmap v12799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:46:50.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:50.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:51.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:51.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:51 smithi026 ceph-mon[93126]: pgmap v12800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:51 smithi089 ceph-mon[103441]: pgmap v12800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:52.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:52.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:53.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:53.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:53 smithi026 ceph-mon[93126]: pgmap v12801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:53 smithi089 ceph-mon[103441]: pgmap v12801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:54.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:54.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:55.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:55.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:55 smithi026 ceph-mon[93126]: pgmap v12802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:55 smithi089 ceph-mon[103441]: pgmap v12802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:56.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:56.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:57.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:57.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:57 smithi026 ceph-mon[93126]: pgmap v12803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:57 smithi089 ceph-mon[103441]: pgmap v12803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:46:58.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:58.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:59.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:46:59.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:46:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:46:59 smithi026 ceph-mon[93126]: pgmap v12804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:46:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:46:59 smithi089 ceph-mon[103441]: pgmap v12804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:00.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:00.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:01.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:01.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:01 smithi026 ceph-mon[93126]: pgmap v12805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:01 smithi089 ceph-mon[103441]: pgmap v12805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:02.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:02.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:03.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:03.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:03 smithi026 ceph-mon[93126]: pgmap v12806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:03 smithi089 ceph-mon[103441]: pgmap v12806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:04.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:04.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:05.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:05.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:05 smithi026 ceph-mon[93126]: pgmap v12807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:05 smithi089 ceph-mon[103441]: pgmap v12807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:06.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:06.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:07.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:07.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:07 smithi026 ceph-mon[93126]: pgmap v12808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:07 smithi089 ceph-mon[103441]: pgmap v12808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:08.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:08.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:09.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:09.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:09 smithi026 ceph-mon[93126]: pgmap v12809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:09 smithi089 ceph-mon[103441]: pgmap v12809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:10.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:10.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:11.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:11.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:11 smithi026 ceph-mon[93126]: pgmap v12810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:11 smithi089 ceph-mon[103441]: pgmap v12810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:12.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:12.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:13.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:13.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:13 smithi026 ceph-mon[93126]: pgmap v12811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:13 smithi089 ceph-mon[103441]: pgmap v12811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:14.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:14.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:15.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:15.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:15 smithi026 ceph-mon[93126]: pgmap v12812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:15 smithi089 ceph-mon[103441]: pgmap v12812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:16.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:16.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:17.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:17.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:17 smithi026 ceph-mon[93126]: pgmap v12813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:17 smithi089 ceph-mon[103441]: pgmap v12813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:18.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:18.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:19.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:19.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:19 smithi026 ceph-mon[93126]: pgmap v12814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:19 smithi089 ceph-mon[103441]: pgmap v12814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:20.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:20.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:21.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:21.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:21 smithi026 ceph-mon[93126]: pgmap v12815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:21 smithi089 ceph-mon[103441]: pgmap v12815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:22.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:22.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:23.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:23.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:23 smithi089 ceph-mon[103441]: pgmap v12816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:23 smithi026 ceph-mon[93126]: pgmap v12816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:24.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:24.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:25.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:25.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:25 smithi026 ceph-mon[93126]: pgmap v12817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:25 smithi089 ceph-mon[103441]: pgmap v12817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:26.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:26.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:27.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:27.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:27 smithi026 ceph-mon[93126]: pgmap v12818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:27 smithi089 ceph-mon[103441]: pgmap v12818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:28.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:28.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:29.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:29.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:29 smithi026 ceph-mon[93126]: pgmap v12819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:29 smithi089 ceph-mon[103441]: pgmap v12819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:30.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:30.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:31.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:31.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:31 smithi026 ceph-mon[93126]: pgmap v12820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:31 smithi089 ceph-mon[103441]: pgmap v12820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:32.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:32.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:47:32.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:47:32.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:47:32.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:47:32.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:47:32.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:47:32.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:47:32.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:47:32.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:47:32.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:47:32.808 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:47:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:47:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:47:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:47:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:47:32.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T03:47:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:47:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:47:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:47:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:47:32.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:47:32.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:47:33.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:33.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:33 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1637M 2023-10-17T03:47:33.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:33 smithi089 ceph-mon[103441]: pgmap v12821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:33 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1637M 2023-10-17T03:47:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:33 smithi026 ceph-mon[93126]: pgmap v12821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:34.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:34.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:35.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:35.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:35 smithi026 ceph-mon[93126]: pgmap v12822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:35 smithi089 ceph-mon[103441]: pgmap v12822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:36.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:36.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:37.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:37.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:37 smithi026 ceph-mon[93126]: pgmap v12823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:37 smithi089 ceph-mon[103441]: pgmap v12823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:38.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:38.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:39.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:39.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:39 smithi026 ceph-mon[93126]: pgmap v12824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:39 smithi089 ceph-mon[103441]: pgmap v12824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:40.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:40.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:41.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:41.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:41 smithi026 ceph-mon[93126]: pgmap v12825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:41 smithi089 ceph-mon[103441]: pgmap v12825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:42.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:42.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:43.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:43.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:43 smithi026 ceph-mon[93126]: pgmap v12826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:43 smithi089 ceph-mon[103441]: pgmap v12826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:44.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:44.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:45.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:45.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:45 smithi026 ceph-mon[93126]: pgmap v12827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:45 smithi089 ceph-mon[103441]: pgmap v12827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:46.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:46.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:47.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:47.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:47 smithi026 ceph-mon[93126]: pgmap v12828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:47 smithi089 ceph-mon[103441]: pgmap v12828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:48.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:48.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:49.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:49.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:49 smithi026 ceph-mon[93126]: pgmap v12829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:49 smithi089 ceph-mon[103441]: pgmap v12829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:47:50.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:50.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:51.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:51.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:51 smithi026 ceph-mon[93126]: pgmap v12830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:51 smithi089 ceph-mon[103441]: pgmap v12830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:52.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:52.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:53.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:53.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:53.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:53 smithi026 ceph-mon[93126]: pgmap v12831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:53 smithi089 ceph-mon[103441]: pgmap v12831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:54.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:54.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:55.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:55.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:55 smithi026 ceph-mon[93126]: pgmap v12832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:55 smithi089 ceph-mon[103441]: pgmap v12832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:56.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:56.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:57.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:57.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:57 smithi026 ceph-mon[93126]: pgmap v12833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:57 smithi089 ceph-mon[103441]: pgmap v12833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:47:58.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:58.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:59.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:47:59.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:47:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:47:59 smithi026 ceph-mon[93126]: pgmap v12834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:47:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:47:59 smithi089 ceph-mon[103441]: pgmap v12834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:00.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:00.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:01.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:01.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:01 smithi026 ceph-mon[93126]: pgmap v12835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:01 smithi089 ceph-mon[103441]: pgmap v12835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:02.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:02.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:03.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:03.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:03 smithi026 ceph-mon[93126]: pgmap v12836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:03 smithi089 ceph-mon[103441]: pgmap v12836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:04.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:04.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:05.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:05.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:05 smithi026 ceph-mon[93126]: pgmap v12837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:05 smithi089 ceph-mon[103441]: pgmap v12837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:06.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:06.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:07.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:07.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:07 smithi026 ceph-mon[93126]: pgmap v12838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:07 smithi089 ceph-mon[103441]: pgmap v12838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:08.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:08.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:09.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:09.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:09 smithi026 ceph-mon[93126]: pgmap v12839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:09 smithi089 ceph-mon[103441]: pgmap v12839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:10.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:10.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:11.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:11.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:11 smithi026 ceph-mon[93126]: pgmap v12840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:11 smithi089 ceph-mon[103441]: pgmap v12840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:12.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:12.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:13.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:13.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:13 smithi026 ceph-mon[93126]: pgmap v12841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:13.830 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:13 smithi089 ceph-mon[103441]: pgmap v12841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:14.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:14.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:15.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:15.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:15 smithi026 ceph-mon[93126]: pgmap v12842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:15 smithi089 ceph-mon[103441]: pgmap v12842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:16.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:16.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:17.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:17.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:17 smithi026 ceph-mon[93126]: pgmap v12843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:17 smithi089 ceph-mon[103441]: pgmap v12843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:18.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:18.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:19.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:19.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:19 smithi026 ceph-mon[93126]: pgmap v12844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:19 smithi089 ceph-mon[103441]: pgmap v12844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:20.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:20.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:21.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:21.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:21 smithi026 ceph-mon[93126]: pgmap v12845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:21 smithi089 ceph-mon[103441]: pgmap v12845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:22.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:22.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:23.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:23.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:23 smithi026 ceph-mon[93126]: pgmap v12846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:23 smithi089 ceph-mon[103441]: pgmap v12846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:24.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:24.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:25.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:25.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:25 smithi026 ceph-mon[93126]: pgmap v12847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:25.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:25 smithi089 ceph-mon[103441]: pgmap v12847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:26.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:26.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:27.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:27.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:27 smithi026 ceph-mon[93126]: pgmap v12848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:27 smithi089 ceph-mon[103441]: pgmap v12848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:28.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:28.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:29.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:29.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:29 smithi026 ceph-mon[93126]: pgmap v12849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:29 smithi089 ceph-mon[103441]: pgmap v12849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:30.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:30.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:31.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:31.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:31 smithi026 ceph-mon[93126]: pgmap v12850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:31 smithi089 ceph-mon[103441]: pgmap v12850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:32.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:32.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:48:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:48:33.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:33.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:33 smithi026 ceph-mon[93126]: pgmap v12851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:48:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:48:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:48:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:48:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:48:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:33 smithi089 ceph-mon[103441]: pgmap v12851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:48:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:48:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:48:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:48:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:48:34.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:34.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:35.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:35.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:35 smithi026 ceph-mon[93126]: pgmap v12852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:35 smithi089 ceph-mon[103441]: pgmap v12852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:36.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:36.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:37.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:37.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:37 smithi026 ceph-mon[93126]: pgmap v12853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:37 smithi089 ceph-mon[103441]: pgmap v12853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:38.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:38.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:39.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:39.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:39 smithi026 ceph-mon[93126]: pgmap v12854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:39 smithi089 ceph-mon[103441]: pgmap v12854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:40.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:40.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:41.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:41.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:41 smithi026 ceph-mon[93126]: pgmap v12855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:41 smithi089 ceph-mon[103441]: pgmap v12855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:42.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:42.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:43.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:43.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:43 smithi026 ceph-mon[93126]: pgmap v12856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:43 smithi089 ceph-mon[103441]: pgmap v12856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:44.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:44.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:45.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:45.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:45 smithi026 ceph-mon[93126]: pgmap v12857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:45 smithi089 ceph-mon[103441]: pgmap v12857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:46.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:46.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:47.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:47.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:47 smithi026 ceph-mon[93126]: pgmap v12858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:47 smithi089 ceph-mon[103441]: pgmap v12858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:48.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:48.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:49.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:49.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:49 smithi026 ceph-mon[93126]: pgmap v12859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:49 smithi089 ceph-mon[103441]: pgmap v12859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:48:50.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:50.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:51.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:51.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:51 smithi026 ceph-mon[93126]: pgmap v12860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:51 smithi089 ceph-mon[103441]: pgmap v12860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:52.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:52.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:53.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:53.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:53 smithi026 ceph-mon[93126]: pgmap v12861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:53 smithi089 ceph-mon[103441]: pgmap v12861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:54.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:54.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:55.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:55.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:55 smithi026 ceph-mon[93126]: pgmap v12862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:55 smithi089 ceph-mon[103441]: pgmap v12862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:56.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:56.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:57.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:57.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:57 smithi026 ceph-mon[93126]: pgmap v12863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:57.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:57 smithi089 ceph-mon[103441]: pgmap v12863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:48:58.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:58.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:59.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:48:59.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:48:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:48:59 smithi089 ceph-mon[103441]: pgmap v12864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:48:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:48:59 smithi026 ceph-mon[93126]: pgmap v12864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:00.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:00.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:01.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:01.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:01 smithi026 ceph-mon[93126]: pgmap v12865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:01 smithi089 ceph-mon[103441]: pgmap v12865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:02.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:02.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:03.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:03.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:03 smithi026 ceph-mon[93126]: pgmap v12866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:03 smithi089 ceph-mon[103441]: pgmap v12866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:04.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:04.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:05.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:05.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:05 smithi026 ceph-mon[93126]: pgmap v12867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:05 smithi089 ceph-mon[103441]: pgmap v12867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:06.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:06.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:07.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:07.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:07 smithi026 ceph-mon[93126]: pgmap v12868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:07 smithi089 ceph-mon[103441]: pgmap v12868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:08.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:08.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:09.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:09.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:09.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:09 smithi089 ceph-mon[103441]: pgmap v12869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:09 smithi026 ceph-mon[93126]: pgmap v12869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:10.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:10.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:11.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:11.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:11 smithi026 ceph-mon[93126]: pgmap v12870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:11.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:11 smithi089 ceph-mon[103441]: pgmap v12870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:12.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:12.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:13.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:13.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:13 smithi026 ceph-mon[93126]: pgmap v12871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:13 smithi089 ceph-mon[103441]: pgmap v12871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:14.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:14.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:15.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:15.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:15 smithi026 ceph-mon[93126]: pgmap v12872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:15 smithi089 ceph-mon[103441]: pgmap v12872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:16.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:16.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:17.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:17.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:17 smithi026 ceph-mon[93126]: pgmap v12873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:17 smithi089 ceph-mon[103441]: pgmap v12873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:18.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:18.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:19.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:19.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:19.777 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:19 smithi026 ceph-mon[93126]: pgmap v12874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:19.778 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:19 smithi089 ceph-mon[103441]: pgmap v12874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:20.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:20.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:21.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:21.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:21 smithi026 ceph-mon[93126]: pgmap v12875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:21 smithi089 ceph-mon[103441]: pgmap v12875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:22.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:22.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:23.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:23.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:23 smithi026 ceph-mon[93126]: pgmap v12876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:23 smithi089 ceph-mon[103441]: pgmap v12876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:24.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:24.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:25.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:25.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:25 smithi026 ceph-mon[93126]: pgmap v12877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:25 smithi089 ceph-mon[103441]: pgmap v12877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:26.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:26.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:27.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:27.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:27 smithi026 ceph-mon[93126]: pgmap v12878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:27 smithi089 ceph-mon[103441]: pgmap v12878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:28.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:28.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:29.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:29.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:29 smithi026 ceph-mon[93126]: pgmap v12879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:29 smithi089 ceph-mon[103441]: pgmap v12879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:30.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:30.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:31.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:31.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:31 smithi026 ceph-mon[93126]: pgmap v12880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:31 smithi089 ceph-mon[103441]: pgmap v12880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:32.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:32.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:33.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:33.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:33 smithi026 ceph-mon[93126]: pgmap v12881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:33.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:49:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:33 smithi089 ceph-mon[103441]: pgmap v12881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:49:34.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:34.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:49:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:49:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:49:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:49:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:49:34.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:49:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:49:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:49:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:49:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:49:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:35.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:35.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:35 smithi026 ceph-mon[93126]: pgmap v12882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:35 smithi089 ceph-mon[103441]: pgmap v12882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:36.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:36.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:37.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:37.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:37 smithi026 ceph-mon[93126]: pgmap v12883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:37 smithi089 ceph-mon[103441]: pgmap v12883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:38.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:38.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:39.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:39.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:39 smithi026 ceph-mon[93126]: pgmap v12884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:39 smithi089 ceph-mon[103441]: pgmap v12884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:40.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:40.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:41.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:41.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:41 smithi026 ceph-mon[93126]: pgmap v12885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:41 smithi089 ceph-mon[103441]: pgmap v12885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:42.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:42.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:43.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:43.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:43 smithi026 ceph-mon[93126]: pgmap v12886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:43 smithi089 ceph-mon[103441]: pgmap v12886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:44.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:44.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:45.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:45.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:45 smithi026 ceph-mon[93126]: pgmap v12887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:45 smithi089 ceph-mon[103441]: pgmap v12887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:46.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:46.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:47.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:47.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:47 smithi026 ceph-mon[93126]: pgmap v12888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:47 smithi089 ceph-mon[103441]: pgmap v12888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:48.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:48.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:49.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:49.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:49 smithi026 ceph-mon[93126]: pgmap v12889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:49.835 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:49 smithi089 ceph-mon[103441]: pgmap v12889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:49.836 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:49:50.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:50.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:51.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:51.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:51 smithi026 ceph-mon[93126]: pgmap v12890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:51 smithi089 ceph-mon[103441]: pgmap v12890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:52.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:52.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:53.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:53.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:53 smithi026 ceph-mon[93126]: pgmap v12891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:53 smithi089 ceph-mon[103441]: pgmap v12891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:54.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:54.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:55.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:55.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:55 smithi026 ceph-mon[93126]: pgmap v12892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:55 smithi089 ceph-mon[103441]: pgmap v12892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:56.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:56.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:57.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:57.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:57 smithi026 ceph-mon[93126]: pgmap v12893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:57 smithi089 ceph-mon[103441]: pgmap v12893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:49:58.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:58.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:59.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:49:59.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:49:59.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:49:59 smithi026 ceph-mon[93126]: pgmap v12894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:49:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:49:59 smithi089 ceph-mon[103441]: pgmap v12894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:00.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:00.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T03:50:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T03:50:01.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:01.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:01 smithi026 ceph-mon[93126]: pgmap v12895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:01 smithi089 ceph-mon[103441]: pgmap v12895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:02.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:02.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:03.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:03.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:03 smithi026 ceph-mon[93126]: pgmap v12896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:03 smithi089 ceph-mon[103441]: pgmap v12896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:04.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:04.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:05.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:05.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:05 smithi026 ceph-mon[93126]: pgmap v12897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:05 smithi089 ceph-mon[103441]: pgmap v12897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:06.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:06.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:07.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:07.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:07 smithi026 ceph-mon[93126]: pgmap v12898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:07 smithi089 ceph-mon[103441]: pgmap v12898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:08.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:08.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:09.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:09.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:09 smithi026 ceph-mon[93126]: pgmap v12899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:09 smithi089 ceph-mon[103441]: pgmap v12899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:10.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:10.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:11.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:11.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:11 smithi026 ceph-mon[93126]: pgmap v12900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:11 smithi089 ceph-mon[103441]: pgmap v12900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:12.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:12.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:13.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:13.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:13 smithi026 ceph-mon[93126]: pgmap v12901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:13 smithi089 ceph-mon[103441]: pgmap v12901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:14.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:14.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:15 smithi089 ceph-mon[103441]: pgmap v12902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:15.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:15.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:15 smithi026 ceph-mon[93126]: pgmap v12902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:16.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:16.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:17.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:17.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:17 smithi026 ceph-mon[93126]: pgmap v12903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:17 smithi089 ceph-mon[103441]: pgmap v12903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:18.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:18.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:19.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:19.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:19 smithi026 ceph-mon[93126]: pgmap v12904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:19 smithi089 ceph-mon[103441]: pgmap v12904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:20.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:20.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:21.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:21.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:21 smithi026 ceph-mon[93126]: pgmap v12905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:21 smithi089 ceph-mon[103441]: pgmap v12905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:22.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:22.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:23.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:23.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:23 smithi026 ceph-mon[93126]: pgmap v12906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:23 smithi089 ceph-mon[103441]: pgmap v12906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:24.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:24.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:25.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:25 smithi026 ceph-mon[93126]: pgmap v12907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:25.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:25.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:25 smithi089 ceph-mon[103441]: pgmap v12907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:26.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:26.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:27.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:27.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:27 smithi026 ceph-mon[93126]: pgmap v12908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:27 smithi089 ceph-mon[103441]: pgmap v12908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:28.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:28.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:29.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:29.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:29 smithi026 ceph-mon[93126]: pgmap v12909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:29 smithi089 ceph-mon[103441]: pgmap v12909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:30.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:30.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:31.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:31.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:31 smithi026 ceph-mon[93126]: pgmap v12910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:31 smithi089 ceph-mon[103441]: pgmap v12910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:32.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:32.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:33.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:33.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:33 smithi026 ceph-mon[93126]: pgmap v12911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:33 smithi089 ceph-mon[103441]: pgmap v12911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:34.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:34.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:50:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:50:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:50:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:50:34.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:50:34.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:50:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:50:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:50:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:50:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:50:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:50:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:50:35.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:35.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:35 smithi089 ceph-mon[103441]: pgmap v12912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:35 smithi026 ceph-mon[93126]: pgmap v12912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:36.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:36.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:37.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:37.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:37 smithi026 ceph-mon[93126]: pgmap v12913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:37 smithi089 ceph-mon[103441]: pgmap v12913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:38.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:38.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:39.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:39.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:39 smithi026 ceph-mon[93126]: pgmap v12914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:39 smithi089 ceph-mon[103441]: pgmap v12914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:40.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:40.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:41.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:41.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:41 smithi026 ceph-mon[93126]: pgmap v12915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:41 smithi089 ceph-mon[103441]: pgmap v12915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:42.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:42.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:43.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:43.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:43 smithi026 ceph-mon[93126]: pgmap v12916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:43 smithi089 ceph-mon[103441]: pgmap v12916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:44.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:44.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:45 smithi026 ceph-mon[93126]: pgmap v12917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:45.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:45.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:45 smithi089 ceph-mon[103441]: pgmap v12917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:46.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:46.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:47.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:47.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:47 smithi026 ceph-mon[93126]: pgmap v12918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:47 smithi089 ceph-mon[103441]: pgmap v12918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:48.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:48.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:49.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:49.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:49 smithi026 ceph-mon[93126]: pgmap v12919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:49 smithi089 ceph-mon[103441]: pgmap v12919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:50:50.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:50.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:51.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:51.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:51 smithi026 ceph-mon[93126]: pgmap v12920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:51 smithi089 ceph-mon[103441]: pgmap v12920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:52.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:52.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:53.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:53.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:53 smithi026 ceph-mon[93126]: pgmap v12921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:53 smithi089 ceph-mon[103441]: pgmap v12921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:54.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:54.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:55 smithi026 ceph-mon[93126]: pgmap v12922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:55.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:55.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:55 smithi089 ceph-mon[103441]: pgmap v12922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:56.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:56.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:57.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:57.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:57 smithi026 ceph-mon[93126]: pgmap v12923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:57 smithi089 ceph-mon[103441]: pgmap v12923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:50:58.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:58.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:59.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:50:59.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:50:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:50:59 smithi026 ceph-mon[93126]: pgmap v12924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:50:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:50:59 smithi089 ceph-mon[103441]: pgmap v12924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:00.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:00.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:01.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:01.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:01 smithi026 ceph-mon[93126]: pgmap v12925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:01 smithi089 ceph-mon[103441]: pgmap v12925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:02.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:02.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:03.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:03.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:03 smithi026 ceph-mon[93126]: pgmap v12926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:03 smithi089 ceph-mon[103441]: pgmap v12926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:04.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:04.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:05.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:05.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:05 smithi026 ceph-mon[93126]: pgmap v12927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:05 smithi089 ceph-mon[103441]: pgmap v12927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:06.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:06.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:07.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:07.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:07 smithi026 ceph-mon[93126]: pgmap v12928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:07 smithi089 ceph-mon[103441]: pgmap v12928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:08.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:08.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:09.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:09.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:09 smithi026 ceph-mon[93126]: pgmap v12929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:09 smithi089 ceph-mon[103441]: pgmap v12929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:10.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:10.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:11.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:11.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:11 smithi026 ceph-mon[93126]: pgmap v12930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:11 smithi089 ceph-mon[103441]: pgmap v12930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:12.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:12.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:13.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:13.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:13 smithi026 ceph-mon[93126]: pgmap v12931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:13 smithi089 ceph-mon[103441]: pgmap v12931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:14.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:14.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:15 smithi026 ceph-mon[93126]: pgmap v12932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:15.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:15.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:15 smithi089 ceph-mon[103441]: pgmap v12932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:16.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:16.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:17.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:17.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:17 smithi026 ceph-mon[93126]: pgmap v12933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:17 smithi089 ceph-mon[103441]: pgmap v12933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:18.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:18.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:19.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:19.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:19 smithi026 ceph-mon[93126]: pgmap v12934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:19 smithi089 ceph-mon[103441]: pgmap v12934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:20.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:20.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:21.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:21.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:21 smithi026 ceph-mon[93126]: pgmap v12935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:21 smithi089 ceph-mon[103441]: pgmap v12935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:22.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:22.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:23.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:23.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:23 smithi026 ceph-mon[93126]: pgmap v12936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:23 smithi089 ceph-mon[103441]: pgmap v12936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:24.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:24.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:25 smithi026 ceph-mon[93126]: pgmap v12937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:25.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:25.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:25.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:25 smithi089 ceph-mon[103441]: pgmap v12937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:26.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:26.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:27.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:27.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:27 smithi026 ceph-mon[93126]: pgmap v12938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:27 smithi089 ceph-mon[103441]: pgmap v12938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:28.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:28.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:29.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:29.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:29 smithi026 ceph-mon[93126]: pgmap v12939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:29 smithi089 ceph-mon[103441]: pgmap v12939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:30.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:30.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:31.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:31.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:31 smithi026 ceph-mon[93126]: pgmap v12940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:31 smithi089 ceph-mon[103441]: pgmap v12940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:32.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:32.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:33.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:33.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:33 smithi026 ceph-mon[93126]: pgmap v12941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:33 smithi089 ceph-mon[103441]: pgmap v12941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:34.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:34.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:51:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:51:35.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:35.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:35 smithi026 ceph-mon[93126]: pgmap v12942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:51:35.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:51:35.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:51:35.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:51:35.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:51:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:35 smithi089 ceph-mon[103441]: pgmap v12942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:35.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:51:35.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:51:35.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:51:35.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:51:35.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:51:36.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:36.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:37.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:37.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:37 smithi026 ceph-mon[93126]: pgmap v12943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:37 smithi089 ceph-mon[103441]: pgmap v12943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:38.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:38.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:39.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:39.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:39 smithi089 ceph-mon[103441]: pgmap v12944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:39 smithi026 ceph-mon[93126]: pgmap v12944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:40.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:40.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:41.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:41.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:41 smithi026 ceph-mon[93126]: pgmap v12945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:41 smithi089 ceph-mon[103441]: pgmap v12945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:42.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:42.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:43.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:43.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:43.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:43 smithi026 ceph-mon[93126]: pgmap v12946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:43 smithi089 ceph-mon[103441]: pgmap v12946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:44.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:44.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:45 smithi026 ceph-mon[93126]: pgmap v12947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:45.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:45.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:45 smithi089 ceph-mon[103441]: pgmap v12947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:46.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:46.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:47.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:47.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:47 smithi026 ceph-mon[93126]: pgmap v12948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:47 smithi089 ceph-mon[103441]: pgmap v12948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:48.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:48.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:49.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:49.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:49 smithi026 ceph-mon[93126]: pgmap v12949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:49 smithi089 ceph-mon[103441]: pgmap v12949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:51:50.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:50.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:51.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:51.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:51 smithi026 ceph-mon[93126]: pgmap v12950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:51 smithi089 ceph-mon[103441]: pgmap v12950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:52.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:52.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:53.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:53.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:53 smithi026 ceph-mon[93126]: pgmap v12951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:53 smithi089 ceph-mon[103441]: pgmap v12951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:54.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:54.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:55 smithi026 ceph-mon[93126]: pgmap v12952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:55 smithi089 ceph-mon[103441]: pgmap v12952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:55.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:55.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:56.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:56.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:57.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:57.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:57 smithi026 ceph-mon[93126]: pgmap v12953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:57 smithi089 ceph-mon[103441]: pgmap v12953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:51:58.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:58.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:59.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:51:59.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:51:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:51:59 smithi026 ceph-mon[93126]: pgmap v12954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:51:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:51:59 smithi089 ceph-mon[103441]: pgmap v12954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:00.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:00.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:01.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:01.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:01 smithi026 ceph-mon[93126]: pgmap v12955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:01 smithi089 ceph-mon[103441]: pgmap v12955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:02.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:02.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:03.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:03.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:03 smithi026 ceph-mon[93126]: pgmap v12956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:03 smithi089 ceph-mon[103441]: pgmap v12956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:04.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:04.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:05.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:05.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:05 smithi089 ceph-mon[103441]: pgmap v12957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:05 smithi026 ceph-mon[93126]: pgmap v12957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:06.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:06.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:07.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:07.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:07 smithi089 ceph-mon[103441]: pgmap v12958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:07 smithi026 ceph-mon[93126]: pgmap v12958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:08.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:08.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:09.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:09.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:09 smithi089 ceph-mon[103441]: pgmap v12959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:09 smithi026 ceph-mon[93126]: pgmap v12959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:10.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:10.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:11.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:11.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:11 smithi089 ceph-mon[103441]: pgmap v12960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:11 smithi026 ceph-mon[93126]: pgmap v12960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:12.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:12.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:13.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:13.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:13.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:13 smithi026 ceph-mon[93126]: pgmap v12961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:13 smithi089 ceph-mon[103441]: pgmap v12961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:14.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:14.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:15 smithi026 ceph-mon[93126]: pgmap v12962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:15 smithi089 ceph-mon[103441]: pgmap v12962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:15.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:15.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:16.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:16.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:17.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:17.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:17 smithi026 ceph-mon[93126]: pgmap v12963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:17 smithi089 ceph-mon[103441]: pgmap v12963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:18.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:18.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:19.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:19.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:19 smithi089 ceph-mon[103441]: pgmap v12964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:19 smithi026 ceph-mon[93126]: pgmap v12964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:20.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:20.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:21 smithi089 ceph-mon[103441]: pgmap v12965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:21.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:21.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:21.846 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:21 smithi026 ceph-mon[93126]: pgmap v12965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:22.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:22.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:23.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:23.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:23.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:23 smithi026 ceph-mon[93126]: pgmap v12966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:23 smithi089 ceph-mon[103441]: pgmap v12966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:24.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:24.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:25 smithi026 ceph-mon[93126]: pgmap v12967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:25 smithi089 ceph-mon[103441]: pgmap v12967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:25.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:25.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:26.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:26.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:27.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:27.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:27 smithi089 ceph-mon[103441]: pgmap v12968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:27 smithi026 ceph-mon[93126]: pgmap v12968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:28.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:28.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:29.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:29.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:29 smithi089 ceph-mon[103441]: pgmap v12969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:29 smithi026 ceph-mon[93126]: pgmap v12969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:30.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:30.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:31.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:31.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:31 smithi089 ceph-mon[103441]: pgmap v12970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:31.960 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:31 smithi026 ceph-mon[93126]: pgmap v12970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:32.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:32.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:33.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:33.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:33.863 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:33 smithi026 ceph-mon[93126]: pgmap v12971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:33 smithi089 ceph-mon[103441]: pgmap v12971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:34.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:34.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:35.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:35.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:35 smithi089 ceph-mon[103441]: pgmap v12972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:52:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:35 smithi026 ceph-mon[93126]: pgmap v12972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:52:36.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:36.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:37.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:37.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:37 smithi089 ceph-mon[103441]: pgmap v12973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:37 smithi026 ceph-mon[93126]: pgmap v12973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:38.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:38.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:39.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:39.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:39 smithi089 ceph-mon[103441]: pgmap v12974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:39 smithi026 ceph-mon[93126]: pgmap v12974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:40.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:40.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:52:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:52:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:52:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:52:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:52:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:52:40.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:52:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:52:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:52:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:52:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:52:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:52:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:52:41.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:52:41.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:41.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:41 smithi089 ceph-mon[103441]: pgmap v12975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:41 smithi026 ceph-mon[93126]: pgmap v12975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:42.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:42.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:43.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:43.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:43 smithi089 ceph-mon[103441]: pgmap v12976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:43 smithi026 ceph-mon[93126]: pgmap v12976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:44.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:44.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:45 smithi026 ceph-mon[93126]: pgmap v12977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:45 smithi089 ceph-mon[103441]: pgmap v12977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:45.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:45.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:46.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:46.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:47.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:47.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:47 smithi089 ceph-mon[103441]: pgmap v12978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:47 smithi026 ceph-mon[93126]: pgmap v12978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:48.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:48.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:49.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:49.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:49 smithi089 ceph-mon[103441]: pgmap v12979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:49 smithi026 ceph-mon[93126]: pgmap v12979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:52:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:52:50.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:50.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:51.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:51.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:51 smithi089 ceph-mon[103441]: pgmap v12980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:51 smithi026 ceph-mon[93126]: pgmap v12980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:52.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:52.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:53.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:53.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:53.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:53 smithi026 ceph-mon[93126]: pgmap v12981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:53 smithi089 ceph-mon[103441]: pgmap v12981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:54.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:54.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:55 smithi026 ceph-mon[93126]: pgmap v12982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:55 smithi089 ceph-mon[103441]: pgmap v12982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:55.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:55.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:56.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:56.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:57.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:57.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:57 smithi089 ceph-mon[103441]: pgmap v12983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:57 smithi026 ceph-mon[93126]: pgmap v12983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:52:58.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:58.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:59.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:52:59.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:52:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:52:59 smithi089 ceph-mon[103441]: pgmap v12984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:52:59 smithi026 ceph-mon[93126]: pgmap v12984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:00.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:00.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:01.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:01.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:01.834 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:01 smithi089 ceph-mon[103441]: pgmap v12985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:01 smithi026 ceph-mon[93126]: pgmap v12985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:02.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:02.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:03.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:03.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:03.864 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:03 smithi026 ceph-mon[93126]: pgmap v12986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:03 smithi089 ceph-mon[103441]: pgmap v12986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:04.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:04.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:05.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:05.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:05.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:05 smithi089 ceph-mon[103441]: pgmap v12987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:05 smithi026 ceph-mon[93126]: pgmap v12987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:06.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:06.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:07.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:07.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:07 smithi026 ceph-mon[93126]: pgmap v12988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:07 smithi089 ceph-mon[103441]: pgmap v12988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:08.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:08.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:09.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:09.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:09.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:09 smithi089 ceph-mon[103441]: pgmap v12989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:09 smithi026 ceph-mon[93126]: pgmap v12989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:10.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:10.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:11.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:11.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:11 smithi089 ceph-mon[103441]: pgmap v12990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:11 smithi026 ceph-mon[93126]: pgmap v12990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:12.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:12.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:13.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:13.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:13.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:13 smithi026 ceph-mon[93126]: pgmap v12991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:13 smithi089 ceph-mon[103441]: pgmap v12991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:14.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:14.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:15 smithi089 ceph-mon[103441]: pgmap v12992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:15 smithi026 ceph-mon[93126]: pgmap v12992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:15.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:15.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:16.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:16.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:17 smithi026 ceph-mon[93126]: pgmap v12993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:17.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:17.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:17 smithi089 ceph-mon[103441]: pgmap v12993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:18.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:18.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:19.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:19.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:19 smithi089 ceph-mon[103441]: pgmap v12994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:19 smithi026 ceph-mon[93126]: pgmap v12994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:20.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:20.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:21.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:21.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:21 smithi089 ceph-mon[103441]: pgmap v12995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:21 smithi026 ceph-mon[93126]: pgmap v12995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:22.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:22.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:23.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:23.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:23.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:23 smithi026 ceph-mon[93126]: pgmap v12996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:23 smithi089 ceph-mon[103441]: pgmap v12996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:24.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:24.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:25 smithi089 ceph-mon[103441]: pgmap v12997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:25 smithi026 ceph-mon[93126]: pgmap v12997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:25.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:25.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:26.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:26.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:27.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:27.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:27 smithi089 ceph-mon[103441]: pgmap v12998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:27 smithi026 ceph-mon[93126]: pgmap v12998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:28.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:28.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:29.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:29.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:29 smithi089 ceph-mon[103441]: pgmap v12999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:29 smithi026 ceph-mon[93126]: pgmap v12999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:30.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:30.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:31.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:31.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:31 smithi089 ceph-mon[103441]: pgmap v13000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:31 smithi026 ceph-mon[93126]: pgmap v13000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:32.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:32.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:33.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:33.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:33.868 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:33 smithi026 ceph-mon[93126]: pgmap v13001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:33.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:33 smithi089 ceph-mon[103441]: pgmap v13001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:34.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:34.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:35.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:35.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:35 smithi089 ceph-mon[103441]: pgmap v13002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:36.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:35 smithi026 ceph-mon[93126]: pgmap v13002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:36.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:36.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:37.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:37.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:37 smithi089 ceph-mon[103441]: pgmap v13003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:37 smithi026 ceph-mon[93126]: pgmap v13003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:38.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:38.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:39.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:39.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:39 smithi089 ceph-mon[103441]: pgmap v13004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:39 smithi026 ceph-mon[93126]: pgmap v13004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:40.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:40.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:53:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:53:41.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:41.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:41 smithi089 ceph-mon[103441]: pgmap v13005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:41.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:53:41.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:53:41.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:53:41.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:53:41.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:53:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:41 smithi026 ceph-mon[93126]: pgmap v13005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:53:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:53:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:53:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:53:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:53:42.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:42.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:43.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:43.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:43 smithi089 ceph-mon[103441]: pgmap v13006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:43 smithi026 ceph-mon[93126]: pgmap v13006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:44.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:44.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:45 smithi089 ceph-mon[103441]: pgmap v13007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:45 smithi026 ceph-mon[93126]: pgmap v13007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:45.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:45.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:46.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:46.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:47.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:47.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:47 smithi089 ceph-mon[103441]: pgmap v13008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:47 smithi026 ceph-mon[93126]: pgmap v13008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:48.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:48.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:49.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:49.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:49 smithi089 ceph-mon[103441]: pgmap v13009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:49 smithi026 ceph-mon[93126]: pgmap v13009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:53:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:53:50.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:50.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:51.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:51.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:51 smithi089 ceph-mon[103441]: pgmap v13010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:51 smithi026 ceph-mon[93126]: pgmap v13010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:52.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:52.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:53.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:53 smithi026 ceph-mon[93126]: pgmap v13011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:53.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:53.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:53 smithi089 ceph-mon[103441]: pgmap v13011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:54.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:54.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:55 smithi089 ceph-mon[103441]: pgmap v13012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:55 smithi026 ceph-mon[93126]: pgmap v13012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:55.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:55.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:56.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:56.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:57 smithi089 ceph-mon[103441]: pgmap v13013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:57.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:57.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:57.934 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:57 smithi026 ceph-mon[93126]: pgmap v13013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:53:58.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:58.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:59.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:53:59.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:53:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:53:59 smithi089 ceph-mon[103441]: pgmap v13014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:53:59 smithi026 ceph-mon[93126]: pgmap v13014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:00.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:00.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:01.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:01.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:01 smithi089 ceph-mon[103441]: pgmap v13015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:01 smithi026 ceph-mon[93126]: pgmap v13015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:02.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:02.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:03.858 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:03 smithi026 ceph-mon[93126]: pgmap v13016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:03.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:03.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:03 smithi089 ceph-mon[103441]: pgmap v13016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:04.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:04.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:04.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:05.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:05.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:05 smithi089 ceph-mon[103441]: pgmap v13017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:05 smithi026 ceph-mon[93126]: pgmap v13017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:06.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:06.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:07.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:07.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:07 smithi089 ceph-mon[103441]: pgmap v13018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:08.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:07 smithi026 ceph-mon[93126]: pgmap v13018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:08.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:08.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:09.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:09.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:09 smithi089 ceph-mon[103441]: pgmap v13019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:10.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:09 smithi026 ceph-mon[93126]: pgmap v13019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:10.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:10.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:11.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:11.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:11 smithi089 ceph-mon[103441]: pgmap v13020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:11 smithi026 ceph-mon[93126]: pgmap v13020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:12.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:12.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:13.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:13.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:13 smithi089 ceph-mon[103441]: pgmap v13021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:13 smithi026 ceph-mon[93126]: pgmap v13021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:14.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:14.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:15 smithi089 ceph-mon[103441]: pgmap v13022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:15 smithi026 ceph-mon[93126]: pgmap v13022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:15.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:15.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:16.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:16.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:17.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:17.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:17 smithi089 ceph-mon[103441]: pgmap v13023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:17 smithi026 ceph-mon[93126]: pgmap v13023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:18.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:18.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:19.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:19.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:19 smithi089 ceph-mon[103441]: pgmap v13024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:19 smithi026 ceph-mon[93126]: pgmap v13024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:20.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:20.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:21 smithi089 ceph-mon[103441]: pgmap v13025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:21.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:21.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:21 smithi026 ceph-mon[93126]: pgmap v13025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:22.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:22.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:23.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:23 smithi026 ceph-mon[93126]: pgmap v13026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:23 smithi089 ceph-mon[103441]: pgmap v13026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:23.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:23.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:24.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:24.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:25 smithi089 ceph-mon[103441]: pgmap v13027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:25 smithi026 ceph-mon[93126]: pgmap v13027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:25.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:25.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:26.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:26.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:27 smithi089 ceph-mon[103441]: pgmap v13028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:27.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:27.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:27 smithi026 ceph-mon[93126]: pgmap v13028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:28.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:28.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:29 smithi089 ceph-mon[103441]: pgmap v13029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:29.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:29.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:29 smithi026 ceph-mon[93126]: pgmap v13029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:30.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:30.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:31 smithi089 ceph-mon[103441]: pgmap v13030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:31.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:31.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:31 smithi026 ceph-mon[93126]: pgmap v13030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:32.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:32.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:33 smithi089 ceph-mon[103441]: pgmap v13031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:33.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:33.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:33 smithi026 ceph-mon[93126]: pgmap v13031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:34.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:34.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:35 smithi089 ceph-mon[103441]: pgmap v13032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:35.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:35.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:36.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:35 smithi026 ceph-mon[93126]: pgmap v13032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:36.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:36.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:37 smithi089 ceph-mon[103441]: pgmap v13033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:37.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:37.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:37 smithi026 ceph-mon[93126]: pgmap v13033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:38.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:38.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:39 smithi089 ceph-mon[103441]: pgmap v13034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:39.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:39.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:39 smithi026 ceph-mon[93126]: pgmap v13034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:40.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:40.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:41 smithi089 ceph-mon[103441]: pgmap v13035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:54:41.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:41.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:41.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:41.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:41 smithi026 ceph-mon[93126]: pgmap v13035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:54:42.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:42.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:42.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:42.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:43 smithi026 ceph-mon[93126]: pgmap v13036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:43 smithi089 ceph-mon[103441]: pgmap v13036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:43.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:43.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:44.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:44.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:45 smithi089 ceph-mon[103441]: pgmap v13037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:45 smithi026 ceph-mon[93126]: pgmap v13037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:45.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:45.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:46.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:46.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:47 smithi089 ceph-mon[103441]: pgmap v13038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:47.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:47.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:47 smithi026 ceph-mon[93126]: pgmap v13038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:48.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:48.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:49 smithi089 ceph-mon[103441]: pgmap v13039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:49.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:49.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:54:49.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:54:49.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:49.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:54:49.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:49.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:49.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:49 smithi026 ceph-mon[93126]: pgmap v13039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:54:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:50.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:54:50.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:54:50.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:50.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:54:50.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:54:50.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:50.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:51 smithi089 ceph-mon[103441]: pgmap v13040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:51.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:51.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:51 smithi026 ceph-mon[93126]: pgmap v13040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:52.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:52.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:53.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:53 smithi026 ceph-mon[93126]: pgmap v13041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:53 smithi089 ceph-mon[103441]: pgmap v13041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:53.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:53.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:54.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:54.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:55 smithi089 ceph-mon[103441]: pgmap v13042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:55 smithi026 ceph-mon[93126]: pgmap v13042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:55.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:55.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:56.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:56.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:57 smithi089 ceph-mon[103441]: pgmap v13043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:57.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:57.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:57 smithi026 ceph-mon[93126]: pgmap v13043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:54:58.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:58.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:54:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:54:59 smithi089 ceph-mon[103441]: pgmap v13044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:54:59.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:54:59.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:54:59 smithi026 ceph-mon[93126]: pgmap v13044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:00.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:00.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:01 smithi089 ceph-mon[103441]: pgmap v13045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:01.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:01.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:01 smithi026 ceph-mon[93126]: pgmap v13045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:02.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:02.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:03 smithi089 ceph-mon[103441]: pgmap v13046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:03.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:03.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:03 smithi026 ceph-mon[93126]: pgmap v13046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:04.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:04.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:05 smithi089 ceph-mon[103441]: pgmap v13047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:05.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:05.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:05 smithi026 ceph-mon[93126]: pgmap v13047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:07.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:07.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:07 smithi089 ceph-mon[103441]: pgmap v13048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:08.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:08.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:07 smithi026 ceph-mon[93126]: pgmap v13048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:09.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:09.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:09 smithi089 ceph-mon[103441]: pgmap v13049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:10.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:10.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:09 smithi026 ceph-mon[93126]: pgmap v13049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:11.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:11.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:11 smithi089 ceph-mon[103441]: pgmap v13050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:12.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:12.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:11 smithi026 ceph-mon[93126]: pgmap v13050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:13.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:13.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:13 smithi089 ceph-mon[103441]: pgmap v13051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:14.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:14.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:13 smithi026 ceph-mon[93126]: pgmap v13051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:15.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:15.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:15 smithi089 ceph-mon[103441]: pgmap v13052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:15 smithi026 ceph-mon[93126]: pgmap v13052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:16.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:16.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:17.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:17.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:17 smithi089 ceph-mon[103441]: pgmap v13053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:18.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:18.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:17 smithi026 ceph-mon[93126]: pgmap v13053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:19.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:19.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:19 smithi089 ceph-mon[103441]: pgmap v13054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:20.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:20.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:19 smithi026 ceph-mon[93126]: pgmap v13054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:21.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:21.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:21.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:21 smithi089 ceph-mon[103441]: pgmap v13055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:22.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:22.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:22.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:21 smithi026 ceph-mon[93126]: pgmap v13055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:23.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:23.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:23.916 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:23 smithi026 ceph-mon[93126]: pgmap v13056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:23 smithi089 ceph-mon[103441]: pgmap v13056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:24.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:24.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:25.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:25.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:25 smithi089 ceph-mon[103441]: pgmap v13057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:25 smithi026 ceph-mon[93126]: pgmap v13057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:26.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:26.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:27.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:27.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:27 smithi089 ceph-mon[103441]: pgmap v13058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:28.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:28.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:27 smithi026 ceph-mon[93126]: pgmap v13058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:29.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:29.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:29 smithi089 ceph-mon[103441]: pgmap v13059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:30.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:30.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:29 smithi026 ceph-mon[93126]: pgmap v13059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:31.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:31.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:31 smithi089 ceph-mon[103441]: pgmap v13060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:32.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:32.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:31 smithi026 ceph-mon[93126]: pgmap v13060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:33.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:33.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:33 smithi089 ceph-mon[103441]: pgmap v13061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:34.031 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:33 smithi026 ceph-mon[93126]: pgmap v13061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:34.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:34.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:35.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:35.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:35 smithi089 ceph-mon[103441]: pgmap v13062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:36.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:36.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:35 smithi026 ceph-mon[93126]: pgmap v13062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:37.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:37.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:37.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:37 smithi089 ceph-mon[103441]: pgmap v13063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:38.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:38.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:37 smithi026 ceph-mon[93126]: pgmap v13063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:39.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:39.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:39 smithi089 ceph-mon[103441]: pgmap v13064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:39 smithi026 ceph-mon[93126]: pgmap v13064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:40.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:40.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:41.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:41.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:41 smithi089 ceph-mon[103441]: pgmap v13065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:41 smithi026 ceph-mon[93126]: pgmap v13065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:42.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:42.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:43.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:43.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:43 smithi089 ceph-mon[103441]: pgmap v13066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:43 smithi026 ceph-mon[93126]: pgmap v13066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:44.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:44.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:45.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:45.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:45 smithi089 ceph-mon[103441]: pgmap v13067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:45 smithi026 ceph-mon[93126]: pgmap v13067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:46.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:46.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:47.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:47.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:47 smithi089 ceph-mon[103441]: pgmap v13068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:47 smithi026 ceph-mon[93126]: pgmap v13068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:48.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:48.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:49.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:49.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:49 smithi089 ceph-mon[103441]: pgmap v13069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:49 smithi026 ceph-mon[93126]: pgmap v13069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:55:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:55:50.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:50.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:55:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:55:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:55:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:55:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:55:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:55:50.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:55:50.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:55:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:55:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:55:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:55:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:55:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:55:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:55:51.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:55:51.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:55:51.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:51.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:51 smithi089 ceph-mon[103441]: pgmap v13070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:51 smithi026 ceph-mon[93126]: pgmap v13070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:52.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:52.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:53.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:53.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:53 smithi089 ceph-mon[103441]: pgmap v13071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:53 smithi026 ceph-mon[93126]: pgmap v13071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:54.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:54.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:55.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:55.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:55 smithi089 ceph-mon[103441]: pgmap v13072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:55 smithi026 ceph-mon[93126]: pgmap v13072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:56.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:56.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:57.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:57.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:57 smithi089 ceph-mon[103441]: pgmap v13073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:57 smithi026 ceph-mon[93126]: pgmap v13073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:55:58.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:58.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:59.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:55:59.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:55:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:55:59 smithi089 ceph-mon[103441]: pgmap v13074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:55:59 smithi026 ceph-mon[93126]: pgmap v13074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:00.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:00.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:01.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:01.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:01 smithi089 ceph-mon[103441]: pgmap v13075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:01 smithi026 ceph-mon[93126]: pgmap v13075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:02.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:02.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:03.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:03.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:03 smithi089 ceph-mon[103441]: pgmap v13076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:03 smithi026 ceph-mon[93126]: pgmap v13076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:04.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:04.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:05.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:05.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:05 smithi089 ceph-mon[103441]: pgmap v13077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:05 smithi026 ceph-mon[93126]: pgmap v13077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:06.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:06.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:07.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:07.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:07 smithi089 ceph-mon[103441]: pgmap v13078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:07 smithi026 ceph-mon[93126]: pgmap v13078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:08.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:08.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:09.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:09.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:09 smithi026 ceph-mon[93126]: pgmap v13079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:09 smithi089 ceph-mon[103441]: pgmap v13079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:10.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:10.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:11.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:11.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:11 smithi089 ceph-mon[103441]: pgmap v13080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:11 smithi026 ceph-mon[93126]: pgmap v13080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:12.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:12.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:13.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:13.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:13.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:13 smithi089 ceph-mon[103441]: pgmap v13081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:14.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:13 smithi026 ceph-mon[93126]: pgmap v13081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:14.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:14.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:15.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:15.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:15 smithi089 ceph-mon[103441]: pgmap v13082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:15 smithi026 ceph-mon[93126]: pgmap v13082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:16.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:16.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:17.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:17.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:17 smithi089 ceph-mon[103441]: pgmap v13083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:17 smithi026 ceph-mon[93126]: pgmap v13083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:18.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:18.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:19.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:19.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:19 smithi026 ceph-mon[93126]: pgmap v13084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:19 smithi089 ceph-mon[103441]: pgmap v13084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:20.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:20.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:21.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:21.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:21 smithi089 ceph-mon[103441]: pgmap v13085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:21 smithi026 ceph-mon[93126]: pgmap v13085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:22.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:22.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:23.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:23.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:23 smithi089 ceph-mon[103441]: pgmap v13086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:23 smithi026 ceph-mon[93126]: pgmap v13086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:24.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:24.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:25.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:25.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:25 smithi089 ceph-mon[103441]: pgmap v13087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:25 smithi026 ceph-mon[93126]: pgmap v13087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:26.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:26.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:27.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:27.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:27 smithi089 ceph-mon[103441]: pgmap v13088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:27 smithi026 ceph-mon[93126]: pgmap v13088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:28.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:28.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:29.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:29.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:29 smithi089 ceph-mon[103441]: pgmap v13089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:29 smithi026 ceph-mon[93126]: pgmap v13089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:30.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:30.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:31.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:31.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:31 smithi089 ceph-mon[103441]: pgmap v13090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:31 smithi026 ceph-mon[93126]: pgmap v13090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:32.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:32.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:33.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:33.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:33 smithi089 ceph-mon[103441]: pgmap v13091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:33 smithi026 ceph-mon[93126]: pgmap v13091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:34.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:34.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:35.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:35.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:35 smithi089 ceph-mon[103441]: pgmap v13092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:35 smithi026 ceph-mon[93126]: pgmap v13092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:36.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:36.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:37.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:37.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:37.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:37 smithi089 ceph-mon[103441]: pgmap v13093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:37 smithi026 ceph-mon[93126]: pgmap v13093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:38.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:38.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:39.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:39.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:39 smithi089 ceph-mon[103441]: pgmap v13094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:39 smithi026 ceph-mon[93126]: pgmap v13094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:40.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:40.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:41.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:41.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:41 smithi089 ceph-mon[103441]: pgmap v13095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:41 smithi026 ceph-mon[93126]: pgmap v13095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:42.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:42.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:43.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:43.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:43 smithi089 ceph-mon[103441]: pgmap v13096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:43 smithi026 ceph-mon[93126]: pgmap v13096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:44.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:44.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:45.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:45.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:45 smithi089 ceph-mon[103441]: pgmap v13097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:45 smithi026 ceph-mon[93126]: pgmap v13097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:46.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:46.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:47.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:47.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:47 smithi089 ceph-mon[103441]: pgmap v13098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:47 smithi026 ceph-mon[93126]: pgmap v13098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:48.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:48.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:49.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:49.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:49 smithi089 ceph-mon[103441]: pgmap v13099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:49 smithi026 ceph-mon[93126]: pgmap v13099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:56:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:56:50.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:50.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:51.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:51.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:51 smithi089 ceph-mon[103441]: pgmap v13100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:51.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:56:51.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:51.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:51 smithi026 ceph-mon[93126]: pgmap v13100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:56:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:52.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:52.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:52.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:53.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:53.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:53 smithi089 ceph-mon[103441]: pgmap v13101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:54.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:53 smithi026 ceph-mon[93126]: pgmap v13101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:54.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:54.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:55.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:55.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:55 smithi089 ceph-mon[103441]: pgmap v13102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:55.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:55.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:55 smithi026 ceph-mon[93126]: pgmap v13102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:55.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:56.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:56.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:56.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:56.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:56.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:56:56.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:56:56.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:56.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:56:56.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:56:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:56:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:56:57.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:56:57.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:57.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:57 smithi089 ceph-mon[103441]: pgmap v13103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:57 smithi026 ceph-mon[93126]: pgmap v13103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:56:58.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:58.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:59.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:56:59.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:56:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:56:59 smithi089 ceph-mon[103441]: pgmap v13104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:00.005 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:56:59 smithi026 ceph-mon[93126]: pgmap v13104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:00.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:00.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:01.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:01.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:01 smithi089 ceph-mon[103441]: pgmap v13105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:01 smithi026 ceph-mon[93126]: pgmap v13105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:02.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:02.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:03.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:03.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:03 smithi089 ceph-mon[103441]: pgmap v13106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:03 smithi026 ceph-mon[93126]: pgmap v13106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:04.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:04.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:05.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:05.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:05 smithi089 ceph-mon[103441]: pgmap v13107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:05 smithi026 ceph-mon[93126]: pgmap v13107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:06.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:06.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:07.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:07.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:07 smithi089 ceph-mon[103441]: pgmap v13108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:07 smithi026 ceph-mon[93126]: pgmap v13108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:08.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:08.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:09.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:09.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:09.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:09 smithi089 ceph-mon[103441]: pgmap v13109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:09 smithi026 ceph-mon[93126]: pgmap v13109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:10.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:10.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:11.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:11.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:11 smithi089 ceph-mon[103441]: pgmap v13110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:11 smithi026 ceph-mon[93126]: pgmap v13110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:12.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:12.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:13.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:13.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:13 smithi089 ceph-mon[103441]: pgmap v13111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:13 smithi026 ceph-mon[93126]: pgmap v13111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:14.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:14.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:15.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:15.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:15 smithi026 ceph-mon[93126]: pgmap v13112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:15 smithi089 ceph-mon[103441]: pgmap v13112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:16.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:16.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:17.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:17.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:17 smithi089 ceph-mon[103441]: pgmap v13113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:17 smithi026 ceph-mon[93126]: pgmap v13113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:18.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:18.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:19.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:19.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:19 smithi089 ceph-mon[103441]: pgmap v13114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:19 smithi026 ceph-mon[93126]: pgmap v13114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:20.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:20.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:21.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:21.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:21.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:21 smithi089 ceph-mon[103441]: pgmap v13115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:21 smithi026 ceph-mon[93126]: pgmap v13115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:22.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:22.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:23.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:23.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:23 smithi089 ceph-mon[103441]: pgmap v13116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:23 smithi026 ceph-mon[93126]: pgmap v13116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:24.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:24.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:25.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:25.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:25 smithi026 ceph-mon[93126]: pgmap v13117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:25 smithi089 ceph-mon[103441]: pgmap v13117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:26.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:26.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:27.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:27.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:27 smithi089 ceph-mon[103441]: pgmap v13118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:27 smithi026 ceph-mon[93126]: pgmap v13118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:28.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:28.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:29.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:29.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:29 smithi089 ceph-mon[103441]: pgmap v13119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:29 smithi026 ceph-mon[93126]: pgmap v13119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:30.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:30.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:31.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:31.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:31 smithi089 ceph-mon[103441]: pgmap v13120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:31 smithi026 ceph-mon[93126]: pgmap v13120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:32.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:32.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:33.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:33.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:33.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:33 smithi089 ceph-mon[103441]: pgmap v13121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:33 smithi026 ceph-mon[93126]: pgmap v13121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:34.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:34.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:35.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:35.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:35 smithi089 ceph-mon[103441]: pgmap v13122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:35 smithi026 ceph-mon[93126]: pgmap v13122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:36.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:36.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:37.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:37.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:37.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:37 smithi089 ceph-mon[103441]: pgmap v13123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:37 smithi026 ceph-mon[93126]: pgmap v13123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:38.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:38.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:39.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:39.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:39 smithi026 ceph-mon[93126]: pgmap v13124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:39 smithi089 ceph-mon[103441]: pgmap v13124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:40.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:40.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:41.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:41.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:41 smithi026 ceph-mon[93126]: pgmap v13125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:41 smithi089 ceph-mon[103441]: pgmap v13125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:42.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:42.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:43.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:43.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:43 smithi026 ceph-mon[93126]: pgmap v13126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:43 smithi089 ceph-mon[103441]: pgmap v13126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:44.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:44.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:45.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:45.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:45 smithi089 ceph-mon[103441]: pgmap v13127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:45 smithi026 ceph-mon[93126]: pgmap v13127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:46.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:46.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:47.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:47.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:47 smithi089 ceph-mon[103441]: pgmap v13128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:47 smithi026 ceph-mon[93126]: pgmap v13128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:48.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:48.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:49.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:49.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:49 smithi089 ceph-mon[103441]: pgmap v13129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:49.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:49 smithi026 ceph-mon[93126]: pgmap v13129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:57:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:57:50.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:50.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:51.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:51.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:51 smithi089 ceph-mon[103441]: pgmap v13130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:51 smithi026 ceph-mon[93126]: pgmap v13130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:52.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:52.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:53.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:53.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:53.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:53 smithi089 ceph-mon[103441]: pgmap v13131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:53 smithi026 ceph-mon[93126]: pgmap v13131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:54.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:54.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:55.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:55.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:55.637 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:55 smithi026 ceph-mon[93126]: pgmap v13132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:55 smithi089 ceph-mon[103441]: pgmap v13132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:56.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:56.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:56.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:57:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:57:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:57:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:57:56.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:57:56.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:57:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:57:56.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:57:56.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:57:56.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:57:56.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:57:56.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:57:57.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:57.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:57 smithi089 ceph-mon[103441]: pgmap v13133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:57 smithi026 ceph-mon[93126]: pgmap v13133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:57:58.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:58.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:59.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:57:59.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:57:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:57:59 smithi089 ceph-mon[103441]: pgmap v13134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:57:59 smithi026 ceph-mon[93126]: pgmap v13134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:00.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:00.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:01.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:01.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:01 smithi089 ceph-mon[103441]: pgmap v13135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:01 smithi026 ceph-mon[93126]: pgmap v13135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:02.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:02.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:03.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:03.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:03 smithi089 ceph-mon[103441]: pgmap v13136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:03 smithi026 ceph-mon[93126]: pgmap v13136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:04.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:04.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:05.003 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:05.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:05.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:05 smithi026 ceph-mon[93126]: pgmap v13137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:05 smithi089 ceph-mon[103441]: pgmap v13137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:06.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:06.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:07.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:07.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:07 smithi026 ceph-mon[93126]: pgmap v13138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:07 smithi089 ceph-mon[103441]: pgmap v13138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:08.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:08.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:09.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:09.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:09 smithi026 ceph-mon[93126]: pgmap v13139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:10.056 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:09 smithi089 ceph-mon[103441]: pgmap v13139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:10.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:10.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:11.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:11.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:11 smithi026 ceph-mon[93126]: pgmap v13140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:12.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:11 smithi089 ceph-mon[103441]: pgmap v13140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:12.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:12.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:13.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:13.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:13 smithi026 ceph-mon[93126]: pgmap v13141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:14.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:13 smithi089 ceph-mon[103441]: pgmap v13141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:14.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:14.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:15.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:15.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:15 smithi089 ceph-mon[103441]: pgmap v13142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:15 smithi026 ceph-mon[93126]: pgmap v13142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:16.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:16.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:17.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:17.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:17 smithi089 ceph-mon[103441]: pgmap v13143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:17 smithi026 ceph-mon[93126]: pgmap v13143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:18.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:18.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:19.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:19.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:19 smithi026 ceph-mon[93126]: pgmap v13144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:20.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:19 smithi089 ceph-mon[103441]: pgmap v13144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:20.161 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:20.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:20.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:21.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:21.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:21 smithi026 ceph-mon[93126]: pgmap v13145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:21 smithi089 ceph-mon[103441]: pgmap v13145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:22.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:22.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:23.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:23.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:24.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:23 smithi026 ceph-mon[93126]: pgmap v13146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:23 smithi089 ceph-mon[103441]: pgmap v13146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:24.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:24.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:25.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:25.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:25 smithi089 ceph-mon[103441]: pgmap v13147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:25 smithi026 ceph-mon[93126]: pgmap v13147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:26.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:26.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:27.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:27.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:27 smithi026 ceph-mon[93126]: pgmap v13148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:27 smithi089 ceph-mon[103441]: pgmap v13148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:28.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:28.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:29.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:29.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:29 smithi026 ceph-mon[93126]: pgmap v13149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:29 smithi089 ceph-mon[103441]: pgmap v13149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:30.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:30.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:31.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:31.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:31 smithi026 ceph-mon[93126]: pgmap v13150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:31 smithi089 ceph-mon[103441]: pgmap v13150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:32.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:32.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:33.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:33.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:33 smithi026 ceph-mon[93126]: pgmap v13151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:33 smithi089 ceph-mon[103441]: pgmap v13151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:34.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:34.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:35.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:35.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:35 smithi026 ceph-mon[93126]: pgmap v13152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:35 smithi089 ceph-mon[103441]: pgmap v13152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:36.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:36.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:37.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:37.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:37 smithi026 ceph-mon[93126]: pgmap v13153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:37 smithi089 ceph-mon[103441]: pgmap v13153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:38.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:38.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:39.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:39.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:39 smithi026 ceph-mon[93126]: pgmap v13154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:39 smithi089 ceph-mon[103441]: pgmap v13154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:40.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:40.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:41.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:41.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:41 smithi026 ceph-mon[93126]: pgmap v13155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:41 smithi089 ceph-mon[103441]: pgmap v13155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:42.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:42.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:43.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:43.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:43 smithi026 ceph-mon[93126]: pgmap v13156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:43 smithi089 ceph-mon[103441]: pgmap v13156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:44.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:44.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:45.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:45.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:45 smithi089 ceph-mon[103441]: pgmap v13157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:45 smithi026 ceph-mon[93126]: pgmap v13157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:46.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:46.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:47.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:47.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:47 smithi026 ceph-mon[93126]: pgmap v13158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:47 smithi089 ceph-mon[103441]: pgmap v13158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:48.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:48.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:49.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:49.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:49 smithi026 ceph-mon[93126]: pgmap v13159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:49 smithi089 ceph-mon[103441]: pgmap v13159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:58:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:58:50.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:50.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:51.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:51.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:51 smithi026 ceph-mon[93126]: pgmap v13160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:51 smithi089 ceph-mon[103441]: pgmap v13160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:52.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:52.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:53.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:53.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:53 smithi026 ceph-mon[93126]: pgmap v13161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:53 smithi089 ceph-mon[103441]: pgmap v13161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:54.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:54.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:55.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:55.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:55 smithi089 ceph-mon[103441]: pgmap v13162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:55 smithi026 ceph-mon[93126]: pgmap v13162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:56.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:56.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:58:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:58:57.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:57.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:57 smithi089 ceph-mon[103441]: pgmap v13163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:58:57.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:58:57.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:58:57.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:58:57.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:58:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:57 smithi026 ceph-mon[93126]: pgmap v13163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:58:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:58:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:58:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:58:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:58:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:58:58.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:58.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:58:59.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:58:59.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:58:59 smithi026 ceph-mon[93126]: pgmap v13164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:58:59 smithi089 ceph-mon[103441]: pgmap v13164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:00.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:00.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:01.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:01.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:01 smithi026 ceph-mon[93126]: pgmap v13165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:01 smithi089 ceph-mon[103441]: pgmap v13165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:02.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:02.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:03.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:03.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:03 smithi026 ceph-mon[93126]: pgmap v13166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:03 smithi089 ceph-mon[103441]: pgmap v13166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:04.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:04.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:05.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:05.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:05 smithi089 ceph-mon[103441]: pgmap v13167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:05 smithi026 ceph-mon[93126]: pgmap v13167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:06.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:06.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:07.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:07.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:07 smithi026 ceph-mon[93126]: pgmap v13168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:07 smithi089 ceph-mon[103441]: pgmap v13168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:08.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:08.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:09.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:09.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:09 smithi026 ceph-mon[93126]: pgmap v13169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:09 smithi089 ceph-mon[103441]: pgmap v13169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:10.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:10.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:11.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:11.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:11 smithi026 ceph-mon[93126]: pgmap v13170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:11 smithi089 ceph-mon[103441]: pgmap v13170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:12.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:12.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:13.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:13.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:13 smithi026 ceph-mon[93126]: pgmap v13171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:13 smithi089 ceph-mon[103441]: pgmap v13171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:14.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:14.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:15.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:15.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:15 smithi089 ceph-mon[103441]: pgmap v13172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:15 smithi026 ceph-mon[93126]: pgmap v13172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:16.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:16.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:17.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:17.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:17 smithi026 ceph-mon[93126]: pgmap v13173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:17 smithi089 ceph-mon[103441]: pgmap v13173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:18.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:18.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:19.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:19.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:19 smithi026 ceph-mon[93126]: pgmap v13174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:19 smithi089 ceph-mon[103441]: pgmap v13174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:20.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:20.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:21.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:21.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:21 smithi026 ceph-mon[93126]: pgmap v13175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:21 smithi089 ceph-mon[103441]: pgmap v13175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:22.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:22.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:23.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:23.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:23 smithi026 ceph-mon[93126]: pgmap v13176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:23 smithi089 ceph-mon[103441]: pgmap v13176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:24.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:24.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:25.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:25.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:25 smithi089 ceph-mon[103441]: pgmap v13177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:25 smithi026 ceph-mon[93126]: pgmap v13177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:26.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:26.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:27.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:27.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:27 smithi026 ceph-mon[93126]: pgmap v13178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:27 smithi089 ceph-mon[103441]: pgmap v13178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:28.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:28.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:29.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:29.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:29 smithi026 ceph-mon[93126]: pgmap v13179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:29 smithi089 ceph-mon[103441]: pgmap v13179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:30.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:30.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:31.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:31.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:31 smithi026 ceph-mon[93126]: pgmap v13180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:31 smithi089 ceph-mon[103441]: pgmap v13180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:32.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:32.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:33.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:33.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:33 smithi026 ceph-mon[93126]: pgmap v13181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:33 smithi089 ceph-mon[103441]: pgmap v13181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:34.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:34.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:35.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:35.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:35 smithi026 ceph-mon[93126]: pgmap v13182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:35 smithi089 ceph-mon[103441]: pgmap v13182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:36.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:36.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:37.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:37.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:37 smithi026 ceph-mon[93126]: pgmap v13183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:37 smithi089 ceph-mon[103441]: pgmap v13183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:38.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:38.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:39.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:39.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:39 smithi026 ceph-mon[93126]: pgmap v13184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:39 smithi089 ceph-mon[103441]: pgmap v13184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:40.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:40.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:41.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:41.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:41 smithi026 ceph-mon[93126]: pgmap v13185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:41 smithi089 ceph-mon[103441]: pgmap v13185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:42.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:42.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:43.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:43.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:43 smithi026 ceph-mon[93126]: pgmap v13186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:43 smithi089 ceph-mon[103441]: pgmap v13186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:44.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:44.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:45.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:45.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:45 smithi089 ceph-mon[103441]: pgmap v13187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:45 smithi026 ceph-mon[93126]: pgmap v13187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:46.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:46.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:47.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:47.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:47 smithi026 ceph-mon[93126]: pgmap v13188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:47 smithi089 ceph-mon[103441]: pgmap v13188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:48.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:48.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:49.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:49.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:49 smithi026 ceph-mon[93126]: pgmap v13189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:49 smithi089 ceph-mon[103441]: pgmap v13189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T03:59:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T03:59:50.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:50.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:51.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:51.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:51 smithi026 ceph-mon[93126]: pgmap v13190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:51 smithi089 ceph-mon[103441]: pgmap v13190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:52.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:52.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:53.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:53.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:53 smithi026 ceph-mon[93126]: pgmap v13191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:53 smithi089 ceph-mon[103441]: pgmap v13191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:54.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:54.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:55.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:55.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:55 smithi089 ceph-mon[103441]: pgmap v13192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:55 smithi026 ceph-mon[93126]: pgmap v13192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:56.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:56.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:57.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:57.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:57 smithi026 ceph-mon[93126]: pgmap v13193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:58.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:59:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:57 smithi089 ceph-mon[103441]: pgmap v13193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T03:59:58.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T03:59:58.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:58.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T03:59:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:59:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:59:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:59:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:59:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:59:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T03:59:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T03:59:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:59:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T03:59:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T03:59:59.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T03:59:59.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 03:59:59 smithi026 ceph-mon[93126]: pgmap v13194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 03:59:59 smithi089 ceph-mon[103441]: pgmap v13194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:00.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:00.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T04:00:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T04:00:01.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:01.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:01 smithi026 ceph-mon[93126]: pgmap v13195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:01 smithi089 ceph-mon[103441]: pgmap v13195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:02.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:02.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:03.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:03.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:03 smithi026 ceph-mon[93126]: pgmap v13196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:03 smithi089 ceph-mon[103441]: pgmap v13196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:04.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:04.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:05.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:05.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:05 smithi026 ceph-mon[93126]: pgmap v13197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:05 smithi089 ceph-mon[103441]: pgmap v13197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:06.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:06.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:07.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:07.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:07 smithi026 ceph-mon[93126]: pgmap v13198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:07 smithi089 ceph-mon[103441]: pgmap v13198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:08.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:08.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:09.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:09.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:09 smithi026 ceph-mon[93126]: pgmap v13199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:09 smithi089 ceph-mon[103441]: pgmap v13199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:10.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:10.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:11.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:11.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:11 smithi026 ceph-mon[93126]: pgmap v13200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:11 smithi089 ceph-mon[103441]: pgmap v13200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:12.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:12.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:13.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:13.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:13 smithi026 ceph-mon[93126]: pgmap v13201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:13 smithi089 ceph-mon[103441]: pgmap v13201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:14.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:14.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:15.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:15.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:15 smithi089 ceph-mon[103441]: pgmap v13202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:15 smithi026 ceph-mon[93126]: pgmap v13202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:16.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:16.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:17.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:17.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:17 smithi026 ceph-mon[93126]: pgmap v13203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:17 smithi089 ceph-mon[103441]: pgmap v13203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:18.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:18.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:19.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:19.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:19 smithi026 ceph-mon[93126]: pgmap v13204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:19 smithi089 ceph-mon[103441]: pgmap v13204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:20.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:20.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:21.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:21.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:21 smithi026 ceph-mon[93126]: pgmap v13205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:22.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:21 smithi089 ceph-mon[103441]: pgmap v13205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:22.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:22.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:23.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:23.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:23 smithi026 ceph-mon[93126]: pgmap v13206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:23 smithi089 ceph-mon[103441]: pgmap v13206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:24.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:24.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:25.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:25.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:25 smithi089 ceph-mon[103441]: pgmap v13207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:25 smithi026 ceph-mon[93126]: pgmap v13207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:26.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:26.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:27.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:27.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:27 smithi026 ceph-mon[93126]: pgmap v13208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:27 smithi089 ceph-mon[103441]: pgmap v13208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:28.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:28.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:29.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:29.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:29 smithi026 ceph-mon[93126]: pgmap v13209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:29 smithi089 ceph-mon[103441]: pgmap v13209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:30.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:30.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:31.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:31.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:31 smithi089 ceph-mon[103441]: pgmap v13210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:31 smithi026 ceph-mon[93126]: pgmap v13210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:32.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:32.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:33.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:33.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:33 smithi026 ceph-mon[93126]: pgmap v13211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:33 smithi089 ceph-mon[103441]: pgmap v13211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:34.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:34.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:35.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:35.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:35 smithi026 ceph-mon[93126]: pgmap v13212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:35 smithi089 ceph-mon[103441]: pgmap v13212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:36.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:36.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:37.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:37.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:37 smithi026 ceph-mon[93126]: pgmap v13213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:37 smithi089 ceph-mon[103441]: pgmap v13213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:38.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:38.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:39.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:39.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:39 smithi026 ceph-mon[93126]: pgmap v13214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:39 smithi089 ceph-mon[103441]: pgmap v13214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:40.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:40.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:41.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:41.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:41 smithi089 ceph-mon[103441]: pgmap v13215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:41 smithi026 ceph-mon[93126]: pgmap v13215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:42.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:42.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:43.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:43.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:43 smithi026 ceph-mon[93126]: pgmap v13216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:43 smithi089 ceph-mon[103441]: pgmap v13216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:44.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:44.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:45.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:45.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:45 smithi089 ceph-mon[103441]: pgmap v13217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:45 smithi026 ceph-mon[93126]: pgmap v13217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:46.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:46.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:47.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:47.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:47 smithi026 ceph-mon[93126]: pgmap v13218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:47 smithi089 ceph-mon[103441]: pgmap v13218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:48.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:48.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:49.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:49.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:49 smithi026 ceph-mon[93126]: pgmap v13219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:49 smithi089 ceph-mon[103441]: pgmap v13219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:00:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:00:50.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:50.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:51.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:51.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:51 smithi026 ceph-mon[93126]: pgmap v13220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:51 smithi089 ceph-mon[103441]: pgmap v13220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:52.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:52.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:53.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:53.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:53 smithi026 ceph-mon[93126]: pgmap v13221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:53 smithi089 ceph-mon[103441]: pgmap v13221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:54.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:54.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:55.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:55.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:55 smithi089 ceph-mon[103441]: pgmap v13222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:55 smithi026 ceph-mon[93126]: pgmap v13222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:56.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:56.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:57.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:57.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:57 smithi026 ceph-mon[93126]: pgmap v13223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:57 smithi089 ceph-mon[103441]: pgmap v13223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:00:58.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:58.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:00:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:00:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:00:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:00:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:00:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:00:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:00:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:00:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:00:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:00:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:00:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:00:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:00:59.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:00:59.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:00:59 smithi026 ceph-mon[93126]: pgmap v13224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:00:59 smithi089 ceph-mon[103441]: pgmap v13224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:00.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:00.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:01.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:01.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:01 smithi026 ceph-mon[93126]: pgmap v13225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:01 smithi089 ceph-mon[103441]: pgmap v13225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:02.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:02.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:03.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:03.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:03 smithi026 ceph-mon[93126]: pgmap v13226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:03 smithi089 ceph-mon[103441]: pgmap v13226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:04.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:04.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:05.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:05.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:05 smithi026 ceph-mon[93126]: pgmap v13227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:05 smithi089 ceph-mon[103441]: pgmap v13227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:06.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:06.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:07.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:07.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:07 smithi026 ceph-mon[93126]: pgmap v13228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:07 smithi089 ceph-mon[103441]: pgmap v13228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:08.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:08.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:09.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:09.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:09 smithi026 ceph-mon[93126]: pgmap v13229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:09 smithi089 ceph-mon[103441]: pgmap v13229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:10.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:10.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:10 smithi026 ceph-mon[93126]: pgmap v13230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:10 smithi089 ceph-mon[103441]: pgmap v13230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:11.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:11.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:12.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:12.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:13.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:13.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:13 smithi026 ceph-mon[93126]: pgmap v13231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:13 smithi089 ceph-mon[103441]: pgmap v13231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:14.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:14.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:15.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:15.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:15 smithi089 ceph-mon[103441]: pgmap v13232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:15 smithi026 ceph-mon[93126]: pgmap v13232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:16.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:16.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:17.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:17.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:17 smithi026 ceph-mon[93126]: pgmap v13233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:18.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:17 smithi089 ceph-mon[103441]: pgmap v13233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:18.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:18.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:19.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:19.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:19 smithi026 ceph-mon[93126]: pgmap v13234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:19 smithi089 ceph-mon[103441]: pgmap v13234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:20.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:20.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:21.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:21.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:22.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:21 smithi026 ceph-mon[93126]: pgmap v13235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:22.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:21 smithi089 ceph-mon[103441]: pgmap v13235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:22.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:22.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:23.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:23.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:23 smithi026 ceph-mon[93126]: pgmap v13236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:23 smithi089 ceph-mon[103441]: pgmap v13236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:24.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:24.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:25.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:25.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:25 smithi089 ceph-mon[103441]: pgmap v13237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:25 smithi026 ceph-mon[93126]: pgmap v13237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:26.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:26.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:27.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:27.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:28.050 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:27 smithi026 ceph-mon[93126]: pgmap v13238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:27 smithi089 ceph-mon[103441]: pgmap v13238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:28.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:28.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:29.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:29.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:30.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:29 smithi026 ceph-mon[93126]: pgmap v13239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:29 smithi089 ceph-mon[103441]: pgmap v13239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:30.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:30.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:31.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:31.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:31 smithi026 ceph-mon[93126]: pgmap v13240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:32.167 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:31 smithi089 ceph-mon[103441]: pgmap v13240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:32.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:32.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:33.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:33.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:33 smithi026 ceph-mon[93126]: pgmap v13241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:33 smithi089 ceph-mon[103441]: pgmap v13241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:34.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:34.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:35.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:35.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:35 smithi026 ceph-mon[93126]: pgmap v13242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:35 smithi089 ceph-mon[103441]: pgmap v13242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:36.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:36.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:36 smithi026 ceph-mon[93126]: pgmap v13243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:36 smithi089 ceph-mon[103441]: pgmap v13243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:37.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:37.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:38.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:38.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:39.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:39.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:39 smithi026 ceph-mon[93126]: pgmap v13244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:39 smithi089 ceph-mon[103441]: pgmap v13244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:40.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:40.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:41.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:41.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:41 smithi026 ceph-mon[93126]: pgmap v13245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:42.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:41 smithi089 ceph-mon[103441]: pgmap v13245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:42.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:42.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:43.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:43.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:43 smithi026 ceph-mon[93126]: pgmap v13246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:44.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:43 smithi089 ceph-mon[103441]: pgmap v13246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:44.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:44.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:45.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:45.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:45 smithi026 ceph-mon[93126]: pgmap v13247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:45 smithi089 ceph-mon[103441]: pgmap v13247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:46.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:46.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:47.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:47.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:47 smithi026 ceph-mon[93126]: pgmap v13248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:48.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:47 smithi089 ceph-mon[103441]: pgmap v13248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:48.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:48.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:49.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:49.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:49 smithi026 ceph-mon[93126]: pgmap v13249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:49 smithi089 ceph-mon[103441]: pgmap v13249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:01:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:01:50.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:50.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:51.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:51.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:52.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:51 smithi026 ceph-mon[93126]: pgmap v13250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:52.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:51 smithi089 ceph-mon[103441]: pgmap v13250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:52.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:52.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:53.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:53.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:53 smithi026 ceph-mon[93126]: pgmap v13251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:53 smithi089 ceph-mon[103441]: pgmap v13251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:54.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:54.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:55.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:55.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:55 smithi026 ceph-mon[93126]: pgmap v13252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:55 smithi089 ceph-mon[103441]: pgmap v13252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:56.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:56.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:57.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:57.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:57 smithi026 ceph-mon[93126]: pgmap v13253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:57 smithi089 ceph-mon[103441]: pgmap v13253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:01:58.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:58.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:01:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:01:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:01:59.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:01:59.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:59 smithi026 ceph-mon[93126]: pgmap v13254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:02:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:02:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:02:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:02:00.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:01:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:02:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:59 smithi089 ceph-mon[103441]: pgmap v13254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:02:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:02:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:02:00.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:02:00.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:01:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:02:00.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:00.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:00 smithi089 ceph-mon[103441]: pgmap v13255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:00 smithi026 ceph-mon[93126]: pgmap v13255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:01.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:01.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:02.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:02.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:03.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:03.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:03 smithi026 ceph-mon[93126]: pgmap v13256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:03 smithi089 ceph-mon[103441]: pgmap v13256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:04.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:04.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:05.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:05.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:05 smithi026 ceph-mon[93126]: pgmap v13257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:05 smithi089 ceph-mon[103441]: pgmap v13257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:06.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:06.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:07.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:07.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:07 smithi089 ceph-mon[103441]: pgmap v13258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:07 smithi026 ceph-mon[93126]: pgmap v13258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:08.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:08.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:08 smithi089 ceph-mon[103441]: pgmap v13259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:08 smithi026 ceph-mon[93126]: pgmap v13259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:09.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:09.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:10.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:10.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:11.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:11.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:11 smithi026 ceph-mon[93126]: pgmap v13260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:11 smithi089 ceph-mon[103441]: pgmap v13260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:12.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:12.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:13.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:13.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:13.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:13 smithi026 ceph-mon[93126]: pgmap v13261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:14.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:13 smithi089 ceph-mon[103441]: pgmap v13261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:14.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:14.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:15.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:15.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:15 smithi026 ceph-mon[93126]: pgmap v13262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:15 smithi089 ceph-mon[103441]: pgmap v13262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:16.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:16.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:17.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:17.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:17 smithi089 ceph-mon[103441]: pgmap v13263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:17 smithi026 ceph-mon[93126]: pgmap v13263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:18.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:18.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:19.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:19.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:19 smithi026 ceph-mon[93126]: pgmap v13264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:19 smithi089 ceph-mon[103441]: pgmap v13264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:20.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:20.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:20 smithi026 ceph-mon[93126]: pgmap v13265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:20 smithi089 ceph-mon[103441]: pgmap v13265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:21.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:21.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:22.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:22.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:23.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:23.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:23 smithi026 ceph-mon[93126]: pgmap v13266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:23 smithi089 ceph-mon[103441]: pgmap v13266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:24.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:24.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:25.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:25.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:25 smithi026 ceph-mon[93126]: pgmap v13267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:25 smithi089 ceph-mon[103441]: pgmap v13267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:26.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:26.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:27.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:27.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:28.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:27 smithi026 ceph-mon[93126]: pgmap v13268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:27 smithi089 ceph-mon[103441]: pgmap v13268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:28.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:28.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:28 smithi026 ceph-mon[93126]: pgmap v13269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:28 smithi089 ceph-mon[103441]: pgmap v13269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:29.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:29.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:30.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:30.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:31.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:31.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:31 smithi026 ceph-mon[93126]: pgmap v13270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:31 smithi089 ceph-mon[103441]: pgmap v13270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:32.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:32.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:32 smithi089 ceph-mon[103441]: pgmap v13271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:32 smithi026 ceph-mon[93126]: pgmap v13271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:33.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:33.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:34.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:34.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:35.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:35.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:35 smithi026 ceph-mon[93126]: pgmap v13272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:35 smithi089 ceph-mon[103441]: pgmap v13272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:36.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:36.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:37.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:37.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:37 smithi026 ceph-mon[93126]: pgmap v13273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:37 smithi089 ceph-mon[103441]: pgmap v13273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:38.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:38.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:38 smithi026 ceph-mon[93126]: pgmap v13274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:38 smithi089 ceph-mon[103441]: pgmap v13274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:39.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:39.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:40.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:40.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:40 smithi089 ceph-mon[103441]: pgmap v13275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:40 smithi026 ceph-mon[93126]: pgmap v13275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:41.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:41.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:42.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:42.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:42 smithi089 ceph-mon[103441]: pgmap v13276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:42 smithi026 ceph-mon[93126]: pgmap v13276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:43.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:43.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:44.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:44.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:45.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:45.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:45 smithi026 ceph-mon[93126]: pgmap v13277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:45 smithi089 ceph-mon[103441]: pgmap v13277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:46.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:46.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:46 smithi089 ceph-mon[103441]: pgmap v13278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:46 smithi026 ceph-mon[93126]: pgmap v13278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:47.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:47.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:48.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:48.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:48 smithi089 ceph-mon[103441]: pgmap v13279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:48 smithi026 ceph-mon[93126]: pgmap v13279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:49.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:49.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:02:50.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:50.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:50 smithi089 ceph-mon[103441]: pgmap v13280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:50 smithi026 ceph-mon[93126]: pgmap v13280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:51.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:51.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:52.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:52.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:52 smithi089 ceph-mon[103441]: pgmap v13281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:52 smithi026 ceph-mon[93126]: pgmap v13281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:53.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:53.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:54.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:54.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:55.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:55.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:55 smithi026 ceph-mon[93126]: pgmap v13282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:55.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:55 smithi089 ceph-mon[103441]: pgmap v13282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:56.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:56.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:56 smithi089 ceph-mon[103441]: pgmap v13283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:56 smithi026 ceph-mon[93126]: pgmap v13283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:02:57.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:57.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:58.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:58.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:02:59.091 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:58 smithi026 ceph-mon[93126]: pgmap v13284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:58 smithi089 ceph-mon[103441]: pgmap v13284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:02:59.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:02:59.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:00.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:02:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:03:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:02:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:03:00.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:00.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:00 smithi089 ceph-mon[103441]: pgmap v13285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:00 smithi026 ceph-mon[93126]: pgmap v13285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:01.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:01.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:02.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:02.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:03.114 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:02 smithi089 ceph-mon[103441]: pgmap v13286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:02 smithi026 ceph-mon[93126]: pgmap v13286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:03.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:03.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:04.148 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:04.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:04.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:03:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:03:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:03:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:03:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:03:05.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:03:05.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:03:05.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:04 smithi026 ceph-mon[93126]: pgmap v13287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:03:05.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:03:05.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:03:05.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:03:05.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:03:05.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:03:05.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:03:05.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:04 smithi089 ceph-mon[103441]: pgmap v13287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:05.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:05.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:06.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:06.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:06 smithi089 ceph-mon[103441]: pgmap v13288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:06 smithi026 ceph-mon[93126]: pgmap v13288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:07.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:07.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:08.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:08.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:08 smithi089 ceph-mon[103441]: pgmap v13289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:09.205 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:08 smithi026 ceph-mon[93126]: pgmap v13289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:09.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:09.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:10.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:10.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:10 smithi089 ceph-mon[103441]: pgmap v13290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:10 smithi026 ceph-mon[93126]: pgmap v13290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:11.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:11.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:12.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:12.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:12 smithi089 ceph-mon[103441]: pgmap v13291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:13.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:12 smithi026 ceph-mon[93126]: pgmap v13291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:13.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:13.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:14.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:14.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:15 smithi026 ceph-mon[93126]: pgmap v13292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:15.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:15.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:15 smithi089 ceph-mon[103441]: pgmap v13292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:16.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:16.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:16 smithi089 ceph-mon[103441]: pgmap v13293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:16 smithi026 ceph-mon[93126]: pgmap v13293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:17.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:17.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:18.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:18.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:18 smithi089 ceph-mon[103441]: pgmap v13294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:18 smithi026 ceph-mon[93126]: pgmap v13294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:19.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:19.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:20.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:20.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:20 smithi089 ceph-mon[103441]: pgmap v13295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:20 smithi026 ceph-mon[93126]: pgmap v13295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:21.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:21.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:22.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:22.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:22 smithi089 ceph-mon[103441]: pgmap v13296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:22 smithi026 ceph-mon[93126]: pgmap v13296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:23.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:23.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:24.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:24.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:25 smithi026 ceph-mon[93126]: pgmap v13297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:25.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:25.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:25 smithi089 ceph-mon[103441]: pgmap v13297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:26.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:26.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:26 smithi089 ceph-mon[103441]: pgmap v13298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:26 smithi026 ceph-mon[93126]: pgmap v13298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:27.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:27.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:28.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:28.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:28 smithi089 ceph-mon[103441]: pgmap v13299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:28 smithi026 ceph-mon[93126]: pgmap v13299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:29.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:29.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:30.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:30.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:30 smithi089 ceph-mon[103441]: pgmap v13300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:30 smithi026 ceph-mon[93126]: pgmap v13300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:31.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:31.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:32.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:32.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:32 smithi089 ceph-mon[103441]: pgmap v13301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:32 smithi026 ceph-mon[93126]: pgmap v13301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:33.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:33.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:34.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:34.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:35 smithi026 ceph-mon[93126]: pgmap v13302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:35.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:35.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:35 smithi089 ceph-mon[103441]: pgmap v13302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:36.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:36.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:36 smithi089 ceph-mon[103441]: pgmap v13303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:36 smithi026 ceph-mon[93126]: pgmap v13303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:37.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:37.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:38.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:38.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:38 smithi089 ceph-mon[103441]: pgmap v13304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:38 smithi026 ceph-mon[93126]: pgmap v13304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:39.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:39.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:40.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:40.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:40 smithi089 ceph-mon[103441]: pgmap v13305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:40 smithi026 ceph-mon[93126]: pgmap v13305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:41.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:41.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:42.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:42.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:42 smithi089 ceph-mon[103441]: pgmap v13306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:42 smithi026 ceph-mon[93126]: pgmap v13306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:43.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:43.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:44.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:44.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:45 smithi026 ceph-mon[93126]: pgmap v13307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:45.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:45.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:45 smithi089 ceph-mon[103441]: pgmap v13307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:46.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:46.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:46 smithi089 ceph-mon[103441]: pgmap v13308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:46 smithi026 ceph-mon[93126]: pgmap v13308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:47.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:47.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:48.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:48.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:48 smithi089 ceph-mon[103441]: pgmap v13309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:48 smithi026 ceph-mon[93126]: pgmap v13309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:49.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:49.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:50.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:03:50.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:50.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:50 smithi089 ceph-mon[103441]: pgmap v13310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:50 smithi026 ceph-mon[93126]: pgmap v13310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:51.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:51.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:52.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:52.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:52 smithi089 ceph-mon[103441]: pgmap v13311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:52 smithi026 ceph-mon[93126]: pgmap v13311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:53.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:53.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:54.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:54.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:55 smithi026 ceph-mon[93126]: pgmap v13312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:55.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:55.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:55.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:55 smithi089 ceph-mon[103441]: pgmap v13312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:56.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:56.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:56 smithi089 ceph-mon[103441]: pgmap v13313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:56 smithi026 ceph-mon[93126]: pgmap v13313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:03:57.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:57.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:58.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:58.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:03:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:03:58 smithi089 ceph-mon[103441]: pgmap v13314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:03:58 smithi026 ceph-mon[93126]: pgmap v13314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:03:59.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:03:59.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:00.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:00.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:00 smithi089 ceph-mon[103441]: pgmap v13315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:00 smithi026 ceph-mon[93126]: pgmap v13315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:01.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:01.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:02.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:02.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:02 smithi089 ceph-mon[103441]: pgmap v13316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:02 smithi026 ceph-mon[93126]: pgmap v13316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:03.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:03.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:04.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:04.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:04:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:05 smithi026 ceph-mon[93126]: pgmap v13317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:04:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:04:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:04:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:04:05.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:04:05.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:05.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:04:05.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:05 smithi089 ceph-mon[103441]: pgmap v13317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:05.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:04:05.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:04:05.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:04:05.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:04:05.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:04:06.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:06.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:06 smithi089 ceph-mon[103441]: pgmap v13318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:06 smithi026 ceph-mon[93126]: pgmap v13318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:07.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:07.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:08.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:08.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:08 smithi089 ceph-mon[103441]: pgmap v13319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:08 smithi026 ceph-mon[93126]: pgmap v13319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:09.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:09.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:10.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:10.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:10 smithi089 ceph-mon[103441]: pgmap v13320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:10 smithi026 ceph-mon[93126]: pgmap v13320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:11.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:11.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:12.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:12.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:12 smithi089 ceph-mon[103441]: pgmap v13321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:12 smithi026 ceph-mon[93126]: pgmap v13321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:13.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:13.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:14.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:14.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:15 smithi026 ceph-mon[93126]: pgmap v13322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:15.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:15.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:15.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:15 smithi089 ceph-mon[103441]: pgmap v13322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:16.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:16.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:16 smithi089 ceph-mon[103441]: pgmap v13323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:16 smithi026 ceph-mon[93126]: pgmap v13323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:17.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:17.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:18.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:18.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:18 smithi089 ceph-mon[103441]: pgmap v13324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:18 smithi026 ceph-mon[93126]: pgmap v13324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:19.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:19.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:20.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:20.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:20 smithi089 ceph-mon[103441]: pgmap v13325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:20 smithi026 ceph-mon[93126]: pgmap v13325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:21.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:21.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:22.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:22.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:22 smithi089 ceph-mon[103441]: pgmap v13326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:22 smithi026 ceph-mon[93126]: pgmap v13326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:23.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:23.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:24.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:24.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:25 smithi026 ceph-mon[93126]: pgmap v13327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:25 smithi089 ceph-mon[103441]: pgmap v13327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:25.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:25.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:26.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:26.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:26 smithi089 ceph-mon[103441]: pgmap v13328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:26 smithi026 ceph-mon[93126]: pgmap v13328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:27.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:27.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:28.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:28.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:28 smithi089 ceph-mon[103441]: pgmap v13329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:28 smithi026 ceph-mon[93126]: pgmap v13329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:29.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:29.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:30.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:30.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:30 smithi089 ceph-mon[103441]: pgmap v13330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:30 smithi026 ceph-mon[93126]: pgmap v13330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:31.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:31.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:32.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:32.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:32 smithi089 ceph-mon[103441]: pgmap v13331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:32 smithi026 ceph-mon[93126]: pgmap v13331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:33.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:33.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:34.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:34.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:35 smithi026 ceph-mon[93126]: pgmap v13332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:35 smithi089 ceph-mon[103441]: pgmap v13332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:35.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:35.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:36.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:36.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:36 smithi089 ceph-mon[103441]: pgmap v13333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:36 smithi026 ceph-mon[93126]: pgmap v13333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:37.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:37.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:38.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:38.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:39.117 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:38 smithi089 ceph-mon[103441]: pgmap v13334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:38 smithi026 ceph-mon[93126]: pgmap v13334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:39.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:39.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:40.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:40.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:40 smithi089 ceph-mon[103441]: pgmap v13335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:40 smithi026 ceph-mon[93126]: pgmap v13335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:41.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:41.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:42.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:42.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:42 smithi089 ceph-mon[103441]: pgmap v13336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:42 smithi026 ceph-mon[93126]: pgmap v13336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:43.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:43.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:44.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:44.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:45 smithi026 ceph-mon[93126]: pgmap v13337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:45 smithi089 ceph-mon[103441]: pgmap v13337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:45.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:45.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:46.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:46.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:46 smithi089 ceph-mon[103441]: pgmap v13338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:46 smithi026 ceph-mon[93126]: pgmap v13338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:47.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:47.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:48.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:48.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:48 smithi089 ceph-mon[103441]: pgmap v13339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:48 smithi026 ceph-mon[93126]: pgmap v13339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:49.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:49.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:04:50.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:50.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:50 smithi089 ceph-mon[103441]: pgmap v13340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:50 smithi026 ceph-mon[93126]: pgmap v13340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:51.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:51.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:52.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:52.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:52 smithi089 ceph-mon[103441]: pgmap v13341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:52 smithi026 ceph-mon[93126]: pgmap v13341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:53.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:53.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:54.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:54.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:55 smithi026 ceph-mon[93126]: pgmap v13342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:55 smithi089 ceph-mon[103441]: pgmap v13342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:55.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:55.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:56.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:56.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:56 smithi089 ceph-mon[103441]: pgmap v13343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:56 smithi026 ceph-mon[93126]: pgmap v13343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:04:57.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:57.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:58.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:58.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:04:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:04:58 smithi089 ceph-mon[103441]: pgmap v13344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:04:58 smithi026 ceph-mon[93126]: pgmap v13344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:04:59.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:04:59.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:00.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:00.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:00 smithi089 ceph-mon[103441]: pgmap v13345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:00 smithi026 ceph-mon[93126]: pgmap v13345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:01.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:01.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:02.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:02.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:02 smithi089 ceph-mon[103441]: pgmap v13346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:02 smithi026 ceph-mon[93126]: pgmap v13346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:03.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:03.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:05.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:05.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:05 smithi026 ceph-mon[93126]: pgmap v13347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:05:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:05 smithi089 ceph-mon[103441]: pgmap v13347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:05.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:05:06.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:06.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:07.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:07.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:06 smithi089 ceph-mon[103441]: pgmap v13348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:06 smithi026 ceph-mon[93126]: pgmap v13348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:08.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:08.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:09.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:09.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:08 smithi089 ceph-mon[103441]: pgmap v13349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:08 smithi026 ceph-mon[93126]: pgmap v13349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:10.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:10.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:11.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:11.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:10 smithi026 ceph-mon[93126]: pgmap v13350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:10 smithi089 ceph-mon[103441]: pgmap v13350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:12.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:12.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:13.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:13.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:13.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:12 smithi089 ceph-mon[103441]: pgmap v13351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:12 smithi026 ceph-mon[93126]: pgmap v13351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:14.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:14.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:05:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:05:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:14.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:05:14.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:14.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:14.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:05:14.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:05:14.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:14.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:05:14.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:05:15.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:15.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:15 smithi026 ceph-mon[93126]: pgmap v13352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:15 smithi089 ceph-mon[103441]: pgmap v13352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:16.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:16.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:17.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:17.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:16 smithi089 ceph-mon[103441]: pgmap v13353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:16 smithi026 ceph-mon[93126]: pgmap v13353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:18.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:18.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:19.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:19.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:18 smithi089 ceph-mon[103441]: pgmap v13354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:18 smithi026 ceph-mon[93126]: pgmap v13354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:20.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:20.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:21.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:21.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:20 smithi026 ceph-mon[93126]: pgmap v13355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:20 smithi089 ceph-mon[103441]: pgmap v13355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:22.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:22.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:23.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:23.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:22 smithi089 ceph-mon[103441]: pgmap v13356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:22 smithi026 ceph-mon[93126]: pgmap v13356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:24.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:24.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:25.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:25.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:25.764 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:25 smithi026 ceph-mon[93126]: pgmap v13357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:25 smithi089 ceph-mon[103441]: pgmap v13357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:26.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:26.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:27.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:27.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:26 smithi089 ceph-mon[103441]: pgmap v13358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:26 smithi026 ceph-mon[93126]: pgmap v13358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:28.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:28.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:29.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:29.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:29.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:28 smithi089 ceph-mon[103441]: pgmap v13359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:28 smithi026 ceph-mon[93126]: pgmap v13359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:30.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:30.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:31.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:31.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:30 smithi089 ceph-mon[103441]: pgmap v13360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:30 smithi026 ceph-mon[93126]: pgmap v13360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:32.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:32.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:33.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:33.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:32 smithi089 ceph-mon[103441]: pgmap v13361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:32 smithi026 ceph-mon[93126]: pgmap v13361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:34.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:34.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:35.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:35.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:35 smithi026 ceph-mon[93126]: pgmap v13362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:35 smithi089 ceph-mon[103441]: pgmap v13362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:36.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:36.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:37.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:37.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:36 smithi089 ceph-mon[103441]: pgmap v13363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:36 smithi026 ceph-mon[93126]: pgmap v13363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:38.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:38.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:39.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:39.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:38 smithi089 ceph-mon[103441]: pgmap v13364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:38 smithi026 ceph-mon[93126]: pgmap v13364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:40.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:40.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:41.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:41.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:40 smithi089 ceph-mon[103441]: pgmap v13365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:40 smithi026 ceph-mon[93126]: pgmap v13365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:42.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:42.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:43.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:43.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:42 smithi089 ceph-mon[103441]: pgmap v13366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:42 smithi026 ceph-mon[93126]: pgmap v13366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:44.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:44.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:45.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:45.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:45 smithi026 ceph-mon[93126]: pgmap v13367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:45 smithi089 ceph-mon[103441]: pgmap v13367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:46.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:46.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:47.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:47.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:46 smithi089 ceph-mon[103441]: pgmap v13368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:46 smithi026 ceph-mon[93126]: pgmap v13368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:48.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:48.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:49.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:49.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:48 smithi089 ceph-mon[103441]: pgmap v13369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:48 smithi026 ceph-mon[93126]: pgmap v13369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:50.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:50.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:05:51.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:51.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:50 smithi089 ceph-mon[103441]: pgmap v13370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:50 smithi026 ceph-mon[93126]: pgmap v13370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:52.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:52.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:53.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:53.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:52 smithi089 ceph-mon[103441]: pgmap v13371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:52 smithi026 ceph-mon[93126]: pgmap v13371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:54.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:54.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:55.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:55.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:55 smithi026 ceph-mon[93126]: pgmap v13372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:55 smithi089 ceph-mon[103441]: pgmap v13372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:56.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:56.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:57.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:57.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:57.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:56 smithi089 ceph-mon[103441]: pgmap v13373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:56 smithi026 ceph-mon[93126]: pgmap v13373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:05:58.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:58.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:59.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:05:59.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:05:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:05:58 smithi089 ceph-mon[103441]: pgmap v13374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:05:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:05:58 smithi026 ceph-mon[93126]: pgmap v13374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:00.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:00.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:01.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:01.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:01.165 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:00 smithi026 ceph-mon[93126]: pgmap v13375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:00 smithi089 ceph-mon[103441]: pgmap v13375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:02.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:02.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:03.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:03.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:02 smithi089 ceph-mon[103441]: pgmap v13376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:02 smithi026 ceph-mon[93126]: pgmap v13376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:04.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:04.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:05.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:05.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:05 smithi026 ceph-mon[93126]: pgmap v13377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:05 smithi089 ceph-mon[103441]: pgmap v13377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:06.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:06.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:07.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:07.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:06 smithi089 ceph-mon[103441]: pgmap v13378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:06 smithi026 ceph-mon[93126]: pgmap v13378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:08.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:08.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:09.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:09.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:08 smithi089 ceph-mon[103441]: pgmap v13379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:08 smithi026 ceph-mon[93126]: pgmap v13379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:10.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:10.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:11.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:11.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:10 smithi089 ceph-mon[103441]: pgmap v13380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:11.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:10 smithi026 ceph-mon[93126]: pgmap v13380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:12.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:12.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:13.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:13.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:12 smithi089 ceph-mon[103441]: pgmap v13381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:12 smithi026 ceph-mon[93126]: pgmap v13381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:14.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:14.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:06:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:06:15.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:15.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:15 smithi026 ceph-mon[93126]: pgmap v13382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:06:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:06:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:06:15.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:06:15.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:06:15.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:15 smithi089 ceph-mon[103441]: pgmap v13382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:15.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:06:15.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:06:15.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:06:15.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:06:15.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:06:16.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:16.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:17.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:17.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:16 smithi089 ceph-mon[103441]: pgmap v13383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:16 smithi026 ceph-mon[93126]: pgmap v13383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:18.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:18.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:19.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:19.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:18 smithi089 ceph-mon[103441]: pgmap v13384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:18 smithi026 ceph-mon[93126]: pgmap v13384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:20.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:20.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:20.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:21.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:21.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:20 smithi089 ceph-mon[103441]: pgmap v13385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:20 smithi026 ceph-mon[93126]: pgmap v13385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:22.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:22.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:23.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:23.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:22 smithi089 ceph-mon[103441]: pgmap v13386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:22 smithi026 ceph-mon[93126]: pgmap v13386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:24.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:24.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:25.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:25.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:25 smithi026 ceph-mon[93126]: pgmap v13387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:25 smithi089 ceph-mon[103441]: pgmap v13387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:26.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:26.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:27.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:27.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:26 smithi089 ceph-mon[103441]: pgmap v13388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:26 smithi026 ceph-mon[93126]: pgmap v13388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:28.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:28.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:29.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:29.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:28 smithi089 ceph-mon[103441]: pgmap v13389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:28 smithi026 ceph-mon[93126]: pgmap v13389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:30.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:30.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:31.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:31.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:30 smithi089 ceph-mon[103441]: pgmap v13390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:30 smithi026 ceph-mon[93126]: pgmap v13390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:32.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:32.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:33.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:33.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:32 smithi089 ceph-mon[103441]: pgmap v13391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:32 smithi026 ceph-mon[93126]: pgmap v13391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:34.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:34.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:35.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:35.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:35 smithi089 ceph-mon[103441]: pgmap v13392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:35 smithi026 ceph-mon[93126]: pgmap v13392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:36.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:36.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:37.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:37.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:36 smithi089 ceph-mon[103441]: pgmap v13393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:36 smithi026 ceph-mon[93126]: pgmap v13393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:38.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:38.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:39.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:39.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:39.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:38 smithi089 ceph-mon[103441]: pgmap v13394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:38 smithi026 ceph-mon[93126]: pgmap v13394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:40.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:40.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:41.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:41.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:40 smithi089 ceph-mon[103441]: pgmap v13395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:40 smithi026 ceph-mon[93126]: pgmap v13395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:42.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:42.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:43.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:43.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:42 smithi089 ceph-mon[103441]: pgmap v13396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:42 smithi026 ceph-mon[93126]: pgmap v13396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:44.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:44.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:45.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:45.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:45 smithi026 ceph-mon[93126]: pgmap v13397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:45 smithi089 ceph-mon[103441]: pgmap v13397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:46.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:46.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:46 smithi026 ceph-mon[93126]: pgmap v13398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:47.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:47.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:46 smithi089 ceph-mon[103441]: pgmap v13398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:48.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:48.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:49.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:49.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:48 smithi089 ceph-mon[103441]: pgmap v13399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:48 smithi026 ceph-mon[93126]: pgmap v13399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:50.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:50.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:06:51.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:51.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:50 smithi089 ceph-mon[103441]: pgmap v13400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:50 smithi026 ceph-mon[93126]: pgmap v13400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:52.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:52.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:52 smithi089 ceph-mon[103441]: pgmap v13401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:53.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:53.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:52 smithi026 ceph-mon[93126]: pgmap v13401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:54.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:54.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:55.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:55.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:55 smithi026 ceph-mon[93126]: pgmap v13402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:55 smithi089 ceph-mon[103441]: pgmap v13402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:56.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:56.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:56 smithi026 ceph-mon[93126]: pgmap v13403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:56 smithi089 ceph-mon[103441]: pgmap v13403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:06:57.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:57.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:58.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:58.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:06:58 smithi089 ceph-mon[103441]: pgmap v13404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:06:59.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:06:59.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:06:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:06:58 smithi026 ceph-mon[93126]: pgmap v13404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:00.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:00.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:00 smithi089 ceph-mon[103441]: pgmap v13405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:01.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:01.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:00 smithi026 ceph-mon[93126]: pgmap v13405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:02.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:02.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:02 smithi089 ceph-mon[103441]: pgmap v13406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:03.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:03.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:02 smithi026 ceph-mon[93126]: pgmap v13406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:04.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:04.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:05.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:05.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:05 smithi026 ceph-mon[93126]: pgmap v13407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:05 smithi089 ceph-mon[103441]: pgmap v13407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:06.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:06.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:06 smithi089 ceph-mon[103441]: pgmap v13408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:07.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:07.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:06 smithi026 ceph-mon[93126]: pgmap v13408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:08.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:08.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:08 smithi089 ceph-mon[103441]: pgmap v13409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:09.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:09.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:08 smithi026 ceph-mon[93126]: pgmap v13409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:10.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:10.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:10 smithi089 ceph-mon[103441]: pgmap v13410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:11.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:11.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:10 smithi026 ceph-mon[93126]: pgmap v13410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:12.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:12.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:12 smithi089 ceph-mon[103441]: pgmap v13411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:13.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:13.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:12 smithi026 ceph-mon[93126]: pgmap v13411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:14.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:14.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:15.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:15.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:15.757 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:15 smithi089 ceph-mon[103441]: pgmap v13412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:15.757 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:07:15.758 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:07:15.758 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:07:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:15 smithi026 ceph-mon[93126]: pgmap v13412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:07:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:07:15.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:07:16.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:16.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:07:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:07:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:07:16.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:07:16.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:07:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:07:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:07:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:07:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:07:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:07:17.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:17.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:17 smithi026 ceph-mon[93126]: pgmap v13413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:17 smithi089 ceph-mon[103441]: pgmap v13413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:18.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:18.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:18 smithi089 ceph-mon[103441]: pgmap v13414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:19.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:19.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:18 smithi026 ceph-mon[93126]: pgmap v13414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:20.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:20.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:20 smithi089 ceph-mon[103441]: pgmap v13415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:21.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:21.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:20 smithi026 ceph-mon[93126]: pgmap v13415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:22.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:22.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:22 smithi089 ceph-mon[103441]: pgmap v13416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:23.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:23.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:22 smithi026 ceph-mon[93126]: pgmap v13416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:24.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:24.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:25.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:25.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:25 smithi026 ceph-mon[93126]: pgmap v13417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:25.863 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:25 smithi089 ceph-mon[103441]: pgmap v13417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:26.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:26.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:27.142 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:26 smithi026 ceph-mon[93126]: pgmap v13418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:26 smithi089 ceph-mon[103441]: pgmap v13418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:27.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:27.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:28.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:28.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:28 smithi089 ceph-mon[103441]: pgmap v13419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:29.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:29.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:28 smithi026 ceph-mon[93126]: pgmap v13419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:30.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:30.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:30 smithi089 ceph-mon[103441]: pgmap v13420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:31.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:31.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:30 smithi026 ceph-mon[93126]: pgmap v13420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:32.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:32.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:32 smithi089 ceph-mon[103441]: pgmap v13421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:33.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:33.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:32 smithi026 ceph-mon[93126]: pgmap v13421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:34.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:34.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:35.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:35.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:35 smithi026 ceph-mon[93126]: pgmap v13422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:35.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:35 smithi089 ceph-mon[103441]: pgmap v13422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:36.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:36.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:36 smithi089 ceph-mon[103441]: pgmap v13423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:37.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:37.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:37.257 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:36 smithi026 ceph-mon[93126]: pgmap v13423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:38.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:38.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:38 smithi089 ceph-mon[103441]: pgmap v13424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:39.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:39.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:38 smithi026 ceph-mon[93126]: pgmap v13424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:40.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:40.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:40 smithi089 ceph-mon[103441]: pgmap v13425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:41.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:41.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:40 smithi026 ceph-mon[93126]: pgmap v13425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:42.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:42.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:42 smithi089 ceph-mon[103441]: pgmap v13426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:43.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:43.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:42 smithi026 ceph-mon[93126]: pgmap v13426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:44.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:44.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:45.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:45.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:45 smithi026 ceph-mon[93126]: pgmap v13427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:45 smithi089 ceph-mon[103441]: pgmap v13427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:46.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:46.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:46 smithi089 ceph-mon[103441]: pgmap v13428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:47.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:47.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:46 smithi026 ceph-mon[93126]: pgmap v13428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:48.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:48.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:48 smithi089 ceph-mon[103441]: pgmap v13429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:49.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:49.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:48 smithi026 ceph-mon[93126]: pgmap v13429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:07:50.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:50.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:51.127 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:50 smithi089 ceph-mon[103441]: pgmap v13430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:51.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:51.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:50 smithi026 ceph-mon[93126]: pgmap v13430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:52.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:52.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:52 smithi089 ceph-mon[103441]: pgmap v13431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:53.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:53.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:52 smithi026 ceph-mon[93126]: pgmap v13431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:54.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:54.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:55.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:55.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:55 smithi026 ceph-mon[93126]: pgmap v13432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:55.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:55 smithi089 ceph-mon[103441]: pgmap v13432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:56.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:56.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:56 smithi089 ceph-mon[103441]: pgmap v13433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:57.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:57.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:56 smithi026 ceph-mon[93126]: pgmap v13433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:07:58.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:58.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:07:58 smithi089 ceph-mon[103441]: pgmap v13434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:07:59.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:07:59.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:07:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:07:58 smithi026 ceph-mon[93126]: pgmap v13434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:00.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:00.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:00 smithi089 ceph-mon[103441]: pgmap v13435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:01.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:01.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:00 smithi026 ceph-mon[93126]: pgmap v13435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:02.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:02.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:02 smithi089 ceph-mon[103441]: pgmap v13436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:03.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:03.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:02 smithi026 ceph-mon[93126]: pgmap v13436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:04.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:04.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:05.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:05.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:05.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:05 smithi026 ceph-mon[93126]: pgmap v13437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:05.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:05 smithi089 ceph-mon[103441]: pgmap v13437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:06.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:06.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:06 smithi089 ceph-mon[103441]: pgmap v13438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:07.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:07.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:06 smithi026 ceph-mon[93126]: pgmap v13438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:08.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:08.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:08 smithi089 ceph-mon[103441]: pgmap v13439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:08 smithi026 ceph-mon[93126]: pgmap v13439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:09.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:09.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:10.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:10.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:10 smithi089 ceph-mon[103441]: pgmap v13440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:11.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:10 smithi026 ceph-mon[93126]: pgmap v13440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:11.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:11.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:12.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:12.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:12 smithi026 ceph-mon[93126]: pgmap v13441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:12 smithi089 ceph-mon[103441]: pgmap v13441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:13.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:13.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:14.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:14.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:15.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:15.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:15 smithi026 ceph-mon[93126]: pgmap v13442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:15 smithi089 ceph-mon[103441]: pgmap v13442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:16.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:16.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:16.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:08:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:08:17.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:17.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:08:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:08:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:08:17.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:08:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:08:17.809 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:17 smithi026 ceph-mon[93126]: pgmap v13443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:08:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:08:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:08:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:08:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:08:17.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:17 smithi089 ceph-mon[103441]: pgmap v13443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:18.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:18.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:18 smithi089 ceph-mon[103441]: pgmap v13444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:18 smithi026 ceph-mon[93126]: pgmap v13444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:19.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:19.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:20.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:20.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:20 smithi089 ceph-mon[103441]: pgmap v13445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:20 smithi026 ceph-mon[93126]: pgmap v13445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:21.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:21.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:22.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:22.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:22 smithi026 ceph-mon[93126]: pgmap v13446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:22 smithi089 ceph-mon[103441]: pgmap v13446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:23.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:23.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:24.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:24.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:25.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:25.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:25 smithi026 ceph-mon[93126]: pgmap v13447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:25 smithi089 ceph-mon[103441]: pgmap v13447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:26.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:26.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:26 smithi089 ceph-mon[103441]: pgmap v13448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:26 smithi026 ceph-mon[93126]: pgmap v13448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:27.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:27.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:28.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:28.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:28 smithi089 ceph-mon[103441]: pgmap v13449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:28 smithi026 ceph-mon[93126]: pgmap v13449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:29.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:29.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:30.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:30.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:30 smithi089 ceph-mon[103441]: pgmap v13450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:30 smithi026 ceph-mon[93126]: pgmap v13450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:31.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:31.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:32.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:32.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:33.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:33.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:34.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:33 smithi089 ceph-mon[103441]: pgmap v13451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:34.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:33 smithi026 ceph-mon[93126]: pgmap v13451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:34.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:34.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:34.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:35.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:35.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:36.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:36.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:36 smithi026 ceph-mon[93126]: pgmap v13452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:36.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:36 smithi089 ceph-mon[103441]: pgmap v13452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:37.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:37.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:38.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:38.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:38 smithi026 ceph-mon[93126]: pgmap v13453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:38 smithi089 ceph-mon[103441]: pgmap v13453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:39.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:39.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:40.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:40.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:40 smithi026 ceph-mon[93126]: pgmap v13454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:40 smithi089 ceph-mon[103441]: pgmap v13454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:41.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:41.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:42.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:42.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:42 smithi026 ceph-mon[93126]: pgmap v13455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:42 smithi089 ceph-mon[103441]: pgmap v13455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:43.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:43.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:44.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:44.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:44 smithi026 ceph-mon[93126]: pgmap v13456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:44 smithi089 ceph-mon[103441]: pgmap v13456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:45.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:45.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:46.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:46.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:46.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:46 smithi026 ceph-mon[93126]: pgmap v13457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:46 smithi089 ceph-mon[103441]: pgmap v13457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:47.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:47.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:48.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:48.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:48 smithi026 ceph-mon[93126]: pgmap v13458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:48 smithi089 ceph-mon[103441]: pgmap v13458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:49.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:49.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:08:50.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:50.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:50 smithi026 ceph-mon[93126]: pgmap v13459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:50 smithi089 ceph-mon[103441]: pgmap v13459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:08:51.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:51.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:52.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:52.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:52 smithi026 ceph-mon[93126]: pgmap v13460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:52 smithi089 ceph-mon[103441]: pgmap v13460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:53.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:53.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:54.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:54.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:54 smithi026 ceph-mon[93126]: pgmap v13461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:54 smithi089 ceph-mon[103441]: pgmap v13461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:55.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:55.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:56.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:56.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:56 smithi026 ceph-mon[93126]: pgmap v13462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:56.815 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:56 smithi089 ceph-mon[103441]: pgmap v13462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:57.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:57.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:58.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:58.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:08:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:08:58 smithi026 ceph-mon[93126]: pgmap v13463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:08:58 smithi089 ceph-mon[103441]: pgmap v13463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:08:59.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:08:59.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:00.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:00.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:00 smithi089 ceph-mon[103441]: pgmap v13464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:00 smithi026 ceph-mon[93126]: pgmap v13464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:01.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:01.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:02.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:02.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:02 smithi089 ceph-mon[103441]: pgmap v13465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:02 smithi026 ceph-mon[93126]: pgmap v13465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:03.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:03.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:04.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:04.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:04 smithi089 ceph-mon[103441]: pgmap v13466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:04 smithi026 ceph-mon[93126]: pgmap v13466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:05.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:05.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:06.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:06.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:06.921 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:06 smithi089 ceph-mon[103441]: pgmap v13467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:06 smithi026 ceph-mon[93126]: pgmap v13467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:07.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:07.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:08.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:08.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:08.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:08 smithi089 ceph-mon[103441]: pgmap v13468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:08 smithi026 ceph-mon[93126]: pgmap v13468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:09.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:09.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:10.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:10.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:10.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:10 smithi089 ceph-mon[103441]: pgmap v13469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:10 smithi026 ceph-mon[93126]: pgmap v13469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:11.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:11.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:12.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:12.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:12 smithi089 ceph-mon[103441]: pgmap v13470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:12 smithi026 ceph-mon[93126]: pgmap v13470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:13.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:13.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:14.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:14.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:14 smithi089 ceph-mon[103441]: pgmap v13471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:14 smithi026 ceph-mon[93126]: pgmap v13471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:15.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:15.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:16.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:16.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:16 smithi089 ceph-mon[103441]: pgmap v13472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:16 smithi026 ceph-mon[93126]: pgmap v13472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:17.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:17.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:09:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:09:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:09:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:09:17.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:09:17.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:09:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:09:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:09:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:09:18.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:09:18.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:09:18.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:09:18.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:18.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:18.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:18 smithi026 ceph-mon[93126]: pgmap v13473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:18.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:18 smithi089 ceph-mon[103441]: pgmap v13473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:19.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:19.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:20.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:20.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:20.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:20 smithi089 ceph-mon[103441]: pgmap v13474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:20 smithi026 ceph-mon[93126]: pgmap v13474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:21.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:21.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:22.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:22.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:22.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:22 smithi089 ceph-mon[103441]: pgmap v13475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:22 smithi026 ceph-mon[93126]: pgmap v13475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:23.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:23.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:24.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:24.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:24 smithi089 ceph-mon[103441]: pgmap v13476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:24 smithi026 ceph-mon[93126]: pgmap v13476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:25.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:25.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:26.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:26.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:26 smithi089 ceph-mon[103441]: pgmap v13477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:26 smithi026 ceph-mon[93126]: pgmap v13477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:27.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:27.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:28.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:28.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:28.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:28 smithi026 ceph-mon[93126]: pgmap v13478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:28.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:28 smithi089 ceph-mon[103441]: pgmap v13478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:29.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:29.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:30.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:30.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:30 smithi089 ceph-mon[103441]: pgmap v13479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:31.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:30 smithi026 ceph-mon[93126]: pgmap v13479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:31.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:31.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:32.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:32.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:32 smithi089 ceph-mon[103441]: pgmap v13480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:32 smithi026 ceph-mon[93126]: pgmap v13480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:33.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:33.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:34.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:34.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:34 smithi089 ceph-mon[103441]: pgmap v13481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:34 smithi026 ceph-mon[93126]: pgmap v13481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:35.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:35.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:36.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:36.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:36.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:36 smithi089 ceph-mon[103441]: pgmap v13482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:36 smithi026 ceph-mon[93126]: pgmap v13482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:37.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:37.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:38.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:38.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:38 smithi089 ceph-mon[103441]: pgmap v13483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:38 smithi026 ceph-mon[93126]: pgmap v13483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:39.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:39.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:40.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:40.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:40 smithi089 ceph-mon[103441]: pgmap v13484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:40 smithi026 ceph-mon[93126]: pgmap v13484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:41.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:41.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:42.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:42.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:42 smithi089 ceph-mon[103441]: pgmap v13485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:42 smithi026 ceph-mon[93126]: pgmap v13485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:43.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:43.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:44.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:44.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:44 smithi089 ceph-mon[103441]: pgmap v13486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:44 smithi026 ceph-mon[93126]: pgmap v13486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:45.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:45.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:46.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:46.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:46 smithi089 ceph-mon[103441]: pgmap v13487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:46 smithi026 ceph-mon[93126]: pgmap v13487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:47.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:47.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:48.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:48.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:48 smithi089 ceph-mon[103441]: pgmap v13488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:48 smithi026 ceph-mon[93126]: pgmap v13488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:49.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:49.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:09:50.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:50.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:50 smithi089 ceph-mon[103441]: pgmap v13489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:50 smithi026 ceph-mon[93126]: pgmap v13489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:09:51.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:51.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:52.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:52.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:52 smithi089 ceph-mon[103441]: pgmap v13490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:52 smithi026 ceph-mon[93126]: pgmap v13490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:53.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:53.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:54.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:54.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:54 smithi089 ceph-mon[103441]: pgmap v13491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:54 smithi026 ceph-mon[93126]: pgmap v13491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:55.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:55.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:56.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:56.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:56 smithi089 ceph-mon[103441]: pgmap v13492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:56 smithi026 ceph-mon[93126]: pgmap v13492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:57.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:57.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:58.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:58.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:09:58.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:09:58 smithi089 ceph-mon[103441]: pgmap v13493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:09:58 smithi026 ceph-mon[93126]: pgmap v13493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:09:59.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:09:59.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:00.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:00.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:00.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:00 smithi089 ceph-mon[103441]: pgmap v13494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:00.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T04:10:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:00 smithi026 ceph-mon[93126]: pgmap v13494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T04:10:01.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:01.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:02.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:02.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:02 smithi089 ceph-mon[103441]: pgmap v13495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:02 smithi026 ceph-mon[93126]: pgmap v13495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:03.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:03.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:04.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:04.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:04 smithi089 ceph-mon[103441]: pgmap v13496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:04 smithi026 ceph-mon[93126]: pgmap v13496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:05.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:05.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:06.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:06.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:06 smithi089 ceph-mon[103441]: pgmap v13497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:06 smithi026 ceph-mon[93126]: pgmap v13497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:07.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:07.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:08.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:08.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:08 smithi089 ceph-mon[103441]: pgmap v13498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:08.980 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:08 smithi026 ceph-mon[93126]: pgmap v13498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:09.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:09.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:10.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:10.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:10 smithi089 ceph-mon[103441]: pgmap v13499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:10 smithi026 ceph-mon[93126]: pgmap v13499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:11.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:11.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:12.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:12.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:12 smithi089 ceph-mon[103441]: pgmap v13500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:12 smithi026 ceph-mon[93126]: pgmap v13500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:13.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:13.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:14.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:14.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:14 smithi089 ceph-mon[103441]: pgmap v13501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:14 smithi026 ceph-mon[93126]: pgmap v13501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:15.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:15.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:16.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:16.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:16 smithi089 ceph-mon[103441]: pgmap v13502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:16 smithi026 ceph-mon[93126]: pgmap v13502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:17.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:17.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:10:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:10:18.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:18.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:18 smithi026 ceph-mon[93126]: pgmap v13503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:10:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:10:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:10:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:10:19.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:10:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:18 smithi089 ceph-mon[103441]: pgmap v13503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:10:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:10:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:10:19.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:10:19.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:10:19.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:19.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:20.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:20.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:20 smithi026 ceph-mon[93126]: pgmap v13504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:20 smithi089 ceph-mon[103441]: pgmap v13504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:21.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:21.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:22.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:22.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:22 smithi026 ceph-mon[93126]: pgmap v13505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:23.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:22 smithi089 ceph-mon[103441]: pgmap v13505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:23.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:23.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:24.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:24.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:24 smithi026 ceph-mon[93126]: pgmap v13506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:24 smithi089 ceph-mon[103441]: pgmap v13506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:25.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:25.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:26.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:26.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:26 smithi026 ceph-mon[93126]: pgmap v13507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:26 smithi089 ceph-mon[103441]: pgmap v13507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:27.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:27.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:28.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:28.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:28 smithi026 ceph-mon[93126]: pgmap v13508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:28 smithi089 ceph-mon[103441]: pgmap v13508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:29.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:29.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:30.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:30.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:31.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:30 smithi026 ceph-mon[93126]: pgmap v13509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:30 smithi089 ceph-mon[103441]: pgmap v13509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:31.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:31.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:32.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:32.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:33.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:32 smithi026 ceph-mon[93126]: pgmap v13510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:32 smithi089 ceph-mon[103441]: pgmap v13510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:33.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:33.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:34.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:34.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:34 smithi026 ceph-mon[93126]: pgmap v13511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:34 smithi089 ceph-mon[103441]: pgmap v13511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:35.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:35.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:36.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:36.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:36 smithi026 ceph-mon[93126]: pgmap v13512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:36 smithi089 ceph-mon[103441]: pgmap v13512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:37.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:37.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:38.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:38.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:39.050 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:38 smithi026 ceph-mon[93126]: pgmap v13513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:38 smithi089 ceph-mon[103441]: pgmap v13513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:39.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:39.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:40.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:40.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:40 smithi026 ceph-mon[93126]: pgmap v13514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:40 smithi089 ceph-mon[103441]: pgmap v13514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:41.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:41.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:42.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:42.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:42 smithi026 ceph-mon[93126]: pgmap v13515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:43.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:42 smithi089 ceph-mon[103441]: pgmap v13515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:43.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:43.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:44.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:44.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:44 smithi026 ceph-mon[93126]: pgmap v13516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:44 smithi089 ceph-mon[103441]: pgmap v13516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:45.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:45.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:46.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:46.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:46 smithi026 ceph-mon[93126]: pgmap v13517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:46 smithi089 ceph-mon[103441]: pgmap v13517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:47.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:47.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:48.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:48.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:48 smithi026 ceph-mon[93126]: pgmap v13518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:48 smithi089 ceph-mon[103441]: pgmap v13518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:49.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:49.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:10:50.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:50.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:50 smithi026 ceph-mon[93126]: pgmap v13519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:50 smithi089 ceph-mon[103441]: pgmap v13519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:10:51.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:51.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:52.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:52.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:53.030 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:52 smithi089 ceph-mon[103441]: pgmap v13520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:52 smithi026 ceph-mon[93126]: pgmap v13520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:53.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:53.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:54.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:54.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:54 smithi026 ceph-mon[93126]: pgmap v13521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:54 smithi089 ceph-mon[103441]: pgmap v13521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:55.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:55.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:56.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:56.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:56 smithi026 ceph-mon[93126]: pgmap v13522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:56 smithi089 ceph-mon[103441]: pgmap v13522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:57.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:57.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:58.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:58.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:10:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:10:58 smithi026 ceph-mon[93126]: pgmap v13523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:10:58 smithi089 ceph-mon[103441]: pgmap v13523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:10:59.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:10:59.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:00.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:00.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:00 smithi026 ceph-mon[93126]: pgmap v13524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:00 smithi089 ceph-mon[103441]: pgmap v13524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:01.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:01.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:02.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:02.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:02 smithi026 ceph-mon[93126]: pgmap v13525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:03.136 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:02 smithi089 ceph-mon[103441]: pgmap v13525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:03.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:03.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:04.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:04.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:04 smithi026 ceph-mon[93126]: pgmap v13526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:04 smithi089 ceph-mon[103441]: pgmap v13526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:05.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:05.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:06.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:06.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:06 smithi026 ceph-mon[93126]: pgmap v13527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:06 smithi089 ceph-mon[103441]: pgmap v13527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:07.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:07.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:08.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:08.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:08 smithi026 ceph-mon[93126]: pgmap v13528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:08 smithi089 ceph-mon[103441]: pgmap v13528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:09.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:09.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:10.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:10.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:10 smithi026 ceph-mon[93126]: pgmap v13529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:10 smithi089 ceph-mon[103441]: pgmap v13529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:11.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:11.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:12.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:12.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:12 smithi026 ceph-mon[93126]: pgmap v13530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:12 smithi089 ceph-mon[103441]: pgmap v13530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:13.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:13.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:14.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:14.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:14 smithi026 ceph-mon[93126]: pgmap v13531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:14 smithi089 ceph-mon[103441]: pgmap v13531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:15.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:15.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:16.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:16.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:16 smithi026 ceph-mon[93126]: pgmap v13532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:16 smithi089 ceph-mon[103441]: pgmap v13532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:17.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:17.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:18.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:18.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:18 smithi026 ceph-mon[93126]: pgmap v13533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:19.074 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:11:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:18 smithi089 ceph-mon[103441]: pgmap v13533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:11:19.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:19.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:20.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:20.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:11:20.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:11:20.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:11:20.058 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:11:20.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:11:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:11:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:11:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:11:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:11:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:11:20.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:20.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:20 smithi026 ceph-mon[93126]: pgmap v13534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:20 smithi089 ceph-mon[103441]: pgmap v13534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:21.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:21.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:22.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:22.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:22 smithi026 ceph-mon[93126]: pgmap v13535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:22 smithi089 ceph-mon[103441]: pgmap v13535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:23.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:23.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:24.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:24.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:24 smithi026 ceph-mon[93126]: pgmap v13536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:25.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:24 smithi089 ceph-mon[103441]: pgmap v13536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:25.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:25.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:26.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:26.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:26 smithi026 ceph-mon[93126]: pgmap v13537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:26 smithi089 ceph-mon[103441]: pgmap v13537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:27.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:27.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:28.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:28.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:28 smithi026 ceph-mon[93126]: pgmap v13538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:28 smithi089 ceph-mon[103441]: pgmap v13538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:29.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:29.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:30.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:30.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:30 smithi026 ceph-mon[93126]: pgmap v13539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:30 smithi089 ceph-mon[103441]: pgmap v13539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:31.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:31.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:32.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:32.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:32 smithi026 ceph-mon[93126]: pgmap v13540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:32 smithi089 ceph-mon[103441]: pgmap v13540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:33.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:33.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:34.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:34.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:34 smithi089 ceph-mon[103441]: pgmap v13541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:34 smithi026 ceph-mon[93126]: pgmap v13541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:35.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:35.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:35.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:36.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:36.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:36 smithi089 ceph-mon[103441]: pgmap v13542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:36 smithi026 ceph-mon[93126]: pgmap v13542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:37.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:37.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:38.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:38.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:38 smithi089 ceph-mon[103441]: pgmap v13543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:38 smithi026 ceph-mon[93126]: pgmap v13543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:39.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:39.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:40.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:40.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:40 smithi089 ceph-mon[103441]: pgmap v13544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:40 smithi026 ceph-mon[93126]: pgmap v13544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:41.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:41.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:42.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:42.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:42 smithi089 ceph-mon[103441]: pgmap v13545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:42 smithi026 ceph-mon[93126]: pgmap v13545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:43.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:43.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:44.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:44.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:45.074 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:44 smithi026 ceph-mon[93126]: pgmap v13546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:44 smithi089 ceph-mon[103441]: pgmap v13546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:45.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:45.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:46.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:46.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:46 smithi089 ceph-mon[103441]: pgmap v13547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:46 smithi026 ceph-mon[93126]: pgmap v13547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:47.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:47.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:48.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:48.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:48.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:48 smithi089 ceph-mon[103441]: pgmap v13548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:48 smithi026 ceph-mon[93126]: pgmap v13548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:49.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:49.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:50.131 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:11:50.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:50.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:50 smithi089 ceph-mon[103441]: pgmap v13549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:50 smithi026 ceph-mon[93126]: pgmap v13549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:11:51.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:51.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:52.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:52.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:52 smithi089 ceph-mon[103441]: pgmap v13550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:52 smithi026 ceph-mon[93126]: pgmap v13550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:53.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:53.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:54.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:54.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:54 smithi089 ceph-mon[103441]: pgmap v13551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:55.189 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:54 smithi026 ceph-mon[93126]: pgmap v13551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:55.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:55.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:56.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:56.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:56 smithi089 ceph-mon[103441]: pgmap v13552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:56 smithi026 ceph-mon[93126]: pgmap v13552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:57.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:57.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:58.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:58.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:11:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:11:58 smithi089 ceph-mon[103441]: pgmap v13553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:11:58 smithi026 ceph-mon[93126]: pgmap v13553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:11:59.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:11:59.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:00.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:00.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:00 smithi089 ceph-mon[103441]: pgmap v13554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:00 smithi026 ceph-mon[93126]: pgmap v13554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:01.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:01.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:02.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:02.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:02 smithi089 ceph-mon[103441]: pgmap v13555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:02 smithi026 ceph-mon[93126]: pgmap v13555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:03.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:03.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:04.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:04.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:04 smithi089 ceph-mon[103441]: pgmap v13556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:04 smithi026 ceph-mon[93126]: pgmap v13556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:05.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:05.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:06.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:06.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:06 smithi089 ceph-mon[103441]: pgmap v13557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:06 smithi026 ceph-mon[93126]: pgmap v13557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:07.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:07.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:07 smithi089 ceph-mon[103441]: pgmap v13558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:07 smithi026 ceph-mon[93126]: pgmap v13558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:08.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:08.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:09.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:09.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:10.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:10.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:10 smithi026 ceph-mon[93126]: pgmap v13559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:10.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:10 smithi089 ceph-mon[103441]: pgmap v13559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:11.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:11.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:12.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:12.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:12 smithi089 ceph-mon[103441]: pgmap v13560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:12 smithi026 ceph-mon[93126]: pgmap v13560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:13.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:13.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:14.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:14.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:14 smithi089 ceph-mon[103441]: pgmap v13561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:14 smithi026 ceph-mon[93126]: pgmap v13561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:15.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:15.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:16.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:16.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:16 smithi089 ceph-mon[103441]: pgmap v13562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:17.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:16 smithi026 ceph-mon[93126]: pgmap v13562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:17.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:17.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:18.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:18.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:18 smithi089 ceph-mon[103441]: pgmap v13563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:18 smithi026 ceph-mon[93126]: pgmap v13563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:19.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:19.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:19.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:12:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:20.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:12:20.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:20.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:20 smithi026 ceph-mon[93126]: pgmap v13564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:12:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:12:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:12:20.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:12:20.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:12:20.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:20 smithi089 ceph-mon[103441]: pgmap v13564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:20.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:12:20.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:12:20.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:12:20.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:12:20.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:12:21.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:21.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:22.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:22.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:22.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:22 smithi089 ceph-mon[103441]: pgmap v13565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:22 smithi026 ceph-mon[93126]: pgmap v13565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:23.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:23.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:24.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:24.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:24 smithi089 ceph-mon[103441]: pgmap v13566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:24 smithi026 ceph-mon[93126]: pgmap v13566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:25.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:25.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:26.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:26.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:26 smithi089 ceph-mon[103441]: pgmap v13567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:26 smithi026 ceph-mon[93126]: pgmap v13567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:27.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:27.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:28.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:28.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:28 smithi089 ceph-mon[103441]: pgmap v13568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:28 smithi026 ceph-mon[93126]: pgmap v13568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:29.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:29.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:30.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:30.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:30.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:30 smithi089 ceph-mon[103441]: pgmap v13569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:30 smithi026 ceph-mon[93126]: pgmap v13569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:31.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:31.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:32.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:32.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:32 smithi089 ceph-mon[103441]: pgmap v13570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:32 smithi026 ceph-mon[93126]: pgmap v13570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:33.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:33.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:34.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:34.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:34 smithi089 ceph-mon[103441]: pgmap v13571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:34 smithi026 ceph-mon[93126]: pgmap v13571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:35.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:35.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:36.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:36.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:36 smithi089 ceph-mon[103441]: pgmap v13572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:36 smithi026 ceph-mon[93126]: pgmap v13572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:37.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:37.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:38.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:38.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:38.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:38 smithi089 ceph-mon[103441]: pgmap v13573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:38 smithi026 ceph-mon[93126]: pgmap v13573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:39.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:39.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:40.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:40.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:40 smithi089 ceph-mon[103441]: pgmap v13574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:40 smithi026 ceph-mon[93126]: pgmap v13574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:41.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:41.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:42.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:42.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:42 smithi089 ceph-mon[103441]: pgmap v13575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:42 smithi026 ceph-mon[93126]: pgmap v13575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:43.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:43.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:44.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:44.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:44 smithi089 ceph-mon[103441]: pgmap v13576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:44 smithi026 ceph-mon[93126]: pgmap v13576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:45.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:45.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:46.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:46.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:46 smithi089 ceph-mon[103441]: pgmap v13577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:46 smithi026 ceph-mon[93126]: pgmap v13577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:47.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:47.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:48.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:48.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:48 smithi089 ceph-mon[103441]: pgmap v13578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:48 smithi026 ceph-mon[93126]: pgmap v13578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:49.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:49.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:50.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:12:50.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:50.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:50 smithi089 ceph-mon[103441]: pgmap v13579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:50 smithi026 ceph-mon[93126]: pgmap v13579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:12:51.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:51.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:52.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:52.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:52.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:52 smithi089 ceph-mon[103441]: pgmap v13580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:52 smithi026 ceph-mon[93126]: pgmap v13580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:53.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:53.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:54.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:54.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:54.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:54 smithi089 ceph-mon[103441]: pgmap v13581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:54 smithi026 ceph-mon[93126]: pgmap v13581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:55.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:55.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:56.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:56.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:56.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:56 smithi089 ceph-mon[103441]: pgmap v13582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:56 smithi026 ceph-mon[93126]: pgmap v13582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:57.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:57.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:58.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:58.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:12:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:12:58 smithi089 ceph-mon[103441]: pgmap v13583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:59.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:12:58 smithi026 ceph-mon[93126]: pgmap v13583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:12:59.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:12:59.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:00.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:00.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:00.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:00 smithi089 ceph-mon[103441]: pgmap v13584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:00.934 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:00 smithi026 ceph-mon[93126]: pgmap v13584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:01.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:01.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:02.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:02.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:02 smithi089 ceph-mon[103441]: pgmap v13585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:02 smithi026 ceph-mon[93126]: pgmap v13585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:03.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:03.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:04 smithi089 ceph-mon[103441]: pgmap v13586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:04.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:04.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:04.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:04 smithi026 ceph-mon[93126]: pgmap v13586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:05.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:05.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:06.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:06.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:06 smithi089 ceph-mon[103441]: pgmap v13587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:06 smithi026 ceph-mon[93126]: pgmap v13587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:07.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:07.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:08.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:08.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:08 smithi089 ceph-mon[103441]: pgmap v13588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:08 smithi026 ceph-mon[93126]: pgmap v13588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:09.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:09.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:10.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:10.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:10 smithi089 ceph-mon[103441]: pgmap v13589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:11.049 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:10 smithi026 ceph-mon[93126]: pgmap v13589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:11.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:11.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:12.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:12.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:12 smithi089 ceph-mon[103441]: pgmap v13590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:12 smithi026 ceph-mon[93126]: pgmap v13590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:13.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:13.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:14.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:14.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:14 smithi089 ceph-mon[103441]: pgmap v13591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:14 smithi026 ceph-mon[93126]: pgmap v13591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:15.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:15.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:16.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:16.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:16 smithi089 ceph-mon[103441]: pgmap v13592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:16 smithi026 ceph-mon[93126]: pgmap v13592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:17.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:17.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:18.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:18.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:18.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:18 smithi089 ceph-mon[103441]: pgmap v13593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:18 smithi026 ceph-mon[93126]: pgmap v13593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:19.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:19.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:20.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:20.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:20 smithi026 ceph-mon[93126]: pgmap v13594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:21.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:13:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:20 smithi089 ceph-mon[103441]: pgmap v13594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:21.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:13:21.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:21.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:22.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:22.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:22 smithi026 ceph-mon[93126]: pgmap v13595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:22 smithi089 ceph-mon[103441]: pgmap v13595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:23.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:23.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:24.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:24.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:24 smithi089 ceph-mon[103441]: pgmap v13596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:13:24.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:13:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:24 smithi026 ceph-mon[93126]: pgmap v13596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:13:25.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:13:25.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:25.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:13:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:13:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:13:26.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:13:26.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:13:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:13:26.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:13:26.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:13:26.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:13:26.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:13:26.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:26.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:26 smithi026 ceph-mon[93126]: pgmap v13597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:26 smithi089 ceph-mon[103441]: pgmap v13597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:27.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:27.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:28.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:28.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:28 smithi026 ceph-mon[93126]: pgmap v13598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:29.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:28 smithi089 ceph-mon[103441]: pgmap v13598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:29.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:29.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:30.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:30.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:30 smithi026 ceph-mon[93126]: pgmap v13599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:30 smithi089 ceph-mon[103441]: pgmap v13599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:31.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:31.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:32.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:32.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:32 smithi026 ceph-mon[93126]: pgmap v13600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:32 smithi089 ceph-mon[103441]: pgmap v13600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:33.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:33.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:34.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:34.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:34 smithi026 ceph-mon[93126]: pgmap v13601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:34 smithi089 ceph-mon[103441]: pgmap v13601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:35.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:35.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:36.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:36.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:36 smithi026 ceph-mon[93126]: pgmap v13602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:36 smithi089 ceph-mon[103441]: pgmap v13602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:37.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:37.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:38.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:38.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:38 smithi026 ceph-mon[93126]: pgmap v13603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:38 smithi089 ceph-mon[103441]: pgmap v13603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:39.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:39.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:40.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:40.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:40 smithi026 ceph-mon[93126]: pgmap v13604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:40 smithi089 ceph-mon[103441]: pgmap v13604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:41.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:41.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:42.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:42.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:42 smithi026 ceph-mon[93126]: pgmap v13605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:42 smithi089 ceph-mon[103441]: pgmap v13605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:43.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:43.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:44.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:44.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:44 smithi026 ceph-mon[93126]: pgmap v13606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:44 smithi089 ceph-mon[103441]: pgmap v13606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:45.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:45.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:46.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:46.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:46 smithi026 ceph-mon[93126]: pgmap v13607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:46 smithi089 ceph-mon[103441]: pgmap v13607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:47.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:47.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:48.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:48.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:48 smithi026 ceph-mon[93126]: pgmap v13608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:48 smithi089 ceph-mon[103441]: pgmap v13608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:49.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:49.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:13:50.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:50.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:51.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:50 smithi026 ceph-mon[93126]: pgmap v13609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:50 smithi089 ceph-mon[103441]: pgmap v13609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:13:51.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:51.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:52.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:52.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:52 smithi026 ceph-mon[93126]: pgmap v13610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:52 smithi089 ceph-mon[103441]: pgmap v13610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:53.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:53.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:54.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:54.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:54 smithi026 ceph-mon[93126]: pgmap v13611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:54 smithi089 ceph-mon[103441]: pgmap v13611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:55.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:55.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:56.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:56.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:56 smithi026 ceph-mon[93126]: pgmap v13612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:56 smithi089 ceph-mon[103441]: pgmap v13612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:57.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:57.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:58.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:58.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:13:59.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:13:58 smithi026 ceph-mon[93126]: pgmap v13613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:13:58 smithi089 ceph-mon[103441]: pgmap v13613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:13:59.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:13:59.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:00.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:00.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:00 smithi026 ceph-mon[93126]: pgmap v13614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:00 smithi089 ceph-mon[103441]: pgmap v13614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:01.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:01.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:02.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:02.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:02 smithi026 ceph-mon[93126]: pgmap v13615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:02 smithi089 ceph-mon[103441]: pgmap v13615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:03.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:03.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:04.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:04.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:05.039 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:04 smithi089 ceph-mon[103441]: pgmap v13616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:05.040 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:04 smithi026 ceph-mon[93126]: pgmap v13616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:05.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:05.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:06.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:06.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:06 smithi026 ceph-mon[93126]: pgmap v13617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:06 smithi089 ceph-mon[103441]: pgmap v13617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:07.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:07.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:08.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:08.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:08 smithi026 ceph-mon[93126]: pgmap v13618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:08 smithi089 ceph-mon[103441]: pgmap v13618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:09.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:09.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:10.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:10.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:10 smithi026 ceph-mon[93126]: pgmap v13619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:10 smithi089 ceph-mon[103441]: pgmap v13619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:11.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:11.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:12.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:12.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:12 smithi026 ceph-mon[93126]: pgmap v13620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:13.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:12 smithi089 ceph-mon[103441]: pgmap v13620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:13.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:13.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:14.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:14.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:14 smithi026 ceph-mon[93126]: pgmap v13621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:15.145 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:14 smithi089 ceph-mon[103441]: pgmap v13621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:15.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:15.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:16.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:16.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:16 smithi026 ceph-mon[93126]: pgmap v13622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:17.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:16 smithi089 ceph-mon[103441]: pgmap v13622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:17.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:17.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:18.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:18.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:18 smithi026 ceph-mon[93126]: pgmap v13623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:18 smithi089 ceph-mon[103441]: pgmap v13623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:19.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:19.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:20.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:20.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:20 smithi026 ceph-mon[93126]: pgmap v13624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:21.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:20 smithi089 ceph-mon[103441]: pgmap v13624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:21.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:21.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:22.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:22.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:22 smithi026 ceph-mon[93126]: pgmap v13625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:22 smithi089 ceph-mon[103441]: pgmap v13625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:23.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:23.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:24.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:24.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:24 smithi026 ceph-mon[93126]: pgmap v13626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:24 smithi089 ceph-mon[103441]: pgmap v13626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:25.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:25.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:14:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:14:26.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:26.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:26 smithi026 ceph-mon[93126]: pgmap v13627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:27.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:14:27.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:14:27.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:14:27.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:14:27.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:14:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:26 smithi089 ceph-mon[103441]: pgmap v13627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:14:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:14:27.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:14:27.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:14:27.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:14:27.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:27.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:28.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:28.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:28 smithi026 ceph-mon[93126]: pgmap v13628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:28 smithi089 ceph-mon[103441]: pgmap v13628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:29.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:29.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:30.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:30.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:30 smithi026 ceph-mon[93126]: pgmap v13629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:30 smithi089 ceph-mon[103441]: pgmap v13629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:31.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:31.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:32.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:32.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:32 smithi026 ceph-mon[93126]: pgmap v13630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:32 smithi089 ceph-mon[103441]: pgmap v13630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:33.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:33.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:34.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:34.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:34 smithi026 ceph-mon[93126]: pgmap v13631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:34 smithi089 ceph-mon[103441]: pgmap v13631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:35.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:35.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:36.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:36.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:36 smithi089 ceph-mon[103441]: pgmap v13632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:36 smithi026 ceph-mon[93126]: pgmap v13632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:37.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:37.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:38.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:38.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:38 smithi089 ceph-mon[103441]: pgmap v13633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:38 smithi026 ceph-mon[93126]: pgmap v13633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:39.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:39.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:40.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:40.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:40 smithi089 ceph-mon[103441]: pgmap v13634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:40 smithi026 ceph-mon[93126]: pgmap v13634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:41.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:41.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:42.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:42.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:42 smithi089 ceph-mon[103441]: pgmap v13635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:42 smithi026 ceph-mon[93126]: pgmap v13635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:43.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:43.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:44.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:44.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:44 smithi089 ceph-mon[103441]: pgmap v13636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:44 smithi026 ceph-mon[93126]: pgmap v13636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:45.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:45.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:46.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:46.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:47.139 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:46 smithi026 ceph-mon[93126]: pgmap v13637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:46 smithi089 ceph-mon[103441]: pgmap v13637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:47.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:47.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:48.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:48.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:48 smithi089 ceph-mon[103441]: pgmap v13638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:48 smithi026 ceph-mon[93126]: pgmap v13638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:49.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:49.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:14:50.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:50.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:50 smithi089 ceph-mon[103441]: pgmap v13639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:50 smithi026 ceph-mon[93126]: pgmap v13639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:14:51.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:51.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:52.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:52.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:52 smithi089 ceph-mon[103441]: pgmap v13640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:52 smithi026 ceph-mon[93126]: pgmap v13640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:53.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:53.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:54.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:54.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:54 smithi089 ceph-mon[103441]: pgmap v13641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:54 smithi026 ceph-mon[93126]: pgmap v13641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:55.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:55.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:56.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:56.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:56 smithi089 ceph-mon[103441]: pgmap v13642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:57.254 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:56 smithi026 ceph-mon[93126]: pgmap v13642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:57.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:57.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:58.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:14:58.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:14:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:14:58 smithi089 ceph-mon[103441]: pgmap v13643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:14:58 smithi026 ceph-mon[93126]: pgmap v13643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:14:59.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:00.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:00 smithi089 ceph-mon[103441]: pgmap v13644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:01.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:01.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:00 smithi026 ceph-mon[93126]: pgmap v13644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:02.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:02.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:03.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:03.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:02 smithi089 ceph-mon[103441]: pgmap v13645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:02 smithi026 ceph-mon[93126]: pgmap v13645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:04.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:04.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:05.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:05.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:04 smithi089 ceph-mon[103441]: pgmap v13646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:04 smithi026 ceph-mon[93126]: pgmap v13646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:06.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:06.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:07.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:07.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:06 smithi089 ceph-mon[103441]: pgmap v13647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:06 smithi026 ceph-mon[93126]: pgmap v13647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:08.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:08.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:09.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:09.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:08 smithi089 ceph-mon[103441]: pgmap v13648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:08 smithi026 ceph-mon[93126]: pgmap v13648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:10.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:10.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:11.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:11.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:10 smithi089 ceph-mon[103441]: pgmap v13649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:10 smithi026 ceph-mon[93126]: pgmap v13649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:12.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:12.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:13.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:13.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:12 smithi089 ceph-mon[103441]: pgmap v13650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:12 smithi026 ceph-mon[93126]: pgmap v13650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:14.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:14.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:15.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:15.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:14 smithi089 ceph-mon[103441]: pgmap v13651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:14 smithi026 ceph-mon[93126]: pgmap v13651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:16.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:16.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:17.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:17.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:16 smithi089 ceph-mon[103441]: pgmap v13652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:16 smithi026 ceph-mon[93126]: pgmap v13652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:18.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:18.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:19.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:19.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:18 smithi089 ceph-mon[103441]: pgmap v13653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:18 smithi026 ceph-mon[93126]: pgmap v13653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:20.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:20.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:21.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:21.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:20 smithi089 ceph-mon[103441]: pgmap v13654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:20 smithi026 ceph-mon[93126]: pgmap v13654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:22.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:22.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:23.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:23.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:22 smithi089 ceph-mon[103441]: pgmap v13655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:22 smithi026 ceph-mon[93126]: pgmap v13655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:24.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:24.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:25.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:25.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:24 smithi089 ceph-mon[103441]: pgmap v13656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:24 smithi026 ceph-mon[93126]: pgmap v13656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:26.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:26.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:27.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:27.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:26 smithi089 ceph-mon[103441]: pgmap v13657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:15:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:27.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:26 smithi026 ceph-mon[93126]: pgmap v13657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:15:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:28.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:28.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:29.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:29.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:28 smithi089 ceph-mon[103441]: pgmap v13658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:28 smithi026 ceph-mon[93126]: pgmap v13658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:30.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:30.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:30 smithi089 ceph-mon[103441]: pgmap v13659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:31.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:31.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:30 smithi026 ceph-mon[93126]: pgmap v13659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:32.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:32.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:32 smithi089 ceph-mon[103441]: pgmap v13660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:33.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:33.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:32 smithi026 ceph-mon[93126]: pgmap v13660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:34.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:34.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:34 smithi026 ceph-mon[93126]: pgmap v13661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:34.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:34.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:15:34.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:15:34.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:34.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:15:34.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:34 smithi089 ceph-mon[103441]: pgmap v13661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:15:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:15:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:15:34.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:15:35.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:35.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:36.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:36.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:36 smithi089 ceph-mon[103441]: pgmap v13662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:36 smithi026 ceph-mon[93126]: pgmap v13662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:37.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:37.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:38.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:38.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:38 smithi089 ceph-mon[103441]: pgmap v13663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:38 smithi026 ceph-mon[93126]: pgmap v13663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:39.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:39.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:40.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:40.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:40 smithi089 ceph-mon[103441]: pgmap v13664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:40 smithi026 ceph-mon[93126]: pgmap v13664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:41.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:41.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:42.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:42.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:42 smithi089 ceph-mon[103441]: pgmap v13665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:42 smithi026 ceph-mon[93126]: pgmap v13665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:43.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:43.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:44.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:44.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:44 smithi089 ceph-mon[103441]: pgmap v13666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:44 smithi026 ceph-mon[93126]: pgmap v13666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:45.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:45.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:46.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:46.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:46 smithi089 ceph-mon[103441]: pgmap v13667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:46 smithi026 ceph-mon[93126]: pgmap v13667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:47.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:47.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:48.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:48.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:48 smithi089 ceph-mon[103441]: pgmap v13668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:48 smithi026 ceph-mon[93126]: pgmap v13668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:49.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:49.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:15:50.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:50.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:50 smithi089 ceph-mon[103441]: pgmap v13669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:50 smithi026 ceph-mon[93126]: pgmap v13669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:15:51.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:51.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:52.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:52.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:52.897 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:52 smithi026 ceph-mon[93126]: pgmap v13670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:52 smithi089 ceph-mon[103441]: pgmap v13670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:53.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:53.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:54.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:54.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:54.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:54 smithi089 ceph-mon[103441]: pgmap v13671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:55.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:54 smithi026 ceph-mon[93126]: pgmap v13671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:55.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:55.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:56.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:56.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:56.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:56 smithi089 ceph-mon[103441]: pgmap v13672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:56 smithi026 ceph-mon[93126]: pgmap v13672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:57.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:57.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:58.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:58.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:15:58.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:15:58 smithi089 ceph-mon[103441]: pgmap v13673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:15:58 smithi026 ceph-mon[93126]: pgmap v13673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:15:59.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:15:59.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:00.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:00.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:00 smithi089 ceph-mon[103441]: pgmap v13674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:00 smithi026 ceph-mon[93126]: pgmap v13674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:01.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:01.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:02.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:02.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:02.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:02 smithi089 ceph-mon[103441]: pgmap v13675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:03.011 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:02 smithi026 ceph-mon[93126]: pgmap v13675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:03.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:03.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:04.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:04.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:04 smithi089 ceph-mon[103441]: pgmap v13676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:04 smithi026 ceph-mon[93126]: pgmap v13676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:05.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:05.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:06.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:06.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:06 smithi089 ceph-mon[103441]: pgmap v13677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:06 smithi026 ceph-mon[93126]: pgmap v13677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:07.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:07.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:08.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:08.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:08 smithi089 ceph-mon[103441]: pgmap v13678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:08 smithi026 ceph-mon[93126]: pgmap v13678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:09.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:09.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:10.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:10.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:10.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:10 smithi089 ceph-mon[103441]: pgmap v13679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:10 smithi026 ceph-mon[93126]: pgmap v13679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:11.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:11.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:12.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:12.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:12 smithi089 ceph-mon[103441]: pgmap v13680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:12 smithi026 ceph-mon[93126]: pgmap v13680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:13.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:13.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:14.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:14.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:14.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:14 smithi089 ceph-mon[103441]: pgmap v13681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:14 smithi026 ceph-mon[93126]: pgmap v13681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:15.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:15.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:16.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:16.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:16 smithi026 ceph-mon[93126]: pgmap v13682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:17.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:17.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:16 smithi089 ceph-mon[103441]: pgmap v13682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:18.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:18.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:18 smithi026 ceph-mon[93126]: pgmap v13683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:19.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:19.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:18 smithi089 ceph-mon[103441]: pgmap v13683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:20.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:20.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:20 smithi026 ceph-mon[93126]: pgmap v13684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:21.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:21.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:21.205 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:20 smithi089 ceph-mon[103441]: pgmap v13684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:22.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:22.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:22 smithi026 ceph-mon[93126]: pgmap v13685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:23.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:23.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:23.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:22 smithi089 ceph-mon[103441]: pgmap v13685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:24.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:24.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:24 smithi026 ceph-mon[93126]: pgmap v13686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:25.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:25.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:24 smithi089 ceph-mon[103441]: pgmap v13686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:26.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:26.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:26 smithi089 ceph-mon[103441]: pgmap v13687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:26 smithi026 ceph-mon[93126]: pgmap v13687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:27.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:27.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:28.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:28.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:28 smithi026 ceph-mon[93126]: pgmap v13688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:29.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:29.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:28 smithi089 ceph-mon[103441]: pgmap v13688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:30.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:30.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:30 smithi026 ceph-mon[93126]: pgmap v13689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:31.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:31.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:31.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:30 smithi089 ceph-mon[103441]: pgmap v13689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:32.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:32.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:32 smithi026 ceph-mon[93126]: pgmap v13690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:33.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:33.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:33.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:32 smithi089 ceph-mon[103441]: pgmap v13690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:34.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:34.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:34 smithi026 ceph-mon[93126]: pgmap v13691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:16:35.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:35.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:34 smithi089 ceph-mon[103441]: pgmap v13691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:16:36.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:16:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:16:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:16:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:16:36.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:16:36.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:36.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:16:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:16:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:16:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:16:36.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:16:36.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:36 smithi089 ceph-mon[103441]: pgmap v13692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:36 smithi026 ceph-mon[93126]: pgmap v13692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:37.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:37.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:38.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:38.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:38 smithi026 ceph-mon[93126]: pgmap v13693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:39.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:39.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:38 smithi089 ceph-mon[103441]: pgmap v13693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:40.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:40.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:40 smithi026 ceph-mon[93126]: pgmap v13694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:41.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:41.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:40 smithi089 ceph-mon[103441]: pgmap v13694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:42.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:42.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:42 smithi026 ceph-mon[93126]: pgmap v13695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:43.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:43.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:42 smithi089 ceph-mon[103441]: pgmap v13695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:44.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:44.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:44 smithi026 ceph-mon[93126]: pgmap v13696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:45.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:45.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:44 smithi089 ceph-mon[103441]: pgmap v13696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:46.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:46.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:46 smithi026 ceph-mon[93126]: pgmap v13697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:47.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:47.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:46 smithi089 ceph-mon[103441]: pgmap v13697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:48.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:48.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:48 smithi026 ceph-mon[93126]: pgmap v13698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:48 smithi089 ceph-mon[103441]: pgmap v13698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:49.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:49.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:16:50.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:50.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:50 smithi026 ceph-mon[93126]: pgmap v13699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:50 smithi089 ceph-mon[103441]: pgmap v13699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:16:51.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:51.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:52.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:52.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:52 smithi026 ceph-mon[93126]: pgmap v13700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:52 smithi089 ceph-mon[103441]: pgmap v13700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:53.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:53.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:54.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:54.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:55.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:54 smithi026 ceph-mon[93126]: pgmap v13701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:54 smithi089 ceph-mon[103441]: pgmap v13701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:55.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:55.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:56.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:56.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:56 smithi026 ceph-mon[93126]: pgmap v13702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:56 smithi089 ceph-mon[103441]: pgmap v13702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:57.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:57.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:58.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:58.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:16:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:16:58 smithi026 ceph-mon[93126]: pgmap v13703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:16:58 smithi089 ceph-mon[103441]: pgmap v13703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:16:59.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:16:59.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:00.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:00.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:00 smithi026 ceph-mon[93126]: pgmap v13704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:00 smithi089 ceph-mon[103441]: pgmap v13704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:01.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:01.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:02.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:02.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:03.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:02 smithi026 ceph-mon[93126]: pgmap v13705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:02 smithi089 ceph-mon[103441]: pgmap v13705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:03.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:03.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:04.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:04.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:04 smithi026 ceph-mon[93126]: pgmap v13706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:04 smithi089 ceph-mon[103441]: pgmap v13706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:05.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:05.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:06.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:06.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:06 smithi026 ceph-mon[93126]: pgmap v13707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:06 smithi089 ceph-mon[103441]: pgmap v13707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:07.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:07.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:08.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:08.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:08 smithi026 ceph-mon[93126]: pgmap v13708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:08 smithi089 ceph-mon[103441]: pgmap v13708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:09.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:09.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:10.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:10.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:10 smithi026 ceph-mon[93126]: pgmap v13709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:10 smithi089 ceph-mon[103441]: pgmap v13709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:11.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:11.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:12.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:12.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:12 smithi026 ceph-mon[93126]: pgmap v13710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:13.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:12 smithi089 ceph-mon[103441]: pgmap v13710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:13.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:13.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:14.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:14.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:14 smithi026 ceph-mon[93126]: pgmap v13711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:14 smithi089 ceph-mon[103441]: pgmap v13711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:15.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:15.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:16.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:16.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:16 smithi026 ceph-mon[93126]: pgmap v13712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:16 smithi089 ceph-mon[103441]: pgmap v13712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:17.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:17.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:18.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:18.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:18 smithi089 ceph-mon[103441]: pgmap v13713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:19.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:19.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:18 smithi026 ceph-mon[93126]: pgmap v13713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:20.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:20.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:20 smithi089 ceph-mon[103441]: pgmap v13714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:21.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:21.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:20 smithi026 ceph-mon[93126]: pgmap v13714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:22.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:22.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:22 smithi089 ceph-mon[103441]: pgmap v13715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:23.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:23.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:22 smithi026 ceph-mon[93126]: pgmap v13715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:24.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:24.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:24 smithi089 ceph-mon[103441]: pgmap v13716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:25.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:25.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:24 smithi026 ceph-mon[93126]: pgmap v13716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:26.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:26.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:27.157 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:26 smithi089 ceph-mon[103441]: pgmap v13717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:27.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:27.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:26 smithi026 ceph-mon[93126]: pgmap v13717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:28.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:28.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:28 smithi089 ceph-mon[103441]: pgmap v13718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:29.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:29.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:28 smithi026 ceph-mon[93126]: pgmap v13718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:30.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:30.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:30 smithi089 ceph-mon[103441]: pgmap v13719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:31.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:31.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:30 smithi026 ceph-mon[93126]: pgmap v13719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:32.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:32.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:33.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:32 smithi089 ceph-mon[103441]: pgmap v13720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:33.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:33.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:32 smithi026 ceph-mon[93126]: pgmap v13720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:34.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:34.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:34 smithi089 ceph-mon[103441]: pgmap v13721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:35.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:35.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:34 smithi026 ceph-mon[93126]: pgmap v13721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:17:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:17:36.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:17:36.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:36.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:17:36.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:17:36.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:17:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:36 smithi089 ceph-mon[103441]: pgmap v13722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:17:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:17:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:17:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:17:37.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:17:37.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:37.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:36 smithi026 ceph-mon[93126]: pgmap v13722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:17:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:17:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:17:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:17:37.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:17:38.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:38.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:39.102 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:38 smithi026 ceph-mon[93126]: pgmap v13723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:38 smithi089 ceph-mon[103441]: pgmap v13723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:39.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:39.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:40.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:40.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:40 smithi089 ceph-mon[103441]: pgmap v13724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:41.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:41.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:41.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:40 smithi026 ceph-mon[93126]: pgmap v13724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:42.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:42.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:42 smithi089 ceph-mon[103441]: pgmap v13725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:43.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:43.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:42 smithi026 ceph-mon[93126]: pgmap v13725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:44.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:44.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:44 smithi089 ceph-mon[103441]: pgmap v13726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:45.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:45.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:44 smithi026 ceph-mon[93126]: pgmap v13726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:46.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:46.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:46 smithi089 ceph-mon[103441]: pgmap v13727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:47.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:47.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:46 smithi026 ceph-mon[93126]: pgmap v13727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:48.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:48.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:48 smithi089 ceph-mon[103441]: pgmap v13728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:49.218 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:48 smithi026 ceph-mon[93126]: pgmap v13728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:49.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:49.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:50.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:50.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:17:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:50 smithi089 ceph-mon[103441]: pgmap v13729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:51.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:51.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:50 smithi026 ceph-mon[93126]: pgmap v13729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:17:52.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:52.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:52 smithi089 ceph-mon[103441]: pgmap v13730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:53.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:53.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:52 smithi026 ceph-mon[93126]: pgmap v13730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:54.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:54.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:54 smithi089 ceph-mon[103441]: pgmap v13731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:55.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:55.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:54 smithi026 ceph-mon[93126]: pgmap v13731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:56.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:56.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:56 smithi089 ceph-mon[103441]: pgmap v13732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:57.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:57.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:56 smithi026 ceph-mon[93126]: pgmap v13732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:58.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:58.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:17:58 smithi089 ceph-mon[103441]: pgmap v13733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:17:59.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:17:59.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:17:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:17:58 smithi026 ceph-mon[93126]: pgmap v13733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:00.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:00.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:00 smithi089 ceph-mon[103441]: pgmap v13734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:01.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:01.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:00 smithi026 ceph-mon[93126]: pgmap v13734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:02.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:02.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:02 smithi089 ceph-mon[103441]: pgmap v13735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:03.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:03.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:02 smithi026 ceph-mon[93126]: pgmap v13735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:04.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:04.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:04 smithi089 ceph-mon[103441]: pgmap v13736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:04 smithi026 ceph-mon[93126]: pgmap v13736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:05.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:05.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:06.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:06.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:06 smithi089 ceph-mon[103441]: pgmap v13737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:06 smithi026 ceph-mon[93126]: pgmap v13737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:07.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:07.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:08.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:08.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:08 smithi089 ceph-mon[103441]: pgmap v13738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:08 smithi026 ceph-mon[93126]: pgmap v13738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:09.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:09.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:10.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:10.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:10 smithi089 ceph-mon[103441]: pgmap v13739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:10 smithi026 ceph-mon[93126]: pgmap v13739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:11.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:11.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:12.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:12.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:12 smithi089 ceph-mon[103441]: pgmap v13740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:12 smithi026 ceph-mon[93126]: pgmap v13740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:13.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:13.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:14.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:14.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:15.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:14 smithi089 ceph-mon[103441]: pgmap v13741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:14 smithi026 ceph-mon[93126]: pgmap v13741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:15.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:15.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:16.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:16.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:16 smithi089 ceph-mon[103441]: pgmap v13742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:16 smithi026 ceph-mon[93126]: pgmap v13742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:17.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:17.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:18.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:18.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:18 smithi089 ceph-mon[103441]: pgmap v13743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:18 smithi026 ceph-mon[93126]: pgmap v13743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:19.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:19.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:20.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:20.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:20 smithi089 ceph-mon[103441]: pgmap v13744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:20 smithi026 ceph-mon[93126]: pgmap v13744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:21.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:21.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:22.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:22.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:22 smithi089 ceph-mon[103441]: pgmap v13745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:22 smithi026 ceph-mon[93126]: pgmap v13745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:23.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:23.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:24.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:24.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:25.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:24 smithi089 ceph-mon[103441]: pgmap v13746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:24 smithi026 ceph-mon[93126]: pgmap v13746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:25.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:25.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:26.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:26.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:26 smithi026 ceph-mon[93126]: pgmap v13747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:27.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:27.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:26 smithi089 ceph-mon[103441]: pgmap v13747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:28.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:28.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:28 smithi026 ceph-mon[93126]: pgmap v13748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:29.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:29.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:28 smithi089 ceph-mon[103441]: pgmap v13748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:30.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:30.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:30.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:30 smithi089 ceph-mon[103441]: pgmap v13749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:30 smithi026 ceph-mon[93126]: pgmap v13749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:31.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:31.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:32.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:32.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:32.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:32 smithi089 ceph-mon[103441]: pgmap v13750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:32 smithi026 ceph-mon[93126]: pgmap v13750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:33.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:33.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:34.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:34.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:34 smithi089 ceph-mon[103441]: pgmap v13751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:34 smithi026 ceph-mon[93126]: pgmap v13751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:35.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:35.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:36.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:36.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:36 smithi089 ceph-mon[103441]: pgmap v13752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:36.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:18:36.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:18:36.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:18:36.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:18:36.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:18:36.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:18:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:36 smithi026 ceph-mon[93126]: pgmap v13752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:18:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:18:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:18:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:18:37.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:18:37.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:18:37.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:37.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:38.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:38.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:38 smithi089 ceph-mon[103441]: pgmap v13753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:38 smithi026 ceph-mon[93126]: pgmap v13753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:39.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:39.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:40.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:40.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:40.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:40 smithi089 ceph-mon[103441]: pgmap v13754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:41.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:40 smithi026 ceph-mon[93126]: pgmap v13754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:41.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:41.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:42.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:42.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:42 smithi089 ceph-mon[103441]: pgmap v13755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:42 smithi026 ceph-mon[93126]: pgmap v13755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:43.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:43.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:44.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:44.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:44 smithi089 ceph-mon[103441]: pgmap v13756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:45.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:44 smithi026 ceph-mon[93126]: pgmap v13756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:45.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:45.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:46.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:46.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:46 smithi089 ceph-mon[103441]: pgmap v13757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:46 smithi026 ceph-mon[93126]: pgmap v13757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:47.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:47.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:48.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:48.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:48 smithi026 ceph-mon[93126]: pgmap v13758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:48 smithi089 ceph-mon[103441]: pgmap v13758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:49.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:49.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:18:50.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:50.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:50 smithi026 ceph-mon[93126]: pgmap v13759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:50 smithi089 ceph-mon[103441]: pgmap v13759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:18:51.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:51.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:52.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:52.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:52 smithi026 ceph-mon[93126]: pgmap v13760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:53.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:52 smithi089 ceph-mon[103441]: pgmap v13760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:53.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:53.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:54.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:54.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:54.971 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:54 smithi026 ceph-mon[93126]: pgmap v13761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:54 smithi089 ceph-mon[103441]: pgmap v13761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:55.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:55.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:56.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:56.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:57.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:56 smithi026 ceph-mon[93126]: pgmap v13762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:56 smithi089 ceph-mon[103441]: pgmap v13762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:57.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:57.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:58.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:58.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:18:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:18:58 smithi026 ceph-mon[93126]: pgmap v13763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:18:58 smithi089 ceph-mon[103441]: pgmap v13763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:18:59.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:18:59.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:00.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:00.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:00 smithi026 ceph-mon[93126]: pgmap v13764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:00 smithi089 ceph-mon[103441]: pgmap v13764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:01.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:01.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:02.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:02.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:02 smithi026 ceph-mon[93126]: pgmap v13765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:03.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:02 smithi089 ceph-mon[103441]: pgmap v13765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:03.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:03.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:04.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:04.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:04 smithi026 ceph-mon[93126]: pgmap v13766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:04 smithi089 ceph-mon[103441]: pgmap v13766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:05.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:05.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:06.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:06.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:06 smithi026 ceph-mon[93126]: pgmap v13767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:06 smithi089 ceph-mon[103441]: pgmap v13767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:07.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:07.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:08.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:08.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:09.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:08 smithi026 ceph-mon[93126]: pgmap v13768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:08 smithi089 ceph-mon[103441]: pgmap v13768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:09.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:09.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:10.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:10.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:10 smithi026 ceph-mon[93126]: pgmap v13769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:10 smithi089 ceph-mon[103441]: pgmap v13769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:11.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:11.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:12.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:12.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:12 smithi026 ceph-mon[93126]: pgmap v13770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:13.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:12 smithi089 ceph-mon[103441]: pgmap v13770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:13.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:13.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:14.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:14.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:14 smithi026 ceph-mon[93126]: pgmap v13771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:14 smithi089 ceph-mon[103441]: pgmap v13771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:15.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:15.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:16.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:16.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:16 smithi026 ceph-mon[93126]: pgmap v13772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:16 smithi089 ceph-mon[103441]: pgmap v13772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:17.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:17.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:18.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:18.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:18 smithi026 ceph-mon[93126]: pgmap v13773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:18 smithi089 ceph-mon[103441]: pgmap v13773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:19.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:19.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:20.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:20.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:21.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:20 smithi026 ceph-mon[93126]: pgmap v13774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:20 smithi089 ceph-mon[103441]: pgmap v13774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:21.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:21.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:22.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:22.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:22 smithi026 ceph-mon[93126]: pgmap v13775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:22 smithi089 ceph-mon[103441]: pgmap v13775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:23.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:23.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:24.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:24.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:24 smithi026 ceph-mon[93126]: pgmap v13776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:24 smithi089 ceph-mon[103441]: pgmap v13776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:25.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:25.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:26.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:26.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:26 smithi026 ceph-mon[93126]: pgmap v13777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:26 smithi089 ceph-mon[103441]: pgmap v13777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:27.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:27.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:28.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:28.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:28 smithi026 ceph-mon[93126]: pgmap v13778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:28 smithi089 ceph-mon[103441]: pgmap v13778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:29.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:29.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:30.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:30.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:30 smithi026 ceph-mon[93126]: pgmap v13779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:30 smithi089 ceph-mon[103441]: pgmap v13779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:31.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:31.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:32.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:32.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:32 smithi026 ceph-mon[93126]: pgmap v13780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:32 smithi089 ceph-mon[103441]: pgmap v13780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:33.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:33.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:34.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:34.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:34 smithi026 ceph-mon[93126]: pgmap v13781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:34 smithi089 ceph-mon[103441]: pgmap v13781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:35.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:35.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:36.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:36.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:36 smithi026 ceph-mon[93126]: pgmap v13782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:37.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:19:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:36 smithi089 ceph-mon[103441]: pgmap v13782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:37.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:19:37.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:37.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:19:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:19:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:19:38.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:19:38.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:19:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:19:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:19:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:19:38.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:19:38.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:19:38.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:38.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:38.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:38 smithi089 ceph-mon[103441]: pgmap v13783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:38 smithi026 ceph-mon[93126]: pgmap v13783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:39.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:39.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:40.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:40.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:40 smithi026 ceph-mon[93126]: pgmap v13784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:40 smithi089 ceph-mon[103441]: pgmap v13784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:41.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:41.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:42.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:42.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:42 smithi026 ceph-mon[93126]: pgmap v13785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:43.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:42 smithi089 ceph-mon[103441]: pgmap v13785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:43.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:43.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:44.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:44.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:44 smithi026 ceph-mon[93126]: pgmap v13786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:44 smithi089 ceph-mon[103441]: pgmap v13786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:45.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:45.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:46.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:46.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:46 smithi026 ceph-mon[93126]: pgmap v13787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:46 smithi089 ceph-mon[103441]: pgmap v13787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:47.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:47.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:48.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:48.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:48.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:48 smithi089 ceph-mon[103441]: pgmap v13788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:48 smithi026 ceph-mon[93126]: pgmap v13788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:49.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:49.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:19:50.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:50.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:50 smithi026 ceph-mon[93126]: pgmap v13789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:50 smithi089 ceph-mon[103441]: pgmap v13789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:19:51.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:51.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:52.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:52.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:52 smithi026 ceph-mon[93126]: pgmap v13790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:52 smithi089 ceph-mon[103441]: pgmap v13790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:53.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:53.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:54.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:54.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:54 smithi026 ceph-mon[93126]: pgmap v13791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:54 smithi089 ceph-mon[103441]: pgmap v13791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:55.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:55.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:56.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:56.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:57.059 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:56 smithi026 ceph-mon[93126]: pgmap v13792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:56 smithi089 ceph-mon[103441]: pgmap v13792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:57.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:57.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:58.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:58.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:19:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:19:58 smithi026 ceph-mon[93126]: pgmap v13793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:19:58 smithi089 ceph-mon[103441]: pgmap v13793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:19:59.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:19:59.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:00.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:00.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:00 smithi026 ceph-mon[93126]: pgmap v13794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T04:20:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:00 smithi089 ceph-mon[103441]: pgmap v13794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T04:20:01.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:01.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:02.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:02.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:02 smithi026 ceph-mon[93126]: pgmap v13795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:02 smithi089 ceph-mon[103441]: pgmap v13795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:03.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:03.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:04.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:04.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:04 smithi026 ceph-mon[93126]: pgmap v13796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:04 smithi089 ceph-mon[103441]: pgmap v13796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:05.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:05.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:06.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:06.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:06 smithi089 ceph-mon[103441]: pgmap v13797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:06 smithi026 ceph-mon[93126]: pgmap v13797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:07.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:07.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:08.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:08.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:08 smithi089 ceph-mon[103441]: pgmap v13798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:08 smithi026 ceph-mon[93126]: pgmap v13798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:09.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:09.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:10.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:10.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:10 smithi089 ceph-mon[103441]: pgmap v13799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:11.252 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:10 smithi026 ceph-mon[93126]: pgmap v13799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:11.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:11.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:12.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:12.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:13.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:12 smithi089 ceph-mon[103441]: pgmap v13800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:12 smithi026 ceph-mon[93126]: pgmap v13800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:13.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:13.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:14.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:14.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:14 smithi089 ceph-mon[103441]: pgmap v13801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:14 smithi026 ceph-mon[93126]: pgmap v13801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:15.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:15.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:16.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:16.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:17.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:16 smithi089 ceph-mon[103441]: pgmap v13802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:16 smithi026 ceph-mon[93126]: pgmap v13802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:17.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:17.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:18.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:18.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:18 smithi089 ceph-mon[103441]: pgmap v13803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:18 smithi026 ceph-mon[93126]: pgmap v13803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:19.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:19.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:20.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:20.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:20 smithi089 ceph-mon[103441]: pgmap v13804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:20 smithi026 ceph-mon[93126]: pgmap v13804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:21.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:21.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:22.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:22.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:22 smithi089 ceph-mon[103441]: pgmap v13805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:22 smithi026 ceph-mon[93126]: pgmap v13805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:23.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:23.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:24.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:24.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:24 smithi089 ceph-mon[103441]: pgmap v13806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:25.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:24 smithi026 ceph-mon[93126]: pgmap v13806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:25.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:25.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:26.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:26.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:26 smithi089 ceph-mon[103441]: pgmap v13807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:26 smithi026 ceph-mon[93126]: pgmap v13807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:27.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:27.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:28.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:28.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:28 smithi089 ceph-mon[103441]: pgmap v13808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:28 smithi026 ceph-mon[93126]: pgmap v13808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:29.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:29.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:30.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:30.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:30 smithi089 ceph-mon[103441]: pgmap v13809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:30 smithi026 ceph-mon[93126]: pgmap v13809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:31.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:31.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:32.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:32.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:32 smithi089 ceph-mon[103441]: pgmap v13810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:32 smithi026 ceph-mon[93126]: pgmap v13810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:33.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:33.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:34.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:34.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:34 smithi089 ceph-mon[103441]: pgmap v13811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:34 smithi026 ceph-mon[93126]: pgmap v13811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:35.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:35.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:35.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:36.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:36.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:36 smithi089 ceph-mon[103441]: pgmap v13812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:36 smithi026 ceph-mon[93126]: pgmap v13812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:37.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:37.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:20:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:20:38.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:38.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:39.150 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:38 smithi026 ceph-mon[93126]: pgmap v13813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:39.151 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:20:39.151 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:20:39.151 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:20:39.151 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:20:39.151 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:20:39.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:38 smithi089 ceph-mon[103441]: pgmap v13813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:39.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:20:39.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:20:39.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:20:39.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:20:39.165 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:20:39.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:39.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:40.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:40.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:41.175 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:40 smithi026 ceph-mon[93126]: pgmap v13814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:40 smithi089 ceph-mon[103441]: pgmap v13814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:41.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:41.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:42.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:42.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:42 smithi089 ceph-mon[103441]: pgmap v13815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:43.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:42 smithi026 ceph-mon[93126]: pgmap v13815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:43.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:43.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:44.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:44.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:44 smithi089 ceph-mon[103441]: pgmap v13816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:44 smithi026 ceph-mon[93126]: pgmap v13816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:45.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:45.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:46.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:46.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:46 smithi089 ceph-mon[103441]: pgmap v13817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:46 smithi026 ceph-mon[93126]: pgmap v13817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:47.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:47.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:48.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:48.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:48 smithi089 ceph-mon[103441]: pgmap v13818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:48 smithi026 ceph-mon[93126]: pgmap v13818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:49.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:49.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:20:50.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:50.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:50 smithi089 ceph-mon[103441]: pgmap v13819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:51.289 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:50 smithi026 ceph-mon[93126]: pgmap v13819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:20:51.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:51.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:52.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:52.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:52 smithi089 ceph-mon[103441]: pgmap v13820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:52 smithi026 ceph-mon[93126]: pgmap v13820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:53.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:53.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:54.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:54.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:54 smithi089 ceph-mon[103441]: pgmap v13821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:54 smithi026 ceph-mon[93126]: pgmap v13821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:55.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:55.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:56.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:56.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:56 smithi089 ceph-mon[103441]: pgmap v13822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:56 smithi026 ceph-mon[93126]: pgmap v13822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:57.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:57.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:58.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:58.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:20:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:20:58 smithi089 ceph-mon[103441]: pgmap v13823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:20:58 smithi026 ceph-mon[93126]: pgmap v13823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:20:59.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:20:59.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:00.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:00.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:00 smithi089 ceph-mon[103441]: pgmap v13824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:00 smithi026 ceph-mon[93126]: pgmap v13824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:01.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:01.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:02.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:02.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:02 smithi089 ceph-mon[103441]: pgmap v13825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:02 smithi026 ceph-mon[93126]: pgmap v13825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:03.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:03.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:04.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:04.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:04 smithi089 ceph-mon[103441]: pgmap v13826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:04 smithi026 ceph-mon[93126]: pgmap v13826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:05.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:05.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:06.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:06.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:06 smithi089 ceph-mon[103441]: pgmap v13827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:06 smithi026 ceph-mon[93126]: pgmap v13827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:07.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:07.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:08.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:08.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:08 smithi089 ceph-mon[103441]: pgmap v13828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:08 smithi026 ceph-mon[93126]: pgmap v13828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:09.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:09.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:10.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:10.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:10 smithi089 ceph-mon[103441]: pgmap v13829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:10 smithi026 ceph-mon[93126]: pgmap v13829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:11.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:11.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:12.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:12.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:12 smithi089 ceph-mon[103441]: pgmap v13830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:12 smithi026 ceph-mon[93126]: pgmap v13830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:13.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:13.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:14.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:14.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:14 smithi089 ceph-mon[103441]: pgmap v13831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:14 smithi026 ceph-mon[93126]: pgmap v13831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:15.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:15.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:16.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:16.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:16 smithi089 ceph-mon[103441]: pgmap v13832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:16 smithi026 ceph-mon[93126]: pgmap v13832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:17.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:17.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:18.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:18.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:18 smithi026 ceph-mon[93126]: pgmap v13833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:18 smithi089 ceph-mon[103441]: pgmap v13833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:19.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:19.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:20.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:20.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:20 smithi026 ceph-mon[93126]: pgmap v13834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:20 smithi089 ceph-mon[103441]: pgmap v13834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:21.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:21.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:22.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:22.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:22 smithi026 ceph-mon[93126]: pgmap v13835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:22 smithi089 ceph-mon[103441]: pgmap v13835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:23.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:23.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:24.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:24.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:24 smithi026 ceph-mon[93126]: pgmap v13836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:24 smithi089 ceph-mon[103441]: pgmap v13836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:25.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:25.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:26.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:26.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:26 smithi026 ceph-mon[93126]: pgmap v13837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:26 smithi089 ceph-mon[103441]: pgmap v13837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:27.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:27.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:28.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:28.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:28 smithi026 ceph-mon[93126]: pgmap v13838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:28 smithi089 ceph-mon[103441]: pgmap v13838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:29.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:29.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:30.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:30.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:30 smithi026 ceph-mon[93126]: pgmap v13839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:30 smithi089 ceph-mon[103441]: pgmap v13839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:31.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:31.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:32.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:32.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:32 smithi026 ceph-mon[93126]: pgmap v13840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:32 smithi089 ceph-mon[103441]: pgmap v13840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:33.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:33.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:34.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:34.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:34 smithi089 ceph-mon[103441]: pgmap v13841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:34 smithi026 ceph-mon[93126]: pgmap v13841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:35.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:35.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:36.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:36.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:36 smithi026 ceph-mon[93126]: pgmap v13842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:36 smithi089 ceph-mon[103441]: pgmap v13842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:37.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:37.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:38.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:38.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:38 smithi026 ceph-mon[93126]: pgmap v13843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:39.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:21:39.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:21:39.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:21:39.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:21:39.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:21:39.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:21:39.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:38 smithi089 ceph-mon[103441]: pgmap v13843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:39.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:21:39.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:21:39.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:21:39.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:21:39.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:21:39.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:21:39.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:39.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:40.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:40.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:40 smithi026 ceph-mon[93126]: pgmap v13844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:40 smithi089 ceph-mon[103441]: pgmap v13844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:41.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:41.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:41 smithi026 ceph-mon[93126]: pgmap v13845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:41 smithi089 ceph-mon[103441]: pgmap v13845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:42.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:42.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:43.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:43.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:44.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:44 smithi089 ceph-mon[103441]: pgmap v13846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:44.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:44 smithi026 ceph-mon[93126]: pgmap v13846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:44.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:44.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:45.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:45.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:46.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:46.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:46 smithi026 ceph-mon[93126]: pgmap v13847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:46 smithi089 ceph-mon[103441]: pgmap v13847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:47.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:47.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:48.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:48.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:48 smithi026 ceph-mon[93126]: pgmap v13848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:48 smithi089 ceph-mon[103441]: pgmap v13848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:49.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:49.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:21:50.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:50.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:50 smithi026 ceph-mon[93126]: pgmap v13849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:50 smithi089 ceph-mon[103441]: pgmap v13849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:21:51.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:51.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:52.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:52.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:53.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:52 smithi026 ceph-mon[93126]: pgmap v13850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:53.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:52 smithi089 ceph-mon[103441]: pgmap v13850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:53.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:53.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:54.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:54.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:55.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:54 smithi026 ceph-mon[93126]: pgmap v13851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:54 smithi089 ceph-mon[103441]: pgmap v13851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:55.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:55.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:56.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:56.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:57.032 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:56 smithi026 ceph-mon[93126]: pgmap v13852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:56 smithi089 ceph-mon[103441]: pgmap v13852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:57.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:57.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:58.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:58.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:21:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:21:58 smithi026 ceph-mon[93126]: pgmap v13853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:21:58 smithi089 ceph-mon[103441]: pgmap v13853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:21:59.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:21:59.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:00.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:00.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:00 smithi026 ceph-mon[93126]: pgmap v13854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:00 smithi089 ceph-mon[103441]: pgmap v13854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:01.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:01.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:02.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:02.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:02 smithi026 ceph-mon[93126]: pgmap v13855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:02 smithi089 ceph-mon[103441]: pgmap v13855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:03.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:03.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:04.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:04.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:04 smithi026 ceph-mon[93126]: pgmap v13856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:05.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:04 smithi089 ceph-mon[103441]: pgmap v13856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:05.059 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:05.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:05.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:06.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:06.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:06 smithi026 ceph-mon[93126]: pgmap v13857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:06 smithi089 ceph-mon[103441]: pgmap v13857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:07.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:07.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:08.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:08.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:08 smithi026 ceph-mon[93126]: pgmap v13858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:08 smithi089 ceph-mon[103441]: pgmap v13858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:09.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:09.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:10.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:10.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:11.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:10 smithi026 ceph-mon[93126]: pgmap v13859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:10 smithi089 ceph-mon[103441]: pgmap v13859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:11.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:11.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:12.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:12.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:12 smithi026 ceph-mon[93126]: pgmap v13860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:12 smithi089 ceph-mon[103441]: pgmap v13860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:13.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:13.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:14.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:14.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:14 smithi026 ceph-mon[93126]: pgmap v13861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:15.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:14 smithi089 ceph-mon[103441]: pgmap v13861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:15.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:15.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:16.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:16.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:16 smithi026 ceph-mon[93126]: pgmap v13862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:16 smithi089 ceph-mon[103441]: pgmap v13862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:17.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:17.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:18.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:18.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:18 smithi026 ceph-mon[93126]: pgmap v13863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:18 smithi089 ceph-mon[103441]: pgmap v13863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:19.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:19.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:20.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:20.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:20 smithi026 ceph-mon[93126]: pgmap v13864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:20 smithi089 ceph-mon[103441]: pgmap v13864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:21.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:21.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:22.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:22.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:22 smithi026 ceph-mon[93126]: pgmap v13865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:22 smithi089 ceph-mon[103441]: pgmap v13865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:23.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:23.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:24.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:24.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:24 smithi026 ceph-mon[93126]: pgmap v13866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:25.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:24 smithi089 ceph-mon[103441]: pgmap v13866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:25.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:25.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:26.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:26.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:26 smithi026 ceph-mon[93126]: pgmap v13867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:26 smithi089 ceph-mon[103441]: pgmap v13867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:27.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:27.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:28.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:28.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:28 smithi026 ceph-mon[93126]: pgmap v13868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:28 smithi089 ceph-mon[103441]: pgmap v13868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:29.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:29.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:30.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:30.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:30 smithi026 ceph-mon[93126]: pgmap v13869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:30 smithi089 ceph-mon[103441]: pgmap v13869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:31.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:31.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:32.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:32.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:32 smithi026 ceph-mon[93126]: pgmap v13870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:32 smithi089 ceph-mon[103441]: pgmap v13870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:33.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:33.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:34.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:34.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:34 smithi026 ceph-mon[93126]: pgmap v13871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:34 smithi089 ceph-mon[103441]: pgmap v13871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:35.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:35.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:36.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:36.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:36 smithi026 ceph-mon[93126]: pgmap v13872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:36 smithi089 ceph-mon[103441]: pgmap v13872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:37.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:37.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:38.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:38.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:39.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:38 smithi026 ceph-mon[93126]: pgmap v13873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:38 smithi089 ceph-mon[103441]: pgmap v13873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:39.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:39.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:22:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:22:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:22:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:22:40.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:22:40.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:22:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:22:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:22:40.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:22:40.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:22:40.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:22:40.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:22:40.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:40.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:40 smithi026 ceph-mon[93126]: pgmap v13874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:40 smithi089 ceph-mon[103441]: pgmap v13874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:41.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:41.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:42.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:42.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:42.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:42 smithi026 ceph-mon[93126]: pgmap v13875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:43.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:42 smithi089 ceph-mon[103441]: pgmap v13875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:43.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:43.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:44.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:44.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:44 smithi026 ceph-mon[93126]: pgmap v13876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:44 smithi089 ceph-mon[103441]: pgmap v13876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:45.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:45.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:46.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:46.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:46 smithi026 ceph-mon[93126]: pgmap v13877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:46 smithi089 ceph-mon[103441]: pgmap v13877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:47.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:47.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:48.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:48.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:48 smithi089 ceph-mon[103441]: pgmap v13878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:48 smithi026 ceph-mon[93126]: pgmap v13878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:49.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:49.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:22:50.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:50.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:50 smithi089 ceph-mon[103441]: pgmap v13879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:50 smithi026 ceph-mon[93126]: pgmap v13879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:22:51.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:51.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:52.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:52.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:53.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:52 smithi026 ceph-mon[93126]: pgmap v13880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:52 smithi089 ceph-mon[103441]: pgmap v13880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:53.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:53.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:54.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:54.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:54 smithi089 ceph-mon[103441]: pgmap v13881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:54 smithi026 ceph-mon[93126]: pgmap v13881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:55.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:55.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:56.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:56.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:56 smithi089 ceph-mon[103441]: pgmap v13882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:56 smithi026 ceph-mon[93126]: pgmap v13882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:57.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:57.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:58.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:58.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:22:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:22:58 smithi089 ceph-mon[103441]: pgmap v13883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:22:58 smithi026 ceph-mon[93126]: pgmap v13883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:22:59.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:22:59.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:00.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:00.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:00 smithi089 ceph-mon[103441]: pgmap v13884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:00 smithi026 ceph-mon[93126]: pgmap v13884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:01.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:01.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:02.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:02.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:02 smithi026 ceph-mon[93126]: pgmap v13885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:02 smithi089 ceph-mon[103441]: pgmap v13885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:03.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:03.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:04.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:04.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:04 smithi089 ceph-mon[103441]: pgmap v13886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:04 smithi026 ceph-mon[93126]: pgmap v13886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:05.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:05.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:06.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:06.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:06 smithi089 ceph-mon[103441]: pgmap v13887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:06 smithi026 ceph-mon[93126]: pgmap v13887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:07.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:07.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:08.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:08.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:08 smithi089 ceph-mon[103441]: pgmap v13888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:08 smithi026 ceph-mon[93126]: pgmap v13888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:09.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:09.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:10.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:10.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:10 smithi089 ceph-mon[103441]: pgmap v13889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:10 smithi026 ceph-mon[93126]: pgmap v13889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:11.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:11.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:12.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:12.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:12 smithi089 ceph-mon[103441]: pgmap v13890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:12 smithi026 ceph-mon[93126]: pgmap v13890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:13.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:13.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:14.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:14.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:14 smithi089 ceph-mon[103441]: pgmap v13891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:14 smithi026 ceph-mon[93126]: pgmap v13891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:15.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:15.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:16.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:16.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:16 smithi089 ceph-mon[103441]: pgmap v13892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:16 smithi026 ceph-mon[93126]: pgmap v13892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:17.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:17.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:18.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:18.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:18 smithi089 ceph-mon[103441]: pgmap v13893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:18 smithi026 ceph-mon[93126]: pgmap v13893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:19.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:19.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:20.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:20.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:20 smithi089 ceph-mon[103441]: pgmap v13894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:20 smithi026 ceph-mon[93126]: pgmap v13894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:21.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:21.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:22.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:22.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:23.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:22 smithi089 ceph-mon[103441]: pgmap v13895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:22 smithi026 ceph-mon[93126]: pgmap v13895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:23.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:23.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:24.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:24.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:24 smithi089 ceph-mon[103441]: pgmap v13896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:24 smithi026 ceph-mon[93126]: pgmap v13896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:25.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:25.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:26.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:26.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:26 smithi089 ceph-mon[103441]: pgmap v13897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:26 smithi026 ceph-mon[93126]: pgmap v13897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:27.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:27.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:28.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:28.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:28 smithi089 ceph-mon[103441]: pgmap v13898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:28 smithi026 ceph-mon[93126]: pgmap v13898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:29.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:29.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:30.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:30.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:30 smithi089 ceph-mon[103441]: pgmap v13899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:30 smithi026 ceph-mon[93126]: pgmap v13899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:31.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:31.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:32.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:32.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:32 smithi089 ceph-mon[103441]: pgmap v13900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:32 smithi026 ceph-mon[93126]: pgmap v13900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:33.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:33.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:34.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:34.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:34 smithi089 ceph-mon[103441]: pgmap v13901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:34 smithi026 ceph-mon[93126]: pgmap v13901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:35.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:35.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:35.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:36.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:36.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:36 smithi089 ceph-mon[103441]: pgmap v13902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:36 smithi026 ceph-mon[93126]: pgmap v13902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:37.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:37.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:38.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:38.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:38 smithi089 ceph-mon[103441]: pgmap v13903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:38 smithi026 ceph-mon[93126]: pgmap v13903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:39.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:39.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:40.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:23:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:23:40.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:40.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:40 smithi089 ceph-mon[103441]: pgmap v13904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:40 smithi026 ceph-mon[93126]: pgmap v13904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:41.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:41.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:42.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:42.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:42 smithi089 ceph-mon[103441]: pgmap v13905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:43.237 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:42 smithi026 ceph-mon[93126]: pgmap v13905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:43.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:43.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:44.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:44.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:44 smithi089 ceph-mon[103441]: pgmap v13906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:23:45.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:23:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:44 smithi026 ceph-mon[93126]: pgmap v13906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:23:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:23:45.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:45.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:23:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:23:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:23:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:23:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:23:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:23:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:23:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:23:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:23:46.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:23:46.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:46.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:46 smithi026 ceph-mon[93126]: pgmap v13907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:46 smithi089 ceph-mon[103441]: pgmap v13907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:47.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:47.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:48.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:48.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:48 smithi026 ceph-mon[93126]: pgmap v13908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:48 smithi089 ceph-mon[103441]: pgmap v13908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:23:49.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:49.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:50.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:50.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:50 smithi026 ceph-mon[93126]: pgmap v13909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:50 smithi089 ceph-mon[103441]: pgmap v13909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:23:51.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:51.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:52.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:52.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:52 smithi026 ceph-mon[93126]: pgmap v13910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:52 smithi089 ceph-mon[103441]: pgmap v13910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:53.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:53.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:54.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:54.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:54 smithi026 ceph-mon[93126]: pgmap v13911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:54 smithi089 ceph-mon[103441]: pgmap v13911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:55.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:55.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:56.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:56.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:56 smithi026 ceph-mon[93126]: pgmap v13912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:56 smithi089 ceph-mon[103441]: pgmap v13912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:57.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:57.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:58.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:58.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:23:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:23:58 smithi026 ceph-mon[93126]: pgmap v13913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:23:58 smithi089 ceph-mon[103441]: pgmap v13913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:23:59.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:23:59.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:00.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:00.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:01.272 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:00 smithi089 ceph-mon[103441]: pgmap v13914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:00 smithi026 ceph-mon[93126]: pgmap v13914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:01.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:01.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:02.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:02.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:02 smithi026 ceph-mon[93126]: pgmap v13915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:02 smithi089 ceph-mon[103441]: pgmap v13915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:03.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:03.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:04.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:04.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:04 smithi026 ceph-mon[93126]: pgmap v13916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:04 smithi089 ceph-mon[103441]: pgmap v13916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:05.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:05.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:06 smithi026 ceph-mon[93126]: pgmap v13917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:06.324 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:06 smithi089 ceph-mon[103441]: pgmap v13917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:06.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:06.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:07.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:07.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:08.524 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:08 smithi026 ceph-mon[93126]: pgmap v13918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:08.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:08 smithi089 ceph-mon[103441]: pgmap v13918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:08.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:08.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:09.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:09.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:10.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:10.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:10 smithi026 ceph-mon[93126]: pgmap v13919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:10 smithi089 ceph-mon[103441]: pgmap v13919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:11.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:11.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:12.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:12.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:12 smithi026 ceph-mon[93126]: pgmap v13920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:12 smithi089 ceph-mon[103441]: pgmap v13920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:13.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:13.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:14.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:14.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:14 smithi026 ceph-mon[93126]: pgmap v13921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:14 smithi089 ceph-mon[103441]: pgmap v13921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:15.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:15.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:16.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:16.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:16 smithi026 ceph-mon[93126]: pgmap v13922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:16 smithi089 ceph-mon[103441]: pgmap v13922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:17.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:17.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:18.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:18.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:18 smithi026 ceph-mon[93126]: pgmap v13923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:18 smithi089 ceph-mon[103441]: pgmap v13923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:19.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:19.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:20.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:20.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:20 smithi026 ceph-mon[93126]: pgmap v13924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:20 smithi089 ceph-mon[103441]: pgmap v13924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:21.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:21.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:22.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:22.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:22 smithi026 ceph-mon[93126]: pgmap v13925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:22 smithi089 ceph-mon[103441]: pgmap v13925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:23.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:23.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:24.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:24.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:24 smithi026 ceph-mon[93126]: pgmap v13926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:24 smithi089 ceph-mon[103441]: pgmap v13926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:25.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:25.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:26.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:26 smithi089 ceph-mon[103441]: pgmap v13927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:26.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:26.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:27.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:26 smithi026 ceph-mon[93126]: pgmap v13927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:27.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:27.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:28.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:28.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:28 smithi026 ceph-mon[93126]: pgmap v13928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:28 smithi089 ceph-mon[103441]: pgmap v13928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:29.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:29.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:30.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:30.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:30 smithi026 ceph-mon[93126]: pgmap v13929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:30 smithi089 ceph-mon[103441]: pgmap v13929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:31.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:31.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:32.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:32.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:33.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:32 smithi026 ceph-mon[93126]: pgmap v13930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:32 smithi089 ceph-mon[103441]: pgmap v13930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:33.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:33.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:34.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:34.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:34 smithi026 ceph-mon[93126]: pgmap v13931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:34 smithi089 ceph-mon[103441]: pgmap v13931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:35.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:35.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:36 smithi089 ceph-mon[103441]: pgmap v13932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:36.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:36.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:37.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:36 smithi026 ceph-mon[93126]: pgmap v13932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:37.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:37.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:38.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:38.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:38 smithi026 ceph-mon[93126]: pgmap v13933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:38 smithi089 ceph-mon[103441]: pgmap v13933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:39.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:39.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:40.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:40.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:41.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:40 smithi026 ceph-mon[93126]: pgmap v13934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:40 smithi089 ceph-mon[103441]: pgmap v13934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:41.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:41.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:42.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:42.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:42 smithi026 ceph-mon[93126]: pgmap v13935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:42 smithi089 ceph-mon[103441]: pgmap v13935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:43.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:43.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:44.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:44.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:44 smithi026 ceph-mon[93126]: pgmap v13936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:44 smithi089 ceph-mon[103441]: pgmap v13936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:45.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:45.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:24:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:24:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:24:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:24:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:24:46.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:24:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:24:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:24:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:24:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:24:46.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:24:46.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:24:46.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:46.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:46 smithi026 ceph-mon[93126]: pgmap v13937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:46 smithi089 ceph-mon[103441]: pgmap v13937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:47.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:47.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:48.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:48.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:48 smithi026 ceph-mon[93126]: pgmap v13938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:48 smithi089 ceph-mon[103441]: pgmap v13938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:49.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:49.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:24:50.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:50.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:50 smithi089 ceph-mon[103441]: pgmap v13939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:50 smithi026 ceph-mon[93126]: pgmap v13939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:24:51.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:51.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:52.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:52.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:52 smithi089 ceph-mon[103441]: pgmap v13940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:52 smithi026 ceph-mon[93126]: pgmap v13940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:54.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:54.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:55.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:55.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:54 smithi089 ceph-mon[103441]: pgmap v13941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:54 smithi026 ceph-mon[93126]: pgmap v13941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:56.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:56.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:57.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:57.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:56 smithi089 ceph-mon[103441]: pgmap v13942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:56 smithi026 ceph-mon[93126]: pgmap v13942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:58.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:58.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:59.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:24:59.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:24:59.099 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:24:58 smithi026 ceph-mon[93126]: pgmap v13943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:24:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:24:58 smithi089 ceph-mon[103441]: pgmap v13943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:00.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:00.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:01.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:01.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:00 smithi089 ceph-mon[103441]: pgmap v13944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:00 smithi026 ceph-mon[93126]: pgmap v13944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:02.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:02.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:03.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:03.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:02 smithi089 ceph-mon[103441]: pgmap v13945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:02 smithi026 ceph-mon[93126]: pgmap v13945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:04.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:04.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:05.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:05.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:04 smithi089 ceph-mon[103441]: pgmap v13946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:04 smithi026 ceph-mon[93126]: pgmap v13946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:06.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:06.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:07.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:07.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:06 smithi089 ceph-mon[103441]: pgmap v13947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:06 smithi026 ceph-mon[93126]: pgmap v13947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:08.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:08.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:09.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:09.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:08 smithi089 ceph-mon[103441]: pgmap v13948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:09.215 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:08 smithi026 ceph-mon[93126]: pgmap v13948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:10.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:10.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:11.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:11.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:10 smithi089 ceph-mon[103441]: pgmap v13949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:10 smithi026 ceph-mon[93126]: pgmap v13949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:12.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:12.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:13.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:13.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:12 smithi089 ceph-mon[103441]: pgmap v13950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:12 smithi026 ceph-mon[93126]: pgmap v13950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:14.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:14.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:15.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:15.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:14 smithi089 ceph-mon[103441]: pgmap v13951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:14 smithi026 ceph-mon[93126]: pgmap v13951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:16.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:16.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:17.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:17.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:16 smithi089 ceph-mon[103441]: pgmap v13952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:16 smithi026 ceph-mon[93126]: pgmap v13952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:18.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:18.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:19.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:19.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:18 smithi089 ceph-mon[103441]: pgmap v13953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:18 smithi026 ceph-mon[93126]: pgmap v13953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:20.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:20.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:21.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:21.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:20 smithi089 ceph-mon[103441]: pgmap v13954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:20 smithi026 ceph-mon[93126]: pgmap v13954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:22.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:22.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:23.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:23.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:22 smithi089 ceph-mon[103441]: pgmap v13955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:22 smithi026 ceph-mon[93126]: pgmap v13955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:24.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:24.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:25.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:25.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:24 smithi089 ceph-mon[103441]: pgmap v13956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:24 smithi026 ceph-mon[93126]: pgmap v13956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:26.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:26.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:27.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:27.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:27.170 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:26 smithi089 ceph-mon[103441]: pgmap v13957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:26 smithi026 ceph-mon[93126]: pgmap v13957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:28.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:28.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:29.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:29.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:28 smithi089 ceph-mon[103441]: pgmap v13958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:28 smithi026 ceph-mon[93126]: pgmap v13958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:30.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:30.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:31.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:31.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:30 smithi089 ceph-mon[103441]: pgmap v13959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:30 smithi026 ceph-mon[93126]: pgmap v13959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:32.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:32.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:33.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:33.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:32 smithi089 ceph-mon[103441]: pgmap v13960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:32 smithi026 ceph-mon[93126]: pgmap v13960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:34.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:34.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:35.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:35.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:34 smithi089 ceph-mon[103441]: pgmap v13961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:34 smithi026 ceph-mon[93126]: pgmap v13961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:35.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:36.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:36.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:37.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:37.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:36 smithi089 ceph-mon[103441]: pgmap v13962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:36 smithi026 ceph-mon[93126]: pgmap v13962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:38.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:38.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:39.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:39.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:39.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:38 smithi089 ceph-mon[103441]: pgmap v13963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:38 smithi026 ceph-mon[93126]: pgmap v13963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:40.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:40.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:41.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:41.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:40 smithi089 ceph-mon[103441]: pgmap v13964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:40 smithi026 ceph-mon[93126]: pgmap v13964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:42.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:42.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:43.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:43.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:42 smithi089 ceph-mon[103441]: pgmap v13965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:42 smithi026 ceph-mon[93126]: pgmap v13965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:44.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:44.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:45.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:45.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:44 smithi089 ceph-mon[103441]: pgmap v13966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:44 smithi026 ceph-mon[93126]: pgmap v13966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:46.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:46.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:25:46.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:25:47.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:47.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:46 smithi089 ceph-mon[103441]: pgmap v13967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:47.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:46 smithi026 ceph-mon[93126]: pgmap v13967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:47.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:48.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:48.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:49.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:49.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:48 smithi089 ceph-mon[103441]: pgmap v13968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:48 smithi026 ceph-mon[93126]: pgmap v13968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:25:50.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:50.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:51.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:51.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:50 smithi089 ceph-mon[103441]: pgmap v13969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:50 smithi026 ceph-mon[93126]: pgmap v13969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:25:52.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:52.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:53.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:53.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:52 smithi089 ceph-mon[103441]: pgmap v13970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:52 smithi026 ceph-mon[93126]: pgmap v13970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:54.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:54.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:54.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:54 smithi089 ceph-mon[103441]: pgmap v13971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:54.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:54.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:54.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:54.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:54.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:25:54.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:25:54.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:54.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:25:54.680 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:54.728 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:54 smithi026 ceph-mon[93126]: pgmap v13971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:54.728 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:54.728 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:54.729 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:54.729 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:54.729 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:25:54.729 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:25:54.729 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:54.730 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:25:54.730 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:25:55.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:55.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:56.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:56.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:56 smithi026 ceph-mon[93126]: pgmap v13972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:57.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:57.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:56 smithi089 ceph-mon[103441]: pgmap v13972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:58.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:58.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:59.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:25:58 smithi026 ceph-mon[93126]: pgmap v13973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:25:59.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:25:59.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:25:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:25:58 smithi089 ceph-mon[103441]: pgmap v13973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:00.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:00.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:00 smithi026 ceph-mon[93126]: pgmap v13974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:01.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:01.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:00 smithi089 ceph-mon[103441]: pgmap v13974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:02.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:02.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:02.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:02 smithi089 ceph-mon[103441]: pgmap v13975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:02 smithi026 ceph-mon[93126]: pgmap v13975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:03.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:03.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:04.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:04.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:04 smithi026 ceph-mon[93126]: pgmap v13976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:05.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:05.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:04 smithi089 ceph-mon[103441]: pgmap v13976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:06.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:06.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:06 smithi026 ceph-mon[93126]: pgmap v13977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:07.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:07.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:06 smithi089 ceph-mon[103441]: pgmap v13977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:08.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:08.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:09.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:08 smithi026 ceph-mon[93126]: pgmap v13978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:09.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:09.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:08 smithi089 ceph-mon[103441]: pgmap v13978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:10.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:10.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:10 smithi026 ceph-mon[93126]: pgmap v13979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:11.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:11.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:10 smithi089 ceph-mon[103441]: pgmap v13979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:12.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:12.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:12 smithi089 ceph-mon[103441]: pgmap v13980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:12 smithi026 ceph-mon[93126]: pgmap v13980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:13.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:13.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:14.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:14.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:14 smithi026 ceph-mon[93126]: pgmap v13981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:15.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:15.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:14 smithi089 ceph-mon[103441]: pgmap v13981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:16.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:16.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:16 smithi026 ceph-mon[93126]: pgmap v13982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:17.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:17.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:16 smithi089 ceph-mon[103441]: pgmap v13982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:18.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:18.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:18 smithi026 ceph-mon[93126]: pgmap v13983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:19.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:19.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:18 smithi089 ceph-mon[103441]: pgmap v13983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:20.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:20.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:20 smithi026 ceph-mon[93126]: pgmap v13984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:21.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:21.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:20 smithi089 ceph-mon[103441]: pgmap v13984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:22.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:22.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:22 smithi026 ceph-mon[93126]: pgmap v13985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:23.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:23.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:22 smithi089 ceph-mon[103441]: pgmap v13985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:24.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:24.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:25.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:24 smithi026 ceph-mon[93126]: pgmap v13986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:25.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:25.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:24 smithi089 ceph-mon[103441]: pgmap v13986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:26.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:26.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:27.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:27.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:26 smithi089 ceph-mon[103441]: pgmap v13987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:26 smithi026 ceph-mon[93126]: pgmap v13987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:28.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:28.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:29.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:29.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:28 smithi089 ceph-mon[103441]: pgmap v13988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:28 smithi026 ceph-mon[93126]: pgmap v13988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:30.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:30.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:31.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:31.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:30 smithi089 ceph-mon[103441]: pgmap v13989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:30 smithi026 ceph-mon[93126]: pgmap v13989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:32.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:32.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:33.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:33.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:32 smithi089 ceph-mon[103441]: pgmap v13990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:32 smithi026 ceph-mon[93126]: pgmap v13990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:34.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:34.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:35.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:35.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:34 smithi089 ceph-mon[103441]: pgmap v13991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:35.182 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:34 smithi026 ceph-mon[93126]: pgmap v13991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:35.183 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:36.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:36.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:37.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:37.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:36 smithi089 ceph-mon[103441]: pgmap v13992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:36 smithi026 ceph-mon[93126]: pgmap v13992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:38.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:38.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:39.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:39.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:38 smithi089 ceph-mon[103441]: pgmap v13993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:38 smithi026 ceph-mon[93126]: pgmap v13993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:40.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:40.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:40 smithi089 ceph-mon[103441]: pgmap v13994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:41.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:41.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:40 smithi026 ceph-mon[93126]: pgmap v13994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:42.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:42.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:43.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:42 smithi089 ceph-mon[103441]: pgmap v13995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:43.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:43.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:42 smithi026 ceph-mon[93126]: pgmap v13995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:44.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:44.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:44 smithi089 ceph-mon[103441]: pgmap v13996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:45.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:45.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:45.297 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:44 smithi026 ceph-mon[93126]: pgmap v13996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:46.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:46.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:46 smithi089 ceph-mon[103441]: pgmap v13997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:47.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:47.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:46 smithi026 ceph-mon[93126]: pgmap v13997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:48.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:48.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:48 smithi089 ceph-mon[103441]: pgmap v13998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:49.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:49.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:48 smithi026 ceph-mon[93126]: pgmap v13998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:50.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:50.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:26:51.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:50 smithi089 ceph-mon[103441]: pgmap v13999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:51.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:51.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:50 smithi026 ceph-mon[93126]: pgmap v13999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:26:52.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:52.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:52 smithi089 ceph-mon[103441]: pgmap v14000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:53.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:53.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:52 smithi026 ceph-mon[93126]: pgmap v14000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:54.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:54.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:54 smithi089 ceph-mon[103441]: pgmap v14001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:55.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:26:55.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:55.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:54 smithi026 ceph-mon[93126]: pgmap v14001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:55.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:26:56.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:56.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:56 smithi089 ceph-mon[103441]: pgmap v14002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:26:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:26:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:26:56.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:26:56.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:26:56.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:26:56.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:26:56.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:56 smithi026 ceph-mon[93126]: pgmap v14002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:56.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:26:56.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:26:56.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:26:56.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:26:56.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:26:56.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:26:56.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:26:57.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:57.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:58.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:58.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:26:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:26:58 smithi089 ceph-mon[103441]: pgmap v14003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:58.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:26:58 smithi026 ceph-mon[93126]: pgmap v14003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:26:59.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:26:59.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:00.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:00.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:00 smithi026 ceph-mon[93126]: pgmap v14004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:00 smithi089 ceph-mon[103441]: pgmap v14004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:01.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:01.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:02.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:02.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:03.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:02 smithi026 ceph-mon[93126]: pgmap v14005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:03.173 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:02 smithi089 ceph-mon[103441]: pgmap v14005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:03.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:03.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:04.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:04.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:04 smithi026 ceph-mon[93126]: pgmap v14006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:04 smithi089 ceph-mon[103441]: pgmap v14006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:05.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:05.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:06.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:06.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:06 smithi026 ceph-mon[93126]: pgmap v14007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:06 smithi089 ceph-mon[103441]: pgmap v14007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:07.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:07.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:08.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:08.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:08 smithi026 ceph-mon[93126]: pgmap v14008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:08 smithi089 ceph-mon[103441]: pgmap v14008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:09.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:09.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:10.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:10.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:10 smithi026 ceph-mon[93126]: pgmap v14009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:10 smithi089 ceph-mon[103441]: pgmap v14009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:11.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:11.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:12.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:12.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:12 smithi026 ceph-mon[93126]: pgmap v14010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:12 smithi089 ceph-mon[103441]: pgmap v14010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:13.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:13.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:14.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:14.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:14 smithi026 ceph-mon[93126]: pgmap v14011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:14 smithi089 ceph-mon[103441]: pgmap v14011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:15.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:15.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:16.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:16.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:16 smithi026 ceph-mon[93126]: pgmap v14012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:16 smithi089 ceph-mon[103441]: pgmap v14012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:17.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:17.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:18.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:18.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:18 smithi026 ceph-mon[93126]: pgmap v14013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:18 smithi089 ceph-mon[103441]: pgmap v14013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:19.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:19.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:20.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:20.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:20 smithi026 ceph-mon[93126]: pgmap v14014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:20 smithi089 ceph-mon[103441]: pgmap v14014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:21.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:21.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:22.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:22.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:22 smithi089 ceph-mon[103441]: pgmap v14015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:23.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:23.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:22 smithi026 ceph-mon[93126]: pgmap v14015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:24.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:24.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:24 smithi089 ceph-mon[103441]: pgmap v14016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:25.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:25.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:24 smithi026 ceph-mon[93126]: pgmap v14016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:26.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:26.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:26 smithi089 ceph-mon[103441]: pgmap v14017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:27.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:27.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:26 smithi026 ceph-mon[93126]: pgmap v14017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:28.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:28.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:28 smithi089 ceph-mon[103441]: pgmap v14018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:29.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:29.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:29.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:28 smithi026 ceph-mon[93126]: pgmap v14018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:30.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:30.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:30 smithi089 ceph-mon[103441]: pgmap v14019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:31.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:31.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:30 smithi026 ceph-mon[93126]: pgmap v14019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:32.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:32.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:32 smithi089 ceph-mon[103441]: pgmap v14020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:33.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:33.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:32 smithi026 ceph-mon[93126]: pgmap v14020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:34.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:34.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:34 smithi089 ceph-mon[103441]: pgmap v14021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:35.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:35.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:34 smithi026 ceph-mon[93126]: pgmap v14021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:36.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:36.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:36 smithi089 ceph-mon[103441]: pgmap v14022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:37.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:37.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:36 smithi026 ceph-mon[93126]: pgmap v14022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:38.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:38.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:38 smithi089 ceph-mon[103441]: pgmap v14023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:39.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:39.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:38 smithi026 ceph-mon[93126]: pgmap v14023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:40.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:40.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:40 smithi089 ceph-mon[103441]: pgmap v14024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:41.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:41.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:40 smithi026 ceph-mon[93126]: pgmap v14024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:42.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:42.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:42 smithi089 ceph-mon[103441]: pgmap v14025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:43.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:43.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:42 smithi026 ceph-mon[93126]: pgmap v14025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:44.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:44.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:44 smithi089 ceph-mon[103441]: pgmap v14026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:45.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:45.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:44 smithi026 ceph-mon[93126]: pgmap v14026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:46.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:46.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:46 smithi089 ceph-mon[103441]: pgmap v14027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:47.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:47.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:46 smithi026 ceph-mon[93126]: pgmap v14027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:48.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:48.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:48 smithi089 ceph-mon[103441]: pgmap v14028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:49.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:49.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:48 smithi026 ceph-mon[93126]: pgmap v14028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:50.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:50.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:27:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:50 smithi089 ceph-mon[103441]: pgmap v14029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:51.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:51.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:50 smithi026 ceph-mon[93126]: pgmap v14029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:27:52.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:52.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:52 smithi089 ceph-mon[103441]: pgmap v14030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:53.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:53.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:52 smithi026 ceph-mon[93126]: pgmap v14030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:54.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:54.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:54 smithi089 ceph-mon[103441]: pgmap v14031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:55.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:55.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:54 smithi026 ceph-mon[93126]: pgmap v14031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:27:56.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:56.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:27:57.125 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:56 smithi026 ceph-mon[93126]: pgmap v14032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:57.125 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:27:57.125 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:27:57.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:57.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:57.354 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:56 smithi089 ceph-mon[103441]: pgmap v14032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:57.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:27:57.355 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:27:58.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:58.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:27:59.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:27:58 smithi089 ceph-mon[103441]: pgmap v14033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:27:58 smithi026 ceph-mon[93126]: pgmap v14033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:27:59.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:27:59.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:00.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:00.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:00 smithi026 ceph-mon[93126]: pgmap v14034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:28:01.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:28:01.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:28:01.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:00 smithi089 ceph-mon[103441]: pgmap v14034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:28:01.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:28:01.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:28:01.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:28:01.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:01.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:02.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:02.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:02 smithi026 ceph-mon[93126]: pgmap v14035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:02 smithi089 ceph-mon[103441]: pgmap v14035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:03.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:03.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:04.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:04.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:04 smithi026 ceph-mon[93126]: pgmap v14036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:04 smithi089 ceph-mon[103441]: pgmap v14036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:05.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:05.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:06.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:06.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:06 smithi026 ceph-mon[93126]: pgmap v14037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:06 smithi089 ceph-mon[103441]: pgmap v14037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:07.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:07.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:08.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:08.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:08 smithi026 ceph-mon[93126]: pgmap v14038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:08 smithi089 ceph-mon[103441]: pgmap v14038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:09.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:10.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:10.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:10 smithi026 ceph-mon[93126]: pgmap v14039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:10 smithi089 ceph-mon[103441]: pgmap v14039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:11.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:11.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:12.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:12.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:12 smithi026 ceph-mon[93126]: pgmap v14040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:12 smithi089 ceph-mon[103441]: pgmap v14040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:13.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:13.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:14.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:14.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:15.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:14 smithi026 ceph-mon[93126]: pgmap v14041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:14 smithi089 ceph-mon[103441]: pgmap v14041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:15.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:15.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:16.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:16.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:16 smithi026 ceph-mon[93126]: pgmap v14042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:16 smithi089 ceph-mon[103441]: pgmap v14042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:17.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:17.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:18.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:18.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:18 smithi089 ceph-mon[103441]: pgmap v14043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:18 smithi026 ceph-mon[93126]: pgmap v14043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:19.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:19.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:20.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:20.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:20 smithi089 ceph-mon[103441]: pgmap v14044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:20 smithi026 ceph-mon[93126]: pgmap v14044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:21.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:21.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:22.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:22.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:22 smithi089 ceph-mon[103441]: pgmap v14045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:22 smithi026 ceph-mon[93126]: pgmap v14045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:23.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:23.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:24.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:24.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:25.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:24 smithi089 ceph-mon[103441]: pgmap v14046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:24 smithi026 ceph-mon[93126]: pgmap v14046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:25.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:25.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:26.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:26.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:26 smithi089 ceph-mon[103441]: pgmap v14047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:26 smithi026 ceph-mon[93126]: pgmap v14047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:27.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:27.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:28.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:28.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:28 smithi089 ceph-mon[103441]: pgmap v14048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:28 smithi026 ceph-mon[93126]: pgmap v14048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:29.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:29.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:30.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:30.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:30 smithi089 ceph-mon[103441]: pgmap v14049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:30 smithi026 ceph-mon[93126]: pgmap v14049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:31.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:31.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:32.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:32.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:32 smithi089 ceph-mon[103441]: pgmap v14050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:32 smithi026 ceph-mon[93126]: pgmap v14050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:33.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:33.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:34.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:34.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:34 smithi089 ceph-mon[103441]: pgmap v14051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:34 smithi026 ceph-mon[93126]: pgmap v14051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:35.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:35.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:35.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:36.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:36.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:36 smithi089 ceph-mon[103441]: pgmap v14052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:36 smithi026 ceph-mon[93126]: pgmap v14052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:37.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:37.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:38.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:38.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:38 smithi089 ceph-mon[103441]: pgmap v14053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:38 smithi026 ceph-mon[93126]: pgmap v14053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:39.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:39.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:40.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:40.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:40 smithi089 ceph-mon[103441]: pgmap v14054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:40 smithi026 ceph-mon[93126]: pgmap v14054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:41.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:41.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:42.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:42.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:42 smithi089 ceph-mon[103441]: pgmap v14055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:42 smithi026 ceph-mon[93126]: pgmap v14055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:43.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:43.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:44.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:44.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:44 smithi089 ceph-mon[103441]: pgmap v14056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:44 smithi026 ceph-mon[93126]: pgmap v14056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:45.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:45.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:46.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:46.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:46 smithi026 ceph-mon[93126]: pgmap v14057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:46 smithi089 ceph-mon[103441]: pgmap v14057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:47.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:47.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:48.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:48.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:48 smithi089 ceph-mon[103441]: pgmap v14058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:48 smithi026 ceph-mon[93126]: pgmap v14058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:49.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:49.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:28:50.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:50.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:50 smithi089 ceph-mon[103441]: pgmap v14059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:50 smithi026 ceph-mon[93126]: pgmap v14059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:51.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:51.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:52.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:52.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:52 smithi089 ceph-mon[103441]: pgmap v14060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:52 smithi026 ceph-mon[93126]: pgmap v14060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:53.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:53.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:54.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:54.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:55.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:54 smithi089 ceph-mon[103441]: pgmap v14061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:55.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:54 smithi026 ceph-mon[93126]: pgmap v14061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:55.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:55.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:56.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:56.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:57.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:56 smithi026 ceph-mon[93126]: pgmap v14062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:56 smithi089 ceph-mon[103441]: pgmap v14062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:28:57.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:57.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:58.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:58.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:28:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:28:58 smithi089 ceph-mon[103441]: pgmap v14063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:28:58 smithi026 ceph-mon[93126]: pgmap v14063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:28:59.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:28:59.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:00.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:00.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:00 smithi089 ceph-mon[103441]: pgmap v14064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:29:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:29:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:29:01.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:29:01.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:29:01.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:29:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:00 smithi026 ceph-mon[93126]: pgmap v14064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:29:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:29:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:29:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:29:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:29:01.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:29:01.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:01.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:02.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:02.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:02 smithi089 ceph-mon[103441]: pgmap v14065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:02 smithi026 ceph-mon[93126]: pgmap v14065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:03.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:03.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:04.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:04.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:04 smithi089 ceph-mon[103441]: pgmap v14066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:04 smithi026 ceph-mon[93126]: pgmap v14066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:05.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:05.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:06.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:06.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:06 smithi089 ceph-mon[103441]: pgmap v14067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:06 smithi026 ceph-mon[93126]: pgmap v14067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:07.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:07.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:08.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:08.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:08 smithi089 ceph-mon[103441]: pgmap v14068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:08 smithi026 ceph-mon[93126]: pgmap v14068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:09.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:09.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:10.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:10.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:10 smithi089 ceph-mon[103441]: pgmap v14069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:10 smithi026 ceph-mon[93126]: pgmap v14069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:11.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:11.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:12.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:12.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:12 smithi089 ceph-mon[103441]: pgmap v14070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:12 smithi026 ceph-mon[93126]: pgmap v14070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:13.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:13.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:14.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:14.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:14 smithi089 ceph-mon[103441]: pgmap v14071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:14 smithi026 ceph-mon[93126]: pgmap v14071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:15.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:15.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:16.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:16.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:16 smithi089 ceph-mon[103441]: pgmap v14072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:16 smithi026 ceph-mon[93126]: pgmap v14072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:17.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:17.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:18.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:18.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:18 smithi089 ceph-mon[103441]: pgmap v14073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:18 smithi026 ceph-mon[93126]: pgmap v14073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:19.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:19.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:20.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:20.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:20 smithi089 ceph-mon[103441]: pgmap v14074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:20 smithi026 ceph-mon[93126]: pgmap v14074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:21.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:21.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:22.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:22.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:22 smithi089 ceph-mon[103441]: pgmap v14075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:22 smithi026 ceph-mon[93126]: pgmap v14075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:23.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:23.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:24.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:24.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:24 smithi089 ceph-mon[103441]: pgmap v14076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:24 smithi026 ceph-mon[93126]: pgmap v14076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:25.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:25.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:26.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:26.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:26 smithi089 ceph-mon[103441]: pgmap v14077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:26 smithi026 ceph-mon[93126]: pgmap v14077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:27.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:27.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:28.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:28.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:28 smithi089 ceph-mon[103441]: pgmap v14078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:28 smithi026 ceph-mon[93126]: pgmap v14078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:29.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:29.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:30.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:30.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:30 smithi089 ceph-mon[103441]: pgmap v14079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:30 smithi026 ceph-mon[93126]: pgmap v14079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:31.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:31.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:32.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:32.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:32 smithi089 ceph-mon[103441]: pgmap v14080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:33.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:32 smithi026 ceph-mon[93126]: pgmap v14080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:33.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:33.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:34.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:34.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:34 smithi089 ceph-mon[103441]: pgmap v14081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:34 smithi026 ceph-mon[93126]: pgmap v14081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:35.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:35.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:36.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:36.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:37.247 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:36 smithi026 ceph-mon[93126]: pgmap v14082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:36 smithi089 ceph-mon[103441]: pgmap v14082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:37.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:37.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:38.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:38.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:38 smithi026 ceph-mon[93126]: pgmap v14083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:38 smithi089 ceph-mon[103441]: pgmap v14083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:39.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:39.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:40.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:40.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:40 smithi026 ceph-mon[93126]: pgmap v14084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:40 smithi089 ceph-mon[103441]: pgmap v14084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:41.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:41.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:42.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:42.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:42 smithi026 ceph-mon[93126]: pgmap v14085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:42 smithi089 ceph-mon[103441]: pgmap v14085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:43.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:43.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:44.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:44.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:44 smithi089 ceph-mon[103441]: pgmap v14086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:44 smithi026 ceph-mon[93126]: pgmap v14086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:45.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:45.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:46.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:46.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:46 smithi026 ceph-mon[93126]: pgmap v14087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:46 smithi089 ceph-mon[103441]: pgmap v14087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:47.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:47.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:48.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:48.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:48 smithi026 ceph-mon[93126]: pgmap v14088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:48 smithi089 ceph-mon[103441]: pgmap v14088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:29:49.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:49.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:50.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:50.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:50 smithi026 ceph-mon[93126]: pgmap v14089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:50 smithi089 ceph-mon[103441]: pgmap v14089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:51.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:51.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:52.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:52.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:52 smithi026 ceph-mon[93126]: pgmap v14090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:52 smithi089 ceph-mon[103441]: pgmap v14090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:53.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:53.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:54.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:54.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:54 smithi026 ceph-mon[93126]: pgmap v14091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:54 smithi089 ceph-mon[103441]: pgmap v14091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:55.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:55.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:56.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:56.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:56 smithi026 ceph-mon[93126]: pgmap v14092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:56 smithi089 ceph-mon[103441]: pgmap v14092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:29:57.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:57.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:58.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:58.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:29:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:29:58 smithi026 ceph-mon[93126]: pgmap v14093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:29:58 smithi089 ceph-mon[103441]: pgmap v14093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:29:59.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:29:59.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:00.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:00.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:00 smithi026 ceph-mon[93126]: pgmap v14094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T04:30:01.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:30:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:00 smithi089 ceph-mon[103441]: pgmap v14094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T04:30:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:30:01.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:01.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:30:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:30:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:30:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:30:02.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:30:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:30:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:30:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:30:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:30:02.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:30:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:02 smithi026 ceph-mon[93126]: pgmap v14095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:02 smithi089 ceph-mon[103441]: pgmap v14095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:03.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:03.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:04.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:04.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:04 smithi026 ceph-mon[93126]: pgmap v14096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:04 smithi089 ceph-mon[103441]: pgmap v14096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:05.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:05.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:06.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:06.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:06 smithi026 ceph-mon[93126]: pgmap v14097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:06 smithi089 ceph-mon[103441]: pgmap v14097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:07.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:07.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:08.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:08.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:08 smithi026 ceph-mon[93126]: pgmap v14098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:08 smithi089 ceph-mon[103441]: pgmap v14098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:09.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:09.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:10.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:10.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:10 smithi026 ceph-mon[93126]: pgmap v14099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:10 smithi089 ceph-mon[103441]: pgmap v14099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:11.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:11.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:12.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:12.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:12 smithi026 ceph-mon[93126]: pgmap v14100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:12 smithi089 ceph-mon[103441]: pgmap v14100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:13.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:13.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:14.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:14.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:14 smithi026 ceph-mon[93126]: pgmap v14101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:14 smithi089 ceph-mon[103441]: pgmap v14101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:15.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:15.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:16.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:16.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:17 smithi026 ceph-mon[93126]: pgmap v14102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:17 smithi089 ceph-mon[103441]: pgmap v14102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:17.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:17.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:18.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:18.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:19 smithi026 ceph-mon[93126]: pgmap v14103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:19 smithi089 ceph-mon[103441]: pgmap v14103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:19.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:19.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:20.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:20.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:21 smithi026 ceph-mon[93126]: pgmap v14104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:21 smithi089 ceph-mon[103441]: pgmap v14104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:21.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:21.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:22.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:22.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:23 smithi026 ceph-mon[93126]: pgmap v14105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:23 smithi089 ceph-mon[103441]: pgmap v14105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:23.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:23.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:24.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:24.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:25.286 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:25 smithi089 ceph-mon[103441]: pgmap v14106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:25 smithi026 ceph-mon[93126]: pgmap v14106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:25.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:25.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:26.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:26.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:27 smithi026 ceph-mon[93126]: pgmap v14107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:27.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:27 smithi089 ceph-mon[103441]: pgmap v14107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:27.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:27.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:28.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:28.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:29 smithi026 ceph-mon[93126]: pgmap v14108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:29 smithi089 ceph-mon[103441]: pgmap v14108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:29.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:29.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:30.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:30.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:31 smithi026 ceph-mon[93126]: pgmap v14109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:31 smithi089 ceph-mon[103441]: pgmap v14109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:31.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:31.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:32.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:32.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:33 smithi026 ceph-mon[93126]: pgmap v14110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:33 smithi089 ceph-mon[103441]: pgmap v14110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:33.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:33.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:34.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:34.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:35 smithi026 ceph-mon[93126]: pgmap v14111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:35.392 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:35 smithi089 ceph-mon[103441]: pgmap v14111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:35.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:35.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:36.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:36.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:37 smithi026 ceph-mon[93126]: pgmap v14112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:37 smithi089 ceph-mon[103441]: pgmap v14112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:37.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:37.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:38.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:38.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:39 smithi026 ceph-mon[93126]: pgmap v14113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:39 smithi089 ceph-mon[103441]: pgmap v14113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:39.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:39.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:40.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:40.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:41 smithi026 ceph-mon[93126]: pgmap v14114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:41 smithi089 ceph-mon[103441]: pgmap v14114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:41.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:41.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:42.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:42.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:43 smithi026 ceph-mon[93126]: pgmap v14115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:43 smithi089 ceph-mon[103441]: pgmap v14115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:43.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:43.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:44.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:44.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:45 smithi026 ceph-mon[93126]: pgmap v14116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:45 smithi089 ceph-mon[103441]: pgmap v14116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:45.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:45.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:46.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:46.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:47 smithi026 ceph-mon[93126]: pgmap v14117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:47 smithi089 ceph-mon[103441]: pgmap v14117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:47.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:47.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:48.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:48.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:49 smithi026 ceph-mon[93126]: pgmap v14118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:49 smithi089 ceph-mon[103441]: pgmap v14118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:30:49.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:49.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:50.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:50.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:51 smithi089 ceph-mon[103441]: pgmap v14119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:51 smithi026 ceph-mon[93126]: pgmap v14119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:51.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:51.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:52.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:52.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:53 smithi089 ceph-mon[103441]: pgmap v14120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:53 smithi026 ceph-mon[93126]: pgmap v14120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:53.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:53.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:54.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:54 smithi089 ceph-mon[103441]: pgmap v14121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:54.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:54 smithi026 ceph-mon[93126]: pgmap v14121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:54.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:54.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:55.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:55.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:56.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:56.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:56 smithi089 ceph-mon[103441]: pgmap v14122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:56 smithi026 ceph-mon[93126]: pgmap v14122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:30:57.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:57.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:58.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:58.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:30:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:30:58 smithi089 ceph-mon[103441]: pgmap v14123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:30:58 smithi026 ceph-mon[93126]: pgmap v14123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:30:59.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:30:59.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:00.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:00.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:00.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:00 smithi089 ceph-mon[103441]: pgmap v14124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:00 smithi026 ceph-mon[93126]: pgmap v14124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:01.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:01.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:31:02.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:31:02.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:02.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:02 smithi089 ceph-mon[103441]: pgmap v14125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:31:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:31:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:31:03.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:31:03.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:31:03.231 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:02 smithi026 ceph-mon[93126]: pgmap v14125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:03.231 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:31:03.231 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:31:03.231 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:31:03.231 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:31:03.232 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:31:03.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:03.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:04.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:04.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:04 smithi089 ceph-mon[103441]: pgmap v14126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:04 smithi026 ceph-mon[93126]: pgmap v14126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:05.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:05.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:06.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:06.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:06 smithi089 ceph-mon[103441]: pgmap v14127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:06 smithi026 ceph-mon[93126]: pgmap v14127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:07.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:07.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:08.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:08.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:08 smithi089 ceph-mon[103441]: pgmap v14128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:08 smithi026 ceph-mon[93126]: pgmap v14128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:09.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:09.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:10.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:10.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:10 smithi089 ceph-mon[103441]: pgmap v14129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:10 smithi026 ceph-mon[93126]: pgmap v14129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:11.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:11.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:12.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:12.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:12 smithi089 ceph-mon[103441]: pgmap v14130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:12 smithi026 ceph-mon[93126]: pgmap v14130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:13.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:13.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:14.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:14.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:14 smithi089 ceph-mon[103441]: pgmap v14131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:14 smithi026 ceph-mon[93126]: pgmap v14131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:15.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:15.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:16.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:16.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:16 smithi089 ceph-mon[103441]: pgmap v14132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:16 smithi026 ceph-mon[93126]: pgmap v14132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:17.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:17.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:18.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:18.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:18 smithi089 ceph-mon[103441]: pgmap v14133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:18 smithi026 ceph-mon[93126]: pgmap v14133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:19.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:19.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:20.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:20.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:20 smithi089 ceph-mon[103441]: pgmap v14134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:20 smithi026 ceph-mon[93126]: pgmap v14134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:21.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:21.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:22.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:22.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:22 smithi089 ceph-mon[103441]: pgmap v14135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:22 smithi026 ceph-mon[93126]: pgmap v14135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:23.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:23.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:24.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:24.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:24 smithi089 ceph-mon[103441]: pgmap v14136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:24 smithi026 ceph-mon[93126]: pgmap v14136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:25.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:25.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:26.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:26.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:26 smithi089 ceph-mon[103441]: pgmap v14137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:26 smithi026 ceph-mon[93126]: pgmap v14137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:27.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:27.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:28.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:28.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:28 smithi089 ceph-mon[103441]: pgmap v14138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:28 smithi026 ceph-mon[93126]: pgmap v14138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:29.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:29.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:30.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:30.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:30 smithi089 ceph-mon[103441]: pgmap v14139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:30 smithi026 ceph-mon[93126]: pgmap v14139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:31.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:31.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:32.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:32.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:32 smithi089 ceph-mon[103441]: pgmap v14140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:32 smithi026 ceph-mon[93126]: pgmap v14140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:33.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:33.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:34.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:34.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:34 smithi089 ceph-mon[103441]: pgmap v14141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:35.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:34 smithi026 ceph-mon[93126]: pgmap v14141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:35.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:35.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:36.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:36.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:36 smithi089 ceph-mon[103441]: pgmap v14142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:36 smithi026 ceph-mon[93126]: pgmap v14142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:37.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:37.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:38.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:38.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:38 smithi089 ceph-mon[103441]: pgmap v14143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:38 smithi026 ceph-mon[93126]: pgmap v14143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:39.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:39.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:40.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:40.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:40 smithi089 ceph-mon[103441]: pgmap v14144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:40 smithi026 ceph-mon[93126]: pgmap v14144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:41.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:41.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:42.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:42.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:42 smithi089 ceph-mon[103441]: pgmap v14145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:42 smithi026 ceph-mon[93126]: pgmap v14145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:43.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:43.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:44.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:44.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:44 smithi089 ceph-mon[103441]: pgmap v14146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:44 smithi026 ceph-mon[93126]: pgmap v14146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:45.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:45.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:46.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:46.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:46 smithi089 ceph-mon[103441]: pgmap v14147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:46 smithi026 ceph-mon[93126]: pgmap v14147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:47.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:47.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:48.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:48.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:48 smithi026 ceph-mon[93126]: pgmap v14148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:48 smithi089 ceph-mon[103441]: pgmap v14148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:49.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:31:49.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:49.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:50.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:50.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:50 smithi089 ceph-mon[103441]: pgmap v14149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:50 smithi026 ceph-mon[93126]: pgmap v14149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:51.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:51.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:52.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:52.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:52 smithi089 ceph-mon[103441]: pgmap v14150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:52 smithi026 ceph-mon[93126]: pgmap v14150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:53.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:53.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:54.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:54.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:54 smithi089 ceph-mon[103441]: pgmap v14151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:54 smithi026 ceph-mon[93126]: pgmap v14151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:55.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:55.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:56.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:56.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:56 smithi026 ceph-mon[93126]: pgmap v14152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:56 smithi089 ceph-mon[103441]: pgmap v14152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:31:57.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:57.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:58.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:58.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:31:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:31:58 smithi026 ceph-mon[93126]: pgmap v14153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:31:58 smithi089 ceph-mon[103441]: pgmap v14153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:31:59.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:31:59.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:00.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:00.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:01.288 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:00 smithi089 ceph-mon[103441]: pgmap v14154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:00 smithi026 ceph-mon[93126]: pgmap v14154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:01.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:01.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:02.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:02.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:02 smithi026 ceph-mon[93126]: pgmap v14155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:32:03.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:32:03.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:32:03.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:32:03.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:32:03.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:32:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:02 smithi089 ceph-mon[103441]: pgmap v14155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:32:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:32:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:32:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:32:03.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:32:03.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:32:03.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:03.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:04.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:04.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:04 smithi026 ceph-mon[93126]: pgmap v14156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:04 smithi089 ceph-mon[103441]: pgmap v14156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:05.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:05.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:06.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:06.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:06 smithi026 ceph-mon[93126]: pgmap v14157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:06 smithi089 ceph-mon[103441]: pgmap v14157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:07.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:07.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:08.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:08.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:08 smithi026 ceph-mon[93126]: pgmap v14158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:08 smithi089 ceph-mon[103441]: pgmap v14158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:09.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:09.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:10.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:10.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:10 smithi026 ceph-mon[93126]: pgmap v14159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:11.394 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:10 smithi089 ceph-mon[103441]: pgmap v14159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:11.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:11.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:12.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:12.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:12 smithi026 ceph-mon[93126]: pgmap v14160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:12 smithi089 ceph-mon[103441]: pgmap v14160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:13.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:13.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:14.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:14.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:14 smithi026 ceph-mon[93126]: pgmap v14161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:14 smithi089 ceph-mon[103441]: pgmap v14161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:15.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:15.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:16.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:16.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:16 smithi026 ceph-mon[93126]: pgmap v14162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:16 smithi089 ceph-mon[103441]: pgmap v14162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:17.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:17.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:18.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:18.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:18 smithi026 ceph-mon[93126]: pgmap v14163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:18 smithi089 ceph-mon[103441]: pgmap v14163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:19.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:19.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:20.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:20.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:20 smithi026 ceph-mon[93126]: pgmap v14164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:20 smithi089 ceph-mon[103441]: pgmap v14164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:21.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:21.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:22.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:22.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:22 smithi026 ceph-mon[93126]: pgmap v14165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:22 smithi089 ceph-mon[103441]: pgmap v14165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:23.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:23.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:24.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:24.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:24 smithi026 ceph-mon[93126]: pgmap v14166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:24 smithi089 ceph-mon[103441]: pgmap v14166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:25.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:25.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:26.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:26.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:26 smithi026 ceph-mon[93126]: pgmap v14167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:26 smithi089 ceph-mon[103441]: pgmap v14167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:27.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:27.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:28.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:28.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:28 smithi026 ceph-mon[93126]: pgmap v14168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:28 smithi089 ceph-mon[103441]: pgmap v14168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:29.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:29.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:30.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:30.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:30 smithi026 ceph-mon[93126]: pgmap v14169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:30 smithi089 ceph-mon[103441]: pgmap v14169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:31.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:31.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:32.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:32.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:32 smithi026 ceph-mon[93126]: pgmap v14170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:32 smithi089 ceph-mon[103441]: pgmap v14170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:33.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:33.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:34.263 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:34.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:34.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:34 smithi026 ceph-mon[93126]: pgmap v14171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:34 smithi089 ceph-mon[103441]: pgmap v14171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:35.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:35.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:36.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:36.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:36 smithi026 ceph-mon[93126]: pgmap v14172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:36 smithi089 ceph-mon[103441]: pgmap v14172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:37.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:37.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:38.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:38.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:38 smithi026 ceph-mon[93126]: pgmap v14173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:38 smithi089 ceph-mon[103441]: pgmap v14173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:39.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:39.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:40.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:40.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:41 smithi026 ceph-mon[93126]: pgmap v14174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:41 smithi089 ceph-mon[103441]: pgmap v14174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:41.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:41.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:42.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:42.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:43 smithi026 ceph-mon[93126]: pgmap v14175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:43 smithi089 ceph-mon[103441]: pgmap v14175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:43.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:43.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:44.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:44.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:45 smithi026 ceph-mon[93126]: pgmap v14176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:45 smithi089 ceph-mon[103441]: pgmap v14176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:45.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:45.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:46.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:46.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:47 smithi089 ceph-mon[103441]: pgmap v14177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:47 smithi026 ceph-mon[93126]: pgmap v14177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:47.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:47.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:48.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:48.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:49 smithi026 ceph-mon[93126]: pgmap v14178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:49 smithi089 ceph-mon[103441]: pgmap v14178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:32:49.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:49.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:50.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:50.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:51 smithi026 ceph-mon[93126]: pgmap v14179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:51 smithi089 ceph-mon[103441]: pgmap v14179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:51.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:51.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:52.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:52.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:53 smithi026 ceph-mon[93126]: pgmap v14180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:53 smithi089 ceph-mon[103441]: pgmap v14180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:53.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:53.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:54.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:54.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:55 smithi026 ceph-mon[93126]: pgmap v14181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:55 smithi089 ceph-mon[103441]: pgmap v14181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:55.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:55.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:56.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:56.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:57.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:57 smithi089 ceph-mon[103441]: pgmap v14182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:57 smithi026 ceph-mon[93126]: pgmap v14182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:32:57.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:57.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:58.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:58.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:32:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:32:59 smithi026 ceph-mon[93126]: pgmap v14183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:32:59 smithi089 ceph-mon[103441]: pgmap v14183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:32:59.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:32:59.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:00.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:00.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:01 smithi026 ceph-mon[93126]: pgmap v14184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:01 smithi089 ceph-mon[103441]: pgmap v14184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:01.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:01.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:02.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:02.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:03 smithi026 ceph-mon[93126]: pgmap v14185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:33:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:03 smithi089 ceph-mon[103441]: pgmap v14185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:03.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:33:03.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:03.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:33:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:33:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:33:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:33:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:33:04.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:33:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:33:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:33:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:33:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:33:04.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:04.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:04.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:05 smithi026 ceph-mon[93126]: pgmap v14186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:05 smithi089 ceph-mon[103441]: pgmap v14186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:05.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:05.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:06.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:06.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:07 smithi026 ceph-mon[93126]: pgmap v14187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:07 smithi089 ceph-mon[103441]: pgmap v14187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:07.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:07.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:08.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:08.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:09 smithi026 ceph-mon[93126]: pgmap v14188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:09 smithi089 ceph-mon[103441]: pgmap v14188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:09.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:09.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:10.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:10.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:11 smithi026 ceph-mon[93126]: pgmap v14189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:11 smithi089 ceph-mon[103441]: pgmap v14189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:11.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:11.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:12.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:12.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:13 smithi026 ceph-mon[93126]: pgmap v14190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:13 smithi089 ceph-mon[103441]: pgmap v14190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:13.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:13.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:14.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:14.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:15 smithi089 ceph-mon[103441]: pgmap v14191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:15 smithi026 ceph-mon[93126]: pgmap v14191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:15.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:15.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:16.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:16.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:17 smithi089 ceph-mon[103441]: pgmap v14192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:17 smithi026 ceph-mon[93126]: pgmap v14192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:17.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:17.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:18.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:18.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:19 smithi089 ceph-mon[103441]: pgmap v14193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:19 smithi026 ceph-mon[93126]: pgmap v14193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:19.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:19.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:20.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:20.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:21 smithi089 ceph-mon[103441]: pgmap v14194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:21 smithi026 ceph-mon[93126]: pgmap v14194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:21.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:21.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:22.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:22.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:23 smithi089 ceph-mon[103441]: pgmap v14195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:23 smithi026 ceph-mon[93126]: pgmap v14195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:23.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:23.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:24.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:24.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:25 smithi026 ceph-mon[93126]: pgmap v14196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:25 smithi089 ceph-mon[103441]: pgmap v14196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:25.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:25.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:26.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:26.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:27 smithi089 ceph-mon[103441]: pgmap v14197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:27 smithi026 ceph-mon[93126]: pgmap v14197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:27.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:27.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:28.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:28.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:29 smithi089 ceph-mon[103441]: pgmap v14198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:29 smithi026 ceph-mon[93126]: pgmap v14198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:29.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:29.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:30.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:30.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:31 smithi089 ceph-mon[103441]: pgmap v14199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:31 smithi026 ceph-mon[93126]: pgmap v14199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:31.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:31.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:32.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:32.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:33 smithi089 ceph-mon[103441]: pgmap v14200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:33 smithi026 ceph-mon[93126]: pgmap v14200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:33.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:33.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:34.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:34.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:35 smithi026 ceph-mon[93126]: pgmap v14201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:35 smithi089 ceph-mon[103441]: pgmap v14201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:35.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:35.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:36.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:36 smithi089 ceph-mon[103441]: pgmap v14202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:36 smithi026 ceph-mon[93126]: pgmap v14202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:36.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:36.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:37.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:37.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:38 smithi089 ceph-mon[103441]: pgmap v14203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:38 smithi026 ceph-mon[93126]: pgmap v14203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:38.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:38.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:39.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:39.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:40.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:40.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:41.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:40 smithi089 ceph-mon[103441]: pgmap v14204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:40 smithi026 ceph-mon[93126]: pgmap v14204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:41.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:41.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:42.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:42.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:43.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:42 smithi089 ceph-mon[103441]: pgmap v14205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:42 smithi026 ceph-mon[93126]: pgmap v14205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:43.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:43.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:44.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:44.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:44 smithi089 ceph-mon[103441]: pgmap v14206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:44 smithi026 ceph-mon[93126]: pgmap v14206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:45.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:45.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:46.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:46.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:47.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:46 smithi089 ceph-mon[103441]: pgmap v14207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:46 smithi026 ceph-mon[93126]: pgmap v14207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:47.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:47.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:48.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:48.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:49.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:48 smithi089 ceph-mon[103441]: pgmap v14208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:48 smithi026 ceph-mon[93126]: pgmap v14208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:49.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:49.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:33:50.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:50.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:51.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:50 smithi089 ceph-mon[103441]: pgmap v14209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:50 smithi026 ceph-mon[93126]: pgmap v14209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:51.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:51.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:52.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:52.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:53.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:52 smithi089 ceph-mon[103441]: pgmap v14210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:52 smithi026 ceph-mon[93126]: pgmap v14210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:53.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:53.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:54.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:54.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:54 smithi089 ceph-mon[103441]: pgmap v14211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:55.181 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:54 smithi026 ceph-mon[93126]: pgmap v14211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:55.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:55.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:56.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:56.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:56 smithi089 ceph-mon[103441]: pgmap v14212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:56 smithi026 ceph-mon[93126]: pgmap v14212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:33:57.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:57.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:58.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:58.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:33:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:33:58 smithi089 ceph-mon[103441]: pgmap v14213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:33:58 smithi026 ceph-mon[93126]: pgmap v14213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:33:59.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:33:59.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:00.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:00.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:00 smithi089 ceph-mon[103441]: pgmap v14214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:00 smithi026 ceph-mon[93126]: pgmap v14214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:01.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:01.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:02.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:02.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:02 smithi089 ceph-mon[103441]: pgmap v14215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:02 smithi026 ceph-mon[93126]: pgmap v14215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:03.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:03.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:34:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:34:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:04.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:04.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:04 smithi089 ceph-mon[103441]: pgmap v14216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:05.296 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:04 smithi026 ceph-mon[93126]: pgmap v14216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:05.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:05.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:06.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:06.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:06 smithi089 ceph-mon[103441]: pgmap v14217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:06 smithi026 ceph-mon[93126]: pgmap v14217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:07.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:07.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:08.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:08.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:08 smithi089 ceph-mon[103441]: pgmap v14218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:34:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:34:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:34:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:34:09.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:34:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:34:09.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:34:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:08 smithi026 ceph-mon[93126]: pgmap v14218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:34:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:34:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:34:09.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:34:09.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:34:09.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:34:09.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:34:09.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:09.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:10.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:10.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:11.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:10 smithi089 ceph-mon[103441]: pgmap v14219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:10 smithi026 ceph-mon[93126]: pgmap v14219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:11.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:11.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:12.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:12.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:12 smithi089 ceph-mon[103441]: pgmap v14220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:12 smithi026 ceph-mon[93126]: pgmap v14220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:13.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:13.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:14.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:14.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:15.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:14 smithi026 ceph-mon[93126]: pgmap v14221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:14 smithi089 ceph-mon[103441]: pgmap v14221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:15.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:15.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:16.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:16.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:16 smithi026 ceph-mon[93126]: pgmap v14222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:16 smithi089 ceph-mon[103441]: pgmap v14222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:17.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:17.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:18.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:18.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:18 smithi026 ceph-mon[93126]: pgmap v14223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:18 smithi089 ceph-mon[103441]: pgmap v14223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:19.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:19.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:20.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:20.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:20 smithi026 ceph-mon[93126]: pgmap v14224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:20 smithi089 ceph-mon[103441]: pgmap v14224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:21.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:21.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:22.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:22.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:22 smithi089 ceph-mon[103441]: pgmap v14225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:22 smithi026 ceph-mon[93126]: pgmap v14225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:23.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:23.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:24.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:24.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:24 smithi026 ceph-mon[93126]: pgmap v14226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:24 smithi089 ceph-mon[103441]: pgmap v14226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:25.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:25.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:26.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:26.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:26 smithi026 ceph-mon[93126]: pgmap v14227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:26 smithi089 ceph-mon[103441]: pgmap v14227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:27.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:27.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:28.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:28.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:28 smithi026 ceph-mon[93126]: pgmap v14228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:28 smithi089 ceph-mon[103441]: pgmap v14228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:29.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:29.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:30.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:30.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:30 smithi026 ceph-mon[93126]: pgmap v14229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:30 smithi089 ceph-mon[103441]: pgmap v14229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:31.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:31.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:32.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:32.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:32 smithi089 ceph-mon[103441]: pgmap v14230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:32 smithi026 ceph-mon[93126]: pgmap v14230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:33.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:33.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:34.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:34.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:34 smithi026 ceph-mon[93126]: pgmap v14231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:34 smithi089 ceph-mon[103441]: pgmap v14231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:35.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:35.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:36.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:36.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:36 smithi026 ceph-mon[93126]: pgmap v14232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:36 smithi089 ceph-mon[103441]: pgmap v14232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:37.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:37.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:38.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:38.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:38 smithi026 ceph-mon[93126]: pgmap v14233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:38 smithi089 ceph-mon[103441]: pgmap v14233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:39.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:39.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:40.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:40.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:40 smithi026 ceph-mon[93126]: pgmap v14234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:40 smithi089 ceph-mon[103441]: pgmap v14234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:41.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:41.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:42.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:42.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:42 smithi026 ceph-mon[93126]: pgmap v14235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:42 smithi089 ceph-mon[103441]: pgmap v14235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:43.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:43.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:44.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:44.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:44 smithi026 ceph-mon[93126]: pgmap v14236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:44 smithi089 ceph-mon[103441]: pgmap v14236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:45.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:45.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:46.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:46.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:46 smithi026 ceph-mon[93126]: pgmap v14237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:46 smithi089 ceph-mon[103441]: pgmap v14237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:47.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:47.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:48.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:48.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:48 smithi026 ceph-mon[93126]: pgmap v14238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:48 smithi089 ceph-mon[103441]: pgmap v14238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:34:49.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:49.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:50.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:51.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:50 smithi026 ceph-mon[93126]: pgmap v14239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:50 smithi089 ceph-mon[103441]: pgmap v14239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:52.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:52.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:53.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:53.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:52 smithi026 ceph-mon[93126]: pgmap v14240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:52 smithi089 ceph-mon[103441]: pgmap v14240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:54.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:54.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:55.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:55.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:54 smithi026 ceph-mon[93126]: pgmap v14241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:54 smithi089 ceph-mon[103441]: pgmap v14241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:56.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:56.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:57.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:57.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:56 smithi026 ceph-mon[93126]: pgmap v14242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:56 smithi089 ceph-mon[103441]: pgmap v14242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:34:58.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:58.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:59.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:34:59.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:34:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:34:58 smithi026 ceph-mon[93126]: pgmap v14243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:34:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:34:58 smithi089 ceph-mon[103441]: pgmap v14243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:00.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:00.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:01.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:01.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:01 smithi026 ceph-mon[93126]: pgmap v14244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:01 smithi089 ceph-mon[103441]: pgmap v14244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:02.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:02.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:03.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:03.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:03 smithi026 ceph-mon[93126]: pgmap v14245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:03 smithi089 ceph-mon[103441]: pgmap v14245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:04.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:04.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:05.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:05.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:05 smithi026 ceph-mon[93126]: pgmap v14246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:05 smithi089 ceph-mon[103441]: pgmap v14246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:06.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:06.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:07.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:07.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:07 smithi026 ceph-mon[93126]: pgmap v14247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:07 smithi089 ceph-mon[103441]: pgmap v14247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:08.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:08.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:09.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:09.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:09 smithi026 ceph-mon[93126]: pgmap v14248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:35:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:09 smithi089 ceph-mon[103441]: pgmap v14248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:35:10.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:10.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:35:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:35:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:35:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:35:10.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:35:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:35:10.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:35:10.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:35:10.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:35:10.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:35:11.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:11.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:11 smithi026 ceph-mon[93126]: pgmap v14249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:11 smithi089 ceph-mon[103441]: pgmap v14249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:12.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:12.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:13.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:13.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:13.284 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:13 smithi089 ceph-mon[103441]: pgmap v14250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:13 smithi026 ceph-mon[93126]: pgmap v14250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:14.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:14.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:15.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:15.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:15.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:15 smithi026 ceph-mon[93126]: pgmap v14251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:15 smithi089 ceph-mon[103441]: pgmap v14251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:16.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:16.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:17.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:17.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:17 smithi026 ceph-mon[93126]: pgmap v14252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:17 smithi089 ceph-mon[103441]: pgmap v14252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:18.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:18.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:19.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:19.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:19 smithi026 ceph-mon[93126]: pgmap v14253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:19 smithi089 ceph-mon[103441]: pgmap v14253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:20.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:20.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:21.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:21.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:21 smithi026 ceph-mon[93126]: pgmap v14254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:21 smithi089 ceph-mon[103441]: pgmap v14254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:22.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:22.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:23.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:23.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:23 smithi026 ceph-mon[93126]: pgmap v14255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:23.388 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:23 smithi089 ceph-mon[103441]: pgmap v14255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:24.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:24.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:25.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:25.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:25 smithi026 ceph-mon[93126]: pgmap v14256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:25 smithi089 ceph-mon[103441]: pgmap v14256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:26.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:26.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:27.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:27.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:27 smithi026 ceph-mon[93126]: pgmap v14257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:27 smithi089 ceph-mon[103441]: pgmap v14257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:28.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:28.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:29.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:29.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:29 smithi026 ceph-mon[93126]: pgmap v14258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:29 smithi089 ceph-mon[103441]: pgmap v14258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:30.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:30.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:31.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:31.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:31 smithi026 ceph-mon[93126]: pgmap v14259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:31 smithi089 ceph-mon[103441]: pgmap v14259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:32.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:32.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:33.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:33.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:33 smithi089 ceph-mon[103441]: pgmap v14260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:33 smithi026 ceph-mon[93126]: pgmap v14260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:34.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:34.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:35.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:35.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:35 smithi089 ceph-mon[103441]: pgmap v14261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:35 smithi026 ceph-mon[93126]: pgmap v14261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:36.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:36.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:37.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:37.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:37 smithi089 ceph-mon[103441]: pgmap v14262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:37 smithi026 ceph-mon[93126]: pgmap v14262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:38.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:38.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:39.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:39.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:39 smithi089 ceph-mon[103441]: pgmap v14263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:39 smithi026 ceph-mon[93126]: pgmap v14263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:40.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:40.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:41.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:41.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:41.386 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:41 smithi026 ceph-mon[93126]: pgmap v14264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:41 smithi089 ceph-mon[103441]: pgmap v14264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:42.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:42.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:43.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:43.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:43 smithi089 ceph-mon[103441]: pgmap v14265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:43 smithi026 ceph-mon[93126]: pgmap v14265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:44.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:44.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:45.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:45.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:45 smithi089 ceph-mon[103441]: pgmap v14266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:45 smithi026 ceph-mon[93126]: pgmap v14266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:46.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:46.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:47.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:47.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:47 smithi089 ceph-mon[103441]: pgmap v14267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:47 smithi026 ceph-mon[93126]: pgmap v14267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:48.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:48.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:49.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:49.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:49 smithi089 ceph-mon[103441]: pgmap v14268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:49 smithi026 ceph-mon[93126]: pgmap v14268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:35:50.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:50.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:51.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:51.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:51 smithi089 ceph-mon[103441]: pgmap v14269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:51.501 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:51 smithi026 ceph-mon[93126]: pgmap v14269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:52.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:52.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:53.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:53.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:53 smithi089 ceph-mon[103441]: pgmap v14270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:53 smithi026 ceph-mon[93126]: pgmap v14270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:54.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:54.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:55.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:55.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:55 smithi089 ceph-mon[103441]: pgmap v14271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:55 smithi026 ceph-mon[93126]: pgmap v14271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:56.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:56.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:57.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:57.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:57 smithi089 ceph-mon[103441]: pgmap v14272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:57 smithi026 ceph-mon[93126]: pgmap v14272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:35:58.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:58.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:59.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:35:59.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:35:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:35:59 smithi089 ceph-mon[103441]: pgmap v14273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:35:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:35:59 smithi026 ceph-mon[93126]: pgmap v14273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:00.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:00.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:01.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:01.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:01 smithi089 ceph-mon[103441]: pgmap v14274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:01 smithi026 ceph-mon[93126]: pgmap v14274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:02.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:02.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:03.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:03.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:03 smithi089 ceph-mon[103441]: pgmap v14275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:03 smithi026 ceph-mon[93126]: pgmap v14275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:04.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:04.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:05.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:05.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:05 smithi089 ceph-mon[103441]: pgmap v14276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:05 smithi026 ceph-mon[93126]: pgmap v14276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:06.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:06.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:06.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:06 smithi089 ceph-mon[103441]: pgmap v14277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:06.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:06 smithi026 ceph-mon[93126]: pgmap v14277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:07.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:07.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:08.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:08.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:08 smithi089 ceph-mon[103441]: pgmap v14278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:08.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:08 smithi026 ceph-mon[93126]: pgmap v14278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:09.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:09.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:10.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:10.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:10.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:10 smithi089 ceph-mon[103441]: pgmap v14279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:36:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:10.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:10.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:10 smithi026 ceph-mon[93126]: pgmap v14279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:36:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:10.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:11.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:11.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:12.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:12.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:12.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:12 smithi089 ceph-mon[103441]: pgmap v14280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:12 smithi026 ceph-mon[93126]: pgmap v14280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:13.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:13.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:14.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:14.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:14 smithi089 ceph-mon[103441]: pgmap v14281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:14 smithi026 ceph-mon[93126]: pgmap v14281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:15.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:15.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:16.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:16.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:16 smithi026 ceph-mon[93126]: pgmap v14282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:17.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:17.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:16 smithi089 ceph-mon[103441]: pgmap v14282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:18.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:18.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:18.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:18.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:18 smithi089 ceph-mon[103441]: pgmap v14283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:18.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:36:18.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:36:18.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:18.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:36:18.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:18.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:18.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:18.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:18 smithi026 ceph-mon[93126]: pgmap v14283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:18.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:36:18.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:36:18.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:18.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:36:18.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:36:19.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:19.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:20.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:20.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:21.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:21.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:20 smithi089 ceph-mon[103441]: pgmap v14284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:20 smithi026 ceph-mon[93126]: pgmap v14284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:22.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:22.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:23.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:23.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:22 smithi089 ceph-mon[103441]: pgmap v14285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:22 smithi026 ceph-mon[93126]: pgmap v14285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:24.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:24.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:25.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:25.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:25.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:24 smithi089 ceph-mon[103441]: pgmap v14286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:24 smithi026 ceph-mon[93126]: pgmap v14286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:26.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:26.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:27.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:27.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:26 smithi089 ceph-mon[103441]: pgmap v14287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:26 smithi026 ceph-mon[93126]: pgmap v14287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:28.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:28.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:29.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:29.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:28 smithi089 ceph-mon[103441]: pgmap v14288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:28 smithi026 ceph-mon[93126]: pgmap v14288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:30.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:30.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:31.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:31.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:30 smithi089 ceph-mon[103441]: pgmap v14289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:30 smithi026 ceph-mon[93126]: pgmap v14289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:32.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:32.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:33.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:33.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:32 smithi089 ceph-mon[103441]: pgmap v14290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:32 smithi026 ceph-mon[93126]: pgmap v14290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:34.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:34.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:35.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:35.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:34 smithi026 ceph-mon[93126]: pgmap v14291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:34 smithi089 ceph-mon[103441]: pgmap v14291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:36.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:36.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:37.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:37.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:36 smithi026 ceph-mon[93126]: pgmap v14292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:36 smithi089 ceph-mon[103441]: pgmap v14292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:38.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:38.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:39.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:39.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:38 smithi026 ceph-mon[93126]: pgmap v14293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:38 smithi089 ceph-mon[103441]: pgmap v14293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:40.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:40.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:41.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:41.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:40 smithi026 ceph-mon[93126]: pgmap v14294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:40 smithi089 ceph-mon[103441]: pgmap v14294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:42.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:42.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:43.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:43.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:42 smithi026 ceph-mon[93126]: pgmap v14295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:42 smithi089 ceph-mon[103441]: pgmap v14295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:44.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:44.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:45.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:45.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:44 smithi026 ceph-mon[93126]: pgmap v14296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:44 smithi089 ceph-mon[103441]: pgmap v14296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:46.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:46.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:47.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:47.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:46 smithi026 ceph-mon[93126]: pgmap v14297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:46 smithi089 ceph-mon[103441]: pgmap v14297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:48.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:48.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:49.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:49.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:49.278 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:48 smithi089 ceph-mon[103441]: pgmap v14298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:49.279 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:48 smithi026 ceph-mon[93126]: pgmap v14298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:36:50.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:50.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:51.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:51.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:50 smithi026 ceph-mon[93126]: pgmap v14299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:50 smithi089 ceph-mon[103441]: pgmap v14299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:52.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:52.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:53.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:53.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:52 smithi026 ceph-mon[93126]: pgmap v14300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:52 smithi089 ceph-mon[103441]: pgmap v14300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:54.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:54.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:55.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:55.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:54 smithi026 ceph-mon[93126]: pgmap v14301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:54 smithi089 ceph-mon[103441]: pgmap v14301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:56.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:56.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:57.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:57.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:57.245 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:56 smithi026 ceph-mon[93126]: pgmap v14302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:56 smithi089 ceph-mon[103441]: pgmap v14302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:36:58.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:58.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:59.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:36:59.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:36:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:36:58 smithi026 ceph-mon[93126]: pgmap v14303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:36:59.383 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:36:58 smithi089 ceph-mon[103441]: pgmap v14303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:00.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:00.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:01.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:01.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:00 smithi026 ceph-mon[93126]: pgmap v14304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:00 smithi089 ceph-mon[103441]: pgmap v14304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:02.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:02.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:03.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:03.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:02 smithi026 ceph-mon[93126]: pgmap v14305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:02 smithi089 ceph-mon[103441]: pgmap v14305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:04.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:04.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:04.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:05.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:05.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:04 smithi026 ceph-mon[93126]: pgmap v14306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:04 smithi089 ceph-mon[103441]: pgmap v14306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:06.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:06.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:07.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:07.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:06 smithi026 ceph-mon[93126]: pgmap v14307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:06 smithi089 ceph-mon[103441]: pgmap v14307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:08.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:08.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:09.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:09.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:08 smithi026 ceph-mon[93126]: pgmap v14308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:08 smithi089 ceph-mon[103441]: pgmap v14308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:10.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:10.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:11.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:11.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:10 smithi026 ceph-mon[93126]: pgmap v14309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:10 smithi089 ceph-mon[103441]: pgmap v14309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:12.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:12.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:13.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:13.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:12 smithi026 ceph-mon[93126]: pgmap v14310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:12 smithi089 ceph-mon[103441]: pgmap v14310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:14.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:14.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:15.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:15.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:14 smithi026 ceph-mon[93126]: pgmap v14311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:14 smithi089 ceph-mon[103441]: pgmap v14311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:16.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:16.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:17.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:17.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:16 smithi026 ceph-mon[93126]: pgmap v14312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:16 smithi089 ceph-mon[103441]: pgmap v14312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:18.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:18.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:37:18.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:37:19.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:19.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:19 smithi026 ceph-mon[93126]: pgmap v14313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:37:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:37:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:37:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:37:19.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:37:19.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:19 smithi089 ceph-mon[103441]: pgmap v14313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:37:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:37:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:37:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:37:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:37:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:20.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:20.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:21.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:21.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:21 smithi026 ceph-mon[93126]: pgmap v14314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:21 smithi089 ceph-mon[103441]: pgmap v14314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:22.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:22.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:23.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:23.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:23 smithi026 ceph-mon[93126]: pgmap v14315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:23 smithi089 ceph-mon[103441]: pgmap v14315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:24.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:24.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:25.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:25.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:25 smithi026 ceph-mon[93126]: pgmap v14316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:25 smithi089 ceph-mon[103441]: pgmap v14316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:26.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:26.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:27.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:27.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:27 smithi026 ceph-mon[93126]: pgmap v14317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:27 smithi089 ceph-mon[103441]: pgmap v14317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:28.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:28.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:29.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:29.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:29 smithi026 ceph-mon[93126]: pgmap v14318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:29 smithi089 ceph-mon[103441]: pgmap v14318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:30.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:30.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:31.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:31.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:31 smithi026 ceph-mon[93126]: pgmap v14319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:31 smithi089 ceph-mon[103441]: pgmap v14319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:32.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:32.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:33.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:33.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:33 smithi026 ceph-mon[93126]: pgmap v14320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:33 smithi089 ceph-mon[103441]: pgmap v14320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:34.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:34.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:35.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:35.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:35 smithi026 ceph-mon[93126]: pgmap v14321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:35 smithi089 ceph-mon[103441]: pgmap v14321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:36.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:36.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:37.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:37.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:37 smithi026 ceph-mon[93126]: pgmap v14322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:37 smithi089 ceph-mon[103441]: pgmap v14322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:38.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:38.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:39.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:39.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:39 smithi026 ceph-mon[93126]: pgmap v14323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:39 smithi089 ceph-mon[103441]: pgmap v14323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:40.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:40.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:41.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:41.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:41 smithi026 ceph-mon[93126]: pgmap v14324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:41 smithi089 ceph-mon[103441]: pgmap v14324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:42.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:42.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:43.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:43.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:43 smithi026 ceph-mon[93126]: pgmap v14325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:43 smithi089 ceph-mon[103441]: pgmap v14325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:44.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:44.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:45.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:45 smithi089 ceph-mon[103441]: pgmap v14326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:45.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:45.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:45 smithi026 ceph-mon[93126]: pgmap v14326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:46.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:46.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:47.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:47.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:47 smithi089 ceph-mon[103441]: pgmap v14327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:47 smithi026 ceph-mon[93126]: pgmap v14327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:48.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:48.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:49.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:49.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:49 smithi089 ceph-mon[103441]: pgmap v14328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:49 smithi026 ceph-mon[93126]: pgmap v14328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:37:50.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:50.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:51.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:51.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:51 smithi089 ceph-mon[103441]: pgmap v14329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:51 smithi026 ceph-mon[93126]: pgmap v14329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:52.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:52.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:53.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:53.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:53 smithi026 ceph-mon[93126]: pgmap v14330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:53 smithi089 ceph-mon[103441]: pgmap v14330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:54.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:54.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:55.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:55.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:55 smithi089 ceph-mon[103441]: pgmap v14331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:55 smithi026 ceph-mon[93126]: pgmap v14331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:56.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:56.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:57.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:57.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:57 smithi089 ceph-mon[103441]: pgmap v14332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:57 smithi026 ceph-mon[93126]: pgmap v14332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:37:58.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:58.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:59.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:37:59.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:37:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:37:59 smithi089 ceph-mon[103441]: pgmap v14333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:37:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:37:59 smithi026 ceph-mon[93126]: pgmap v14333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:00.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:00.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:01.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:01.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:01 smithi089 ceph-mon[103441]: pgmap v14334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:01 smithi026 ceph-mon[93126]: pgmap v14334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:02.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:02.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:03 smithi026 ceph-mon[93126]: pgmap v14335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:03.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:03.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:03 smithi089 ceph-mon[103441]: pgmap v14335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:04.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:04.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:05.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:05.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:05 smithi089 ceph-mon[103441]: pgmap v14336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:05 smithi026 ceph-mon[93126]: pgmap v14336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:06.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:06.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:07.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:07.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:07 smithi089 ceph-mon[103441]: pgmap v14337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:07 smithi026 ceph-mon[93126]: pgmap v14337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:08.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:08.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:09.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:09.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:09 smithi089 ceph-mon[103441]: pgmap v14338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:09 smithi026 ceph-mon[93126]: pgmap v14338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:10.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:10.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:11.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:11.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:11 smithi089 ceph-mon[103441]: pgmap v14339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:11 smithi026 ceph-mon[93126]: pgmap v14339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:12.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:12.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:13.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:13.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:13 smithi089 ceph-mon[103441]: pgmap v14340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:13 smithi026 ceph-mon[93126]: pgmap v14340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:14.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:14.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:15.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:15.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:15 smithi089 ceph-mon[103441]: pgmap v14341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:15 smithi026 ceph-mon[93126]: pgmap v14341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:16.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:16.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:17.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:17.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:17 smithi089 ceph-mon[103441]: pgmap v14342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:17 smithi026 ceph-mon[93126]: pgmap v14342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:18.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:18.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:19.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:19.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:19 smithi089 ceph-mon[103441]: pgmap v14343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:38:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:38:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:38:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:19 smithi026 ceph-mon[93126]: pgmap v14343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:38:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:38:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:38:20.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:20.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:38:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:38:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:38:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:38:20.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:38:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:38:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:38:20.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:38:20.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:38:20.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:38:21.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:21.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:21 smithi089 ceph-mon[103441]: pgmap v14344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:21 smithi026 ceph-mon[93126]: pgmap v14344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:22.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:22.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:23.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:23.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:23 smithi089 ceph-mon[103441]: pgmap v14345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:23 smithi026 ceph-mon[93126]: pgmap v14345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:24.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:24.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:25.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:25.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:25 smithi089 ceph-mon[103441]: pgmap v14346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:25 smithi026 ceph-mon[93126]: pgmap v14346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:26.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:26.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:27.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:27.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:27 smithi089 ceph-mon[103441]: pgmap v14347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:27 smithi026 ceph-mon[93126]: pgmap v14347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:28.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:28.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:29.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:29.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:29 smithi089 ceph-mon[103441]: pgmap v14348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:29 smithi026 ceph-mon[93126]: pgmap v14348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:30.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:30.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:31.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:31.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:31 smithi089 ceph-mon[103441]: pgmap v14349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:31 smithi026 ceph-mon[93126]: pgmap v14349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:32.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:32.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:33.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:33.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:33 smithi089 ceph-mon[103441]: pgmap v14350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:33 smithi026 ceph-mon[93126]: pgmap v14350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:34.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:34.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:35.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:35.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:35 smithi089 ceph-mon[103441]: pgmap v14351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:35 smithi026 ceph-mon[93126]: pgmap v14351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:36.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:36.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:37.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:37.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:37 smithi089 ceph-mon[103441]: pgmap v14352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:37 smithi026 ceph-mon[93126]: pgmap v14352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:38.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:38.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:38 smithi089 ceph-mon[103441]: pgmap v14353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:38 smithi026 ceph-mon[93126]: pgmap v14353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:39.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:39.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:40.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:40.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:40 smithi026 ceph-mon[93126]: pgmap v14354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:41.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:41.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:40 smithi089 ceph-mon[103441]: pgmap v14354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:42.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:42.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:42 smithi026 ceph-mon[93126]: pgmap v14355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:43.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:43.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:42 smithi089 ceph-mon[103441]: pgmap v14355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:44.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:44.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:44 smithi026 ceph-mon[93126]: pgmap v14356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:45.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:45.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:44 smithi089 ceph-mon[103441]: pgmap v14356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:46.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:46.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:46 smithi026 ceph-mon[93126]: pgmap v14357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:47.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:47.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:46 smithi089 ceph-mon[103441]: pgmap v14357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:48.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:48.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:48 smithi026 ceph-mon[93126]: pgmap v14358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:49.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:49.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:48 smithi089 ceph-mon[103441]: pgmap v14358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:38:50.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:50.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:50 smithi026 ceph-mon[93126]: pgmap v14359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:51.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:51.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:50 smithi089 ceph-mon[103441]: pgmap v14359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:52.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:52.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:52 smithi026 ceph-mon[93126]: pgmap v14360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:53.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:53.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:52 smithi089 ceph-mon[103441]: pgmap v14360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:54.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:54.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:54 smithi026 ceph-mon[93126]: pgmap v14361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:55.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:55.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:55.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:54 smithi089 ceph-mon[103441]: pgmap v14361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:56.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:56.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:56 smithi026 ceph-mon[93126]: pgmap v14362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:57.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:57.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:56 smithi089 ceph-mon[103441]: pgmap v14362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:38:58.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:58.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:38:58 smithi026 ceph-mon[93126]: pgmap v14363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:38:59.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:38:59.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:38:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:38:58 smithi089 ceph-mon[103441]: pgmap v14363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:00.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:00.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:00 smithi026 ceph-mon[93126]: pgmap v14364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:01.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:01.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:00 smithi089 ceph-mon[103441]: pgmap v14364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:02.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:02.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:02 smithi026 ceph-mon[93126]: pgmap v14365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:03.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:03.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:02 smithi089 ceph-mon[103441]: pgmap v14365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:04.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:04.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:04 smithi026 ceph-mon[93126]: pgmap v14366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:05.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:05.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:04 smithi089 ceph-mon[103441]: pgmap v14366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:06.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:06.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:06 smithi026 ceph-mon[93126]: pgmap v14367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:06 smithi089 ceph-mon[103441]: pgmap v14367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:07.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:07.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:08.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:08.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:08 smithi026 ceph-mon[93126]: pgmap v14368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:08 smithi089 ceph-mon[103441]: pgmap v14368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:09.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:09.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:10.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:10.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:10 smithi089 ceph-mon[103441]: pgmap v14369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:10 smithi026 ceph-mon[93126]: pgmap v14369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:11.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:11.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:12.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:12.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:12 smithi026 ceph-mon[93126]: pgmap v14370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:12 smithi089 ceph-mon[103441]: pgmap v14370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:13.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:13.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:14.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:14.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:14 smithi026 ceph-mon[93126]: pgmap v14371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:14 smithi089 ceph-mon[103441]: pgmap v14371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:15.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:15.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:16.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:16.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:16 smithi026 ceph-mon[93126]: pgmap v14372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:16 smithi089 ceph-mon[103441]: pgmap v14372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:17.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:17.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:18.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:18.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:19 smithi026 ceph-mon[93126]: pgmap v14373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:19 smithi089 ceph-mon[103441]: pgmap v14373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:19.497 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:19.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:19.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:39:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:39:20.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:20.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:21 smithi089 ceph-mon[103441]: pgmap v14374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:39:21.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:39:21.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:39:21.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:39:21.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:39:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:21 smithi026 ceph-mon[93126]: pgmap v14374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:39:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:39:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:39:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:39:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:39:21.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:21.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:22.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:22.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:23 smithi026 ceph-mon[93126]: pgmap v14375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:23 smithi089 ceph-mon[103441]: pgmap v14375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:23.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:23.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:24.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:24.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:25 smithi026 ceph-mon[93126]: pgmap v14376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:25 smithi089 ceph-mon[103441]: pgmap v14376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:25.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:25.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:26.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:26.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:27 smithi026 ceph-mon[93126]: pgmap v14377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:27 smithi089 ceph-mon[103441]: pgmap v14377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:27.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:27.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:28.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:28.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:29 smithi026 ceph-mon[93126]: pgmap v14378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:29 smithi089 ceph-mon[103441]: pgmap v14378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:29.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:29.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:30.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:30.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:31 smithi026 ceph-mon[93126]: pgmap v14379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:31 smithi089 ceph-mon[103441]: pgmap v14379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:31.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:31.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:32.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:32.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:33 smithi026 ceph-mon[93126]: pgmap v14380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:33 smithi089 ceph-mon[103441]: pgmap v14380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:33.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:33.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:34.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:34.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:35 smithi026 ceph-mon[93126]: pgmap v14381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:35 smithi089 ceph-mon[103441]: pgmap v14381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:35.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:35.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:36.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:36.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:37 smithi026 ceph-mon[93126]: pgmap v14382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:37 smithi089 ceph-mon[103441]: pgmap v14382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:37.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:37.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:38.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:38.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:39 smithi026 ceph-mon[93126]: pgmap v14383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:39 smithi089 ceph-mon[103441]: pgmap v14383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:39.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:39.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:40.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:40.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:41 smithi026 ceph-mon[93126]: pgmap v14384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:41 smithi089 ceph-mon[103441]: pgmap v14384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:41.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:41.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:42.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:42.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:43 smithi026 ceph-mon[93126]: pgmap v14385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:43 smithi089 ceph-mon[103441]: pgmap v14385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:43.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:43.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:44.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:44.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:45 smithi026 ceph-mon[93126]: pgmap v14386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:45.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:45 smithi089 ceph-mon[103441]: pgmap v14386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:45.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:45.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:46.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:46.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:47 smithi026 ceph-mon[93126]: pgmap v14387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:47 smithi089 ceph-mon[103441]: pgmap v14387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:47.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:47.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:48.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:48.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:49 smithi026 ceph-mon[93126]: pgmap v14388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:49 smithi089 ceph-mon[103441]: pgmap v14388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:39:49.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:49.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:50.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:50.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:51 smithi089 ceph-mon[103441]: pgmap v14389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:51.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:51.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:51 smithi026 ceph-mon[93126]: pgmap v14389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:52.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:52.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:53 smithi089 ceph-mon[103441]: pgmap v14390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:53.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:53.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:53 smithi026 ceph-mon[93126]: pgmap v14390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:54.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:54.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:55 smithi089 ceph-mon[103441]: pgmap v14391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:55.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:55.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:55 smithi026 ceph-mon[93126]: pgmap v14391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:56.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:56.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:57 smithi089 ceph-mon[103441]: pgmap v14392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:57.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:57.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:57 smithi026 ceph-mon[93126]: pgmap v14392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:39:58.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:58.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:39:59 smithi089 ceph-mon[103441]: pgmap v14393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:39:59.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:39:59.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:39:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:39:59 smithi026 ceph-mon[93126]: pgmap v14393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:00.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:00.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:01.287 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:00 smithi089 ceph-mon[103441]: pgmap v14394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:01.287 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T04:40:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:00 smithi026 ceph-mon[93126]: pgmap v14394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T04:40:01.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:01.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:02.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:02 smithi026 ceph-mon[93126]: pgmap v14395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:02 smithi089 ceph-mon[103441]: pgmap v14395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:03.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:03.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:04.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:04.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:04 smithi026 ceph-mon[93126]: pgmap v14396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:04 smithi089 ceph-mon[103441]: pgmap v14396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:05.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:05.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:06.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:06.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:06 smithi026 ceph-mon[93126]: pgmap v14397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:06 smithi089 ceph-mon[103441]: pgmap v14397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:07.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:07.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:08.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:08.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:08 smithi026 ceph-mon[93126]: pgmap v14398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:08 smithi089 ceph-mon[103441]: pgmap v14398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:09.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:09.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:10.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:10.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:11.252 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:10 smithi026 ceph-mon[93126]: pgmap v14399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:11.393 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:10 smithi089 ceph-mon[103441]: pgmap v14399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:11.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:11.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:12.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:12.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:12 smithi026 ceph-mon[93126]: pgmap v14400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:12 smithi089 ceph-mon[103441]: pgmap v14400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:13.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:13.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:14.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:14.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:14 smithi026 ceph-mon[93126]: pgmap v14401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:14 smithi089 ceph-mon[103441]: pgmap v14401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:15.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:15.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:16.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:16.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:16 smithi026 ceph-mon[93126]: pgmap v14402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:16 smithi089 ceph-mon[103441]: pgmap v14402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:17.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:17.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:18.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:18.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:18 smithi026 ceph-mon[93126]: pgmap v14403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:18 smithi089 ceph-mon[103441]: pgmap v14403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:19.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:19.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:20.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:20.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:20 smithi026 ceph-mon[93126]: pgmap v14404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:40:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:20 smithi089 ceph-mon[103441]: pgmap v14404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:40:21.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:21.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:40:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:40:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:40:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:40:22.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:40:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:40:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:40:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:40:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:40:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:40:22.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:22.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:23 smithi026 ceph-mon[93126]: pgmap v14405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:23 smithi089 ceph-mon[103441]: pgmap v14405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:23.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:23.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:24.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:24.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:25 smithi026 ceph-mon[93126]: pgmap v14406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:25 smithi089 ceph-mon[103441]: pgmap v14406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:25.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:25.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:26.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:26.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:27 smithi026 ceph-mon[93126]: pgmap v14407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:27 smithi089 ceph-mon[103441]: pgmap v14407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:27.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:27.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:28.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:28.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:29 smithi026 ceph-mon[93126]: pgmap v14408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:29 smithi089 ceph-mon[103441]: pgmap v14408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:29.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:29.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:30.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:30.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:31 smithi026 ceph-mon[93126]: pgmap v14409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:31 smithi089 ceph-mon[103441]: pgmap v14409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:31.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:31.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:32.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:32.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:33 smithi026 ceph-mon[93126]: pgmap v14410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:33 smithi089 ceph-mon[103441]: pgmap v14410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:33.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:33.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:34.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:34.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:35 smithi026 ceph-mon[93126]: pgmap v14411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:35 smithi089 ceph-mon[103441]: pgmap v14411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:35.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:35.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:36.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:36.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:37 smithi089 ceph-mon[103441]: pgmap v14412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:37 smithi026 ceph-mon[93126]: pgmap v14412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:37.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:37.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:38.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:38.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:39.335 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:39 smithi026 ceph-mon[93126]: pgmap v14413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:39 smithi089 ceph-mon[103441]: pgmap v14413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:39.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:39.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:40.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:40.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:41 smithi089 ceph-mon[103441]: pgmap v14414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:41 smithi026 ceph-mon[93126]: pgmap v14414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:41.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:41.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:42.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:42.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:43 smithi089 ceph-mon[103441]: pgmap v14415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:43 smithi026 ceph-mon[93126]: pgmap v14415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:43.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:43.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:44.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:44.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:45 smithi026 ceph-mon[93126]: pgmap v14416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:45 smithi089 ceph-mon[103441]: pgmap v14416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:45.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:45.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:46.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:46.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:47 smithi089 ceph-mon[103441]: pgmap v14417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:47 smithi026 ceph-mon[93126]: pgmap v14417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:47.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:47.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:48.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:48.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:49 smithi089 ceph-mon[103441]: pgmap v14418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:49 smithi026 ceph-mon[93126]: pgmap v14418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:40:49.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:49.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:50.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:50.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:51 smithi089 ceph-mon[103441]: pgmap v14419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:51 smithi026 ceph-mon[93126]: pgmap v14419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:51.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:51.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:52.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:52.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:53 smithi089 ceph-mon[103441]: pgmap v14420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:53 smithi026 ceph-mon[93126]: pgmap v14420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:53.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:53.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:54.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:54.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:55 smithi026 ceph-mon[93126]: pgmap v14421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:55 smithi089 ceph-mon[103441]: pgmap v14421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:55.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:55.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:56.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:56.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:57.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:57 smithi089 ceph-mon[103441]: pgmap v14422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:57 smithi026 ceph-mon[93126]: pgmap v14422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:40:57.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:57.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:58.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:58.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:40:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:40:59 smithi089 ceph-mon[103441]: pgmap v14423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:40:59 smithi026 ceph-mon[93126]: pgmap v14423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:40:59.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:40:59.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:00.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:00.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:01 smithi089 ceph-mon[103441]: pgmap v14424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:01 smithi026 ceph-mon[93126]: pgmap v14424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:01.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:01.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:02.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:02.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:03 smithi089 ceph-mon[103441]: pgmap v14425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:03.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:03 smithi026 ceph-mon[93126]: pgmap v14425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:03.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:03.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:04.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:04.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:05 smithi089 ceph-mon[103441]: pgmap v14426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:05 smithi026 ceph-mon[93126]: pgmap v14426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:05.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:05.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:06.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:06.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:07 smithi089 ceph-mon[103441]: pgmap v14427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:07 smithi026 ceph-mon[93126]: pgmap v14427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:07.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:07.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:08.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:08.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:09 smithi089 ceph-mon[103441]: pgmap v14428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:09 smithi026 ceph-mon[93126]: pgmap v14428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:09.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:09.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:10.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:10.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:11 smithi089 ceph-mon[103441]: pgmap v14429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:11 smithi026 ceph-mon[93126]: pgmap v14429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:11.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:11.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:12.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:12.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:13 smithi089 ceph-mon[103441]: pgmap v14430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:13 smithi026 ceph-mon[93126]: pgmap v14430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:13.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:13.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:14.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:14.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:15 smithi089 ceph-mon[103441]: pgmap v14431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:15 smithi026 ceph-mon[93126]: pgmap v14431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:15.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:15.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:16.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:16.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:17 smithi089 ceph-mon[103441]: pgmap v14432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:17 smithi026 ceph-mon[93126]: pgmap v14432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:17.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:17.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:18.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:18.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:19 smithi089 ceph-mon[103441]: pgmap v14433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:19 smithi026 ceph-mon[93126]: pgmap v14433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:19.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:19.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:20.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:20.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:21 smithi089 ceph-mon[103441]: pgmap v14434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:21 smithi026 ceph-mon[93126]: pgmap v14434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:21.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:21.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:41:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:41:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:41:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:41:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:41:22.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:41:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:41:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:41:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:41:22.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:41:22.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:41:22.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:41:22.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:22.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:23 smithi089 ceph-mon[103441]: pgmap v14435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:23 smithi026 ceph-mon[93126]: pgmap v14435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:23.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:23.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:24.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:24.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:25 smithi089 ceph-mon[103441]: pgmap v14436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:25 smithi026 ceph-mon[93126]: pgmap v14436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:25.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:25.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:26.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:26.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:27 smithi089 ceph-mon[103441]: pgmap v14437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:27 smithi026 ceph-mon[93126]: pgmap v14437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:27.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:27.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:28.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:28.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:29 smithi089 ceph-mon[103441]: pgmap v14438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:29 smithi026 ceph-mon[93126]: pgmap v14438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:29.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:29.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:30.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:30.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:31 smithi089 ceph-mon[103441]: pgmap v14439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:31 smithi026 ceph-mon[93126]: pgmap v14439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:31.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:31.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:32.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:32.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:33 smithi089 ceph-mon[103441]: pgmap v14440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:33 smithi026 ceph-mon[93126]: pgmap v14440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:33.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:33.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:34.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:34.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:35.407 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:35 smithi026 ceph-mon[93126]: pgmap v14441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:35 smithi089 ceph-mon[103441]: pgmap v14441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:35.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:35.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:36.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:36.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:37 smithi089 ceph-mon[103441]: pgmap v14442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:37 smithi026 ceph-mon[93126]: pgmap v14442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:37.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:37.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:38.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:38.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:39 smithi089 ceph-mon[103441]: pgmap v14443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:39 smithi026 ceph-mon[93126]: pgmap v14443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:39.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:39.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:40.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:40.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:41 smithi089 ceph-mon[103441]: pgmap v14444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:41 smithi026 ceph-mon[93126]: pgmap v14444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:41.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:41.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:42.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:42.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:43 smithi089 ceph-mon[103441]: pgmap v14445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:43 smithi026 ceph-mon[93126]: pgmap v14445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:43.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:43.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:44.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:44.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:45 smithi089 ceph-mon[103441]: pgmap v14446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:45.522 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:45 smithi026 ceph-mon[93126]: pgmap v14446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:45.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:45.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:46.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:46.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:47 smithi089 ceph-mon[103441]: pgmap v14447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:47 smithi026 ceph-mon[93126]: pgmap v14447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:47.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:47.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:48.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:48.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:49 smithi026 ceph-mon[93126]: pgmap v14448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:49 smithi089 ceph-mon[103441]: pgmap v14448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:41:49.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:49.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:50.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:50.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:50 smithi026 ceph-mon[93126]: pgmap v14449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:50 smithi089 ceph-mon[103441]: pgmap v14449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:51.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:51.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:52.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:52.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:52 smithi026 ceph-mon[93126]: pgmap v14450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:52 smithi089 ceph-mon[103441]: pgmap v14450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:53.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:53.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:54.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:54.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:54 smithi026 ceph-mon[93126]: pgmap v14451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:54 smithi089 ceph-mon[103441]: pgmap v14451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:55.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:55.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:56.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:56.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:56 smithi026 ceph-mon[93126]: pgmap v14452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:56 smithi089 ceph-mon[103441]: pgmap v14452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:41:57.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:57.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:58.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:58.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:41:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:41:58 smithi026 ceph-mon[93126]: pgmap v14453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:41:58 smithi089 ceph-mon[103441]: pgmap v14453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:41:59.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:41:59.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:00.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:00.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:00 smithi026 ceph-mon[93126]: pgmap v14454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:00 smithi089 ceph-mon[103441]: pgmap v14454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:01.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:01.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:02.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:02.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:03 smithi026 ceph-mon[93126]: pgmap v14455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:03 smithi089 ceph-mon[103441]: pgmap v14455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:03.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:03.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:04.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:04.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:05 smithi026 ceph-mon[93126]: pgmap v14456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:05 smithi089 ceph-mon[103441]: pgmap v14456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:05.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:05.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:06.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:06.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:07 smithi026 ceph-mon[93126]: pgmap v14457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:07 smithi089 ceph-mon[103441]: pgmap v14457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:07.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:07.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:08.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:08.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:09 smithi026 ceph-mon[93126]: pgmap v14458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:09 smithi089 ceph-mon[103441]: pgmap v14458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:09.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:09.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:10.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:10.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:11 smithi026 ceph-mon[93126]: pgmap v14459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:11 smithi089 ceph-mon[103441]: pgmap v14459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:11.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:11.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:12.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:12.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:13 smithi026 ceph-mon[93126]: pgmap v14460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:13 smithi089 ceph-mon[103441]: pgmap v14460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:13.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:13.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:14.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:14.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:15 smithi026 ceph-mon[93126]: pgmap v14461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:15 smithi089 ceph-mon[103441]: pgmap v14461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:15.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:15.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:16.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:16.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:17 smithi026 ceph-mon[93126]: pgmap v14462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:17 smithi089 ceph-mon[103441]: pgmap v14462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:17.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:17.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:18.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:18.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:19 smithi026 ceph-mon[93126]: pgmap v14463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:19 smithi089 ceph-mon[103441]: pgmap v14463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:19.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:19.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:20.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:20.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:21 smithi026 ceph-mon[93126]: pgmap v14464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:21 smithi089 ceph-mon[103441]: pgmap v14464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:21.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:21.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:22.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:42:22.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:42:22.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:22.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:23 smithi026 ceph-mon[93126]: pgmap v14465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:42:23.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:42:23.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:42:23.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:42:23.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:42:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:23 smithi089 ceph-mon[103441]: pgmap v14465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:42:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:42:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:42:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:42:23.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:42:23.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:23.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:24.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:24.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:25 smithi026 ceph-mon[93126]: pgmap v14466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:25 smithi089 ceph-mon[103441]: pgmap v14466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:25.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:25.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:26.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:26.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:27 smithi026 ceph-mon[93126]: pgmap v14467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:27 smithi089 ceph-mon[103441]: pgmap v14467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:27.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:27.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:28.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:28.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:29 smithi026 ceph-mon[93126]: pgmap v14468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:29 smithi089 ceph-mon[103441]: pgmap v14468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:29.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:29.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:30.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:30.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:31 smithi026 ceph-mon[93126]: pgmap v14469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:31 smithi089 ceph-mon[103441]: pgmap v14469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:31.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:31.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:32.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:32.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:33 smithi089 ceph-mon[103441]: pgmap v14470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:33 smithi026 ceph-mon[93126]: pgmap v14470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:33.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:33.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:34.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:34.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:35 smithi089 ceph-mon[103441]: pgmap v14471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:35 smithi026 ceph-mon[93126]: pgmap v14471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:35.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:35.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:36.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:36.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:37 smithi089 ceph-mon[103441]: pgmap v14472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:37 smithi026 ceph-mon[93126]: pgmap v14472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:37.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:37.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:38.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:38.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:39 smithi089 ceph-mon[103441]: pgmap v14473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:39 smithi026 ceph-mon[93126]: pgmap v14473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:39.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:39.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:40.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:40.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:41 smithi089 ceph-mon[103441]: pgmap v14474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:41 smithi026 ceph-mon[93126]: pgmap v14474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:41.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:41.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:42.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:42.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:43 smithi089 ceph-mon[103441]: pgmap v14475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:43 smithi026 ceph-mon[93126]: pgmap v14475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:43.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:43.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:44.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:44.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:45 smithi089 ceph-mon[103441]: pgmap v14476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:45 smithi026 ceph-mon[93126]: pgmap v14476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:45.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:45.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:46.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:46.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:47 smithi089 ceph-mon[103441]: pgmap v14477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:47 smithi026 ceph-mon[93126]: pgmap v14477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:47.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:47.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:48.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:48.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:49 smithi089 ceph-mon[103441]: pgmap v14478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:49 smithi026 ceph-mon[93126]: pgmap v14478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:42:49.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:49.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:50.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:50.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:51 smithi089 ceph-mon[103441]: pgmap v14479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:51 smithi026 ceph-mon[93126]: pgmap v14479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:51.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:51.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:52.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:52.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:53 smithi089 ceph-mon[103441]: pgmap v14480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:53 smithi026 ceph-mon[93126]: pgmap v14480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:53.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:53.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:54.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:54.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:55 smithi089 ceph-mon[103441]: pgmap v14481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:55 smithi026 ceph-mon[93126]: pgmap v14481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:55.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:55.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:56.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:56.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:57 smithi089 ceph-mon[103441]: pgmap v14482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:57 smithi026 ceph-mon[93126]: pgmap v14482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:42:57.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:57.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:58.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:58.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:42:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:42:59 smithi089 ceph-mon[103441]: pgmap v14483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:42:59 smithi026 ceph-mon[93126]: pgmap v14483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:42:59.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:42:59.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:00.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:00.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:01.384 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:01 smithi026 ceph-mon[93126]: pgmap v14484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:01 smithi089 ceph-mon[103441]: pgmap v14484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:01.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:01.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:02.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:02.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:03 smithi089 ceph-mon[103441]: pgmap v14485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:03 smithi026 ceph-mon[93126]: pgmap v14485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:03.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:03.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:04.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:04.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:05 smithi089 ceph-mon[103441]: pgmap v14486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:05 smithi026 ceph-mon[93126]: pgmap v14486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:05.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:05.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:06.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:06.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:07 smithi089 ceph-mon[103441]: pgmap v14487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:07 smithi026 ceph-mon[93126]: pgmap v14487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:07.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:07.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:08.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:08.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:09 smithi089 ceph-mon[103441]: pgmap v14488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:09 smithi026 ceph-mon[93126]: pgmap v14488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:09.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:09.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:10.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:10.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:11 smithi089 ceph-mon[103441]: pgmap v14489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:11.500 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:11 smithi026 ceph-mon[93126]: pgmap v14489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:11.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:11.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:12.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:12.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:13 smithi089 ceph-mon[103441]: pgmap v14490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:13 smithi026 ceph-mon[93126]: pgmap v14490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:13.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:13.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:14.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:14.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:15 smithi089 ceph-mon[103441]: pgmap v14491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:15 smithi026 ceph-mon[93126]: pgmap v14491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:15.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:15.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:16.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:16.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:17 smithi089 ceph-mon[103441]: pgmap v14492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:17 smithi026 ceph-mon[93126]: pgmap v14492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:17.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:17.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:18.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:18.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:19 smithi089 ceph-mon[103441]: pgmap v14493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:19 smithi026 ceph-mon[93126]: pgmap v14493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:19.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:19.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:20.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:20.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:21 smithi089 ceph-mon[103441]: pgmap v14494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:21 smithi026 ceph-mon[93126]: pgmap v14494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:21.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:21.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:22.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:22.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:23.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:23 smithi089 ceph-mon[103441]: pgmap v14495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:23.390 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:43:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:23 smithi026 ceph-mon[93126]: pgmap v14495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:43:23.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:23.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:43:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:43:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:43:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:43:24.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:43:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:43:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:43:24.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:43:24.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:43:24.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:43:24.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:24.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:25 smithi089 ceph-mon[103441]: pgmap v14496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:25 smithi026 ceph-mon[93126]: pgmap v14496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:25.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:25.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:26.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:26.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:27 smithi089 ceph-mon[103441]: pgmap v14497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:27 smithi026 ceph-mon[93126]: pgmap v14497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:27.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:27.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:28.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:28.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:29 smithi089 ceph-mon[103441]: pgmap v14498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:29 smithi026 ceph-mon[93126]: pgmap v14498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:29.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:29.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:30.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:30.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:31 smithi089 ceph-mon[103441]: pgmap v14499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:31 smithi026 ceph-mon[93126]: pgmap v14499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:31.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:31.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:32.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:32.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:33 smithi089 ceph-mon[103441]: pgmap v14500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:33 smithi026 ceph-mon[93126]: pgmap v14500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:33.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:33.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:34.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:34.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:35 smithi089 ceph-mon[103441]: pgmap v14501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:35 smithi026 ceph-mon[93126]: pgmap v14501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:35.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:35.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:36.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:36.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:37 smithi089 ceph-mon[103441]: pgmap v14502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:37 smithi026 ceph-mon[93126]: pgmap v14502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:37.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:37.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:38.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:38.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:39 smithi089 ceph-mon[103441]: pgmap v14503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:39 smithi026 ceph-mon[93126]: pgmap v14503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:39.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:39.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:40.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:40.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:41 smithi089 ceph-mon[103441]: pgmap v14504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:41 smithi026 ceph-mon[93126]: pgmap v14504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:41.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:41.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:42.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:42.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:43 smithi089 ceph-mon[103441]: pgmap v14505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:43 smithi026 ceph-mon[93126]: pgmap v14505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:43.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:43.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:44.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:44.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:45.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:45 smithi089 ceph-mon[103441]: pgmap v14506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:45 smithi026 ceph-mon[93126]: pgmap v14506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:45.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:45.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:46.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:46.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:47 smithi089 ceph-mon[103441]: pgmap v14507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:47 smithi026 ceph-mon[93126]: pgmap v14507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:47.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:47.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:48.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:48.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:49 smithi026 ceph-mon[93126]: pgmap v14508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:49 smithi089 ceph-mon[103441]: pgmap v14508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:43:49.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:49.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:50.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:50.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:51 smithi026 ceph-mon[93126]: pgmap v14509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:51 smithi089 ceph-mon[103441]: pgmap v14509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:51.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:51.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:52.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:52.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:53 smithi026 ceph-mon[93126]: pgmap v14510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:53 smithi089 ceph-mon[103441]: pgmap v14510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:53.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:53.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:54.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:54.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:55 smithi026 ceph-mon[93126]: pgmap v14511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:55 smithi089 ceph-mon[103441]: pgmap v14511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:55.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:55.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:56.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:56.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:57 smithi026 ceph-mon[93126]: pgmap v14512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:57 smithi089 ceph-mon[103441]: pgmap v14512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:43:57.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:57.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:58.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:58.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:43:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:43:59 smithi026 ceph-mon[93126]: pgmap v14513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:43:59 smithi089 ceph-mon[103441]: pgmap v14513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:43:59.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:43:59.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:00.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:00.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:01 smithi026 ceph-mon[93126]: pgmap v14514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:01 smithi089 ceph-mon[103441]: pgmap v14514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:01.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:01.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:02 smithi026 ceph-mon[93126]: pgmap v14515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:02 smithi089 ceph-mon[103441]: pgmap v14515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:02.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:02.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:03.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:03.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:04 smithi089 ceph-mon[103441]: pgmap v14516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:04.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:04.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:04 smithi026 ceph-mon[93126]: pgmap v14516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:05.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:05.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:06.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:06.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:07 smithi026 ceph-mon[93126]: pgmap v14517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:07 smithi089 ceph-mon[103441]: pgmap v14517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:07.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:07.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:08.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:08.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:09 smithi089 ceph-mon[103441]: pgmap v14518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:09 smithi026 ceph-mon[93126]: pgmap v14518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:09.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:09.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:10.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:10.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:11 smithi026 ceph-mon[93126]: pgmap v14519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:11 smithi089 ceph-mon[103441]: pgmap v14519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:11.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:11.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:12.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:12.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:13 smithi026 ceph-mon[93126]: pgmap v14520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:13 smithi089 ceph-mon[103441]: pgmap v14520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:13.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:13.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:14.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:14.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:15 smithi026 ceph-mon[93126]: pgmap v14521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:15 smithi089 ceph-mon[103441]: pgmap v14521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:15.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:15.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:16.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:16.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:17 smithi026 ceph-mon[93126]: pgmap v14522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:17 smithi089 ceph-mon[103441]: pgmap v14522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:17.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:17.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:18.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:18.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:19 smithi026 ceph-mon[93126]: pgmap v14523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:19 smithi089 ceph-mon[103441]: pgmap v14523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:19.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:19.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:20.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:20.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:21 smithi026 ceph-mon[93126]: pgmap v14524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:21 smithi089 ceph-mon[103441]: pgmap v14524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:21.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:21.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:22.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:22.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:23 smithi026 ceph-mon[93126]: pgmap v14525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:23 smithi089 ceph-mon[103441]: pgmap v14525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:23.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:23.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:24.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:44:24.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:44:24.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:24.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:25 smithi026 ceph-mon[93126]: pgmap v14526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:25 smithi089 ceph-mon[103441]: pgmap v14526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:25.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:25.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:26.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:26.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:27 smithi026 ceph-mon[93126]: pgmap v14527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:27 smithi089 ceph-mon[103441]: pgmap v14527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:27.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:27.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:28.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:28.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:29 smithi089 ceph-mon[103441]: pgmap v14528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:44:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:44:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:44:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:44:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:44:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:44:29.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:44:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:29 smithi026 ceph-mon[93126]: pgmap v14528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:44:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:44:29.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:44:29.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:44:29.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:44:29.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:44:29.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:44:29.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:29.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:30.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:30.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:31 smithi026 ceph-mon[93126]: pgmap v14529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:31 smithi089 ceph-mon[103441]: pgmap v14529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:31.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:31.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:32 smithi026 ceph-mon[93126]: pgmap v14530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:32 smithi089 ceph-mon[103441]: pgmap v14530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:32.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:32.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:33.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:33.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:34 smithi089 ceph-mon[103441]: pgmap v14531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:34.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:34.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:34.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:34 smithi026 ceph-mon[93126]: pgmap v14531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:35.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:35.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:36.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:36.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:37 smithi026 ceph-mon[93126]: pgmap v14532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:37 smithi089 ceph-mon[103441]: pgmap v14532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:37.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:37.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:38.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:38.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:39 smithi026 ceph-mon[93126]: pgmap v14533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:39 smithi089 ceph-mon[103441]: pgmap v14533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:39.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:39.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:40.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:40.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:41 smithi026 ceph-mon[93126]: pgmap v14534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:41 smithi089 ceph-mon[103441]: pgmap v14534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:41.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:41.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:42.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:42.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:43 smithi026 ceph-mon[93126]: pgmap v14535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:43 smithi089 ceph-mon[103441]: pgmap v14535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:43.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:43.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:44.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:44.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:45 smithi026 ceph-mon[93126]: pgmap v14536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:45 smithi089 ceph-mon[103441]: pgmap v14536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:46.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:46.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:47.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:47.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:47 smithi026 ceph-mon[93126]: pgmap v14537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:47 smithi089 ceph-mon[103441]: pgmap v14537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:48.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:48.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:49.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:49.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:49 smithi026 ceph-mon[93126]: pgmap v14538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:49 smithi089 ceph-mon[103441]: pgmap v14538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:44:50.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:50.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:51.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:51.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:51 smithi026 ceph-mon[93126]: pgmap v14539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:51 smithi089 ceph-mon[103441]: pgmap v14539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:52.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:52.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:53.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:53.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:53 smithi026 ceph-mon[93126]: pgmap v14540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:53 smithi089 ceph-mon[103441]: pgmap v14540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:54.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:54.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:55.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:55.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:55 smithi089 ceph-mon[103441]: pgmap v14541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:55 smithi026 ceph-mon[93126]: pgmap v14541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:56.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:56.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:57.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:57.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:57 smithi089 ceph-mon[103441]: pgmap v14542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:57 smithi026 ceph-mon[93126]: pgmap v14542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:44:58.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:58.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:59.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:44:59.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:44:59.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:44:59 smithi089 ceph-mon[103441]: pgmap v14543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:44:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:44:59 smithi026 ceph-mon[93126]: pgmap v14543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:00.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:00.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:01.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:01.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:01 smithi089 ceph-mon[103441]: pgmap v14544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:01 smithi026 ceph-mon[93126]: pgmap v14544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:02.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:02.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:03.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:03.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:03 smithi089 ceph-mon[103441]: pgmap v14545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:03 smithi026 ceph-mon[93126]: pgmap v14545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:04.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:04.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:05.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:05.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:05 smithi089 ceph-mon[103441]: pgmap v14546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:05 smithi026 ceph-mon[93126]: pgmap v14546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:06.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:06.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:07.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:07.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:07 smithi089 ceph-mon[103441]: pgmap v14547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:07 smithi026 ceph-mon[93126]: pgmap v14547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:08.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:08.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:09.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:09.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:09 smithi089 ceph-mon[103441]: pgmap v14548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:09 smithi026 ceph-mon[93126]: pgmap v14548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:10.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:10.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:11.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:11.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:11 smithi089 ceph-mon[103441]: pgmap v14549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:11 smithi026 ceph-mon[93126]: pgmap v14549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:12.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:12.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:13.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:13.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:13 smithi026 ceph-mon[93126]: pgmap v14550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:13 smithi089 ceph-mon[103441]: pgmap v14550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:14.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:14.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:15.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:15.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:15 smithi089 ceph-mon[103441]: pgmap v14551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:15 smithi026 ceph-mon[93126]: pgmap v14551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:16.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:16.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:17.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:17.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:17 smithi089 ceph-mon[103441]: pgmap v14552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:17 smithi026 ceph-mon[93126]: pgmap v14552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:18.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:18.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:19.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:19.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:19 smithi089 ceph-mon[103441]: pgmap v14553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:19 smithi026 ceph-mon[93126]: pgmap v14553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:19.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:20.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:20.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:21.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:21.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:21 smithi089 ceph-mon[103441]: pgmap v14554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:21 smithi026 ceph-mon[93126]: pgmap v14554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:22.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:22.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:23.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:23.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:23 smithi026 ceph-mon[93126]: pgmap v14555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:23 smithi089 ceph-mon[103441]: pgmap v14555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:24.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:24.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:25.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:25.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:25 smithi089 ceph-mon[103441]: pgmap v14556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:25 smithi026 ceph-mon[93126]: pgmap v14556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:26.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:26.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:27.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:27.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:27 smithi089 ceph-mon[103441]: pgmap v14557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:27 smithi026 ceph-mon[93126]: pgmap v14557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:28.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:28.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:29.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:29.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:29 smithi089 ceph-mon[103441]: pgmap v14558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:45:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:29 smithi026 ceph-mon[93126]: pgmap v14558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:45:30.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:30.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:45:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:45:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:45:30.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:45:30.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:45:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:45:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:45:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:45:30.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:45:30.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:45:31.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:31.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:31 smithi089 ceph-mon[103441]: pgmap v14559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:31 smithi026 ceph-mon[93126]: pgmap v14559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:32.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:32.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:33.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:33.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:33 smithi089 ceph-mon[103441]: pgmap v14560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:33 smithi026 ceph-mon[93126]: pgmap v14560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:34.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:34.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:35.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:35.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:35 smithi089 ceph-mon[103441]: pgmap v14561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:35 smithi026 ceph-mon[93126]: pgmap v14561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:36.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:36.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:37.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:37.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:37 smithi089 ceph-mon[103441]: pgmap v14562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:37 smithi026 ceph-mon[93126]: pgmap v14562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:38.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:38.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:39.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:39.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:39 smithi089 ceph-mon[103441]: pgmap v14563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:39 smithi026 ceph-mon[93126]: pgmap v14563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:40.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:40.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:41.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:41.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:41 smithi089 ceph-mon[103441]: pgmap v14564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:41 smithi026 ceph-mon[93126]: pgmap v14564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:42.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:42.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:43.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:43.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:43 smithi089 ceph-mon[103441]: pgmap v14565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:43 smithi026 ceph-mon[93126]: pgmap v14565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:44.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:44.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:45.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:45.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:45 smithi089 ceph-mon[103441]: pgmap v14566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:45 smithi026 ceph-mon[93126]: pgmap v14566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:46.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:46.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:47.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:47.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:47 smithi089 ceph-mon[103441]: pgmap v14567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:47 smithi026 ceph-mon[93126]: pgmap v14567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:48.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:48.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:49.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:49.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:49 smithi089 ceph-mon[103441]: pgmap v14568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:49 smithi026 ceph-mon[93126]: pgmap v14568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:45:50.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:50.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:51.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:51.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:51 smithi089 ceph-mon[103441]: pgmap v14569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:51 smithi026 ceph-mon[93126]: pgmap v14569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:52.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:52.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:53.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:53.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:53 smithi089 ceph-mon[103441]: pgmap v14570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:53 smithi026 ceph-mon[93126]: pgmap v14570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:54.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:54.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:55.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:55.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:55 smithi089 ceph-mon[103441]: pgmap v14571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:55 smithi026 ceph-mon[93126]: pgmap v14571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:56.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:56.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:57.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:57.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:57 smithi089 ceph-mon[103441]: pgmap v14572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:57 smithi026 ceph-mon[93126]: pgmap v14572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:45:58.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:58.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:59.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:45:59.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:45:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:45:59 smithi089 ceph-mon[103441]: pgmap v14573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:45:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:45:59 smithi026 ceph-mon[93126]: pgmap v14573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:00.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:00.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:01.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:01.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:01 smithi089 ceph-mon[103441]: pgmap v14574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:01 smithi026 ceph-mon[93126]: pgmap v14574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:02.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:02.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:03.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:03.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:03 smithi089 ceph-mon[103441]: pgmap v14575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:03.457 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:03 smithi026 ceph-mon[93126]: pgmap v14575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:04.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:04.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:05.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:05.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:05 smithi089 ceph-mon[103441]: pgmap v14576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:05 smithi026 ceph-mon[93126]: pgmap v14576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:06.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:06.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:07.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:07.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:07 smithi026 ceph-mon[93126]: pgmap v14577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:07 smithi089 ceph-mon[103441]: pgmap v14577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:08.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:08.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:09.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:09.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:09 smithi026 ceph-mon[93126]: pgmap v14578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:09 smithi089 ceph-mon[103441]: pgmap v14578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:10.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:10.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:11.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:11.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:11 smithi026 ceph-mon[93126]: pgmap v14579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:11 smithi089 ceph-mon[103441]: pgmap v14579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:12.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:12.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:13.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:13.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:13 smithi026 ceph-mon[93126]: pgmap v14580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:13 smithi089 ceph-mon[103441]: pgmap v14580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:14.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:14.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:15.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:15.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:15 smithi089 ceph-mon[103441]: pgmap v14581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:15 smithi026 ceph-mon[93126]: pgmap v14581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:16.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:16.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:17.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:17.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:17 smithi026 ceph-mon[93126]: pgmap v14582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:17 smithi089 ceph-mon[103441]: pgmap v14582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:18.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:18.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:19.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:19.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:19 smithi026 ceph-mon[93126]: pgmap v14583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:19 smithi089 ceph-mon[103441]: pgmap v14583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:20.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:20.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:21.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:21.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:21 smithi026 ceph-mon[93126]: pgmap v14584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:21 smithi089 ceph-mon[103441]: pgmap v14584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:22.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:22.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:23.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:23.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:23 smithi026 ceph-mon[93126]: pgmap v14585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:23 smithi089 ceph-mon[103441]: pgmap v14585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:24.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:24.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:25.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:25.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:25 smithi026 ceph-mon[93126]: pgmap v14586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:25 smithi089 ceph-mon[103441]: pgmap v14586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:26.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:26.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:27.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:27.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:27 smithi026 ceph-mon[93126]: pgmap v14587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:27 smithi089 ceph-mon[103441]: pgmap v14587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:28.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:28.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:29.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:29.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:29 smithi026 ceph-mon[93126]: pgmap v14588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:29 smithi089 ceph-mon[103441]: pgmap v14588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:30.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:30.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:46:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:30.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:46:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:31.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:31.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:31 smithi026 ceph-mon[93126]: pgmap v14589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:31 smithi089 ceph-mon[103441]: pgmap v14589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:32.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:32.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:33.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:33.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:33 smithi026 ceph-mon[93126]: pgmap v14590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:33 smithi089 ceph-mon[103441]: pgmap v14590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:34.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:34.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:35.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:35.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:35 smithi026 ceph-mon[93126]: pgmap v14591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:35 smithi089 ceph-mon[103441]: pgmap v14591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:36.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:36.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:37.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:37.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:37 smithi026 ceph-mon[93126]: pgmap v14592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:37 smithi089 ceph-mon[103441]: pgmap v14592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:38.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:38.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:46:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:46:38.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:38.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:46:38.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:46:38.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:46:38.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:38.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:46:38.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:46:39.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:39.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:39 smithi026 ceph-mon[93126]: pgmap v14593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:39 smithi089 ceph-mon[103441]: pgmap v14593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:40.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:40.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:41.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:41.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:41 smithi026 ceph-mon[93126]: pgmap v14594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:41 smithi089 ceph-mon[103441]: pgmap v14594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:42.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:42.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:43.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:43.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:43 smithi089 ceph-mon[103441]: pgmap v14595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:43 smithi026 ceph-mon[93126]: pgmap v14595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:44.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:44.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:45.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:45.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:45 smithi089 ceph-mon[103441]: pgmap v14596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:45 smithi026 ceph-mon[93126]: pgmap v14596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:46.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:46.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:47.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:47.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:47 smithi089 ceph-mon[103441]: pgmap v14597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:47 smithi026 ceph-mon[93126]: pgmap v14597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:48.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:48.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:49.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:49.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:49 smithi026 ceph-mon[93126]: pgmap v14598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:49 smithi089 ceph-mon[103441]: pgmap v14598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:46:50.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:50.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:51.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:51.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:51 smithi089 ceph-mon[103441]: pgmap v14599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:51 smithi026 ceph-mon[93126]: pgmap v14599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:52.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:52.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:53.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:53.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:53 smithi089 ceph-mon[103441]: pgmap v14600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:53 smithi026 ceph-mon[93126]: pgmap v14600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:54.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:54.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:55.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:55.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:55 smithi089 ceph-mon[103441]: pgmap v14601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:55 smithi026 ceph-mon[93126]: pgmap v14601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:56.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:56.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:57.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:57.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:57 smithi089 ceph-mon[103441]: pgmap v14602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:57 smithi026 ceph-mon[93126]: pgmap v14602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:46:58.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:58.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:59.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:46:59.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:46:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:46:59 smithi089 ceph-mon[103441]: pgmap v14603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:46:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:46:59 smithi026 ceph-mon[93126]: pgmap v14603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:00.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:00.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:01.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:01.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:01 smithi089 ceph-mon[103441]: pgmap v14604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:01 smithi026 ceph-mon[93126]: pgmap v14604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:02.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:02.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:03.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:03.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:03 smithi089 ceph-mon[103441]: pgmap v14605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:03 smithi026 ceph-mon[93126]: pgmap v14605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:04.150 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:04.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:04.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:05.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:05.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:05 smithi089 ceph-mon[103441]: pgmap v14606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:05 smithi026 ceph-mon[93126]: pgmap v14606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:06.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:06.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:07.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:07.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:07 smithi089 ceph-mon[103441]: pgmap v14607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:07 smithi026 ceph-mon[93126]: pgmap v14607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:08.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:08.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:09.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:09.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:09 smithi089 ceph-mon[103441]: pgmap v14608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:09 smithi026 ceph-mon[93126]: pgmap v14608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:10.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:10.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:11.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:11.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:11 smithi089 ceph-mon[103441]: pgmap v14609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:11 smithi026 ceph-mon[93126]: pgmap v14609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:12.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:12.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:13.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:13.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:13 smithi089 ceph-mon[103441]: pgmap v14610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:13 smithi026 ceph-mon[93126]: pgmap v14610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:14.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:14.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:15.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:15.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:15 smithi089 ceph-mon[103441]: pgmap v14611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:15 smithi026 ceph-mon[93126]: pgmap v14611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:16.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:16.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:17.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:17.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:17 smithi089 ceph-mon[103441]: pgmap v14612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:17 smithi026 ceph-mon[93126]: pgmap v14612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:18.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:18.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:19.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:19.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:19 smithi089 ceph-mon[103441]: pgmap v14613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:19 smithi026 ceph-mon[93126]: pgmap v14613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:20.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:20.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:21.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:21.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:21 smithi089 ceph-mon[103441]: pgmap v14614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:21 smithi026 ceph-mon[93126]: pgmap v14614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:22.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:22.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:23.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:23.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:23.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:23 smithi089 ceph-mon[103441]: pgmap v14615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:23 smithi026 ceph-mon[93126]: pgmap v14615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:24.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:24.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:25.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:25.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:25 smithi089 ceph-mon[103441]: pgmap v14616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:25 smithi026 ceph-mon[93126]: pgmap v14616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:26.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:26.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:27.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:27.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:27 smithi089 ceph-mon[103441]: pgmap v14617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:27 smithi026 ceph-mon[93126]: pgmap v14617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:28.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:28.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:29.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:29.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:29 smithi089 ceph-mon[103441]: pgmap v14618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:29.438 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:29 smithi026 ceph-mon[93126]: pgmap v14618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:30.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:30.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:31.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:31.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:31 smithi089 ceph-mon[103441]: pgmap v14619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:31 smithi026 ceph-mon[93126]: pgmap v14619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:32.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:32.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:33.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:33.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:33 smithi089 ceph-mon[103441]: pgmap v14620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:33 smithi026 ceph-mon[93126]: pgmap v14620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:34.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:34.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:34.495 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:35.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:35.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:35 smithi089 ceph-mon[103441]: pgmap v14621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:35 smithi026 ceph-mon[93126]: pgmap v14621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:36.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:36.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:37.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:37.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:37 smithi089 ceph-mon[103441]: pgmap v14622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:37 smithi026 ceph-mon[93126]: pgmap v14622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:38.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:38.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:47:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:47:39.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:39.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:39 smithi089 ceph-mon[103441]: pgmap v14623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:47:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:47:39.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:47:39.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:47:39.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:47:39.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:39 smithi026 ceph-mon[93126]: pgmap v14623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:47:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:47:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:47:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:47:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:47:40.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:40.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:41.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:41.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:41 smithi089 ceph-mon[103441]: pgmap v14624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:41 smithi026 ceph-mon[93126]: pgmap v14624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:42.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:42.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:43.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:43.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:43 smithi089 ceph-mon[103441]: pgmap v14625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:43 smithi026 ceph-mon[93126]: pgmap v14625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:44.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:44.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:45.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:45.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:45 smithi089 ceph-mon[103441]: pgmap v14626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:45 smithi026 ceph-mon[93126]: pgmap v14626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:46.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:46.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:47.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:47.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:47 smithi089 ceph-mon[103441]: pgmap v14627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:47 smithi026 ceph-mon[93126]: pgmap v14627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:48.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:48.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:49.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:49.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:49 smithi089 ceph-mon[103441]: pgmap v14628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:49 smithi026 ceph-mon[93126]: pgmap v14628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:47:50.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:50.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:51.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:51.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:51 smithi089 ceph-mon[103441]: pgmap v14629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:51 smithi026 ceph-mon[93126]: pgmap v14629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:52.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:52.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:53.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:53.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:53 smithi089 ceph-mon[103441]: pgmap v14630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:53 smithi026 ceph-mon[93126]: pgmap v14630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:54.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:54.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:55.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:55.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:55 smithi026 ceph-mon[93126]: pgmap v14631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:55 smithi089 ceph-mon[103441]: pgmap v14631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:56.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:56.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:57.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:57.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:57 smithi026 ceph-mon[93126]: pgmap v14632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:57 smithi089 ceph-mon[103441]: pgmap v14632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:47:58.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:58.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:59.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:47:59.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:47:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:47:59 smithi026 ceph-mon[93126]: pgmap v14633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:47:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:47:59 smithi089 ceph-mon[103441]: pgmap v14633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:00.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:00.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:01.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:01.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:01 smithi026 ceph-mon[93126]: pgmap v14634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:01 smithi089 ceph-mon[103441]: pgmap v14634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:02.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:02.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:03.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:03.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:03 smithi026 ceph-mon[93126]: pgmap v14635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:03 smithi089 ceph-mon[103441]: pgmap v14635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:04.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:04.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:05.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:05.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:05 smithi026 ceph-mon[93126]: pgmap v14636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:05 smithi089 ceph-mon[103441]: pgmap v14636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:06.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:06.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:07.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:07.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:07 smithi026 ceph-mon[93126]: pgmap v14637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:07 smithi089 ceph-mon[103441]: pgmap v14637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:08.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:08.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:09.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:09.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:09 smithi026 ceph-mon[93126]: pgmap v14638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:09 smithi089 ceph-mon[103441]: pgmap v14638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:10.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:10.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:11.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:11.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:11 smithi026 ceph-mon[93126]: pgmap v14639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:11 smithi089 ceph-mon[103441]: pgmap v14639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:12.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:12.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:13.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:13.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:13 smithi026 ceph-mon[93126]: pgmap v14640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:13 smithi089 ceph-mon[103441]: pgmap v14640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:14.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:14.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:15.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:15.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:15 smithi026 ceph-mon[93126]: pgmap v14641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:15 smithi089 ceph-mon[103441]: pgmap v14641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:16.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:16.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:17.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:17.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:17 smithi026 ceph-mon[93126]: pgmap v14642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:17 smithi089 ceph-mon[103441]: pgmap v14642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:18.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:18.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:19.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:19.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:19 smithi026 ceph-mon[93126]: pgmap v14643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:19 smithi089 ceph-mon[103441]: pgmap v14643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:20.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:20.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:21.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:21.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:21.477 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:21 smithi089 ceph-mon[103441]: pgmap v14644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:21 smithi026 ceph-mon[93126]: pgmap v14644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:22.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:22.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:23.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:23.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:23 smithi026 ceph-mon[93126]: pgmap v14645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:23 smithi089 ceph-mon[103441]: pgmap v14645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:24.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:24.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:25.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:25.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:25 smithi026 ceph-mon[93126]: pgmap v14646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:25 smithi089 ceph-mon[103441]: pgmap v14646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:26.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:26.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:27.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:27.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:27 smithi026 ceph-mon[93126]: pgmap v14647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:27 smithi089 ceph-mon[103441]: pgmap v14647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:28.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:28.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:29.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:29.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:29 smithi026 ceph-mon[93126]: pgmap v14648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:29 smithi089 ceph-mon[103441]: pgmap v14648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:30.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:30.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:31.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:31.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:31 smithi026 ceph-mon[93126]: pgmap v14649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:31.582 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:31 smithi089 ceph-mon[103441]: pgmap v14649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:32.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:32.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:33.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:33.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:33 smithi026 ceph-mon[93126]: pgmap v14650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:33 smithi089 ceph-mon[103441]: pgmap v14650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:34.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:34.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:35.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:35.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:35 smithi026 ceph-mon[93126]: pgmap v14651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:35 smithi089 ceph-mon[103441]: pgmap v14651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:36.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:36.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:37.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:37.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:37 smithi026 ceph-mon[93126]: pgmap v14652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:37 smithi089 ceph-mon[103441]: pgmap v14652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:38.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:38.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:39.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:39.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:39 smithi026 ceph-mon[93126]: pgmap v14653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:48:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:48:39.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:48:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:39 smithi089 ceph-mon[103441]: pgmap v14653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:48:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:48:39.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:48:40.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:40.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:48:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:48:40.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:48:40.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:48:40.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:48:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:48:40.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:48:40.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:48:40.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:48:40.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:48:41.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:41.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:41 smithi026 ceph-mon[93126]: pgmap v14654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:41 smithi089 ceph-mon[103441]: pgmap v14654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:42.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:42.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:42 smithi026 ceph-mon[93126]: pgmap v14655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:42 smithi089 ceph-mon[103441]: pgmap v14655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:43.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:43.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:44.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:44.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:44 smithi089 ceph-mon[103441]: pgmap v14656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:44 smithi026 ceph-mon[93126]: pgmap v14656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:45.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:45.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:46.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:46.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:47.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:47.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:47 smithi089 ceph-mon[103441]: pgmap v14657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:47 smithi026 ceph-mon[93126]: pgmap v14657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:48.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:48.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:49.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:49.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:49 smithi089 ceph-mon[103441]: pgmap v14658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:49 smithi026 ceph-mon[93126]: pgmap v14658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:48:50.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:50.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:51.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:51.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:51 smithi089 ceph-mon[103441]: pgmap v14659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:51 smithi026 ceph-mon[93126]: pgmap v14659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:52.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:52.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:53.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:53.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:53 smithi089 ceph-mon[103441]: pgmap v14660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:53 smithi026 ceph-mon[93126]: pgmap v14660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:54.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:54.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:55.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:55.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:55.415 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:55 smithi026 ceph-mon[93126]: pgmap v14661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:55 smithi089 ceph-mon[103441]: pgmap v14661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:56.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:56.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:57.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:57.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:57 smithi089 ceph-mon[103441]: pgmap v14662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:57 smithi026 ceph-mon[93126]: pgmap v14662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:48:58.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:58.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:59.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:48:59.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:48:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:48:59 smithi089 ceph-mon[103441]: pgmap v14663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:48:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:48:59 smithi026 ceph-mon[93126]: pgmap v14663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:00.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:00.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:01.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:01.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:01 smithi089 ceph-mon[103441]: pgmap v14664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:01 smithi026 ceph-mon[93126]: pgmap v14664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:02.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:02.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:03.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:03.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:03 smithi089 ceph-mon[103441]: pgmap v14665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:03 smithi026 ceph-mon[93126]: pgmap v14665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:04.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:04.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:05 smithi089 ceph-mon[103441]: pgmap v14666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:05.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:05.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:05.530 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:05 smithi026 ceph-mon[93126]: pgmap v14666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:06.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:06.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:07 smithi089 ceph-mon[103441]: pgmap v14667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:07.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:07.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:07 smithi026 ceph-mon[93126]: pgmap v14667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:08.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:08.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:09 smithi089 ceph-mon[103441]: pgmap v14668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:09.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:09.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:09 smithi026 ceph-mon[93126]: pgmap v14668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:10.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:10.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:11 smithi089 ceph-mon[103441]: pgmap v14669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:11.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:11.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:11 smithi026 ceph-mon[93126]: pgmap v14669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:12.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:12.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:13 smithi089 ceph-mon[103441]: pgmap v14670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:13.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:13.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:13 smithi026 ceph-mon[93126]: pgmap v14670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:14.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:14.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:15 smithi089 ceph-mon[103441]: pgmap v14671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:15.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:15.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:15 smithi026 ceph-mon[93126]: pgmap v14671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:16.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:16.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:17 smithi089 ceph-mon[103441]: pgmap v14672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:17.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:17.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:17 smithi026 ceph-mon[93126]: pgmap v14672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:18.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:18.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:19 smithi089 ceph-mon[103441]: pgmap v14673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:19.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:19.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:19 smithi026 ceph-mon[93126]: pgmap v14673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:20.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:20.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:21 smithi089 ceph-mon[103441]: pgmap v14674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:21.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:21.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:21 smithi026 ceph-mon[93126]: pgmap v14674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:22.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:22.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:23 smithi089 ceph-mon[103441]: pgmap v14675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:23.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:23.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:23 smithi026 ceph-mon[93126]: pgmap v14675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:24.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:24.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:25 smithi089 ceph-mon[103441]: pgmap v14676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:25.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:25.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:25 smithi026 ceph-mon[93126]: pgmap v14676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:26.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:26.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:27.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:27 smithi089 ceph-mon[103441]: pgmap v14677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:27.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:27.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:27 smithi026 ceph-mon[93126]: pgmap v14677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:28.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:28.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:29 smithi089 ceph-mon[103441]: pgmap v14678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:29.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:29.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:29 smithi026 ceph-mon[93126]: pgmap v14678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:30.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:30.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:31.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:31 smithi089 ceph-mon[103441]: pgmap v14679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:31.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:31.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:31 smithi026 ceph-mon[93126]: pgmap v14679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:32.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:32.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:33 smithi089 ceph-mon[103441]: pgmap v14680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:33.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:33.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:33 smithi026 ceph-mon[93126]: pgmap v14680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:34.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:34.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:35 smithi089 ceph-mon[103441]: pgmap v14681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:35.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:35.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:35 smithi026 ceph-mon[93126]: pgmap v14681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:36.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:36.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:37 smithi089 ceph-mon[103441]: pgmap v14682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:37.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:37.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:37 smithi026 ceph-mon[93126]: pgmap v14682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:38.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:38.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:39 smithi089 ceph-mon[103441]: pgmap v14683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:39.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:39.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:39 smithi026 ceph-mon[93126]: pgmap v14683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:49:40.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:40.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:40.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:49:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:41 smithi026 ceph-mon[93126]: pgmap v14684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:49:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:49:41.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:49:41.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:49:41.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:49:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:41 smithi089 ceph-mon[103441]: pgmap v14684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:49:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:49:41.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:49:41.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:49:41.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:49:41.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:41.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:42.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:42.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:43.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:43.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:43 smithi026 ceph-mon[93126]: pgmap v14685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:43 smithi089 ceph-mon[103441]: pgmap v14685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:44.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:44.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:45.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:45.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:45 smithi026 ceph-mon[93126]: pgmap v14686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:45.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:45 smithi089 ceph-mon[103441]: pgmap v14686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:46.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:46.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:47.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:47.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:47 smithi026 ceph-mon[93126]: pgmap v14687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:47 smithi089 ceph-mon[103441]: pgmap v14687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:48.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:48.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:49.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:49.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:49 smithi026 ceph-mon[93126]: pgmap v14688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:49 smithi089 ceph-mon[103441]: pgmap v14688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:49:50.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:50.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:51 smithi026 ceph-mon[93126]: pgmap v14689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:51.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:51.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:51 smithi089 ceph-mon[103441]: pgmap v14689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:52.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:52.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:53.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:53.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:53 smithi026 ceph-mon[93126]: pgmap v14690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:53.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:53 smithi089 ceph-mon[103441]: pgmap v14690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:54.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:54.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:55.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:55.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:55 smithi026 ceph-mon[93126]: pgmap v14691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:55 smithi089 ceph-mon[103441]: pgmap v14691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:56.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:56.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:57.474 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:57 smithi089 ceph-mon[103441]: pgmap v14692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:57.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:57.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:57 smithi026 ceph-mon[93126]: pgmap v14692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:49:58.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:58.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:59.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:49:59.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:49:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:49:59 smithi026 ceph-mon[93126]: pgmap v14693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:49:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:49:59 smithi089 ceph-mon[103441]: pgmap v14693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:00.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:00.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T04:50:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T04:50:01.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:01.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:01 smithi026 ceph-mon[93126]: pgmap v14694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:01 smithi089 ceph-mon[103441]: pgmap v14694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:02.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:02.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:03.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:03.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:03 smithi026 ceph-mon[93126]: pgmap v14695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:03 smithi089 ceph-mon[103441]: pgmap v14695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:04.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:04.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:05.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:05.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:05 smithi026 ceph-mon[93126]: pgmap v14696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:05 smithi089 ceph-mon[103441]: pgmap v14696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:06.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:06.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:07.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:07.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:07 smithi026 ceph-mon[93126]: pgmap v14697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:07.581 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:07 smithi089 ceph-mon[103441]: pgmap v14697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:08.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:08.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:09.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:09.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:09 smithi026 ceph-mon[93126]: pgmap v14698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:09 smithi089 ceph-mon[103441]: pgmap v14698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:10.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:10.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:11.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:11.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:11 smithi026 ceph-mon[93126]: pgmap v14699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:11 smithi089 ceph-mon[103441]: pgmap v14699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:12.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:12.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:13.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:13.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:13 smithi026 ceph-mon[93126]: pgmap v14700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:13 smithi089 ceph-mon[103441]: pgmap v14700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:14.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:14.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:15.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:15.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:15 smithi026 ceph-mon[93126]: pgmap v14701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:15 smithi089 ceph-mon[103441]: pgmap v14701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:16.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:16.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:17.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:17.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:17 smithi026 ceph-mon[93126]: pgmap v14702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:17 smithi089 ceph-mon[103441]: pgmap v14702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:18.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:18.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:19.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:19.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:19 smithi026 ceph-mon[93126]: pgmap v14703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:19 smithi089 ceph-mon[103441]: pgmap v14703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:20.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:20.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:21 smithi026 ceph-mon[93126]: pgmap v14704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:21.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:21.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:21 smithi089 ceph-mon[103441]: pgmap v14704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:22.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:22.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:23 smithi026 ceph-mon[93126]: pgmap v14705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:23.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:23.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:23 smithi089 ceph-mon[103441]: pgmap v14705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:24.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:24.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:25 smithi026 ceph-mon[93126]: pgmap v14706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:25.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:25.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:25.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:25 smithi089 ceph-mon[103441]: pgmap v14706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:26.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:26.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:27 smithi026 ceph-mon[93126]: pgmap v14707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:27.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:27.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:27 smithi089 ceph-mon[103441]: pgmap v14707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:28.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:28.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:29 smithi026 ceph-mon[93126]: pgmap v14708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:29.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:29.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:29 smithi089 ceph-mon[103441]: pgmap v14708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:30.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:30.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:31 smithi026 ceph-mon[93126]: pgmap v14709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:31.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:31.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:31 smithi089 ceph-mon[103441]: pgmap v14709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:32.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:32.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:33 smithi026 ceph-mon[93126]: pgmap v14710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:33.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:33.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:33 smithi089 ceph-mon[103441]: pgmap v14710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:34.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:34.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:35 smithi026 ceph-mon[93126]: pgmap v14711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:35.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:35.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:35 smithi089 ceph-mon[103441]: pgmap v14711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:36.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:36.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:36 smithi089 ceph-mon[103441]: pgmap v14712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:36 smithi026 ceph-mon[93126]: pgmap v14712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:37.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:37.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:38.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:38.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:38 smithi026 ceph-mon[93126]: pgmap v14713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:39.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:38 smithi089 ceph-mon[103441]: pgmap v14713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:39.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:39.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:40.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:40.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:41 smithi089 ceph-mon[103441]: pgmap v14714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:50:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:50:41.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:50:41.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:50:41.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:50:41.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:50:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:41 smithi026 ceph-mon[93126]: pgmap v14714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:50:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:50:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:50:41.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:50:41.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:50:41.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:50:41.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:41.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:42.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:42.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:43 smithi089 ceph-mon[103441]: pgmap v14715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:43 smithi026 ceph-mon[93126]: pgmap v14715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:43.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:43.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:44.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:44.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:45 smithi089 ceph-mon[103441]: pgmap v14716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:45 smithi026 ceph-mon[93126]: pgmap v14716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:45.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:45.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:46.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:46.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:47 smithi089 ceph-mon[103441]: pgmap v14717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:47 smithi026 ceph-mon[93126]: pgmap v14717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:47.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:47.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:48.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:48.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:49 smithi089 ceph-mon[103441]: pgmap v14718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:49 smithi026 ceph-mon[93126]: pgmap v14718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:50:49.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:49.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:50.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:50.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:51 smithi089 ceph-mon[103441]: pgmap v14719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:51 smithi026 ceph-mon[93126]: pgmap v14719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:51.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:51.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:52.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:52.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:53 smithi089 ceph-mon[103441]: pgmap v14720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:53 smithi026 ceph-mon[93126]: pgmap v14720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:53.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:53.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:54.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:54.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:55 smithi089 ceph-mon[103441]: pgmap v14721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:55 smithi026 ceph-mon[93126]: pgmap v14721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:55.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:55.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:56.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:56.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:57 smithi089 ceph-mon[103441]: pgmap v14722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:57 smithi026 ceph-mon[93126]: pgmap v14722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:50:57.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:57.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:58.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:58.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:50:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:50:59 smithi089 ceph-mon[103441]: pgmap v14723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:50:59 smithi026 ceph-mon[93126]: pgmap v14723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:50:59.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:50:59.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:00.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:00.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:01 smithi089 ceph-mon[103441]: pgmap v14724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:01 smithi026 ceph-mon[93126]: pgmap v14724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:01.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:01.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:02.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:02.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:03 smithi089 ceph-mon[103441]: pgmap v14725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:03 smithi026 ceph-mon[93126]: pgmap v14725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:03.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:03.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:04.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:04.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:05 smithi089 ceph-mon[103441]: pgmap v14726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:05 smithi026 ceph-mon[93126]: pgmap v14726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:05.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:05.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:06.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:06.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:07.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:07 smithi026 ceph-mon[93126]: pgmap v14727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:07.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:07 smithi089 ceph-mon[103441]: pgmap v14727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:07.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:07.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:08.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:08.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:09 smithi089 ceph-mon[103441]: pgmap v14728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:09 smithi026 ceph-mon[93126]: pgmap v14728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:09.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:09.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:10.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:10.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:11.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:11 smithi089 ceph-mon[103441]: pgmap v14729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:11 smithi026 ceph-mon[93126]: pgmap v14729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:11.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:11.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:12.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:12.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:13 smithi089 ceph-mon[103441]: pgmap v14730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:13 smithi026 ceph-mon[93126]: pgmap v14730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:13.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:13.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:14.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:14.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:15 smithi089 ceph-mon[103441]: pgmap v14731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:15 smithi026 ceph-mon[93126]: pgmap v14731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:15.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:15.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:16.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:16.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:17 smithi026 ceph-mon[93126]: pgmap v14732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:17 smithi089 ceph-mon[103441]: pgmap v14732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:17.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:17.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:18.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:18.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:19 smithi089 ceph-mon[103441]: pgmap v14733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:19 smithi026 ceph-mon[93126]: pgmap v14733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:19.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:19.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:20.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:20.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:21 smithi089 ceph-mon[103441]: pgmap v14734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:21 smithi026 ceph-mon[93126]: pgmap v14734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:21.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:21.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:22.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:22.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:23 smithi089 ceph-mon[103441]: pgmap v14735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:23 smithi026 ceph-mon[93126]: pgmap v14735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:23.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:23.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:24.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:24.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:25 smithi026 ceph-mon[93126]: pgmap v14736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:25.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:25.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:25 smithi089 ceph-mon[103441]: pgmap v14736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:26.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:26.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:27 smithi026 ceph-mon[93126]: pgmap v14737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:27.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:27.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:27 smithi089 ceph-mon[103441]: pgmap v14737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:28.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:28.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:29 smithi026 ceph-mon[93126]: pgmap v14738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:29.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:29.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:29 smithi089 ceph-mon[103441]: pgmap v14738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:30.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:30.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:31 smithi026 ceph-mon[93126]: pgmap v14739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:31.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:31.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:31 smithi089 ceph-mon[103441]: pgmap v14739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:32.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:32.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:33 smithi089 ceph-mon[103441]: pgmap v14740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:33 smithi026 ceph-mon[93126]: pgmap v14740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:33.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:33.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:34.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:34.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:35 smithi026 ceph-mon[93126]: pgmap v14741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:35 smithi089 ceph-mon[103441]: pgmap v14741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:35.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:35.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:36.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:36.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:37 smithi026 ceph-mon[93126]: pgmap v14742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:37 smithi089 ceph-mon[103441]: pgmap v14742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:37.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:37.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:38.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:38.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:39 smithi026 ceph-mon[93126]: pgmap v14743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:39 smithi089 ceph-mon[103441]: pgmap v14743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:39.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:39.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:40.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:40.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:41 smithi026 ceph-mon[93126]: pgmap v14744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:41 smithi089 ceph-mon[103441]: pgmap v14744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:41.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:41.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:51:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:51:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:51:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:51:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:51:42.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:51:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:51:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:51:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:51:42.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:51:42.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:51:42.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:51:42.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:42.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:43 smithi026 ceph-mon[93126]: pgmap v14745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:43.584 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:43 smithi089 ceph-mon[103441]: pgmap v14745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:43.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:43.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:44.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:44.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:45 smithi026 ceph-mon[93126]: pgmap v14746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:45 smithi089 ceph-mon[103441]: pgmap v14746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:45.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:45.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:46.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:46.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:47 smithi026 ceph-mon[93126]: pgmap v14747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:47 smithi089 ceph-mon[103441]: pgmap v14747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:47.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:47.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:48.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:48.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:49 smithi026 ceph-mon[93126]: pgmap v14748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:49 smithi089 ceph-mon[103441]: pgmap v14748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:51:49.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:49.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:50.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:50.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:51 smithi026 ceph-mon[93126]: pgmap v14749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:51 smithi089 ceph-mon[103441]: pgmap v14749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:51.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:51.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:52.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:52.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:53 smithi026 ceph-mon[93126]: pgmap v14750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:53 smithi089 ceph-mon[103441]: pgmap v14750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:53.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:53.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:54.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:54.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:55 smithi026 ceph-mon[93126]: pgmap v14751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:55 smithi089 ceph-mon[103441]: pgmap v14751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:55.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:55.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:56.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:56.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:57 smithi026 ceph-mon[93126]: pgmap v14752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:57 smithi089 ceph-mon[103441]: pgmap v14752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:51:57.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:57.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:58.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:58.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:51:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:51:59 smithi026 ceph-mon[93126]: pgmap v14753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:51:59 smithi089 ceph-mon[103441]: pgmap v14753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:51:59.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:51:59.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:00.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:00.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:01 smithi026 ceph-mon[93126]: pgmap v14754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:01 smithi089 ceph-mon[103441]: pgmap v14754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:01.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:01.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:02.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:02.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:03 smithi026 ceph-mon[93126]: pgmap v14755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:03 smithi089 ceph-mon[103441]: pgmap v14755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:03.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:03.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:04.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:04.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:05 smithi026 ceph-mon[93126]: pgmap v14756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:05 smithi089 ceph-mon[103441]: pgmap v14756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:05.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:05.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:06.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:06.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:07 smithi026 ceph-mon[93126]: pgmap v14757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:07 smithi089 ceph-mon[103441]: pgmap v14757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:07.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:07.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:08.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:08.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:09 smithi026 ceph-mon[93126]: pgmap v14758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:09 smithi089 ceph-mon[103441]: pgmap v14758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:09.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:09.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:10.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:10.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:11 smithi026 ceph-mon[93126]: pgmap v14759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:11 smithi089 ceph-mon[103441]: pgmap v14759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:11.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:11.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:12.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:12.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:13 smithi026 ceph-mon[93126]: pgmap v14760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:13 smithi089 ceph-mon[103441]: pgmap v14760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:13.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:13.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:14.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:14.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:15 smithi026 ceph-mon[93126]: pgmap v14761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:15 smithi089 ceph-mon[103441]: pgmap v14761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:15.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:15.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:16.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:16.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:17 smithi026 ceph-mon[93126]: pgmap v14762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:17 smithi089 ceph-mon[103441]: pgmap v14762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:17.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:17.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:18.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:18.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:19 smithi026 ceph-mon[93126]: pgmap v14763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:19 smithi089 ceph-mon[103441]: pgmap v14763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:19.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:19.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:20.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:20.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:21 smithi026 ceph-mon[93126]: pgmap v14764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:21 smithi089 ceph-mon[103441]: pgmap v14764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:21.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:21.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:22.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:22.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:23 smithi026 ceph-mon[93126]: pgmap v14765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:23 smithi089 ceph-mon[103441]: pgmap v14765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:23.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:23.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:24.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:24.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:25 smithi026 ceph-mon[93126]: pgmap v14766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:25 smithi089 ceph-mon[103441]: pgmap v14766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:25.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:25.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:26.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:26.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:27 smithi026 ceph-mon[93126]: pgmap v14767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:27 smithi089 ceph-mon[103441]: pgmap v14767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:27.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:27.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:28.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:28.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:29 smithi089 ceph-mon[103441]: pgmap v14768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:29 smithi026 ceph-mon[93126]: pgmap v14768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:29.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:29.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:30.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:30.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:31 smithi026 ceph-mon[93126]: pgmap v14769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:31 smithi089 ceph-mon[103441]: pgmap v14769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:31.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:31.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:32.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:32.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:33 smithi026 ceph-mon[93126]: pgmap v14770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:33 smithi089 ceph-mon[103441]: pgmap v14770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:33.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:33.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:34.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:34.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:35 smithi026 ceph-mon[93126]: pgmap v14771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:35 smithi089 ceph-mon[103441]: pgmap v14771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:35.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:35.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:36.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:36 smithi026 ceph-mon[93126]: pgmap v14772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:36 smithi089 ceph-mon[103441]: pgmap v14772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:36.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:36.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:37.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:37.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:38.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:38.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:39.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:38 smithi026 ceph-mon[93126]: pgmap v14773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:39.163 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:38 smithi089 ceph-mon[103441]: pgmap v14773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:39.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:39.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:40.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:40.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:41 smithi089 ceph-mon[103441]: pgmap v14774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:41 smithi026 ceph-mon[93126]: pgmap v14774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:41.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:41.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:52:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:52:42.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:42.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:43 smithi026 ceph-mon[93126]: pgmap v14775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:52:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:52:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:52:43.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:52:43.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:52:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:43 smithi089 ceph-mon[103441]: pgmap v14775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:52:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:52:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:52:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:52:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:52:43.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:43.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:44.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:44.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:45 smithi089 ceph-mon[103441]: pgmap v14776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:45 smithi026 ceph-mon[93126]: pgmap v14776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:45.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:45.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:46.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:46.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:47 smithi089 ceph-mon[103441]: pgmap v14777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:47 smithi026 ceph-mon[93126]: pgmap v14777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:47.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:47.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:48.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:48.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:49 smithi089 ceph-mon[103441]: pgmap v14778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:49 smithi026 ceph-mon[93126]: pgmap v14778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:52:49.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:49.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:50.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:50.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:51 smithi089 ceph-mon[103441]: pgmap v14779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:51 smithi026 ceph-mon[93126]: pgmap v14779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:51.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:51.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:52.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:52.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:53 smithi089 ceph-mon[103441]: pgmap v14780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:53 smithi026 ceph-mon[93126]: pgmap v14780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:53.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:53.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:54.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:54.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:55 smithi089 ceph-mon[103441]: pgmap v14781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:55 smithi026 ceph-mon[93126]: pgmap v14781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:55.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:55.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:56.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:56.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:57 smithi089 ceph-mon[103441]: pgmap v14782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:57 smithi026 ceph-mon[93126]: pgmap v14782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:52:57.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:57.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:58.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:58.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:52:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:52:59 smithi089 ceph-mon[103441]: pgmap v14783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:52:59 smithi026 ceph-mon[93126]: pgmap v14783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:52:59.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:52:59.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:00.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:00.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:01 smithi089 ceph-mon[103441]: pgmap v14784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:01 smithi026 ceph-mon[93126]: pgmap v14784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:01.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:01.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:02.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:02.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:03.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:03 smithi089 ceph-mon[103441]: pgmap v14785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:03 smithi026 ceph-mon[93126]: pgmap v14785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:03.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:03.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:04.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:04.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:05 smithi026 ceph-mon[93126]: pgmap v14786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:05 smithi089 ceph-mon[103441]: pgmap v14786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:05.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:05.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:06.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:06.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:07 smithi026 ceph-mon[93126]: pgmap v14787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:07 smithi089 ceph-mon[103441]: pgmap v14787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:07.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:07.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:08.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:08.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:09.477 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:09 smithi089 ceph-mon[103441]: pgmap v14788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:09 smithi026 ceph-mon[93126]: pgmap v14788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:09.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:09.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:10.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:10.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:11 smithi026 ceph-mon[93126]: pgmap v14789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:11 smithi089 ceph-mon[103441]: pgmap v14789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:11.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:11.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:12.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:12.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:13 smithi026 ceph-mon[93126]: pgmap v14790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:13 smithi089 ceph-mon[103441]: pgmap v14790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:13.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:13.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:14.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:14.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:15 smithi026 ceph-mon[93126]: pgmap v14791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:15 smithi089 ceph-mon[103441]: pgmap v14791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:15.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:15.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:16.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:16.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:17 smithi026 ceph-mon[93126]: pgmap v14792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:17 smithi089 ceph-mon[103441]: pgmap v14792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:17.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:17.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:18.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:18.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:19 smithi026 ceph-mon[93126]: pgmap v14793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:19.582 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:19 smithi089 ceph-mon[103441]: pgmap v14793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:19.582 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:19.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:19.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:20.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:20.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:21 smithi026 ceph-mon[93126]: pgmap v14794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:21 smithi089 ceph-mon[103441]: pgmap v14794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:21.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:21.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:22.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:22.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:23 smithi026 ceph-mon[93126]: pgmap v14795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:23 smithi089 ceph-mon[103441]: pgmap v14795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:23.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:23.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:24.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:24.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:25 smithi026 ceph-mon[93126]: pgmap v14796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:25 smithi089 ceph-mon[103441]: pgmap v14796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:25.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:25.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:26.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:26.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:27 smithi026 ceph-mon[93126]: pgmap v14797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:27 smithi089 ceph-mon[103441]: pgmap v14797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:27.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:27.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:28.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:28.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:29 smithi026 ceph-mon[93126]: pgmap v14798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:29 smithi089 ceph-mon[103441]: pgmap v14798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:29.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:29.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:30.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:30.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:31 smithi026 ceph-mon[93126]: pgmap v14799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:31 smithi089 ceph-mon[103441]: pgmap v14799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:31.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:31.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:32.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:32.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:33 smithi026 ceph-mon[93126]: pgmap v14800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:33 smithi089 ceph-mon[103441]: pgmap v14800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:33.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:33.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:34.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:34.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:35 smithi026 ceph-mon[93126]: pgmap v14801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:35 smithi089 ceph-mon[103441]: pgmap v14801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:35.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:35.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:36.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:36.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:37 smithi026 ceph-mon[93126]: pgmap v14802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:37 smithi089 ceph-mon[103441]: pgmap v14802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:37.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:37.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:38.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:38.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:39 smithi026 ceph-mon[93126]: pgmap v14803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:39 smithi089 ceph-mon[103441]: pgmap v14803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:39.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:39.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:40.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:40.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:41 smithi026 ceph-mon[93126]: pgmap v14804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:41 smithi089 ceph-mon[103441]: pgmap v14804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:41.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:41.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:42.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:42.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:43 smithi026 ceph-mon[93126]: pgmap v14805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:53:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:53:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:53:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:53:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:53:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:53:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:43 smithi089 ceph-mon[103441]: pgmap v14805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:53:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:53:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:53:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:53:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:53:43.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:53:43.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:43.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:44.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:44.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:45 smithi026 ceph-mon[93126]: pgmap v14806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:45 smithi089 ceph-mon[103441]: pgmap v14806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:45.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:45.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:46.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:46.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:47 smithi026 ceph-mon[93126]: pgmap v14807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:47 smithi089 ceph-mon[103441]: pgmap v14807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:47.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:47.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:48.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:48.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:49 smithi026 ceph-mon[93126]: pgmap v14808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:49 smithi089 ceph-mon[103441]: pgmap v14808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:53:49.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:49.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:50.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:50.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:51 smithi026 ceph-mon[93126]: pgmap v14809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:51 smithi089 ceph-mon[103441]: pgmap v14809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:51.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:51.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:52.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:52.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:53 smithi026 ceph-mon[93126]: pgmap v14810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:53 smithi089 ceph-mon[103441]: pgmap v14810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:53.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:53.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:54.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:54.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:55 smithi026 ceph-mon[93126]: pgmap v14811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:55 smithi089 ceph-mon[103441]: pgmap v14811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:55.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:55.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:56.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:56.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:57 smithi026 ceph-mon[93126]: pgmap v14812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:57 smithi089 ceph-mon[103441]: pgmap v14812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:53:57.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:57.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:58.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:58.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:53:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:53:59 smithi026 ceph-mon[93126]: pgmap v14813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:53:59 smithi089 ceph-mon[103441]: pgmap v14813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:53:59.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:53:59.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:00.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:00.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:01 smithi026 ceph-mon[93126]: pgmap v14814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:01 smithi089 ceph-mon[103441]: pgmap v14814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:01.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:01.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:02.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:02.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:03 smithi026 ceph-mon[93126]: pgmap v14815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:03 smithi089 ceph-mon[103441]: pgmap v14815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:03.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:03.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:04.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:04.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:05 smithi089 ceph-mon[103441]: pgmap v14816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:05 smithi026 ceph-mon[93126]: pgmap v14816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:05.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:06.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:06.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:06.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:07 smithi026 ceph-mon[93126]: pgmap v14817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:07 smithi089 ceph-mon[103441]: pgmap v14817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:07.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:07.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:08.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:08.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:09 smithi026 ceph-mon[93126]: pgmap v14818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:09 smithi089 ceph-mon[103441]: pgmap v14818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:09.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:09.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:10.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:10.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:11 smithi026 ceph-mon[93126]: pgmap v14819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:11 smithi089 ceph-mon[103441]: pgmap v14819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:11.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:11.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:12.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:12.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:13 smithi026 ceph-mon[93126]: pgmap v14820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:13 smithi089 ceph-mon[103441]: pgmap v14820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:13.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:13.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:14.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:14.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:15 smithi089 ceph-mon[103441]: pgmap v14821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:15 smithi026 ceph-mon[93126]: pgmap v14821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:15.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:15.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:16.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:16.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:17 smithi026 ceph-mon[93126]: pgmap v14822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:17 smithi089 ceph-mon[103441]: pgmap v14822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:17.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:17.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:18.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:18.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:19 smithi026 ceph-mon[93126]: pgmap v14823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:19 smithi089 ceph-mon[103441]: pgmap v14823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:19.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:19.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:20.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:20.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:21 smithi026 ceph-mon[93126]: pgmap v14824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:21 smithi089 ceph-mon[103441]: pgmap v14824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:21.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:21.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:22.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:22.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:23 smithi089 ceph-mon[103441]: pgmap v14825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:23 smithi026 ceph-mon[93126]: pgmap v14825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:23.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:23.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:24.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:24.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:25 smithi089 ceph-mon[103441]: pgmap v14826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:25 smithi026 ceph-mon[93126]: pgmap v14826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:25.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:25.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:26.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:26.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:27 smithi089 ceph-mon[103441]: pgmap v14827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:27 smithi026 ceph-mon[93126]: pgmap v14827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:27.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:27.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:28.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:28.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:29 smithi026 ceph-mon[93126]: pgmap v14828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:29 smithi089 ceph-mon[103441]: pgmap v14828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:29.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:29.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:30.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:30.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:31 smithi089 ceph-mon[103441]: pgmap v14829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:31 smithi026 ceph-mon[93126]: pgmap v14829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:31.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:31.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:32.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:32 smithi089 ceph-mon[103441]: pgmap v14830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:32 smithi026 ceph-mon[93126]: pgmap v14830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:32.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:32.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:33.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:33.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:34.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:34.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:34 smithi026 ceph-mon[93126]: pgmap v14831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:34 smithi089 ceph-mon[103441]: pgmap v14831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:35.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:35.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:36.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:36.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:37 smithi089 ceph-mon[103441]: pgmap v14832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:37 smithi026 ceph-mon[93126]: pgmap v14832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:37.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:37.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:38.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:38.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:39 smithi089 ceph-mon[103441]: pgmap v14833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:39 smithi026 ceph-mon[93126]: pgmap v14833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:39.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:39.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:40.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:40.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:41 smithi089 ceph-mon[103441]: pgmap v14834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:41 smithi026 ceph-mon[93126]: pgmap v14834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:41.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:41.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:42.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:42.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:43 smithi026 ceph-mon[93126]: pgmap v14835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:43 smithi089 ceph-mon[103441]: pgmap v14835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:43.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:43.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:54:44.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:54:45.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:45.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:45.480 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:45 smithi089 ceph-mon[103441]: pgmap v14836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:45 smithi026 ceph-mon[93126]: pgmap v14836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:46.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:46.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:47.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:47.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:47 smithi026 ceph-mon[93126]: pgmap v14837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:47 smithi089 ceph-mon[103441]: pgmap v14837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:48.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:48.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:49.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:49.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:48 smithi026 ceph-mon[93126]: pgmap v14838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:54:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:54:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:54:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:54:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:54:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:54:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:54:49.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:48 smithi089 ceph-mon[103441]: pgmap v14838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:54:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:54:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:54:49.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:54:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:54:49.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:54:49.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:54:49.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:54:50.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:50.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:51.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:51.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:51 smithi089 ceph-mon[103441]: pgmap v14839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:51 smithi026 ceph-mon[93126]: pgmap v14839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:52.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:52.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:53.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:53.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:53 smithi089 ceph-mon[103441]: pgmap v14840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:53 smithi026 ceph-mon[93126]: pgmap v14840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:54.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:54.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:55.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:55.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:55 smithi026 ceph-mon[93126]: pgmap v14841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:55.581 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:55 smithi089 ceph-mon[103441]: pgmap v14841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:56.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:56.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:57.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:57.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:57 smithi026 ceph-mon[93126]: pgmap v14842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:57 smithi089 ceph-mon[103441]: pgmap v14842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:54:58.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:58.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:59.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:54:59.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:54:59.546 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:54:59 smithi026 ceph-mon[93126]: pgmap v14843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:54:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:54:59 smithi089 ceph-mon[103441]: pgmap v14843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:00.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:00.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:01.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:01.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:01 smithi026 ceph-mon[93126]: pgmap v14844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:01 smithi089 ceph-mon[103441]: pgmap v14844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:02.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:02.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:03.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:03.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:03 smithi026 ceph-mon[93126]: pgmap v14845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:03 smithi089 ceph-mon[103441]: pgmap v14845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:04.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:04.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:05.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:05.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:05 smithi026 ceph-mon[93126]: pgmap v14846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:05 smithi089 ceph-mon[103441]: pgmap v14846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:06.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:06.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:07.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:07.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:07 smithi026 ceph-mon[93126]: pgmap v14847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:07 smithi089 ceph-mon[103441]: pgmap v14847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:08.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:08.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:09.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:09.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:09 smithi026 ceph-mon[93126]: pgmap v14848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:09 smithi089 ceph-mon[103441]: pgmap v14848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:10.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:10.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:11.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:11.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:11 smithi026 ceph-mon[93126]: pgmap v14849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:11 smithi089 ceph-mon[103441]: pgmap v14849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:12.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:12.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:13.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:13.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:13 smithi026 ceph-mon[93126]: pgmap v14850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:13 smithi089 ceph-mon[103441]: pgmap v14850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:14.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:14.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:15.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:15.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:15 smithi026 ceph-mon[93126]: pgmap v14851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:15 smithi089 ceph-mon[103441]: pgmap v14851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:16.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:16.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:17.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:17.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:17 smithi026 ceph-mon[93126]: pgmap v14852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:17 smithi089 ceph-mon[103441]: pgmap v14852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:18.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:18.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:19.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:19.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:19 smithi026 ceph-mon[93126]: pgmap v14853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:19 smithi089 ceph-mon[103441]: pgmap v14853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:20.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:20.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:21.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:21.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:21 smithi026 ceph-mon[93126]: pgmap v14854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:21 smithi089 ceph-mon[103441]: pgmap v14854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:22.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:22.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:23.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:24.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:24.028 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:23 smithi089 ceph-mon[103441]: pgmap v14855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:24.029 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:23 smithi026 ceph-mon[93126]: pgmap v14855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:24.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:24.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:25.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:25.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:25 smithi026 ceph-mon[93126]: pgmap v14856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:25 smithi089 ceph-mon[103441]: pgmap v14856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:26.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:26.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:27.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:27.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:27 smithi026 ceph-mon[93126]: pgmap v14857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:27 smithi089 ceph-mon[103441]: pgmap v14857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:28.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:28.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:29.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:29.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:29 smithi026 ceph-mon[93126]: pgmap v14858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:29 smithi089 ceph-mon[103441]: pgmap v14858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:30.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:30.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:31.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:31.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:31 smithi026 ceph-mon[93126]: pgmap v14859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:31 smithi089 ceph-mon[103441]: pgmap v14859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:32.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:32.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:33.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:33.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:33 smithi026 ceph-mon[93126]: pgmap v14860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:33 smithi089 ceph-mon[103441]: pgmap v14860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:34.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:34.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:35.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:35.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:35 smithi026 ceph-mon[93126]: pgmap v14861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:35 smithi089 ceph-mon[103441]: pgmap v14861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:36.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:36.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:37.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:37.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:37 smithi026 ceph-mon[93126]: pgmap v14862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:37 smithi089 ceph-mon[103441]: pgmap v14862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:38.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:38.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:39.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:39.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:39 smithi026 ceph-mon[93126]: pgmap v14863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:39 smithi089 ceph-mon[103441]: pgmap v14863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:40.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:40.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:41.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:41.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:41.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:41 smithi089 ceph-mon[103441]: pgmap v14864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:41 smithi026 ceph-mon[93126]: pgmap v14864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:42.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:42.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:43.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:43.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:43 smithi026 ceph-mon[93126]: pgmap v14865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:43 smithi089 ceph-mon[103441]: pgmap v14865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:44.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:44.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:45.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:45.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:45 smithi026 ceph-mon[93126]: pgmap v14866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:45 smithi089 ceph-mon[103441]: pgmap v14866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:46.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:46.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:47.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:47.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:47 smithi026 ceph-mon[93126]: pgmap v14867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:47 smithi089 ceph-mon[103441]: pgmap v14867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:48.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:48.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:49.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:49.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:49 smithi026 ceph-mon[93126]: pgmap v14868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:55:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:55:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:55:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:55:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:55:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:55:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:49 smithi089 ceph-mon[103441]: pgmap v14868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:55:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:55:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:55:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:55:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:55:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:55:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:55:50.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:50.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:51.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:51.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:51 smithi089 ceph-mon[103441]: pgmap v14869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:51 smithi026 ceph-mon[93126]: pgmap v14869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:52.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:52.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:53.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:53.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:53 smithi026 ceph-mon[93126]: pgmap v14870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:53 smithi089 ceph-mon[103441]: pgmap v14870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:54.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:54.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:55.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:55.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:55 smithi026 ceph-mon[93126]: pgmap v14871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:55 smithi089 ceph-mon[103441]: pgmap v14871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:56.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:56.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:57.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:57.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:57 smithi026 ceph-mon[93126]: pgmap v14872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:57 smithi089 ceph-mon[103441]: pgmap v14872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:55:58.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:58.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:59.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:55:59.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:55:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:55:59 smithi026 ceph-mon[93126]: pgmap v14873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:55:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:55:59 smithi089 ceph-mon[103441]: pgmap v14873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:00.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:00.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:01.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:01.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:01 smithi026 ceph-mon[93126]: pgmap v14874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:01 smithi089 ceph-mon[103441]: pgmap v14874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:02.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:02.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:03.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:03.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:03 smithi026 ceph-mon[93126]: pgmap v14875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:03 smithi089 ceph-mon[103441]: pgmap v14875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:04.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:04.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:05.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:05.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:05 smithi026 ceph-mon[93126]: pgmap v14876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:05 smithi089 ceph-mon[103441]: pgmap v14876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:06.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:06.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:07.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:07.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:07 smithi026 ceph-mon[93126]: pgmap v14877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:07 smithi089 ceph-mon[103441]: pgmap v14877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:08.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:08.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:09.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:09.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:09 smithi026 ceph-mon[93126]: pgmap v14878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:09 smithi089 ceph-mon[103441]: pgmap v14878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:10.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:10.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:11.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:11.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:11 smithi026 ceph-mon[93126]: pgmap v14879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:11 smithi089 ceph-mon[103441]: pgmap v14879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:12.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:12.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:13.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:13.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:13 smithi089 ceph-mon[103441]: pgmap v14880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:13 smithi026 ceph-mon[93126]: pgmap v14880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:14.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:14.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:15.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:15.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:15 smithi089 ceph-mon[103441]: pgmap v14881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:15 smithi026 ceph-mon[93126]: pgmap v14881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:16.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:16.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:17.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:17.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:17 smithi089 ceph-mon[103441]: pgmap v14882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:17 smithi026 ceph-mon[93126]: pgmap v14882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:18.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:18.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:19.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:19.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:19 smithi089 ceph-mon[103441]: pgmap v14883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:19 smithi026 ceph-mon[93126]: pgmap v14883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:20.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:20.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:21.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:21.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:21 smithi089 ceph-mon[103441]: pgmap v14884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:21 smithi026 ceph-mon[93126]: pgmap v14884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:22.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:22.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:23.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:23.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:23 smithi089 ceph-mon[103441]: pgmap v14885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:23 smithi026 ceph-mon[93126]: pgmap v14885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:24.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:24.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:25.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:25.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:25 smithi089 ceph-mon[103441]: pgmap v14886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:25 smithi026 ceph-mon[93126]: pgmap v14886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:26.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:26.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:27.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:27.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:27 smithi089 ceph-mon[103441]: pgmap v14887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:27 smithi026 ceph-mon[93126]: pgmap v14887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:28.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:28.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:29.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:29.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:29 smithi089 ceph-mon[103441]: pgmap v14888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:29 smithi026 ceph-mon[93126]: pgmap v14888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:30.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:30.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:31.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:31.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:31.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:31 smithi089 ceph-mon[103441]: pgmap v14889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:31 smithi026 ceph-mon[93126]: pgmap v14889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:32.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:32.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:33.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:33.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:33 smithi089 ceph-mon[103441]: pgmap v14890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:33 smithi026 ceph-mon[93126]: pgmap v14890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:34.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:34.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:35.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:35.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:35.638 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:35 smithi026 ceph-mon[93126]: pgmap v14891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:35 smithi089 ceph-mon[103441]: pgmap v14891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:36.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:36.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:36.639 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:36 smithi089 ceph-mon[103441]: pgmap v14892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:36 smithi026 ceph-mon[93126]: pgmap v14892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:37.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:37.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:38.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:38.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:38 smithi089 ceph-mon[103441]: pgmap v14893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:39.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:39.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:38 smithi026 ceph-mon[93126]: pgmap v14893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:40.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:40.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:41.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:41.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:41 smithi026 ceph-mon[93126]: pgmap v14894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:41 smithi089 ceph-mon[103441]: pgmap v14894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:42.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:42.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:43.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:43.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:43 smithi026 ceph-mon[93126]: pgmap v14895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:43 smithi089 ceph-mon[103441]: pgmap v14895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:44.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:44.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:45.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:45.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:45 smithi026 ceph-mon[93126]: pgmap v14896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:45 smithi089 ceph-mon[103441]: pgmap v14896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:46.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:46.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:47.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:47.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:47 smithi026 ceph-mon[93126]: pgmap v14897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:47 smithi089 ceph-mon[103441]: pgmap v14897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:48.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:48.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:49.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:49.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:49 smithi026 ceph-mon[93126]: pgmap v14898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:49 smithi089 ceph-mon[103441]: pgmap v14898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:56:50.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:50.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:56:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:56:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:51.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:51.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:51 smithi026 ceph-mon[93126]: pgmap v14899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:51 smithi089 ceph-mon[103441]: pgmap v14899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:52.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:52.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:53.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:53.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:53 smithi026 ceph-mon[93126]: pgmap v14900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:53 smithi089 ceph-mon[103441]: pgmap v14900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:54.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:54.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:55.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:55.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:55 smithi026 ceph-mon[93126]: pgmap v14901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:55 smithi089 ceph-mon[103441]: pgmap v14901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:56.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:56.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:57.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:57.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:57 smithi026 ceph-mon[93126]: pgmap v14902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:57 smithi089 ceph-mon[103441]: pgmap v14902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:56:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:58.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:58.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:59.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:56:59.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:56:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:58 smithi026 ceph-mon[93126]: pgmap v14903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:56:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:56:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:56:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:56:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:58 smithi089 ceph-mon[103441]: pgmap v14903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:56:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:56:59.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:56:59.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:56:59.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:56:59.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:56:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:57:00.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:00.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:01.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:01.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:01 smithi026 ceph-mon[93126]: pgmap v14904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:01 smithi089 ceph-mon[103441]: pgmap v14904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:02.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:02.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:03.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:03.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:03 smithi026 ceph-mon[93126]: pgmap v14905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:03 smithi089 ceph-mon[103441]: pgmap v14905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:04.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:04.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:05.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:05.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:05 smithi026 ceph-mon[93126]: pgmap v14906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:05 smithi089 ceph-mon[103441]: pgmap v14906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:06.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:06.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:07.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:07.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:07 smithi026 ceph-mon[93126]: pgmap v14907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:07 smithi089 ceph-mon[103441]: pgmap v14907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:08.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:08.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:09.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:09.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:09 smithi026 ceph-mon[93126]: pgmap v14908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:09 smithi089 ceph-mon[103441]: pgmap v14908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:10.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:10.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:11.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:11.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:11 smithi026 ceph-mon[93126]: pgmap v14909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:11 smithi089 ceph-mon[103441]: pgmap v14909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:12.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:12.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:13.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:13.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:13 smithi026 ceph-mon[93126]: pgmap v14910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:13 smithi089 ceph-mon[103441]: pgmap v14910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:14.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:14.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:15.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:15.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:15 smithi026 ceph-mon[93126]: pgmap v14911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:15 smithi089 ceph-mon[103441]: pgmap v14911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:16.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:16.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:17.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:17.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:17 smithi089 ceph-mon[103441]: pgmap v14912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:17 smithi026 ceph-mon[93126]: pgmap v14912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:18.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:18.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:19.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:19.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:19 smithi026 ceph-mon[93126]: pgmap v14913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:19 smithi089 ceph-mon[103441]: pgmap v14913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:20.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:20.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:21.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:21.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:21 smithi026 ceph-mon[93126]: pgmap v14914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:21 smithi089 ceph-mon[103441]: pgmap v14914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:22.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:22.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:23.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:23.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:23 smithi026 ceph-mon[93126]: pgmap v14915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:23 smithi089 ceph-mon[103441]: pgmap v14915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:24.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:24.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:25.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:25.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:25 smithi026 ceph-mon[93126]: pgmap v14916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:25 smithi089 ceph-mon[103441]: pgmap v14916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:26.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:26.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:27.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:27.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:27 smithi089 ceph-mon[103441]: pgmap v14917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:27 smithi026 ceph-mon[93126]: pgmap v14917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:28.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:28.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:29.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:29.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:29 smithi026 ceph-mon[93126]: pgmap v14918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:29 smithi089 ceph-mon[103441]: pgmap v14918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:30.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:30.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:31.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:31.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:31 smithi026 ceph-mon[93126]: pgmap v14919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:31 smithi089 ceph-mon[103441]: pgmap v14919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:32.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:32.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:33.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:33.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:33 smithi026 ceph-mon[93126]: pgmap v14920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:33 smithi089 ceph-mon[103441]: pgmap v14920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:34.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:34.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:35.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:35.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:35 smithi026 ceph-mon[93126]: pgmap v14921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:35 smithi089 ceph-mon[103441]: pgmap v14921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:36.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:36.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:37.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:37.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:37 smithi026 ceph-mon[93126]: pgmap v14922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:37 smithi089 ceph-mon[103441]: pgmap v14922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:38.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:38.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:39.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:39.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:39 smithi026 ceph-mon[93126]: pgmap v14923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:39 smithi089 ceph-mon[103441]: pgmap v14923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:40.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:40.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:41.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:41.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:41 smithi026 ceph-mon[93126]: pgmap v14924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:41 smithi089 ceph-mon[103441]: pgmap v14924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:42.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:42.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:43.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:43.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:43 smithi026 ceph-mon[93126]: pgmap v14925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:43 smithi089 ceph-mon[103441]: pgmap v14925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:44.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:44.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:45.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:45.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:45 smithi026 ceph-mon[93126]: pgmap v14926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:45 smithi089 ceph-mon[103441]: pgmap v14926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:46.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:46.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:47.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:47.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:47 smithi026 ceph-mon[93126]: pgmap v14927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:47 smithi089 ceph-mon[103441]: pgmap v14927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:48.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:48.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:49.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:49.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:49 smithi026 ceph-mon[93126]: pgmap v14928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:49 smithi089 ceph-mon[103441]: pgmap v14928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:57:50.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:50.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:51.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:51.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:51 smithi026 ceph-mon[93126]: pgmap v14929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:51 smithi089 ceph-mon[103441]: pgmap v14929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:52.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:52.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:53.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:53.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:53 smithi026 ceph-mon[93126]: pgmap v14930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:53 smithi089 ceph-mon[103441]: pgmap v14930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:54.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:54.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:55.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:55.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:55 smithi026 ceph-mon[93126]: pgmap v14931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:55 smithi089 ceph-mon[103441]: pgmap v14931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:56.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:56.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:57.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:57.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:57 smithi026 ceph-mon[93126]: pgmap v14932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:57 smithi089 ceph-mon[103441]: pgmap v14932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:57:58.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:58.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:57:58.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:57:59.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:57:59.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:57:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:59 smithi026 ceph-mon[93126]: pgmap v14933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:57:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:57:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:57:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:57:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:57:59.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:57:59.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:57:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:59 smithi089 ceph-mon[103441]: pgmap v14933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:57:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:57:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:57:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:57:59.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:57:59.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:57:59.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:57:59.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:58:00.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:00.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:01.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:01.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:01 smithi026 ceph-mon[93126]: pgmap v14934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:01 smithi089 ceph-mon[103441]: pgmap v14934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:02.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:02.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:03.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:03.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:03 smithi026 ceph-mon[93126]: pgmap v14935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:03 smithi089 ceph-mon[103441]: pgmap v14935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:04.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:04.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:04.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:05.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:05.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:05 smithi089 ceph-mon[103441]: pgmap v14936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:05 smithi026 ceph-mon[93126]: pgmap v14936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:06.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:06.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:07.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:07.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:07.587 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:07 smithi089 ceph-mon[103441]: pgmap v14937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:07 smithi026 ceph-mon[93126]: pgmap v14937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:08.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:08.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:09.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:09.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:09 smithi089 ceph-mon[103441]: pgmap v14938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:09 smithi026 ceph-mon[93126]: pgmap v14938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:10.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:10.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:11.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:11.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:11 smithi089 ceph-mon[103441]: pgmap v14939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:11.729 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:11 smithi026 ceph-mon[93126]: pgmap v14939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:12.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:12.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:13.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:13.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:13 smithi089 ceph-mon[103441]: pgmap v14940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:13 smithi026 ceph-mon[93126]: pgmap v14940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:14.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:14.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:15.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:15.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:15 smithi089 ceph-mon[103441]: pgmap v14941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:15 smithi026 ceph-mon[93126]: pgmap v14941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:16.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:16.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:17.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:17.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:17 smithi089 ceph-mon[103441]: pgmap v14942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:17 smithi026 ceph-mon[93126]: pgmap v14942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:18.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:18.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:19.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:19.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:19 smithi089 ceph-mon[103441]: pgmap v14943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:19 smithi026 ceph-mon[93126]: pgmap v14943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:20.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:20.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:21.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:21.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:21 smithi089 ceph-mon[103441]: pgmap v14944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:21 smithi026 ceph-mon[93126]: pgmap v14944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:22.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:22.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:23.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:23.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:23 smithi089 ceph-mon[103441]: pgmap v14945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:23 smithi026 ceph-mon[93126]: pgmap v14945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:24.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:24.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:25.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:25.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:25 smithi089 ceph-mon[103441]: pgmap v14946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:25 smithi026 ceph-mon[93126]: pgmap v14946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:26.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:26.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:27.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:27.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:27 smithi089 ceph-mon[103441]: pgmap v14947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:27 smithi026 ceph-mon[93126]: pgmap v14947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:28.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:28.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:29.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:29.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:29 smithi089 ceph-mon[103441]: pgmap v14948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:29.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:29 smithi026 ceph-mon[93126]: pgmap v14948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:30.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:30.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:31.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:31.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:31 smithi089 ceph-mon[103441]: pgmap v14949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:31 smithi026 ceph-mon[93126]: pgmap v14949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:32.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:32.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:33.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:33.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:33 smithi089 ceph-mon[103441]: pgmap v14950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:33 smithi026 ceph-mon[93126]: pgmap v14950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:34.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:34.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:35.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:35.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:35 smithi089 ceph-mon[103441]: pgmap v14951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:35 smithi026 ceph-mon[93126]: pgmap v14951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:36.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:36.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:37.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:37.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:37 smithi089 ceph-mon[103441]: pgmap v14952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:37 smithi026 ceph-mon[93126]: pgmap v14952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:38.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:38.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:38 smithi089 ceph-mon[103441]: pgmap v14953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:38 smithi026 ceph-mon[93126]: pgmap v14953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:39.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:39.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:40.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:40.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:41.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:41.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:41 smithi026 ceph-mon[93126]: pgmap v14954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:41 smithi089 ceph-mon[103441]: pgmap v14954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:42.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:42.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:43.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:43.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:43 smithi026 ceph-mon[93126]: pgmap v14955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:43 smithi089 ceph-mon[103441]: pgmap v14955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:44.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:44.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:45.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:45.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:45 smithi026 ceph-mon[93126]: pgmap v14956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:45 smithi089 ceph-mon[103441]: pgmap v14956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:46.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:46.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:47.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:47.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:47 smithi026 ceph-mon[93126]: pgmap v14957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:47 smithi089 ceph-mon[103441]: pgmap v14957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:48.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:48.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:49.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:49.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:49 smithi026 ceph-mon[93126]: pgmap v14958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:49 smithi089 ceph-mon[103441]: pgmap v14958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:58:50.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:50.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:51.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:51.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:51 smithi026 ceph-mon[93126]: pgmap v14959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:51 smithi089 ceph-mon[103441]: pgmap v14959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:52.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:52.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:53.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:53.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:53 smithi089 ceph-mon[103441]: pgmap v14960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:53 smithi026 ceph-mon[93126]: pgmap v14960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:54.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:54.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:55.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:55.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:55 smithi026 ceph-mon[93126]: pgmap v14961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:55 smithi089 ceph-mon[103441]: pgmap v14961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:56.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:56.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:57.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:57.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:57 smithi026 ceph-mon[93126]: pgmap v14962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:57 smithi089 ceph-mon[103441]: pgmap v14962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:58:58.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:58.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:59.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:58:59.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:58:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:59 smithi026 ceph-mon[93126]: pgmap v14963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:58:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:58:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:59 smithi089 ceph-mon[103441]: pgmap v14963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:58:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:58:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T04:59:00.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:00.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:00 smithi026 ceph-mon[93126]: pgmap v14964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:00.868 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:00.868 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:00.868 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:00 smithi089 ceph-mon[103441]: pgmap v14964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:01.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:01.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:02.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:02.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:03.140 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:02 smithi089 ceph-mon[103441]: pgmap v14965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:03.297 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:02 smithi026 ceph-mon[93126]: pgmap v14965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:03.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:03.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:04.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:04.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:59:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:59:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:04.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:59:04.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:04.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:04 smithi089 ceph-mon[103441]: pgmap v14966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:04.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T04:59:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T04:59:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T04:59:05.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T04:59:05.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:04 smithi026 ceph-mon[93126]: pgmap v14966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:05.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:05.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:05.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:06.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:06.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:07.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:07.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:07 smithi026 ceph-mon[93126]: pgmap v14967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:07 smithi089 ceph-mon[103441]: pgmap v14967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:08.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:08.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:09.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:09.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:09 smithi026 ceph-mon[93126]: pgmap v14968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:09 smithi089 ceph-mon[103441]: pgmap v14968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:10.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:10.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:11.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:11.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:11 smithi026 ceph-mon[93126]: pgmap v14969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:11 smithi089 ceph-mon[103441]: pgmap v14969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:12.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:12.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:13.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:13.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:13 smithi026 ceph-mon[93126]: pgmap v14970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:13 smithi089 ceph-mon[103441]: pgmap v14970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:14.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:14.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:15.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:15.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:15 smithi026 ceph-mon[93126]: pgmap v14971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:15 smithi089 ceph-mon[103441]: pgmap v14971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:16.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:16.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:17.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:17.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:17 smithi026 ceph-mon[93126]: pgmap v14972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:17 smithi089 ceph-mon[103441]: pgmap v14972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:18.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:18.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:19.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:19.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:19 smithi026 ceph-mon[93126]: pgmap v14973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:19 smithi089 ceph-mon[103441]: pgmap v14973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:20.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:20.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:21.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:21.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:21 smithi026 ceph-mon[93126]: pgmap v14974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:21 smithi089 ceph-mon[103441]: pgmap v14974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:22.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:22.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:23.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:23.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:23 smithi026 ceph-mon[93126]: pgmap v14975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:23 smithi089 ceph-mon[103441]: pgmap v14975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:24.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:24.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:25.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:25.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:25 smithi026 ceph-mon[93126]: pgmap v14976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:25 smithi089 ceph-mon[103441]: pgmap v14976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:26.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:26.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:27.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:27.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:27 smithi026 ceph-mon[93126]: pgmap v14977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:27 smithi089 ceph-mon[103441]: pgmap v14977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:28.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:28.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:29.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:29.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:29 smithi026 ceph-mon[93126]: pgmap v14978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:29 smithi089 ceph-mon[103441]: pgmap v14978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:30.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:30.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:31.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:31.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:31 smithi026 ceph-mon[93126]: pgmap v14979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:31 smithi089 ceph-mon[103441]: pgmap v14979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:32.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:32.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:33.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:33.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:33 smithi026 ceph-mon[93126]: pgmap v14980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:33 smithi089 ceph-mon[103441]: pgmap v14980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:34.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:34.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:35.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:35.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:35 smithi026 ceph-mon[93126]: pgmap v14981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:35 smithi089 ceph-mon[103441]: pgmap v14981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:36.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:36.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:37.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:37.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:37 smithi026 ceph-mon[93126]: pgmap v14982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:37 smithi089 ceph-mon[103441]: pgmap v14982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:38.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:38.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:39.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:39.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:39 smithi026 ceph-mon[93126]: pgmap v14983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:39 smithi089 ceph-mon[103441]: pgmap v14983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:40.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:40.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:41.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:41.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:41 smithi026 ceph-mon[93126]: pgmap v14984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:41 smithi089 ceph-mon[103441]: pgmap v14984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:42.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:42.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:43.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:43.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:43 smithi026 ceph-mon[93126]: pgmap v14985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:43.591 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:43 smithi089 ceph-mon[103441]: pgmap v14985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:44.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:44.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:45.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:45.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:45 smithi026 ceph-mon[93126]: pgmap v14986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:45 smithi089 ceph-mon[103441]: pgmap v14986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:46.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:46.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:47.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:47.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:47 smithi089 ceph-mon[103441]: pgmap v14987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:47 smithi026 ceph-mon[93126]: pgmap v14987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:48.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:48.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:49.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:49.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:49 smithi089 ceph-mon[103441]: pgmap v14988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:49 smithi026 ceph-mon[93126]: pgmap v14988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T04:59:50.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:50.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:51.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:51.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:51 smithi089 ceph-mon[103441]: pgmap v14989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:51 smithi026 ceph-mon[93126]: pgmap v14989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:52.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:52.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:53.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:53.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:53 smithi089 ceph-mon[103441]: pgmap v14990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:53 smithi026 ceph-mon[93126]: pgmap v14990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:54.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:54.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:55.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:55.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:55 smithi089 ceph-mon[103441]: pgmap v14991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:55.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:55 smithi026 ceph-mon[93126]: pgmap v14991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:56.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:56.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:57.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:57.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:57 smithi089 ceph-mon[103441]: pgmap v14992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:57 smithi026 ceph-mon[93126]: pgmap v14992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T04:59:58.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:58.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:59.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T04:59:59.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T04:59:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 04:59:59 smithi089 ceph-mon[103441]: pgmap v14993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T04:59:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 04:59:59 smithi026 ceph-mon[93126]: pgmap v14993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:00.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:00.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T05:00:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T05:00:01.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:01.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:01 smithi089 ceph-mon[103441]: pgmap v14994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:01 smithi026 ceph-mon[93126]: pgmap v14994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:02.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:02.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:03.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:03.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:03 smithi089 ceph-mon[103441]: pgmap v14995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:03 smithi026 ceph-mon[93126]: pgmap v14995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:00:04.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:04.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:04.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:00:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:05.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:05.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:05 smithi089 ceph-mon[103441]: pgmap v14996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:00:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:00:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:00:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:00:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:00:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:05 smithi026 ceph-mon[93126]: pgmap v14996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:00:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:00:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:00:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:00:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:00:06.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:06.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:07.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:07.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:07 smithi089 ceph-mon[103441]: pgmap v14997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:07 smithi026 ceph-mon[93126]: pgmap v14997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:08.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:08.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:09.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:09.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:09 smithi089 ceph-mon[103441]: pgmap v14998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:09 smithi026 ceph-mon[93126]: pgmap v14998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:10.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:10.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:11.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:11.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:11 smithi089 ceph-mon[103441]: pgmap v14999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:11 smithi026 ceph-mon[93126]: pgmap v14999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:12.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:12.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:13.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:13.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:13 smithi026 ceph-mon[93126]: pgmap v15000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:13 smithi089 ceph-mon[103441]: pgmap v15000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:14.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:14.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:15.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:15.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:15 smithi089 ceph-mon[103441]: pgmap v15001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:15 smithi026 ceph-mon[93126]: pgmap v15001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:16.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:16.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:17.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:17.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:17 smithi089 ceph-mon[103441]: pgmap v15002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:17 smithi026 ceph-mon[93126]: pgmap v15002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:18.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:18.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:19.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:19.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:19 smithi089 ceph-mon[103441]: pgmap v15003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:19 smithi026 ceph-mon[93126]: pgmap v15003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:20.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:20.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:21.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:21.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:21 smithi089 ceph-mon[103441]: pgmap v15004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:21 smithi026 ceph-mon[93126]: pgmap v15004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:22.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:22.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:23 smithi026 ceph-mon[93126]: pgmap v15005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:23.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:23.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:23 smithi089 ceph-mon[103441]: pgmap v15005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:24.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:24.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:25.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:25.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:25 smithi089 ceph-mon[103441]: pgmap v15006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:25 smithi026 ceph-mon[93126]: pgmap v15006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:26.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:26.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:27.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:27.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:27 smithi089 ceph-mon[103441]: pgmap v15007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:27 smithi026 ceph-mon[93126]: pgmap v15007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:28.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:28.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:29.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:29.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:29 smithi089 ceph-mon[103441]: pgmap v15008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:29 smithi026 ceph-mon[93126]: pgmap v15008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:30.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:30.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:31.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:31.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:31 smithi089 ceph-mon[103441]: pgmap v15009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:31 smithi026 ceph-mon[93126]: pgmap v15009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:32.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:32.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:33.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:33.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:33 smithi089 ceph-mon[103441]: pgmap v15010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:33 smithi026 ceph-mon[93126]: pgmap v15010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:34.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:34.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:35.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:35.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:35 smithi089 ceph-mon[103441]: pgmap v15011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:35 smithi026 ceph-mon[93126]: pgmap v15011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:36.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:36.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:36 smithi089 ceph-mon[103441]: pgmap v15012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:36 smithi026 ceph-mon[93126]: pgmap v15012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:37.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:37.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:38.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:38.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:38 smithi089 ceph-mon[103441]: pgmap v15013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:38 smithi026 ceph-mon[93126]: pgmap v15013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:39.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:39.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:40.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:40.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:41 smithi026 ceph-mon[93126]: pgmap v15014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:41.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:41.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:41 smithi089 ceph-mon[103441]: pgmap v15014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:42.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:42.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:43 smithi026 ceph-mon[93126]: pgmap v15015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:43.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:43.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:43 smithi089 ceph-mon[103441]: pgmap v15015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:44.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:44.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:45 smithi026 ceph-mon[93126]: pgmap v15016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:45.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:45.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:45 smithi089 ceph-mon[103441]: pgmap v15016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:46.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:46.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:47 smithi026 ceph-mon[93126]: pgmap v15017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:47.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:47.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:47 smithi089 ceph-mon[103441]: pgmap v15017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:48.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:48.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:49 smithi026 ceph-mon[93126]: pgmap v15018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:49.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:49.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:49 smithi089 ceph-mon[103441]: pgmap v15018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:00:50.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:50.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:51 smithi026 ceph-mon[93126]: pgmap v15019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:51.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:51.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:51 smithi089 ceph-mon[103441]: pgmap v15019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:52.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:52.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:53 smithi026 ceph-mon[93126]: pgmap v15020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:53.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:53.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:53 smithi089 ceph-mon[103441]: pgmap v15020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:54.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:54.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:55 smithi026 ceph-mon[93126]: pgmap v15021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:55.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:55.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:55 smithi089 ceph-mon[103441]: pgmap v15021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:56.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:56.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:57 smithi026 ceph-mon[93126]: pgmap v15022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:57.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:57.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:57 smithi089 ceph-mon[103441]: pgmap v15022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:00:58.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:58.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:00:59 smithi026 ceph-mon[93126]: pgmap v15023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:00:59.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:00:59.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:00:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:00:59 smithi089 ceph-mon[103441]: pgmap v15023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:00.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:00.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:01 smithi026 ceph-mon[93126]: pgmap v15024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:01.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:01.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:01 smithi089 ceph-mon[103441]: pgmap v15024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:02.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:02.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:03 smithi026 ceph-mon[93126]: pgmap v15025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:03.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:03.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:03 smithi089 ceph-mon[103441]: pgmap v15025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:04.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:04.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:05 smithi026 ceph-mon[93126]: pgmap v15026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:01:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:01:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:01:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:01:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:01:05.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:01:05.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:05.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:05 smithi089 ceph-mon[103441]: pgmap v15026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:01:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:01:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:01:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:01:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:01:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:01:06.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:06.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:07 smithi026 ceph-mon[93126]: pgmap v15027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:07.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:07.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:07 smithi089 ceph-mon[103441]: pgmap v15027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:08.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:08.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:09 smithi026 ceph-mon[93126]: pgmap v15028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:09.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:09.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:09 smithi089 ceph-mon[103441]: pgmap v15028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:10.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:10.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:11 smithi026 ceph-mon[93126]: pgmap v15029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:11.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:11.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:11 smithi089 ceph-mon[103441]: pgmap v15029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:12.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:12.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:13 smithi026 ceph-mon[93126]: pgmap v15030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:13.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:13.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:13 smithi089 ceph-mon[103441]: pgmap v15030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:14.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:14.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:15.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:15.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:15 smithi089 ceph-mon[103441]: pgmap v15031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:15 smithi026 ceph-mon[93126]: pgmap v15031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:16.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:16.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:17.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:17.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:17 smithi089 ceph-mon[103441]: pgmap v15032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:17 smithi026 ceph-mon[93126]: pgmap v15032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:18.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:18.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:19.599 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:19 smithi089 ceph-mon[103441]: pgmap v15033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:19.599 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:19.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:19.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:19 smithi026 ceph-mon[93126]: pgmap v15033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:20.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:20.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:21.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:21.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:21 smithi089 ceph-mon[103441]: pgmap v15034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:21 smithi026 ceph-mon[93126]: pgmap v15034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:22.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:22.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:23.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:23.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:23 smithi089 ceph-mon[103441]: pgmap v15035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:23 smithi026 ceph-mon[93126]: pgmap v15035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:24.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:24.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:25.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:25.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:25 smithi089 ceph-mon[103441]: pgmap v15036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:25 smithi026 ceph-mon[93126]: pgmap v15036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:26.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:26.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:27.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:27.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:27 smithi089 ceph-mon[103441]: pgmap v15037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:27 smithi026 ceph-mon[93126]: pgmap v15037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:28.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:28.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:29.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:29.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:29 smithi089 ceph-mon[103441]: pgmap v15038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:29 smithi026 ceph-mon[93126]: pgmap v15038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:30.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:30.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:31.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:31.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:31.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:31 smithi089 ceph-mon[103441]: pgmap v15039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:31 smithi026 ceph-mon[93126]: pgmap v15039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:32.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:32.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:33 smithi089 ceph-mon[103441]: pgmap v15040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:33.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:33.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:33 smithi026 ceph-mon[93126]: pgmap v15040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:34.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:34.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:35 smithi089 ceph-mon[103441]: pgmap v15041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:35.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:35.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:35 smithi026 ceph-mon[93126]: pgmap v15041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:36.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:36.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:37 smithi089 ceph-mon[103441]: pgmap v15042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:37.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:37.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:37 smithi026 ceph-mon[93126]: pgmap v15042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:38.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:38.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:39 smithi089 ceph-mon[103441]: pgmap v15043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:39.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:39.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:39 smithi026 ceph-mon[93126]: pgmap v15043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:40.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:40.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:41 smithi089 ceph-mon[103441]: pgmap v15044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:41.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:41.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:41 smithi026 ceph-mon[93126]: pgmap v15044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:42.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:42.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:43 smithi089 ceph-mon[103441]: pgmap v15045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:43.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:43.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:43 smithi026 ceph-mon[93126]: pgmap v15045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:44.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:44.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:45 smithi089 ceph-mon[103441]: pgmap v15046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:45.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:45.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:45 smithi026 ceph-mon[93126]: pgmap v15046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:46.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:46.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:47 smithi089 ceph-mon[103441]: pgmap v15047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:47.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:47.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:47 smithi026 ceph-mon[93126]: pgmap v15047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:48.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:48.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:49 smithi026 ceph-mon[93126]: pgmap v15048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:49 smithi089 ceph-mon[103441]: pgmap v15048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:01:49.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:49.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:50.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:50.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:51 smithi089 ceph-mon[103441]: pgmap v15049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:51.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:51.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:51 smithi026 ceph-mon[93126]: pgmap v15049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:52.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:52.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:53 smithi089 ceph-mon[103441]: pgmap v15050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:53.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:53.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:53 smithi026 ceph-mon[93126]: pgmap v15050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:54.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:54.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:55 smithi089 ceph-mon[103441]: pgmap v15051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:55.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:55.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:55 smithi026 ceph-mon[93126]: pgmap v15051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:56.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:56.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:57 smithi089 ceph-mon[103441]: pgmap v15052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:57.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:57.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:57 smithi026 ceph-mon[93126]: pgmap v15052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:01:58.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:58.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:01:59 smithi089 ceph-mon[103441]: pgmap v15053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:01:59.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:01:59.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:01:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:01:59 smithi026 ceph-mon[93126]: pgmap v15053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:00.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:00.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:01 smithi089 ceph-mon[103441]: pgmap v15054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:01.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:01.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:01 smithi026 ceph-mon[93126]: pgmap v15054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:02.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:02.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:03 smithi089 ceph-mon[103441]: pgmap v15055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:03.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:03.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:03 smithi026 ceph-mon[93126]: pgmap v15055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:04.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:04.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:05 smithi089 ceph-mon[103441]: pgmap v15056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:02:05.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:05.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:05 smithi026 ceph-mon[93126]: pgmap v15056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:02:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:02:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:02:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:02:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:02:06.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:02:06.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:06.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:02:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:02:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:02:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:02:06.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:02:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:07 smithi089 ceph-mon[103441]: pgmap v15057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:07.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:07.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:07 smithi026 ceph-mon[93126]: pgmap v15057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:08.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:08.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:09 smithi089 ceph-mon[103441]: pgmap v15058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:09.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:09.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:09 smithi026 ceph-mon[93126]: pgmap v15058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:10.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:10.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:11 smithi089 ceph-mon[103441]: pgmap v15059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:11.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:11.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:11 smithi026 ceph-mon[93126]: pgmap v15059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:12 smithi089 ceph-mon[103441]: pgmap v15060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:12.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:12.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:12 smithi026 ceph-mon[93126]: pgmap v15060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:13.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:13.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:14.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:14.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:14 smithi089 ceph-mon[103441]: pgmap v15061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:14 smithi026 ceph-mon[93126]: pgmap v15061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:15.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:15.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:16.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:16.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:17 smithi026 ceph-mon[93126]: pgmap v15062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:17 smithi089 ceph-mon[103441]: pgmap v15062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:17.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:17.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:18.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:18.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:19.546 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:19 smithi026 ceph-mon[93126]: pgmap v15063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:19.547 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:19 smithi089 ceph-mon[103441]: pgmap v15063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:19.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:19.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:21 smithi026 ceph-mon[93126]: pgmap v15064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:21 smithi089 ceph-mon[103441]: pgmap v15064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:21.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:21.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:22.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:22.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:23 smithi026 ceph-mon[93126]: pgmap v15065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:23 smithi089 ceph-mon[103441]: pgmap v15065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:23.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:23.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:24.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:24.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:25 smithi026 ceph-mon[93126]: pgmap v15066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:25 smithi089 ceph-mon[103441]: pgmap v15066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:25.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:25.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:26.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:26.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:27 smithi026 ceph-mon[93126]: pgmap v15067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:27 smithi089 ceph-mon[103441]: pgmap v15067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:27.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:27.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:28.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:28.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:29 smithi026 ceph-mon[93126]: pgmap v15068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:29 smithi089 ceph-mon[103441]: pgmap v15068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:29.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:29.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:30.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:30.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:31 smithi026 ceph-mon[93126]: pgmap v15069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:31 smithi089 ceph-mon[103441]: pgmap v15069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:31.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:31.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:32.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:32.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:33 smithi026 ceph-mon[93126]: pgmap v15070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:33 smithi089 ceph-mon[103441]: pgmap v15070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:33.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:33.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:34.719 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:34.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:34.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:35 smithi089 ceph-mon[103441]: pgmap v15071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:35.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:35.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:35 smithi026 ceph-mon[93126]: pgmap v15071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:36.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:36.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:37 smithi089 ceph-mon[103441]: pgmap v15072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:37.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:37.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:37 smithi026 ceph-mon[93126]: pgmap v15072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:38.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:38.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:39 smithi089 ceph-mon[103441]: pgmap v15073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:39.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:39 smithi026 ceph-mon[93126]: pgmap v15073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:39.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:39.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:40.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:40.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:41 smithi089 ceph-mon[103441]: pgmap v15074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:41.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:41.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:41 smithi026 ceph-mon[93126]: pgmap v15074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:42.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:42.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:43 smithi089 ceph-mon[103441]: pgmap v15075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:43.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:43.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:43 smithi026 ceph-mon[93126]: pgmap v15075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:44.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:44.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:45 smithi089 ceph-mon[103441]: pgmap v15076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:45 smithi026 ceph-mon[93126]: pgmap v15076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:45.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:45.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:46.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:46.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:47 smithi089 ceph-mon[103441]: pgmap v15077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:47 smithi026 ceph-mon[93126]: pgmap v15077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:47.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:47.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:48.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:48.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:49 smithi089 ceph-mon[103441]: pgmap v15078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:49 smithi026 ceph-mon[93126]: pgmap v15078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:02:49.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:49.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:50.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:50.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:51 smithi089 ceph-mon[103441]: pgmap v15079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:51 smithi026 ceph-mon[93126]: pgmap v15079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:51.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:51.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:52.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:52.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:53 smithi089 ceph-mon[103441]: pgmap v15080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:53 smithi026 ceph-mon[93126]: pgmap v15080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:53.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:53.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:54.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:54.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:55.597 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:55 smithi089 ceph-mon[103441]: pgmap v15081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:55 smithi026 ceph-mon[93126]: pgmap v15081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:55.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:55.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:56.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:56.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:57 smithi089 ceph-mon[103441]: pgmap v15082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:57 smithi026 ceph-mon[93126]: pgmap v15082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:02:57.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:57.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:58.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:58.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:02:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:02:59 smithi089 ceph-mon[103441]: pgmap v15083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:02:59 smithi026 ceph-mon[93126]: pgmap v15083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:02:59.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:02:59.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:00.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:00.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:01 smithi089 ceph-mon[103441]: pgmap v15084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:01 smithi026 ceph-mon[93126]: pgmap v15084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:01.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:01.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:02.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:02.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:03 smithi089 ceph-mon[103441]: pgmap v15085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:03 smithi026 ceph-mon[93126]: pgmap v15085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:03.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:03.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:04.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:04.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:05 smithi089 ceph-mon[103441]: pgmap v15086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:05 smithi026 ceph-mon[93126]: pgmap v15086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:05.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:05.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:06.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:03:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:03:06.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:06.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:07 smithi089 ceph-mon[103441]: pgmap v15087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:03:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:03:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:03:07.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:03:07.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:03:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:07 smithi026 ceph-mon[93126]: pgmap v15087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:03:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:03:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:03:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:03:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:03:07.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:07.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:08.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:08.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:09 smithi089 ceph-mon[103441]: pgmap v15088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:09 smithi026 ceph-mon[93126]: pgmap v15088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:09.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:09.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:10.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:10.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:11 smithi089 ceph-mon[103441]: pgmap v15089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:11 smithi026 ceph-mon[93126]: pgmap v15089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:11.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:11.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:12.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:12.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:13 smithi089 ceph-mon[103441]: pgmap v15090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:13 smithi026 ceph-mon[93126]: pgmap v15090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:13.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:13.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:14.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:14.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:15 smithi026 ceph-mon[93126]: pgmap v15091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:15 smithi089 ceph-mon[103441]: pgmap v15091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:15.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:15.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:16.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:16.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:17 smithi089 ceph-mon[103441]: pgmap v15092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:17 smithi026 ceph-mon[93126]: pgmap v15092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:17.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:17.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:18.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:18.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:19 smithi089 ceph-mon[103441]: pgmap v15093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:19 smithi026 ceph-mon[93126]: pgmap v15093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:19.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:19.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:20.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:20.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:21 smithi089 ceph-mon[103441]: pgmap v15094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:21 smithi026 ceph-mon[93126]: pgmap v15094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:21.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:21.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:22.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:22.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:23 smithi089 ceph-mon[103441]: pgmap v15095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:23 smithi026 ceph-mon[93126]: pgmap v15095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:23.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:23.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:24.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:24.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:25 smithi026 ceph-mon[93126]: pgmap v15096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:25 smithi089 ceph-mon[103441]: pgmap v15096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:25.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:25.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:26.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:26.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:27 smithi089 ceph-mon[103441]: pgmap v15097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:27 smithi026 ceph-mon[93126]: pgmap v15097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:27.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:27.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:28.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:28.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:29 smithi089 ceph-mon[103441]: pgmap v15098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:29 smithi026 ceph-mon[93126]: pgmap v15098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:29.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:29.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:30.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:30.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:31 smithi089 ceph-mon[103441]: pgmap v15099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:31 smithi026 ceph-mon[93126]: pgmap v15099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:31.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:31.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:32.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:32.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:33 smithi089 ceph-mon[103441]: pgmap v15100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:33 smithi026 ceph-mon[93126]: pgmap v15100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:33.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:33.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:34.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:34.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:35.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:35 smithi089 ceph-mon[103441]: pgmap v15101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:35 smithi026 ceph-mon[93126]: pgmap v15101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:35.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:35.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:36.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:36.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:37 smithi089 ceph-mon[103441]: pgmap v15102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:37 smithi026 ceph-mon[93126]: pgmap v15102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:37.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:37.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:38 smithi089 ceph-mon[103441]: pgmap v15103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:38 smithi026 ceph-mon[93126]: pgmap v15103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:38.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:38.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:39.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:39.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:40.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:40.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:41 smithi089 ceph-mon[103441]: pgmap v15104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:41 smithi026 ceph-mon[93126]: pgmap v15104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:41.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:41.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:42.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:42.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:43 smithi026 ceph-mon[93126]: pgmap v15105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:43 smithi089 ceph-mon[103441]: pgmap v15105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:43.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:43.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:44.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:44.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:45 smithi026 ceph-mon[93126]: pgmap v15106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:45 smithi089 ceph-mon[103441]: pgmap v15106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:45.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:45.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:46.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:46.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:47 smithi089 ceph-mon[103441]: pgmap v15107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:47 smithi026 ceph-mon[93126]: pgmap v15107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:47.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:47.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:48.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:48.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:49 smithi089 ceph-mon[103441]: pgmap v15108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:49 smithi026 ceph-mon[93126]: pgmap v15108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:03:49.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:49.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:50.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:50.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:51.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:51 smithi089 ceph-mon[103441]: pgmap v15109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:51 smithi026 ceph-mon[93126]: pgmap v15109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:51.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:51.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:52.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:52.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:53 smithi089 ceph-mon[103441]: pgmap v15110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:53 smithi026 ceph-mon[93126]: pgmap v15110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:53.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:53.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:54.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:54.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:55.638 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:55 smithi026 ceph-mon[93126]: pgmap v15111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:55 smithi089 ceph-mon[103441]: pgmap v15111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:55.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:55.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:56.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:56.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:57 smithi089 ceph-mon[103441]: pgmap v15112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:57 smithi026 ceph-mon[93126]: pgmap v15112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:03:57.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:57.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:58.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:58.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:03:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:03:59 smithi089 ceph-mon[103441]: pgmap v15113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:03:59 smithi026 ceph-mon[93126]: pgmap v15113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:03:59.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:03:59.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:00.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:00.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:01 smithi089 ceph-mon[103441]: pgmap v15114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:01 smithi026 ceph-mon[93126]: pgmap v15114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:01.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:01.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:02.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:02.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:03 smithi089 ceph-mon[103441]: pgmap v15115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:03 smithi026 ceph-mon[93126]: pgmap v15115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:03.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:03.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:04.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:04.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:05 smithi089 ceph-mon[103441]: pgmap v15116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:05.753 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:05 smithi026 ceph-mon[93126]: pgmap v15116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:05.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:05.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:06.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:06.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:07 smithi089 ceph-mon[103441]: pgmap v15117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:04:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:07 smithi026 ceph-mon[93126]: pgmap v15117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:04:07.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:07.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:04:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:04:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:04:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:04:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:04:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:04:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:04:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:04:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:04:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:04:08.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:08.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:09 smithi089 ceph-mon[103441]: pgmap v15118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:09 smithi026 ceph-mon[93126]: pgmap v15118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:09.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:09.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:10.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:10.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:11 smithi089 ceph-mon[103441]: pgmap v15119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:11 smithi026 ceph-mon[93126]: pgmap v15119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:11.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:11.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:12.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:12.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:13 smithi089 ceph-mon[103441]: pgmap v15120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:13 smithi026 ceph-mon[93126]: pgmap v15120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:13.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:13.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:14.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:14.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:15 smithi089 ceph-mon[103441]: pgmap v15121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:15 smithi026 ceph-mon[93126]: pgmap v15121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:15.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:15.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:16.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:16.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:17 smithi089 ceph-mon[103441]: pgmap v15122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:17 smithi026 ceph-mon[93126]: pgmap v15122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:17.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:17.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:18.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:18.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:19 smithi089 ceph-mon[103441]: pgmap v15123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:19 smithi026 ceph-mon[93126]: pgmap v15123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:19.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:19.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:20.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:20.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:21 smithi089 ceph-mon[103441]: pgmap v15124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:21 smithi026 ceph-mon[93126]: pgmap v15124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:21.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:21.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:22.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:22.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:23 smithi089 ceph-mon[103441]: pgmap v15125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:23 smithi026 ceph-mon[93126]: pgmap v15125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:23.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:23.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:24.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:24.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:25 smithi089 ceph-mon[103441]: pgmap v15126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:25 smithi026 ceph-mon[93126]: pgmap v15126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:25.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:25.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:26.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:26.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:27 smithi089 ceph-mon[103441]: pgmap v15127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:27 smithi026 ceph-mon[93126]: pgmap v15127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:27.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:27.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:28.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:28.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:29 smithi089 ceph-mon[103441]: pgmap v15128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:29 smithi026 ceph-mon[93126]: pgmap v15128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:29.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:29.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:30.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:30.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:31 smithi089 ceph-mon[103441]: pgmap v15129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:31 smithi026 ceph-mon[93126]: pgmap v15129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:31.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:31.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:32.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:32.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:33 smithi089 ceph-mon[103441]: pgmap v15130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:33 smithi026 ceph-mon[93126]: pgmap v15130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:33.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:33.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:34.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:34.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:35 smithi089 ceph-mon[103441]: pgmap v15131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:35 smithi026 ceph-mon[93126]: pgmap v15131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:35.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:35.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:36.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:36.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:37 smithi089 ceph-mon[103441]: pgmap v15132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:37 smithi026 ceph-mon[93126]: pgmap v15132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:37.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:37.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:38.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:38.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:39 smithi089 ceph-mon[103441]: pgmap v15133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:39 smithi026 ceph-mon[93126]: pgmap v15133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:39.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:39.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:40.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:40.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:41 smithi026 ceph-mon[93126]: pgmap v15134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:41 smithi089 ceph-mon[103441]: pgmap v15134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:41.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:41.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:43.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:43.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:43 smithi089 ceph-mon[103441]: pgmap v15135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:43 smithi026 ceph-mon[93126]: pgmap v15135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:44.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:44.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:45.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:45.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:45 smithi089 ceph-mon[103441]: pgmap v15136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:45 smithi026 ceph-mon[93126]: pgmap v15136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:46.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:46.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:47.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:47.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:47 smithi089 ceph-mon[103441]: pgmap v15137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:47 smithi026 ceph-mon[93126]: pgmap v15137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:48.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:48.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:49.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:49.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:49 smithi089 ceph-mon[103441]: pgmap v15138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:49 smithi026 ceph-mon[93126]: pgmap v15138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:04:50.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:50.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:51.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:51.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:51 smithi026 ceph-mon[93126]: pgmap v15139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:51 smithi089 ceph-mon[103441]: pgmap v15139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:52.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:52.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:53.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:53.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:53 smithi089 ceph-mon[103441]: pgmap v15140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:53 smithi026 ceph-mon[93126]: pgmap v15140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:54.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:54.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:55.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:55.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:55 smithi089 ceph-mon[103441]: pgmap v15141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:55 smithi026 ceph-mon[93126]: pgmap v15141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:56.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:56.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:57.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:57.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:57 smithi089 ceph-mon[103441]: pgmap v15142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:57 smithi026 ceph-mon[93126]: pgmap v15142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:04:58.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:58.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:59.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:04:59.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:04:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:04:59 smithi089 ceph-mon[103441]: pgmap v15143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:04:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:04:59 smithi026 ceph-mon[93126]: pgmap v15143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:00.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:00.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:01.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:01.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:01 smithi089 ceph-mon[103441]: pgmap v15144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:01 smithi026 ceph-mon[93126]: pgmap v15144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:02.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:02.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:03.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:03.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:03 smithi089 ceph-mon[103441]: pgmap v15145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:03 smithi026 ceph-mon[93126]: pgmap v15145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:04.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:04.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:05.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:05.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:05 smithi026 ceph-mon[93126]: pgmap v15146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:05 smithi089 ceph-mon[103441]: pgmap v15146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:06.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:06.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:07.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:07.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:07 smithi026 ceph-mon[93126]: pgmap v15147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:07 smithi089 ceph-mon[103441]: pgmap v15147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:08.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:08.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:05:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:05:09.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:09.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:09 smithi026 ceph-mon[93126]: pgmap v15148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:09 smithi089 ceph-mon[103441]: pgmap v15148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:10.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:10.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:11.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:11.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:11 smithi089 ceph-mon[103441]: pgmap v15149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:11 smithi026 ceph-mon[93126]: pgmap v15149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:12.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:12.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:13.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:13.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:13 smithi026 ceph-mon[93126]: pgmap v15150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:05:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:05:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:05:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:05:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:05:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:05:13.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:05:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:13 smithi089 ceph-mon[103441]: pgmap v15150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:05:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:05:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:05:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:05:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:05:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:05:13.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:05:14.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:14.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:15.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:15.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:15 smithi026 ceph-mon[93126]: pgmap v15151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:15 smithi089 ceph-mon[103441]: pgmap v15151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:16.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:16.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:17.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:17.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:17 smithi089 ceph-mon[103441]: pgmap v15152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:17 smithi026 ceph-mon[93126]: pgmap v15152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:18.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:18.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:19.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:19.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:19 smithi089 ceph-mon[103441]: pgmap v15153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:19 smithi026 ceph-mon[93126]: pgmap v15153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:20.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:20.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:21.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:21.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:21.612 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:21 smithi026 ceph-mon[93126]: pgmap v15154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:21 smithi089 ceph-mon[103441]: pgmap v15154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:22.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:22.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:23.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:23.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:23 smithi089 ceph-mon[103441]: pgmap v15155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:23 smithi026 ceph-mon[93126]: pgmap v15155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:24.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:24.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:25.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:25.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:25 smithi089 ceph-mon[103441]: pgmap v15156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:25 smithi026 ceph-mon[93126]: pgmap v15156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:26.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:26.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:27.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:27.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:27 smithi089 ceph-mon[103441]: pgmap v15157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:27 smithi026 ceph-mon[93126]: pgmap v15157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:28.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:28.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:29.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:29.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:29 smithi089 ceph-mon[103441]: pgmap v15158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:29 smithi026 ceph-mon[93126]: pgmap v15158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:30.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:30.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:31.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:31.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:31 smithi089 ceph-mon[103441]: pgmap v15159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:31.726 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:31 smithi026 ceph-mon[93126]: pgmap v15159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:32.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:32.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:33.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:33.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:33 smithi089 ceph-mon[103441]: pgmap v15160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:33 smithi026 ceph-mon[93126]: pgmap v15160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:34.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:34.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:35.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:35.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:35 smithi089 ceph-mon[103441]: pgmap v15161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:35 smithi026 ceph-mon[93126]: pgmap v15161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:36.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:36.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:37.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:37.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:37 smithi089 ceph-mon[103441]: pgmap v15162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:37 smithi026 ceph-mon[93126]: pgmap v15162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:38.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:38.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:39.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:39.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:39 smithi089 ceph-mon[103441]: pgmap v15163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:39 smithi026 ceph-mon[93126]: pgmap v15163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:40.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:40.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:41.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:41.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:41 smithi089 ceph-mon[103441]: pgmap v15164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:41 smithi026 ceph-mon[93126]: pgmap v15164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:42.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:42.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:43.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:43.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:43 smithi089 ceph-mon[103441]: pgmap v15165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:43 smithi026 ceph-mon[93126]: pgmap v15165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:44.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:44.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:45.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:45.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:45 smithi089 ceph-mon[103441]: pgmap v15166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:45 smithi026 ceph-mon[93126]: pgmap v15166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:46.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:46.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:47.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:47.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:47 smithi089 ceph-mon[103441]: pgmap v15167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:47 smithi026 ceph-mon[93126]: pgmap v15167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:48.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:48.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:49.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:49.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:49 smithi089 ceph-mon[103441]: pgmap v15168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:49 smithi026 ceph-mon[93126]: pgmap v15168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:05:50.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:50.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:51.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:51.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:51 smithi089 ceph-mon[103441]: pgmap v15169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:51 smithi026 ceph-mon[93126]: pgmap v15169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:52.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:52.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:53.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:53.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:53 smithi089 ceph-mon[103441]: pgmap v15170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:53 smithi026 ceph-mon[93126]: pgmap v15170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:54.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:54.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:55.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:55.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:55 smithi089 ceph-mon[103441]: pgmap v15171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:55 smithi026 ceph-mon[93126]: pgmap v15171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:56.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:56.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:57.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:57.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:57 smithi089 ceph-mon[103441]: pgmap v15172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:57 smithi026 ceph-mon[93126]: pgmap v15172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:05:58.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:58.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:59.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:05:59.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:05:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:05:59 smithi089 ceph-mon[103441]: pgmap v15173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:05:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:05:59 smithi026 ceph-mon[93126]: pgmap v15173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:00.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:00.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:01.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:01.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:01 smithi089 ceph-mon[103441]: pgmap v15174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:01 smithi026 ceph-mon[93126]: pgmap v15174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:02.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:02.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:03.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:03.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:03 smithi089 ceph-mon[103441]: pgmap v15175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:03 smithi026 ceph-mon[93126]: pgmap v15175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:04.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:04.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:05.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:05.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:05 smithi089 ceph-mon[103441]: pgmap v15176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:05 smithi026 ceph-mon[93126]: pgmap v15176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:06.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:06.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:07.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:07.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:07 smithi089 ceph-mon[103441]: pgmap v15177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:07 smithi026 ceph-mon[93126]: pgmap v15177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:08.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:08.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:09.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:09.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:09 smithi089 ceph-mon[103441]: pgmap v15178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:09 smithi026 ceph-mon[93126]: pgmap v15178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:10.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:10.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:11.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:11.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:11 smithi089 ceph-mon[103441]: pgmap v15179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:11 smithi026 ceph-mon[93126]: pgmap v15179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:12.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:12.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:13.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:13.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:13 smithi089 ceph-mon[103441]: pgmap v15180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:06:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:13 smithi026 ceph-mon[93126]: pgmap v15180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:06:14.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:14.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:06:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:06:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:06:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:06:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:06:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:06:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:06:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:06:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:06:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:06:15.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:15.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:15 smithi089 ceph-mon[103441]: pgmap v15181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:15 smithi026 ceph-mon[93126]: pgmap v15181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:16.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:16.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:17.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:17.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:17 smithi026 ceph-mon[93126]: pgmap v15182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:17 smithi089 ceph-mon[103441]: pgmap v15182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:18.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:18.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:19.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:19.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:19 smithi089 ceph-mon[103441]: pgmap v15183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:19 smithi026 ceph-mon[93126]: pgmap v15183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:20.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:20.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:21.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:21.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:21 smithi026 ceph-mon[93126]: pgmap v15184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:21 smithi089 ceph-mon[103441]: pgmap v15184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:22.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:22.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:23.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:23.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:23 smithi026 ceph-mon[93126]: pgmap v15185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:23 smithi089 ceph-mon[103441]: pgmap v15185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:24.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:24.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:25.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:25.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:25 smithi026 ceph-mon[93126]: pgmap v15186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:25 smithi089 ceph-mon[103441]: pgmap v15186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:26.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:26.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:27.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:27.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:27 smithi026 ceph-mon[93126]: pgmap v15187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:27.809 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:27 smithi089 ceph-mon[103441]: pgmap v15187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:28.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:28.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:29.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:29.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:29 smithi026 ceph-mon[93126]: pgmap v15188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:29 smithi089 ceph-mon[103441]: pgmap v15188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:30.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:30.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:31.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:31.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:31 smithi026 ceph-mon[93126]: pgmap v15189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:31.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:31 smithi089 ceph-mon[103441]: pgmap v15189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:32.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:32.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:33.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:33.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:33 smithi026 ceph-mon[93126]: pgmap v15190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:33 smithi089 ceph-mon[103441]: pgmap v15190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:34.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:34.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:35.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:35.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:35 smithi026 ceph-mon[93126]: pgmap v15191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:35 smithi089 ceph-mon[103441]: pgmap v15191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:36.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:36.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:36 smithi026 ceph-mon[93126]: pgmap v15192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:36 smithi089 ceph-mon[103441]: pgmap v15192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:37.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:37.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:38.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:38.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:39.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:39.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:39 smithi026 ceph-mon[93126]: pgmap v15193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:39 smithi089 ceph-mon[103441]: pgmap v15193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:40.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:40.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:41.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:41.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:41 smithi089 ceph-mon[103441]: pgmap v15194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:41 smithi026 ceph-mon[93126]: pgmap v15194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:42.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:42.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:43.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:43.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:43 smithi089 ceph-mon[103441]: pgmap v15195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:43 smithi026 ceph-mon[93126]: pgmap v15195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:44.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:44.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:45.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:45.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:45 smithi089 ceph-mon[103441]: pgmap v15196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:45 smithi026 ceph-mon[93126]: pgmap v15196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:46.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:46.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:47.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:47.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:47 smithi089 ceph-mon[103441]: pgmap v15197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:47 smithi026 ceph-mon[93126]: pgmap v15197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:48.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:48.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:49.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:49.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:49 smithi089 ceph-mon[103441]: pgmap v15198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:49 smithi026 ceph-mon[93126]: pgmap v15198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:06:50.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:50.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:51.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:51.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:51 smithi089 ceph-mon[103441]: pgmap v15199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:51 smithi026 ceph-mon[93126]: pgmap v15199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:52.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:52.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:53.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:53.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:53 smithi089 ceph-mon[103441]: pgmap v15200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:53 smithi026 ceph-mon[93126]: pgmap v15200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:54.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:54.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:55.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:55.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:55 smithi089 ceph-mon[103441]: pgmap v15201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:55 smithi026 ceph-mon[93126]: pgmap v15201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:56.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:56.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:57.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:57.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:57 smithi089 ceph-mon[103441]: pgmap v15202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:57.704 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:57 smithi026 ceph-mon[93126]: pgmap v15202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:06:58.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:58.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:59.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:06:59.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:06:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:06:59 smithi089 ceph-mon[103441]: pgmap v15203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:06:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:06:59 smithi026 ceph-mon[93126]: pgmap v15203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:00.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:00.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:01.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:01.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:01 smithi089 ceph-mon[103441]: pgmap v15204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:01 smithi026 ceph-mon[93126]: pgmap v15204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:02.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:02.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:03.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:03.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:03 smithi089 ceph-mon[103441]: pgmap v15205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:03 smithi026 ceph-mon[93126]: pgmap v15205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:04.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:04.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:05.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:05.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:05 smithi089 ceph-mon[103441]: pgmap v15206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:05 smithi026 ceph-mon[93126]: pgmap v15206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:06.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:06.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:07.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:07.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:07 smithi089 ceph-mon[103441]: pgmap v15207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:07 smithi026 ceph-mon[93126]: pgmap v15207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:08.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:08.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:09.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:09.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:09 smithi089 ceph-mon[103441]: pgmap v15208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:09 smithi026 ceph-mon[93126]: pgmap v15208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:10.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:10.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:11.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:11.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:11 smithi089 ceph-mon[103441]: pgmap v15209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:11 smithi026 ceph-mon[93126]: pgmap v15209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:12.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:12.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:13.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:13.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:13 smithi089 ceph-mon[103441]: pgmap v15210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:13 smithi026 ceph-mon[93126]: pgmap v15210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:14.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:14.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:14.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:07:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:14.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:07:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:14.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:15.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:15.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:15 smithi089 ceph-mon[103441]: pgmap v15211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:15 smithi026 ceph-mon[93126]: pgmap v15211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:16.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:16.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:17.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:17.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:17 smithi089 ceph-mon[103441]: pgmap v15212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:17 smithi026 ceph-mon[93126]: pgmap v15212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:18.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:18.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:19.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:19.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:19 smithi089 ceph-mon[103441]: pgmap v15213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:19 smithi026 ceph-mon[93126]: pgmap v15213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:20.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:20.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:21.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:21.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:21 smithi089 ceph-mon[103441]: pgmap v15214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:21 smithi026 ceph-mon[93126]: pgmap v15214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:22.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:22.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:07:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:07:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:07:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:07:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:07:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:07:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:07:23.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:23.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:23 smithi089 ceph-mon[103441]: pgmap v15215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:23 smithi026 ceph-mon[93126]: pgmap v15215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:24.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:24.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:25.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:25.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:25 smithi089 ceph-mon[103441]: pgmap v15216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:25 smithi026 ceph-mon[93126]: pgmap v15216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:26.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:26.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:27.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:27.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:27 smithi089 ceph-mon[103441]: pgmap v15217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:27 smithi026 ceph-mon[93126]: pgmap v15217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:28.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:28.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:29.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:29.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:29 smithi089 ceph-mon[103441]: pgmap v15218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:29 smithi026 ceph-mon[93126]: pgmap v15218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:30.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:30.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:31.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:31.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:31 smithi089 ceph-mon[103441]: pgmap v15219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:31 smithi026 ceph-mon[93126]: pgmap v15219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:32.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:32.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:33.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:33.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:33 smithi089 ceph-mon[103441]: pgmap v15220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:33 smithi026 ceph-mon[93126]: pgmap v15220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:34.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:34.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:35.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:35.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:35 smithi026 ceph-mon[93126]: pgmap v15221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:35 smithi089 ceph-mon[103441]: pgmap v15221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:36.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:36.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:37.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:37.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:37 smithi026 ceph-mon[93126]: pgmap v15222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:37 smithi089 ceph-mon[103441]: pgmap v15222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:38.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:38.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:39.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:39.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:39 smithi026 ceph-mon[93126]: pgmap v15223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:39 smithi089 ceph-mon[103441]: pgmap v15223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:40.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:40.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:41.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:41.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:41 smithi026 ceph-mon[93126]: pgmap v15224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:41 smithi089 ceph-mon[103441]: pgmap v15224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:42.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:42.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:43.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:43.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:43 smithi026 ceph-mon[93126]: pgmap v15225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:43 smithi089 ceph-mon[103441]: pgmap v15225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:44.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:44.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:45.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:45.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:45 smithi026 ceph-mon[93126]: pgmap v15226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:45 smithi089 ceph-mon[103441]: pgmap v15226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:46.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:46.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:47.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:47.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:47 smithi026 ceph-mon[93126]: pgmap v15227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:47 smithi089 ceph-mon[103441]: pgmap v15227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:48.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:48.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:49.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:49.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:49 smithi026 ceph-mon[93126]: pgmap v15228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:49 smithi089 ceph-mon[103441]: pgmap v15228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:07:50.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:50.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:51.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:51.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:51 smithi026 ceph-mon[93126]: pgmap v15229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:51 smithi089 ceph-mon[103441]: pgmap v15229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:52.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:52.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:53.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:53.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:53 smithi026 ceph-mon[93126]: pgmap v15230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:53 smithi089 ceph-mon[103441]: pgmap v15230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:54.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:54.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:55.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:55.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:55 smithi026 ceph-mon[93126]: pgmap v15231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:55 smithi089 ceph-mon[103441]: pgmap v15231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:56.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:56.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:57.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:57.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:57 smithi026 ceph-mon[93126]: pgmap v15232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:57 smithi089 ceph-mon[103441]: pgmap v15232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:07:58.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:58.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:07:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:07:58 smithi026 ceph-mon[93126]: pgmap v15233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:07:58 smithi089 ceph-mon[103441]: pgmap v15233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:07:59.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:07:59.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:00.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:00.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:01.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:01.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:01 smithi089 ceph-mon[103441]: pgmap v15234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:01 smithi026 ceph-mon[93126]: pgmap v15234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:02.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:02.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:03.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:03.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:03 smithi089 ceph-mon[103441]: pgmap v15235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:03 smithi026 ceph-mon[93126]: pgmap v15235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:04.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:04.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:05.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:05.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:05 smithi089 ceph-mon[103441]: pgmap v15236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:05 smithi026 ceph-mon[93126]: pgmap v15236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:06.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:06.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:07.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:07.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:07 smithi089 ceph-mon[103441]: pgmap v15237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:07 smithi026 ceph-mon[93126]: pgmap v15237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:08.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:08.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:09.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:09.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:09 smithi089 ceph-mon[103441]: pgmap v15238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:09 smithi026 ceph-mon[93126]: pgmap v15238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:10.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:10.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:11.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:11.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:11 smithi089 ceph-mon[103441]: pgmap v15239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:11 smithi026 ceph-mon[93126]: pgmap v15239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:12.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:12.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:13.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:13.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:13 smithi089 ceph-mon[103441]: pgmap v15240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:13 smithi026 ceph-mon[93126]: pgmap v15240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:14.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:14.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:15.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:15.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:15 smithi089 ceph-mon[103441]: pgmap v15241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:15 smithi026 ceph-mon[93126]: pgmap v15241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:16.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:16.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:17.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:17.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:17 smithi089 ceph-mon[103441]: pgmap v15242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:17 smithi026 ceph-mon[93126]: pgmap v15242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:18.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:18.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:19.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:19.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:19 smithi089 ceph-mon[103441]: pgmap v15243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:19 smithi026 ceph-mon[93126]: pgmap v15243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:20.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:20.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:21.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:21.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:21 smithi089 ceph-mon[103441]: pgmap v15244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:21 smithi026 ceph-mon[93126]: pgmap v15244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:22.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:22.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:08:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:08:23.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:23.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:23 smithi089 ceph-mon[103441]: pgmap v15245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:08:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:08:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:08:23.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:08:23.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:08:23.686 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:23 smithi026 ceph-mon[93126]: pgmap v15245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:23.687 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:08:23.687 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:08:23.687 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:08:23.687 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:08:23.688 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:08:24.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:24.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:25.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:25.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:25 smithi089 ceph-mon[103441]: pgmap v15246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:25 smithi026 ceph-mon[93126]: pgmap v15246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:26.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:26.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:27.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:27.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:27 smithi089 ceph-mon[103441]: pgmap v15247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:27 smithi026 ceph-mon[93126]: pgmap v15247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:28.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:28.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:29.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:29.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:29 smithi089 ceph-mon[103441]: pgmap v15248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:29 smithi026 ceph-mon[93126]: pgmap v15248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:30.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:30.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:31.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:31.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:31 smithi089 ceph-mon[103441]: pgmap v15249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:31 smithi026 ceph-mon[93126]: pgmap v15249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:32.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:32.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:33.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:33.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:33 smithi089 ceph-mon[103441]: pgmap v15250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:33.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:33 smithi026 ceph-mon[93126]: pgmap v15250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:34.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:34.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:35.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:35.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:35 smithi089 ceph-mon[103441]: pgmap v15251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:35 smithi026 ceph-mon[93126]: pgmap v15251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:36.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:36.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:37.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:37.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:37 smithi089 ceph-mon[103441]: pgmap v15252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:37 smithi026 ceph-mon[93126]: pgmap v15252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:38.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:38.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:39.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:39.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:39 smithi089 ceph-mon[103441]: pgmap v15253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:39 smithi026 ceph-mon[93126]: pgmap v15253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:40.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:40.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:41.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:41.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:41 smithi026 ceph-mon[93126]: pgmap v15254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:41 smithi089 ceph-mon[103441]: pgmap v15254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:42.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:42.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:43.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:43.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:43 smithi026 ceph-mon[93126]: pgmap v15255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:43 smithi089 ceph-mon[103441]: pgmap v15255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:44.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:44.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:45.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:45.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:45 smithi026 ceph-mon[93126]: pgmap v15256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:45 smithi089 ceph-mon[103441]: pgmap v15256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:46.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:46.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:47.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:47.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:47 smithi026 ceph-mon[93126]: pgmap v15257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:47 smithi089 ceph-mon[103441]: pgmap v15257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:48.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:48.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:49.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:49.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:49 smithi089 ceph-mon[103441]: pgmap v15258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:49 smithi026 ceph-mon[93126]: pgmap v15258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:08:50.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:50.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:51.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:51.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:51 smithi026 ceph-mon[93126]: pgmap v15259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:51 smithi089 ceph-mon[103441]: pgmap v15259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:52.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:52.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:53.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:53.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:53 smithi026 ceph-mon[93126]: pgmap v15260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:53 smithi089 ceph-mon[103441]: pgmap v15260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:54.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:54.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:55.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:55.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:55 smithi026 ceph-mon[93126]: pgmap v15261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:55 smithi089 ceph-mon[103441]: pgmap v15261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:56.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:56.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:57.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:57.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:57 smithi026 ceph-mon[93126]: pgmap v15262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:57 smithi089 ceph-mon[103441]: pgmap v15262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:08:58.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:58.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:59.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:08:59.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:08:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:08:59 smithi089 ceph-mon[103441]: pgmap v15263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:08:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:08:59 smithi026 ceph-mon[93126]: pgmap v15263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:00.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:00.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:01.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:01.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:01 smithi026 ceph-mon[93126]: pgmap v15264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:01 smithi089 ceph-mon[103441]: pgmap v15264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:02.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:02.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:03.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:03.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:03 smithi026 ceph-mon[93126]: pgmap v15265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:03 smithi089 ceph-mon[103441]: pgmap v15265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:04.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:04.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:05.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:05.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:05 smithi026 ceph-mon[93126]: pgmap v15266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:05 smithi089 ceph-mon[103441]: pgmap v15266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:06.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:06.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:07.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:07.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:07 smithi026 ceph-mon[93126]: pgmap v15267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:07 smithi089 ceph-mon[103441]: pgmap v15267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:08.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:08.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:09.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:09.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:09 smithi026 ceph-mon[93126]: pgmap v15268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:09 smithi089 ceph-mon[103441]: pgmap v15268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:10.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:10.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:11.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:11.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:11 smithi026 ceph-mon[93126]: pgmap v15269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:11 smithi089 ceph-mon[103441]: pgmap v15269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:12.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:12.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:12 smithi026 ceph-mon[93126]: pgmap v15270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:12 smithi089 ceph-mon[103441]: pgmap v15270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:13.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:13.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:14.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:14.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:15 smithi089 ceph-mon[103441]: pgmap v15271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:15.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:15.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:15 smithi026 ceph-mon[93126]: pgmap v15271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:16.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:16.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:17.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:17.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:17 smithi089 ceph-mon[103441]: pgmap v15272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:17 smithi026 ceph-mon[93126]: pgmap v15272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:18.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:18.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:19.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:19.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:19 smithi089 ceph-mon[103441]: pgmap v15273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:19 smithi026 ceph-mon[93126]: pgmap v15273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:20.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:20.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:21.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:21.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:21 smithi089 ceph-mon[103441]: pgmap v15274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:21 smithi026 ceph-mon[93126]: pgmap v15274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:22.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:22.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:23.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:23.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:23 smithi089 ceph-mon[103441]: pgmap v15275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:09:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:09:23.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:09:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:23 smithi026 ceph-mon[93126]: pgmap v15275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:09:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:09:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:09:24.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:24.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:24.653 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:09:24.654 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:09:24.654 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:09:24.654 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:09:24.654 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:09:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:09:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:09:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:09:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:09:24.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:09:25.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:25.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:25 smithi089 ceph-mon[103441]: pgmap v15276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:25 smithi026 ceph-mon[93126]: pgmap v15276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:26.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:26.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:27.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:27.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:27 smithi089 ceph-mon[103441]: pgmap v15277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:27 smithi026 ceph-mon[93126]: pgmap v15277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:28.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:28.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:29.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:29.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:29 smithi089 ceph-mon[103441]: pgmap v15278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:29 smithi026 ceph-mon[93126]: pgmap v15278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:30.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:30.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:31.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:31.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:31 smithi089 ceph-mon[103441]: pgmap v15279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:31 smithi026 ceph-mon[93126]: pgmap v15279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:32.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:32.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:33.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:33.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:33 smithi089 ceph-mon[103441]: pgmap v15280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:33 smithi026 ceph-mon[93126]: pgmap v15280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:34.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:34.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:35.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:35.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:35 smithi089 ceph-mon[103441]: pgmap v15281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:35 smithi026 ceph-mon[93126]: pgmap v15281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:36.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:36.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:37.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:37.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:37 smithi089 ceph-mon[103441]: pgmap v15282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:37 smithi026 ceph-mon[93126]: pgmap v15282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:38.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:38.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:39.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:39.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:39 smithi089 ceph-mon[103441]: pgmap v15283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:39 smithi026 ceph-mon[93126]: pgmap v15283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:40.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:40.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:41.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:41.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:41 smithi089 ceph-mon[103441]: pgmap v15284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:41 smithi026 ceph-mon[93126]: pgmap v15284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:42.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:42.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:43.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:43.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:43 smithi089 ceph-mon[103441]: pgmap v15285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:43 smithi026 ceph-mon[93126]: pgmap v15285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:44.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:44.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:45.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:45.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:45 smithi089 ceph-mon[103441]: pgmap v15286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:45 smithi026 ceph-mon[93126]: pgmap v15286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:46.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:46.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:47.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:47.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:47 smithi026 ceph-mon[93126]: pgmap v15287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:47 smithi089 ceph-mon[103441]: pgmap v15287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:48.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:48.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:49.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:49.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:49 smithi026 ceph-mon[93126]: pgmap v15288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:49.917 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:49 smithi089 ceph-mon[103441]: pgmap v15288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:49.918 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:09:50.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:50.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:51.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:51.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:51 smithi026 ceph-mon[93126]: pgmap v15289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:51 smithi089 ceph-mon[103441]: pgmap v15289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:53.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:53.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:53 smithi026 ceph-mon[93126]: pgmap v15290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:53 smithi089 ceph-mon[103441]: pgmap v15290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:54.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:54.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:55.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:55.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:55 smithi026 ceph-mon[93126]: pgmap v15291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:55 smithi089 ceph-mon[103441]: pgmap v15291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:56.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:56.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:57.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:57.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:57 smithi026 ceph-mon[93126]: pgmap v15292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:57 smithi089 ceph-mon[103441]: pgmap v15292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:09:58.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:58.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:59.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:09:59.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:09:59.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:09:59 smithi026 ceph-mon[93126]: pgmap v15293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:09:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:09:59 smithi089 ceph-mon[103441]: pgmap v15293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:00.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:00.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T05:10:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T05:10:01.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:01.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:01 smithi026 ceph-mon[93126]: pgmap v15294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:01 smithi089 ceph-mon[103441]: pgmap v15294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:02.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:02.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:03.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:03.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:03 smithi026 ceph-mon[93126]: pgmap v15295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:03 smithi089 ceph-mon[103441]: pgmap v15295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:04.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:04.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:05.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:05.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:05 smithi026 ceph-mon[93126]: pgmap v15296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:05 smithi089 ceph-mon[103441]: pgmap v15296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:06.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:06.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:07.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:07.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:07 smithi026 ceph-mon[93126]: pgmap v15297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:07 smithi089 ceph-mon[103441]: pgmap v15297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:08.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:08.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:09.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:09.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:09 smithi026 ceph-mon[93126]: pgmap v15298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:09 smithi089 ceph-mon[103441]: pgmap v15298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:10.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:10.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:11.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:11.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:11 smithi026 ceph-mon[93126]: pgmap v15299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:11 smithi089 ceph-mon[103441]: pgmap v15299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:12.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:12.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:13.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:13.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:13 smithi026 ceph-mon[93126]: pgmap v15300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:13 smithi089 ceph-mon[103441]: pgmap v15300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:14.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:14.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:15.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:15.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:15 smithi026 ceph-mon[93126]: pgmap v15301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:15 smithi089 ceph-mon[103441]: pgmap v15301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:16.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:16.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:17.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:17.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:17 smithi026 ceph-mon[93126]: pgmap v15302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:17 smithi089 ceph-mon[103441]: pgmap v15302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:18.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:18.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:19.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:19.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:19 smithi026 ceph-mon[93126]: pgmap v15303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:19 smithi089 ceph-mon[103441]: pgmap v15303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:20.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:20.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:21.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:21.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:21 smithi026 ceph-mon[93126]: pgmap v15304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:21 smithi089 ceph-mon[103441]: pgmap v15304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:22.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:22.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:23.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:23.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:23 smithi026 ceph-mon[93126]: pgmap v15305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:23 smithi089 ceph-mon[103441]: pgmap v15305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:24.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:24.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:10:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:10:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:10:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:10:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:10:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:10:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:10:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:10:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:10:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:10:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:10:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:10:25.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:25.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:25 smithi089 ceph-mon[103441]: pgmap v15306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:25 smithi026 ceph-mon[93126]: pgmap v15306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:26.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:26.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:26 smithi026 ceph-mon[93126]: pgmap v15307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:26 smithi089 ceph-mon[103441]: pgmap v15307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:27.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:27.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:28.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:28.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:29 smithi089 ceph-mon[103441]: pgmap v15308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:29 smithi026 ceph-mon[93126]: pgmap v15308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:29.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:29.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:30.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:30.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:31.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:31.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:31 smithi089 ceph-mon[103441]: pgmap v15309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:31 smithi026 ceph-mon[93126]: pgmap v15309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:32.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:32.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:33.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:33.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:33 smithi089 ceph-mon[103441]: pgmap v15310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:33 smithi026 ceph-mon[93126]: pgmap v15310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:34.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:34.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:35 smithi026 ceph-mon[93126]: pgmap v15311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:35.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:35.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:35 smithi089 ceph-mon[103441]: pgmap v15311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:36.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:37.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:37.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:37 smithi089 ceph-mon[103441]: pgmap v15312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:37 smithi026 ceph-mon[93126]: pgmap v15312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:38.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:38.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:39.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:39.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:39 smithi089 ceph-mon[103441]: pgmap v15313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:39 smithi026 ceph-mon[93126]: pgmap v15313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:40.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:40.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:41.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:41.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:41 smithi089 ceph-mon[103441]: pgmap v15314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:41 smithi026 ceph-mon[93126]: pgmap v15314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:42.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:42.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:43.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:43.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:43 smithi089 ceph-mon[103441]: pgmap v15315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:43 smithi026 ceph-mon[93126]: pgmap v15315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:44.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:44.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:45 smithi026 ceph-mon[93126]: pgmap v15316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:45.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:45.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:45 smithi089 ceph-mon[103441]: pgmap v15316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:46.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:46.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:47.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:47.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:47 smithi089 ceph-mon[103441]: pgmap v15317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:47 smithi026 ceph-mon[93126]: pgmap v15317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:48.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:48.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:49.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:49.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:49 smithi089 ceph-mon[103441]: pgmap v15318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:49 smithi026 ceph-mon[93126]: pgmap v15318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:10:50.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:50.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:51.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:51.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:51 smithi026 ceph-mon[93126]: pgmap v15319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:51 smithi089 ceph-mon[103441]: pgmap v15319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:52.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:52.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:53.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:53.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:53 smithi026 ceph-mon[93126]: pgmap v15320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:53 smithi089 ceph-mon[103441]: pgmap v15320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:54.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:54.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:55.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:55.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:55 smithi026 ceph-mon[93126]: pgmap v15321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:55 smithi089 ceph-mon[103441]: pgmap v15321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:56.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:56.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:57.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:57.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:57 smithi026 ceph-mon[93126]: pgmap v15322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:57 smithi089 ceph-mon[103441]: pgmap v15322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:10:58.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:58.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:59.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:10:59.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:10:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:10:59 smithi026 ceph-mon[93126]: pgmap v15323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:10:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:10:59 smithi089 ceph-mon[103441]: pgmap v15323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:00.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:00.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:01.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:01.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:01 smithi026 ceph-mon[93126]: pgmap v15324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:01 smithi089 ceph-mon[103441]: pgmap v15324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:02.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:02.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:03.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:03.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:03 smithi026 ceph-mon[93126]: pgmap v15325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:03 smithi089 ceph-mon[103441]: pgmap v15325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:04.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:04.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:05.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:05.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:05.712 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:05 smithi089 ceph-mon[103441]: pgmap v15326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:05 smithi026 ceph-mon[93126]: pgmap v15326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:06.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:06.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:07.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:07.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:07 smithi026 ceph-mon[93126]: pgmap v15327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:07 smithi089 ceph-mon[103441]: pgmap v15327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:08.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:08.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:09.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:09.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:09 smithi026 ceph-mon[93126]: pgmap v15328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:09 smithi089 ceph-mon[103441]: pgmap v15328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:10.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:10.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:11.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:11.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:11 smithi026 ceph-mon[93126]: pgmap v15329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:11 smithi089 ceph-mon[103441]: pgmap v15329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:12.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:12.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:13.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:13.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:13 smithi026 ceph-mon[93126]: pgmap v15330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:13 smithi089 ceph-mon[103441]: pgmap v15330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:14.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:14.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:15.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:15.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:15 smithi026 ceph-mon[93126]: pgmap v15331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:15.817 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:15 smithi089 ceph-mon[103441]: pgmap v15331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:16.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:16.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:17.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:17.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:17 smithi026 ceph-mon[93126]: pgmap v15332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:17 smithi089 ceph-mon[103441]: pgmap v15332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:18.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:18.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:19.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:19.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:19 smithi026 ceph-mon[93126]: pgmap v15333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:19 smithi089 ceph-mon[103441]: pgmap v15333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:20.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:20.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:21.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:21.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:21 smithi026 ceph-mon[93126]: pgmap v15334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:21 smithi089 ceph-mon[103441]: pgmap v15334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:22.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:22.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:23.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:23.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:23 smithi026 ceph-mon[93126]: pgmap v15335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:23 smithi089 ceph-mon[103441]: pgmap v15335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:24.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:24.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:11:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:11:25.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:25.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:25.752 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:25 smithi026 ceph-mon[93126]: pgmap v15336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:25.752 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:11:25.753 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:11:25.753 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:11:25.753 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:11:25.753 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:11:25.922 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:25 smithi089 ceph-mon[103441]: pgmap v15336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:25.923 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:11:25.923 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:11:25.923 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:11:25.923 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:11:25.924 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:11:26.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:26.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:27.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:27.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:27 smithi026 ceph-mon[93126]: pgmap v15337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:27 smithi089 ceph-mon[103441]: pgmap v15337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:28.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:28.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:29.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:29.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:29 smithi026 ceph-mon[93126]: pgmap v15338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:29 smithi089 ceph-mon[103441]: pgmap v15338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:30.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:30.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:31.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:31.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:31 smithi026 ceph-mon[93126]: pgmap v15339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:31 smithi089 ceph-mon[103441]: pgmap v15339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:32.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:32.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:33.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:33.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:33 smithi026 ceph-mon[93126]: pgmap v15340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:33 smithi089 ceph-mon[103441]: pgmap v15340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:34.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:34.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:35.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:35.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:35 smithi026 ceph-mon[93126]: pgmap v15341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:35 smithi089 ceph-mon[103441]: pgmap v15341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:36.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:36.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:37.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:37.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:37 smithi026 ceph-mon[93126]: pgmap v15342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:37 smithi089 ceph-mon[103441]: pgmap v15342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:38.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:38.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:39.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:39.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:39 smithi026 ceph-mon[93126]: pgmap v15343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:39 smithi089 ceph-mon[103441]: pgmap v15343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:40.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:40.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:41.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:41.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:41 smithi026 ceph-mon[93126]: pgmap v15344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:41 smithi089 ceph-mon[103441]: pgmap v15344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:42.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:42.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:42 smithi026 ceph-mon[93126]: pgmap v15345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:42 smithi089 ceph-mon[103441]: pgmap v15345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:43.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:43.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:44.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:44.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:45 smithi089 ceph-mon[103441]: pgmap v15346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:45 smithi026 ceph-mon[93126]: pgmap v15346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:45.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:45.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:46.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:46.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:47 smithi089 ceph-mon[103441]: pgmap v15347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:47.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:47.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:47 smithi026 ceph-mon[93126]: pgmap v15347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:48.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:48.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:49 smithi089 ceph-mon[103441]: pgmap v15348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:49.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:49.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:49 smithi026 ceph-mon[93126]: pgmap v15348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:11:50.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:50.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:51 smithi089 ceph-mon[103441]: pgmap v15349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:51.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:51.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:51 smithi026 ceph-mon[93126]: pgmap v15349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:52.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:52.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:53 smithi089 ceph-mon[103441]: pgmap v15350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:53.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:53.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:53 smithi026 ceph-mon[93126]: pgmap v15350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:54.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:54.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:55 smithi089 ceph-mon[103441]: pgmap v15351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:55.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:55.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:55 smithi026 ceph-mon[93126]: pgmap v15351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:56.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:56.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:57.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:57.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:57 smithi026 ceph-mon[93126]: pgmap v15352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:57 smithi089 ceph-mon[103441]: pgmap v15352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:11:58.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:58.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:59.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:11:59.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:11:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:11:59 smithi026 ceph-mon[93126]: pgmap v15353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:11:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:11:59 smithi089 ceph-mon[103441]: pgmap v15353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:00.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:00.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:01 smithi089 ceph-mon[103441]: pgmap v15354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:01.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:01.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:01 smithi026 ceph-mon[93126]: pgmap v15354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:02.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:02.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:03.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:03.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:03 smithi026 ceph-mon[93126]: pgmap v15355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:03 smithi089 ceph-mon[103441]: pgmap v15355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:04.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:04.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:05.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:05.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:05 smithi026 ceph-mon[93126]: pgmap v15356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:05 smithi089 ceph-mon[103441]: pgmap v15356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:06.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:06.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:07.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:07.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:07 smithi026 ceph-mon[93126]: pgmap v15357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:07 smithi089 ceph-mon[103441]: pgmap v15357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:08.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:08.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:09.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:09.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:09 smithi026 ceph-mon[93126]: pgmap v15358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:09 smithi089 ceph-mon[103441]: pgmap v15358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:10.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:10.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:11 smithi026 ceph-mon[93126]: pgmap v15359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:11 smithi089 ceph-mon[103441]: pgmap v15359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:11.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:11.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:12.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:12.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:13.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:13.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:13 smithi026 ceph-mon[93126]: pgmap v15360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:13 smithi089 ceph-mon[103441]: pgmap v15360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:14.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:14.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:15.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:15.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:15 smithi026 ceph-mon[93126]: pgmap v15361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:15 smithi089 ceph-mon[103441]: pgmap v15361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:16.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:16.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:17.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:17.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:17 smithi026 ceph-mon[93126]: pgmap v15362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:17 smithi089 ceph-mon[103441]: pgmap v15362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:18.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:18.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:19.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:19.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:19 smithi026 ceph-mon[93126]: pgmap v15363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:19 smithi089 ceph-mon[103441]: pgmap v15363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:20.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:20.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:21.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:21.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:21 smithi026 ceph-mon[93126]: pgmap v15364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:21 smithi089 ceph-mon[103441]: pgmap v15364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:22.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:22.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:23.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:23.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:23 smithi026 ceph-mon[93126]: pgmap v15365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:23 smithi089 ceph-mon[103441]: pgmap v15365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:24.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:24.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:25.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:25.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:25 smithi026 ceph-mon[93126]: pgmap v15366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:12:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:25 smithi089 ceph-mon[103441]: pgmap v15366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:12:26.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:26.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:12:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:12:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:12:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:12:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:12:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:12:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:12:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:12:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:12:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:12:27.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:27.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:27 smithi026 ceph-mon[93126]: pgmap v15367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:27 smithi089 ceph-mon[103441]: pgmap v15367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:28.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:28.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:29.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:29.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:29 smithi026 ceph-mon[93126]: pgmap v15368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:29 smithi089 ceph-mon[103441]: pgmap v15368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:30.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:30.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:31.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:31.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:31 smithi026 ceph-mon[93126]: pgmap v15369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:31 smithi089 ceph-mon[103441]: pgmap v15369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:32.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:32.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:33.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:33.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:33 smithi026 ceph-mon[93126]: pgmap v15370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:33 smithi089 ceph-mon[103441]: pgmap v15370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:34.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:34.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:35.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:35.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:35 smithi026 ceph-mon[93126]: pgmap v15371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:35 smithi089 ceph-mon[103441]: pgmap v15371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:36.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:36.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:37.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:37.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:37 smithi026 ceph-mon[93126]: pgmap v15372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:37 smithi089 ceph-mon[103441]: pgmap v15372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:38.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:38.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:39.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:39.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:39 smithi026 ceph-mon[93126]: pgmap v15373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:39 smithi089 ceph-mon[103441]: pgmap v15373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:40.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:40.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:41.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:41.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:41 smithi026 ceph-mon[93126]: pgmap v15374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:41 smithi089 ceph-mon[103441]: pgmap v15374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:42.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:42.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:43 smithi026 ceph-mon[93126]: pgmap v15375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:43.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:43.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:43 smithi089 ceph-mon[103441]: pgmap v15375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:44.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:44.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:45 smithi026 ceph-mon[93126]: pgmap v15376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:45.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:45.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:45 smithi089 ceph-mon[103441]: pgmap v15376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:46.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:46.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:47 smithi026 ceph-mon[93126]: pgmap v15377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:47.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:47.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:47 smithi089 ceph-mon[103441]: pgmap v15377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:48.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:48.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:49 smithi026 ceph-mon[93126]: pgmap v15378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:49.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:49.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:49 smithi089 ceph-mon[103441]: pgmap v15378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:12:50.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:50.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:51 smithi026 ceph-mon[93126]: pgmap v15379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:51.819 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:51 smithi089 ceph-mon[103441]: pgmap v15379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:51.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:51.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:52.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:52.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:53 smithi026 ceph-mon[93126]: pgmap v15380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:53.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:53.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:53 smithi089 ceph-mon[103441]: pgmap v15380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:54.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:54.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:55 smithi026 ceph-mon[93126]: pgmap v15381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:55.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:55.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:55 smithi089 ceph-mon[103441]: pgmap v15381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:56.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:56.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:57 smithi026 ceph-mon[93126]: pgmap v15382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:57.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:57.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:57 smithi089 ceph-mon[103441]: pgmap v15382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:12:58.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:58.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:12:59 smithi026 ceph-mon[93126]: pgmap v15383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:12:59.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:12:59.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:12:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:12:59 smithi089 ceph-mon[103441]: pgmap v15383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:00.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:00.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:01 smithi026 ceph-mon[93126]: pgmap v15384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:01.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:01.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:01.924 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:01 smithi089 ceph-mon[103441]: pgmap v15384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:02.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:02.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:03 smithi026 ceph-mon[93126]: pgmap v15385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:03.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:03.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:03 smithi089 ceph-mon[103441]: pgmap v15385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:04.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:04.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:05 smithi026 ceph-mon[93126]: pgmap v15386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:05.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:05.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:05 smithi089 ceph-mon[103441]: pgmap v15386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:06.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:06.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:07 smithi026 ceph-mon[93126]: pgmap v15387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:07.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:07.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:07 smithi089 ceph-mon[103441]: pgmap v15387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:08.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:08.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:09 smithi026 ceph-mon[93126]: pgmap v15388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:09.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:09.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:09 smithi089 ceph-mon[103441]: pgmap v15388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:10.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:10.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:11 smithi026 ceph-mon[93126]: pgmap v15389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:11.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:11.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:11 smithi089 ceph-mon[103441]: pgmap v15389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:12.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:12.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:13 smithi026 ceph-mon[93126]: pgmap v15390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:13.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:13.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:13 smithi089 ceph-mon[103441]: pgmap v15390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:14.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:14.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:15 smithi026 ceph-mon[93126]: pgmap v15391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:15.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:15.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:15 smithi089 ceph-mon[103441]: pgmap v15391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:16.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:16.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:17 smithi026 ceph-mon[93126]: pgmap v15392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:17.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:17.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:17 smithi089 ceph-mon[103441]: pgmap v15392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:18.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:18.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:19 smithi026 ceph-mon[93126]: pgmap v15393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:19.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:19.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:19 smithi089 ceph-mon[103441]: pgmap v15393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:20.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:20.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:21 smithi026 ceph-mon[93126]: pgmap v15394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:21.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:21.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:21 smithi089 ceph-mon[103441]: pgmap v15394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:22.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:22.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:23 smithi026 ceph-mon[93126]: pgmap v15395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:23.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:23.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:23 smithi089 ceph-mon[103441]: pgmap v15395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:24.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:24.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:25 smithi026 ceph-mon[93126]: pgmap v15396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:25.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:25.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:25 smithi089 ceph-mon[103441]: pgmap v15396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:13:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:13:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:13:26.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:13:26.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:26.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:13:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:13:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:13:26.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:13:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:27 smithi026 ceph-mon[93126]: pgmap v15397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:13:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:13:27.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:27.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:27 smithi089 ceph-mon[103441]: pgmap v15397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:13:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:13:28.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:28.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:29 smithi026 ceph-mon[93126]: pgmap v15398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:29.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:29.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:29 smithi089 ceph-mon[103441]: pgmap v15398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:30.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:30.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:31 smithi026 ceph-mon[93126]: pgmap v15399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:31.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:31.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:31 smithi089 ceph-mon[103441]: pgmap v15399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:32.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:32.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:33 smithi026 ceph-mon[93126]: pgmap v15400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:33.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:33.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:33 smithi089 ceph-mon[103441]: pgmap v15400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:34.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:34.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:35.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:35 smithi026 ceph-mon[93126]: pgmap v15401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:35.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:35.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:35 smithi089 ceph-mon[103441]: pgmap v15401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:36.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:36.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:37 smithi026 ceph-mon[93126]: pgmap v15402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:37 smithi089 ceph-mon[103441]: pgmap v15402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:37.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:37.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:38.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:38.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:39 smithi026 ceph-mon[93126]: pgmap v15403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:39.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:39.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:39 smithi089 ceph-mon[103441]: pgmap v15403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:40.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:40.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:41 smithi026 ceph-mon[93126]: pgmap v15404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:41.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:41.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:41 smithi089 ceph-mon[103441]: pgmap v15404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:42.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:42.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:43 smithi026 ceph-mon[93126]: pgmap v15405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:43.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:43.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:43 smithi089 ceph-mon[103441]: pgmap v15405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:44.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:44.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:45 smithi026 ceph-mon[93126]: pgmap v15406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:45.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:45.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:45 smithi089 ceph-mon[103441]: pgmap v15406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:46.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:46.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:47 smithi089 ceph-mon[103441]: pgmap v15407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:47 smithi026 ceph-mon[93126]: pgmap v15407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:47.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:47.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:48.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:48.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:49 smithi026 ceph-mon[93126]: pgmap v15408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:49.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:49.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:49 smithi089 ceph-mon[103441]: pgmap v15408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:13:50.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:50.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:51 smithi026 ceph-mon[93126]: pgmap v15409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:51.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:51.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:51 smithi089 ceph-mon[103441]: pgmap v15409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:52.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:52.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:53 smithi026 ceph-mon[93126]: pgmap v15410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:53.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:53.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:53 smithi089 ceph-mon[103441]: pgmap v15410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:54.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:54.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:55 smithi026 ceph-mon[93126]: pgmap v15411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:55 smithi089 ceph-mon[103441]: pgmap v15411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:55.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:55.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:56.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:56.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:57 smithi026 ceph-mon[93126]: pgmap v15412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:57 smithi089 ceph-mon[103441]: pgmap v15412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:13:57.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:57.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:58.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:58.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:13:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:13:59 smithi026 ceph-mon[93126]: pgmap v15413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:13:59 smithi089 ceph-mon[103441]: pgmap v15413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:13:59.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:13:59.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:00.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:00.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:01 smithi026 ceph-mon[93126]: pgmap v15414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:01 smithi089 ceph-mon[103441]: pgmap v15414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:01.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:01.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:02.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:02.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:03 smithi026 ceph-mon[93126]: pgmap v15415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:03 smithi089 ceph-mon[103441]: pgmap v15415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:03.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:03.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:04.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:04.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:05 smithi026 ceph-mon[93126]: pgmap v15416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:05 smithi089 ceph-mon[103441]: pgmap v15416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:05.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:05.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:06.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:06.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:07 smithi026 ceph-mon[93126]: pgmap v15417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:07 smithi089 ceph-mon[103441]: pgmap v15417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:07.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:07.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:08 smithi089 ceph-mon[103441]: pgmap v15418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:08.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:08.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:08 smithi026 ceph-mon[93126]: pgmap v15418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:09.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:09.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:10.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:10.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:11 smithi026 ceph-mon[93126]: pgmap v15419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:11 smithi089 ceph-mon[103441]: pgmap v15419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:11.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:11.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:12.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:12.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:13 smithi026 ceph-mon[93126]: pgmap v15420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:13 smithi089 ceph-mon[103441]: pgmap v15420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:13.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:13.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:14.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:14.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:15 smithi026 ceph-mon[93126]: pgmap v15421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:15 smithi089 ceph-mon[103441]: pgmap v15421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:15.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:15.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:16.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:16.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:17.703 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:17 smithi026 ceph-mon[93126]: pgmap v15422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:17.717 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:17 smithi089 ceph-mon[103441]: pgmap v15422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:17.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:17.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:18.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:18.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:19 smithi026 ceph-mon[93126]: pgmap v15423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:19 smithi089 ceph-mon[103441]: pgmap v15423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:19.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:19.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:20.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:20.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:21 smithi026 ceph-mon[93126]: pgmap v15424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:21 smithi089 ceph-mon[103441]: pgmap v15424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:21.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:21.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:22.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:22.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:23 smithi026 ceph-mon[93126]: pgmap v15425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:23 smithi089 ceph-mon[103441]: pgmap v15425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:23.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:23.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:24.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:24.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:25 smithi026 ceph-mon[93126]: pgmap v15426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:25 smithi089 ceph-mon[103441]: pgmap v15426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:25.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:25.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:26.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:26.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:27 smithi026 ceph-mon[93126]: pgmap v15427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:14:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:14:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:14:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:14:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:14:27.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:14:27.822 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:27 smithi089 ceph-mon[103441]: pgmap v15427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:27.822 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:14:27.822 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:14:27.823 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:14:27.823 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:14:27.823 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:14:27.823 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:14:27.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:27.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:28.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:28.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:29 smithi026 ceph-mon[93126]: pgmap v15428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:29 smithi089 ceph-mon[103441]: pgmap v15428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:29.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:29.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:30.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:30.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:31 smithi026 ceph-mon[93126]: pgmap v15429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:31 smithi089 ceph-mon[103441]: pgmap v15429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:31.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:31.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:32.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:32.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:33 smithi026 ceph-mon[93126]: pgmap v15430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:33 smithi089 ceph-mon[103441]: pgmap v15430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:33.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:33.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:34.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:34.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:35 smithi026 ceph-mon[93126]: pgmap v15431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:35 smithi089 ceph-mon[103441]: pgmap v15431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:35.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:35.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:36.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:36.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:37 smithi026 ceph-mon[93126]: pgmap v15432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:37 smithi089 ceph-mon[103441]: pgmap v15432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:37.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:37.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:38.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:38.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:39 smithi026 ceph-mon[93126]: pgmap v15433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:39 smithi089 ceph-mon[103441]: pgmap v15433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:39.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:39.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:41.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:41.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:41 smithi026 ceph-mon[93126]: pgmap v15434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:41 smithi089 ceph-mon[103441]: pgmap v15434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:42.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:42.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:43.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:43.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:43 smithi026 ceph-mon[93126]: pgmap v15435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:43 smithi089 ceph-mon[103441]: pgmap v15435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:44.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:44.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:45.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:45.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:45 smithi026 ceph-mon[93126]: pgmap v15436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:45 smithi089 ceph-mon[103441]: pgmap v15436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:46.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:46.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:47.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:47.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:47 smithi026 ceph-mon[93126]: pgmap v15437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:47 smithi089 ceph-mon[103441]: pgmap v15437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:48.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:48.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:49.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:49.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:49 smithi026 ceph-mon[93126]: pgmap v15438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:49 smithi089 ceph-mon[103441]: pgmap v15438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:14:50.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:50.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:51.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:51.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:51 smithi026 ceph-mon[93126]: pgmap v15439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:51 smithi089 ceph-mon[103441]: pgmap v15439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:52.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:52.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:53.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:53.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:53 smithi026 ceph-mon[93126]: pgmap v15440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:53 smithi089 ceph-mon[103441]: pgmap v15440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:54.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:54.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:55.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:55.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:55 smithi026 ceph-mon[93126]: pgmap v15441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:55 smithi089 ceph-mon[103441]: pgmap v15441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:56.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:56.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:57.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:57.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:57 smithi026 ceph-mon[93126]: pgmap v15442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:57 smithi089 ceph-mon[103441]: pgmap v15442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:14:58.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:58.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:59.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:14:59.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:14:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:14:59 smithi026 ceph-mon[93126]: pgmap v15443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:14:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:14:59 smithi089 ceph-mon[103441]: pgmap v15443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:00.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:00.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:01.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:01.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:01 smithi026 ceph-mon[93126]: pgmap v15444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:01 smithi089 ceph-mon[103441]: pgmap v15444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:02.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:02.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:03.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:03.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:03 smithi026 ceph-mon[93126]: pgmap v15445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:03 smithi089 ceph-mon[103441]: pgmap v15445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:04.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:04.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:05.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:05.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:05 smithi026 ceph-mon[93126]: pgmap v15446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:05 smithi089 ceph-mon[103441]: pgmap v15446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:06.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:06.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:07.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:07.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:07 smithi026 ceph-mon[93126]: pgmap v15447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:07 smithi089 ceph-mon[103441]: pgmap v15447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:08.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:08.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:09.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:09.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:09 smithi026 ceph-mon[93126]: pgmap v15448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:09 smithi089 ceph-mon[103441]: pgmap v15448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:10.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:10.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:11.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:11.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:11 smithi026 ceph-mon[93126]: pgmap v15449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:11 smithi089 ceph-mon[103441]: pgmap v15449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:12.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:12.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:13.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:13.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:13 smithi089 ceph-mon[103441]: pgmap v15450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:13 smithi026 ceph-mon[93126]: pgmap v15450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:14.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:14.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:15.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:15.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:15 smithi026 ceph-mon[93126]: pgmap v15451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:15 smithi089 ceph-mon[103441]: pgmap v15451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:16.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:16.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:17.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:17.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:17 smithi026 ceph-mon[93126]: pgmap v15452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:17 smithi089 ceph-mon[103441]: pgmap v15452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:18.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:18.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:19.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:19.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:19 smithi026 ceph-mon[93126]: pgmap v15453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:19 smithi089 ceph-mon[103441]: pgmap v15453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:20.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:20.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:21.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:21.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:21 smithi026 ceph-mon[93126]: pgmap v15454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:21 smithi089 ceph-mon[103441]: pgmap v15454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:22.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:22.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:23.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:23.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:23 smithi089 ceph-mon[103441]: pgmap v15455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:23 smithi026 ceph-mon[93126]: pgmap v15455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:24.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:24.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:25.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:25.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:25 smithi026 ceph-mon[93126]: pgmap v15456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:25 smithi089 ceph-mon[103441]: pgmap v15456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:26.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:26.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:27.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:27.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:27 smithi026 ceph-mon[93126]: pgmap v15457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:15:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:27 smithi089 ceph-mon[103441]: pgmap v15457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:15:28.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:28.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:29.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:29.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:29 smithi026 ceph-mon[93126]: pgmap v15458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:29 smithi089 ceph-mon[103441]: pgmap v15458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:30.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:30.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:31.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:31.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:31 smithi026 ceph-mon[93126]: pgmap v15459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:31 smithi089 ceph-mon[103441]: pgmap v15459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:32.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:32.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:33.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:33.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:15:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:15:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:33 smithi089 ceph-mon[103441]: pgmap v15460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:15:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:15:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:15:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:15:33.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:15:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:15:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:15:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:33 smithi026 ceph-mon[93126]: pgmap v15460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:15:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:15:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:15:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:15:33.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:15:34.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:34.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:35.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:35.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:35 smithi089 ceph-mon[103441]: pgmap v15461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:35 smithi026 ceph-mon[93126]: pgmap v15461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:36.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:36.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:37.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:37.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:37 smithi026 ceph-mon[93126]: pgmap v15462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:37 smithi089 ceph-mon[103441]: pgmap v15462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:38.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:38.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:39.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:39.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:39 smithi026 ceph-mon[93126]: pgmap v15463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:39 smithi089 ceph-mon[103441]: pgmap v15463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:40.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:40.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:41.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:41.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:41 smithi026 ceph-mon[93126]: pgmap v15464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:41 smithi089 ceph-mon[103441]: pgmap v15464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:42.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:42.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:43.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:43.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:43 smithi026 ceph-mon[93126]: pgmap v15465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:43 smithi089 ceph-mon[103441]: pgmap v15465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:44.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:44.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:45.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:45.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:45 smithi026 ceph-mon[93126]: pgmap v15466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:45 smithi089 ceph-mon[103441]: pgmap v15466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:46.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:46.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:47.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:47.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:47 smithi026 ceph-mon[93126]: pgmap v15467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:47 smithi089 ceph-mon[103441]: pgmap v15467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:48.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:48.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:49.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:49.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:49 smithi026 ceph-mon[93126]: pgmap v15468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:49 smithi089 ceph-mon[103441]: pgmap v15468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:15:50.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:50.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:51.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:51.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:51 smithi026 ceph-mon[93126]: pgmap v15469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:51 smithi089 ceph-mon[103441]: pgmap v15469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:52.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:52.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:53.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:53.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:53.793 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:53 smithi026 ceph-mon[93126]: pgmap v15470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:53 smithi089 ceph-mon[103441]: pgmap v15470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:54.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:54.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:55.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:55.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:55 smithi026 ceph-mon[93126]: pgmap v15471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:55 smithi089 ceph-mon[103441]: pgmap v15471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:56.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:56.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:57.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:57.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:57 smithi026 ceph-mon[93126]: pgmap v15472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:57 smithi089 ceph-mon[103441]: pgmap v15472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:15:58.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:58.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:59.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:15:59.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:15:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:15:59 smithi026 ceph-mon[93126]: pgmap v15473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:15:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:15:59 smithi089 ceph-mon[103441]: pgmap v15473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:00.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:00.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:01.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:01.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:01 smithi026 ceph-mon[93126]: pgmap v15474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:01 smithi089 ceph-mon[103441]: pgmap v15474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:02.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:02.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:03.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:03.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:03 smithi026 ceph-mon[93126]: pgmap v15475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:03.825 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:03 smithi089 ceph-mon[103441]: pgmap v15475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:04.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:04.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:05.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:05.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:05 smithi026 ceph-mon[93126]: pgmap v15476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:05 smithi089 ceph-mon[103441]: pgmap v15476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:06.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:06.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:07.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:07.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:07 smithi026 ceph-mon[93126]: pgmap v15477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:07 smithi089 ceph-mon[103441]: pgmap v15477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:08.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:08.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:09.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:09.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:09 smithi026 ceph-mon[93126]: pgmap v15478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:09 smithi089 ceph-mon[103441]: pgmap v15478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:10.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:10.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:11.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:11.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:11 smithi026 ceph-mon[93126]: pgmap v15479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:11 smithi089 ceph-mon[103441]: pgmap v15479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:12.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:12.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:13.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:13.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:13 smithi026 ceph-mon[93126]: pgmap v15480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:13 smithi089 ceph-mon[103441]: pgmap v15480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:14.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:14.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:15.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:15.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:15 smithi026 ceph-mon[93126]: pgmap v15481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:15 smithi089 ceph-mon[103441]: pgmap v15481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:16.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:16.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:17.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:17.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:17 smithi026 ceph-mon[93126]: pgmap v15482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:17 smithi089 ceph-mon[103441]: pgmap v15482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:18.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:18.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:19.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:19.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:19 smithi026 ceph-mon[93126]: pgmap v15483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:19 smithi089 ceph-mon[103441]: pgmap v15483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:20.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:20.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:21.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:21.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:21 smithi026 ceph-mon[93126]: pgmap v15484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:21 smithi089 ceph-mon[103441]: pgmap v15484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:22.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:22.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:23.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:23.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:23 smithi026 ceph-mon[93126]: pgmap v15485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:23 smithi089 ceph-mon[103441]: pgmap v15485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:24.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:24.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:25.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:25.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:25 smithi026 ceph-mon[93126]: pgmap v15486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:25 smithi089 ceph-mon[103441]: pgmap v15486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:26.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:26.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:27.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:27.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:27 smithi026 ceph-mon[93126]: pgmap v15487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:27 smithi089 ceph-mon[103441]: pgmap v15487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:28.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:28.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:29.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:29.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:29 smithi026 ceph-mon[93126]: pgmap v15488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:29 smithi089 ceph-mon[103441]: pgmap v15488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:30.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:30.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:31.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:31.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:31 smithi089 ceph-mon[103441]: pgmap v15489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:31 smithi026 ceph-mon[93126]: pgmap v15489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:32.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:32.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:33.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:33.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:33 smithi026 ceph-mon[93126]: pgmap v15490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:16:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:16:33.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:16:33.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:16:33.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:16:33.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:16:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:33 smithi089 ceph-mon[103441]: pgmap v15490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:16:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:16:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:16:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:16:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:16:33.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:16:34.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:34.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:35.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:35.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:35 smithi089 ceph-mon[103441]: pgmap v15491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:35 smithi026 ceph-mon[93126]: pgmap v15491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:36.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:36.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:37.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:37.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:37 smithi089 ceph-mon[103441]: pgmap v15492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:37 smithi026 ceph-mon[93126]: pgmap v15492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:38.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:38.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:38 smithi089 ceph-mon[103441]: pgmap v15493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:38 smithi026 ceph-mon[93126]: pgmap v15493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:39.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:39.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:40.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:40.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:41.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:41.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:41 smithi026 ceph-mon[93126]: pgmap v15494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:41 smithi089 ceph-mon[103441]: pgmap v15494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:42.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:42.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:43.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:43.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:43 smithi026 ceph-mon[93126]: pgmap v15495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:43 smithi089 ceph-mon[103441]: pgmap v15495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:44.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:44.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:45.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:45.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:45 smithi026 ceph-mon[93126]: pgmap v15496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:45 smithi089 ceph-mon[103441]: pgmap v15496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:46.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:46.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:47.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:47.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:47 smithi026 ceph-mon[93126]: pgmap v15497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:47 smithi089 ceph-mon[103441]: pgmap v15497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:48.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:48.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:49.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:49.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:49 smithi089 ceph-mon[103441]: pgmap v15498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:49 smithi026 ceph-mon[93126]: pgmap v15498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:16:50.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:50.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:51.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:51.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:51 smithi026 ceph-mon[93126]: pgmap v15499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:51 smithi089 ceph-mon[103441]: pgmap v15499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:52.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:52.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:53.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:53.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:53 smithi026 ceph-mon[93126]: pgmap v15500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:53 smithi089 ceph-mon[103441]: pgmap v15500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:54.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:54.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:55.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:55.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:55 smithi026 ceph-mon[93126]: pgmap v15501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:55 smithi089 ceph-mon[103441]: pgmap v15501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:56.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:56.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:57.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:57.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:57 smithi026 ceph-mon[93126]: pgmap v15502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:57 smithi089 ceph-mon[103441]: pgmap v15502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:16:58.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:58.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:59.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:16:59.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:16:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:16:59 smithi089 ceph-mon[103441]: pgmap v15503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:16:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:16:59 smithi026 ceph-mon[93126]: pgmap v15503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:00.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:00.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:01.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:01.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:01 smithi026 ceph-mon[93126]: pgmap v15504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:01 smithi089 ceph-mon[103441]: pgmap v15504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:02.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:02.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:03.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:03.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:03 smithi026 ceph-mon[93126]: pgmap v15505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:03 smithi089 ceph-mon[103441]: pgmap v15505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:04.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:04.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:05.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:05.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:05 smithi026 ceph-mon[93126]: pgmap v15506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:05 smithi089 ceph-mon[103441]: pgmap v15506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:06.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:06.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:07.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:07.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:07 smithi026 ceph-mon[93126]: pgmap v15507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:07 smithi089 ceph-mon[103441]: pgmap v15507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:08.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:08.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:09.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:09.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:09 smithi026 ceph-mon[93126]: pgmap v15508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:09 smithi089 ceph-mon[103441]: pgmap v15508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:10.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:10.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:11.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:11.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:11 smithi026 ceph-mon[93126]: pgmap v15509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:11 smithi089 ceph-mon[103441]: pgmap v15509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:12.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:12.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:13.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:13.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:13 smithi026 ceph-mon[93126]: pgmap v15510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:13 smithi089 ceph-mon[103441]: pgmap v15510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:14.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:14.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:15.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:15.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:15 smithi026 ceph-mon[93126]: pgmap v15511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:15 smithi089 ceph-mon[103441]: pgmap v15511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:16.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:16.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:17.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:17.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:17 smithi026 ceph-mon[93126]: pgmap v15512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:17 smithi089 ceph-mon[103441]: pgmap v15512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:18.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:18.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:19.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:19.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:19 smithi026 ceph-mon[93126]: pgmap v15513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:19 smithi089 ceph-mon[103441]: pgmap v15513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:20.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:20.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:21.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:21.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:21 smithi026 ceph-mon[93126]: pgmap v15514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:21 smithi089 ceph-mon[103441]: pgmap v15514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:22.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:22.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:23.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:23.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:23 smithi026 ceph-mon[93126]: pgmap v15515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:23 smithi089 ceph-mon[103441]: pgmap v15515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:24.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:24.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:25.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:25.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:25 smithi026 ceph-mon[93126]: pgmap v15516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:25 smithi089 ceph-mon[103441]: pgmap v15516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:26.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:26.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:27.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:27.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:27 smithi026 ceph-mon[93126]: pgmap v15517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:27 smithi089 ceph-mon[103441]: pgmap v15517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:28.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:28.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:29.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:29.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:29.886 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:29 smithi026 ceph-mon[93126]: pgmap v15518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:29 smithi089 ceph-mon[103441]: pgmap v15518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:30.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:30.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:31.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:31.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:31 smithi089 ceph-mon[103441]: pgmap v15519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:31 smithi026 ceph-mon[93126]: pgmap v15519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:32.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:32.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:33.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:33.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:33 smithi026 ceph-mon[93126]: pgmap v15520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:33 smithi089 ceph-mon[103441]: pgmap v15520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:34.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:34.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:17:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:34.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:34.944 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:17:34.944 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:34.944 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:34.944 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:35.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:35.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:35 smithi089 ceph-mon[103441]: pgmap v15521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:35 smithi026 ceph-mon[93126]: pgmap v15521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:36.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:36.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:37.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:37.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:37 smithi089 ceph-mon[103441]: pgmap v15522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:37 smithi026 ceph-mon[93126]: pgmap v15522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:38.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:38.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:39.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:39.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:39.827 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:39 smithi089 ceph-mon[103441]: pgmap v15523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:40.001 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:39 smithi026 ceph-mon[93126]: pgmap v15523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:40.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:40.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:41.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:41.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:41 smithi089 ceph-mon[103441]: pgmap v15524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:41 smithi026 ceph-mon[93126]: pgmap v15524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:42.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:42.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:42.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:17:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:17:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:17:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:17:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:17:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:17:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:17:43.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:43.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:43.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:43 smithi026 ceph-mon[93126]: pgmap v15525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:43 smithi089 ceph-mon[103441]: pgmap v15525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:44.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:44.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:45.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:45.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:45 smithi089 ceph-mon[103441]: pgmap v15526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:45 smithi026 ceph-mon[93126]: pgmap v15526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:46.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:46.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:46 smithi089 ceph-mon[103441]: pgmap v15527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:46 smithi026 ceph-mon[93126]: pgmap v15527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:47.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:47.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:48.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:48.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:49.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:49.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:49 smithi026 ceph-mon[93126]: pgmap v15528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:49 smithi089 ceph-mon[103441]: pgmap v15528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:17:50.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:50.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:51.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:51.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:51 smithi026 ceph-mon[93126]: pgmap v15529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:51 smithi089 ceph-mon[103441]: pgmap v15529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:52.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:52.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:53.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:53.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:53 smithi026 ceph-mon[93126]: pgmap v15530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:53 smithi089 ceph-mon[103441]: pgmap v15530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:54.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:54.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:55.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:55.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:55 smithi026 ceph-mon[93126]: pgmap v15531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:55 smithi089 ceph-mon[103441]: pgmap v15531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:56.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:56.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:57.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:57.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:57 smithi026 ceph-mon[93126]: pgmap v15532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:57 smithi089 ceph-mon[103441]: pgmap v15532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:17:58.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:58.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:59.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:17:59.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:17:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:17:59 smithi026 ceph-mon[93126]: pgmap v15533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:17:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:17:59 smithi089 ceph-mon[103441]: pgmap v15533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:00.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:00.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:01.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:01.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:01 smithi026 ceph-mon[93126]: pgmap v15534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:01 smithi089 ceph-mon[103441]: pgmap v15534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:02.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:02.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:03.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:03.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:03 smithi026 ceph-mon[93126]: pgmap v15535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:03 smithi089 ceph-mon[103441]: pgmap v15535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:04.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:04.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:05.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:05.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:05 smithi026 ceph-mon[93126]: pgmap v15536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:05 smithi089 ceph-mon[103441]: pgmap v15536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:06.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:06.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:07.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:07.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:07 smithi026 ceph-mon[93126]: pgmap v15537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:07 smithi089 ceph-mon[103441]: pgmap v15537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:08.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:08.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:09.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:09.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:09 smithi026 ceph-mon[93126]: pgmap v15538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:09 smithi089 ceph-mon[103441]: pgmap v15538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:10.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:10.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:11.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:11.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:11 smithi026 ceph-mon[93126]: pgmap v15539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:11 smithi089 ceph-mon[103441]: pgmap v15539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:12.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:12.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:13.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:13.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:13 smithi026 ceph-mon[93126]: pgmap v15540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:13 smithi089 ceph-mon[103441]: pgmap v15540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:14.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:14.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:15.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:15.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:15 smithi026 ceph-mon[93126]: pgmap v15541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:15 smithi089 ceph-mon[103441]: pgmap v15541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:16.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:16.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:17.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:17.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:17 smithi026 ceph-mon[93126]: pgmap v15542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:17 smithi089 ceph-mon[103441]: pgmap v15542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:18.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:18.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:19.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:19.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:19 smithi026 ceph-mon[93126]: pgmap v15543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:19 smithi089 ceph-mon[103441]: pgmap v15543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:20.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:20.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:21.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:21.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:21 smithi026 ceph-mon[93126]: pgmap v15544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:21 smithi089 ceph-mon[103441]: pgmap v15544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:22.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:22.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:23.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:23.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:23 smithi026 ceph-mon[93126]: pgmap v15545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:23 smithi089 ceph-mon[103441]: pgmap v15545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:24.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:24.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:25.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:25.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:25 smithi089 ceph-mon[103441]: pgmap v15546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:25 smithi026 ceph-mon[93126]: pgmap v15546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:26.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:26.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:27.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:27.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:27 smithi026 ceph-mon[93126]: pgmap v15547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:27 smithi089 ceph-mon[103441]: pgmap v15547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:28.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:28.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:29.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:29.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:29 smithi089 ceph-mon[103441]: pgmap v15548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:29 smithi026 ceph-mon[93126]: pgmap v15548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:30.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:30.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:31.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:31.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:31 smithi089 ceph-mon[103441]: pgmap v15549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:31 smithi026 ceph-mon[93126]: pgmap v15549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:32.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:32.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:33.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:33.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:33 smithi026 ceph-mon[93126]: pgmap v15550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:33 smithi089 ceph-mon[103441]: pgmap v15550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:34.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:34.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:35.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:35.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:35 smithi089 ceph-mon[103441]: pgmap v15551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:35 smithi026 ceph-mon[93126]: pgmap v15551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:36.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:36.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:37.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:37.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:37 smithi089 ceph-mon[103441]: pgmap v15552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:37 smithi026 ceph-mon[93126]: pgmap v15552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:38.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:38.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:39.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:39.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:39 smithi089 ceph-mon[103441]: pgmap v15553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:39 smithi026 ceph-mon[93126]: pgmap v15553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:40.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:40.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:41.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:41.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:41 smithi089 ceph-mon[103441]: pgmap v15554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:41 smithi026 ceph-mon[93126]: pgmap v15554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:42.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:42.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:18:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:18:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:18:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:18:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:18:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:18:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:18:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:18:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:18:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:18:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:18:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:18:43.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:43.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:43.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:43 smithi026 ceph-mon[93126]: pgmap v15555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:43 smithi089 ceph-mon[103441]: pgmap v15555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:44.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:44.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:45.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:45.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:45 smithi089 ceph-mon[103441]: pgmap v15556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:45 smithi026 ceph-mon[93126]: pgmap v15556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:46.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:46.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:47.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:47.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:47 smithi089 ceph-mon[103441]: pgmap v15557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:47 smithi026 ceph-mon[93126]: pgmap v15557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:48.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:48.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:48 smithi089 ceph-mon[103441]: pgmap v15558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:48 smithi026 ceph-mon[93126]: pgmap v15558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:49.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:49.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:18:50.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:50.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:51.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:51.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:51 smithi026 ceph-mon[93126]: pgmap v15559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:51 smithi089 ceph-mon[103441]: pgmap v15559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:52.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:52.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:53.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:53.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:53 smithi026 ceph-mon[93126]: pgmap v15560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:53 smithi089 ceph-mon[103441]: pgmap v15560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:54.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:54.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:55.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:55.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:55 smithi026 ceph-mon[93126]: pgmap v15561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:55 smithi089 ceph-mon[103441]: pgmap v15561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:56.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:56.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:57.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:57.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:57 smithi026 ceph-mon[93126]: pgmap v15562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:57 smithi089 ceph-mon[103441]: pgmap v15562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:18:58.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:58.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:59.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:18:59.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:18:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:18:59 smithi026 ceph-mon[93126]: pgmap v15563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:18:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:18:59 smithi089 ceph-mon[103441]: pgmap v15563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:00.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:00.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:01.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:01.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:01 smithi026 ceph-mon[93126]: pgmap v15564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:01 smithi089 ceph-mon[103441]: pgmap v15564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:02.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:02.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:03.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:03.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:03 smithi026 ceph-mon[93126]: pgmap v15565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:03 smithi089 ceph-mon[103441]: pgmap v15565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:04.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:04.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:05.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:05.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:05 smithi026 ceph-mon[93126]: pgmap v15566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:05 smithi089 ceph-mon[103441]: pgmap v15566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:06.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:06.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:07.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:07.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:07 smithi026 ceph-mon[93126]: pgmap v15567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:07 smithi089 ceph-mon[103441]: pgmap v15567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:08.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:08.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:09.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:09.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:09 smithi026 ceph-mon[93126]: pgmap v15568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:09 smithi089 ceph-mon[103441]: pgmap v15568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:10.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:10.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:11.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:11.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:11 smithi026 ceph-mon[93126]: pgmap v15569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:11 smithi089 ceph-mon[103441]: pgmap v15569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:12.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:12.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:13.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:13.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:13 smithi026 ceph-mon[93126]: pgmap v15570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:13 smithi089 ceph-mon[103441]: pgmap v15570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:14.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:14.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:15.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:15.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:15.838 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:15 smithi089 ceph-mon[103441]: pgmap v15571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:15 smithi026 ceph-mon[93126]: pgmap v15571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:16.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:16.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:17.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:17.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:17 smithi089 ceph-mon[103441]: pgmap v15572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:17 smithi026 ceph-mon[93126]: pgmap v15572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:18.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:18.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:19.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:19.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:19 smithi089 ceph-mon[103441]: pgmap v15573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:19 smithi026 ceph-mon[93126]: pgmap v15573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:20.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:20.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:21.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:21.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:21 smithi089 ceph-mon[103441]: pgmap v15574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:21 smithi026 ceph-mon[93126]: pgmap v15574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:22.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:22.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:23.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:23.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:23.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:23 smithi026 ceph-mon[93126]: pgmap v15575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:23 smithi089 ceph-mon[103441]: pgmap v15575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:24.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:24.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:25.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:25.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:25 smithi089 ceph-mon[103441]: pgmap v15576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:25 smithi026 ceph-mon[93126]: pgmap v15576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:26.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:26.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:27.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:27.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:27 smithi089 ceph-mon[103441]: pgmap v15577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:27 smithi026 ceph-mon[93126]: pgmap v15577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:28.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:28.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:29.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:29.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:29 smithi089 ceph-mon[103441]: pgmap v15578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:29 smithi026 ceph-mon[93126]: pgmap v15578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:30.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:30.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:31.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:31.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:31 smithi089 ceph-mon[103441]: pgmap v15579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:31 smithi026 ceph-mon[93126]: pgmap v15579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:32.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:32.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:33.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:33.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:33 smithi026 ceph-mon[93126]: pgmap v15580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:33 smithi089 ceph-mon[103441]: pgmap v15580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:34.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:34.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:35.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:35.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:35 smithi089 ceph-mon[103441]: pgmap v15581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:35 smithi026 ceph-mon[93126]: pgmap v15581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:36.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:36.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:37.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:37.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:37 smithi089 ceph-mon[103441]: pgmap v15582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:37 smithi026 ceph-mon[93126]: pgmap v15582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:38.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:38.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:39.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:39.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:39 smithi089 ceph-mon[103441]: pgmap v15583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:39 smithi026 ceph-mon[93126]: pgmap v15583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:40.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:40.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:41.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:41.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:41 smithi026 ceph-mon[93126]: pgmap v15584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:41 smithi089 ceph-mon[103441]: pgmap v15584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:42.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:42.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:19:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:19:43.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:43.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:43 smithi089 ceph-mon[103441]: pgmap v15585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:19:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:19:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:19:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:19:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:19:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:19:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:19:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:43 smithi026 ceph-mon[93126]: pgmap v15585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:19:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:19:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:19:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:19:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:19:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:19:44.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:19:44.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:44.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:44 smithi089 ceph-mon[103441]: pgmap v15586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:44 smithi026 ceph-mon[93126]: pgmap v15586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:45.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:45.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:46.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:46.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:47.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:47.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:47 smithi026 ceph-mon[93126]: pgmap v15587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:47 smithi089 ceph-mon[103441]: pgmap v15587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:48.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:48.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:49.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:49.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:49 smithi026 ceph-mon[93126]: pgmap v15588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:49 smithi089 ceph-mon[103441]: pgmap v15588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:19:50.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:50.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:51.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:51.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:51 smithi026 ceph-mon[93126]: pgmap v15589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:51 smithi089 ceph-mon[103441]: pgmap v15589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:52.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:52.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:53.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:53.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:53 smithi026 ceph-mon[93126]: pgmap v15590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:53 smithi089 ceph-mon[103441]: pgmap v15590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:54.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:54.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:55.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:55.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:55 smithi026 ceph-mon[93126]: pgmap v15591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:55 smithi089 ceph-mon[103441]: pgmap v15591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:56.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:56.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:57.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:57.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:57 smithi026 ceph-mon[93126]: pgmap v15592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:57 smithi089 ceph-mon[103441]: pgmap v15592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:19:58.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:58.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:59.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:19:59.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:19:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:19:59 smithi026 ceph-mon[93126]: pgmap v15593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:19:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:19:59 smithi089 ceph-mon[103441]: pgmap v15593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:00.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:00.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T05:20:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T05:20:01.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:01.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:01 smithi089 ceph-mon[103441]: pgmap v15594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:01 smithi026 ceph-mon[93126]: pgmap v15594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:02.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:02.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:03.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:03.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:03 smithi026 ceph-mon[93126]: pgmap v15595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:03 smithi089 ceph-mon[103441]: pgmap v15595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:04.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:04.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:05.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:05.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:05 smithi089 ceph-mon[103441]: pgmap v15596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:05 smithi026 ceph-mon[93126]: pgmap v15596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:06.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:06.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:07.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:07.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:07 smithi089 ceph-mon[103441]: pgmap v15597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:07 smithi026 ceph-mon[93126]: pgmap v15597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:08.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:08.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:09.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:09.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:09 smithi089 ceph-mon[103441]: pgmap v15598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:09 smithi026 ceph-mon[93126]: pgmap v15598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:10.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:10.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:11.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:11.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:11 smithi089 ceph-mon[103441]: pgmap v15599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:11 smithi026 ceph-mon[93126]: pgmap v15599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:12.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:12.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:13.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:13.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:13.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:13 smithi026 ceph-mon[93126]: pgmap v15600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:13 smithi089 ceph-mon[103441]: pgmap v15600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:14.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:14.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:15.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:15.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:15 smithi089 ceph-mon[103441]: pgmap v15601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:15 smithi026 ceph-mon[93126]: pgmap v15601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:16.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:16.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:17.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:17.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:17 smithi089 ceph-mon[103441]: pgmap v15602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:17 smithi026 ceph-mon[93126]: pgmap v15602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:18.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:18.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:19.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:19.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:19 smithi089 ceph-mon[103441]: pgmap v15603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:19 smithi026 ceph-mon[93126]: pgmap v15603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:20.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:20.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:21.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:21.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:21 smithi089 ceph-mon[103441]: pgmap v15604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:21 smithi026 ceph-mon[93126]: pgmap v15604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:22.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:22.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:23.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:23.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:23.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:23 smithi026 ceph-mon[93126]: pgmap v15605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:23 smithi089 ceph-mon[103441]: pgmap v15605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:24.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:24.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:25.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:25.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:25 smithi089 ceph-mon[103441]: pgmap v15606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:25 smithi026 ceph-mon[93126]: pgmap v15606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:26.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:26.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:27.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:27.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:27 smithi089 ceph-mon[103441]: pgmap v15607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:27 smithi026 ceph-mon[93126]: pgmap v15607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:28.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:28.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:29.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:29.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:29 smithi089 ceph-mon[103441]: pgmap v15608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:29 smithi026 ceph-mon[93126]: pgmap v15608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:30.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:30.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:31.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:31.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:31 smithi089 ceph-mon[103441]: pgmap v15609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:31.949 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:31 smithi026 ceph-mon[93126]: pgmap v15609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:32.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:32.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:33.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:33.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:33 smithi026 ceph-mon[93126]: pgmap v15610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:33 smithi089 ceph-mon[103441]: pgmap v15610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:34.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:34.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:35.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:35.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:35 smithi089 ceph-mon[103441]: pgmap v15611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:35 smithi026 ceph-mon[93126]: pgmap v15611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:36.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:36.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:37.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:37.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:37 smithi089 ceph-mon[103441]: pgmap v15612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:37 smithi026 ceph-mon[93126]: pgmap v15612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:38.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:38.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:38 smithi089 ceph-mon[103441]: pgmap v15613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:38 smithi026 ceph-mon[93126]: pgmap v15613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:39.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:39.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:40.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:40.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:41.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:41.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:41 smithi026 ceph-mon[93126]: pgmap v15614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:41 smithi089 ceph-mon[103441]: pgmap v15614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:42.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:42.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:43.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:43.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:43 smithi026 ceph-mon[93126]: pgmap v15615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:43 smithi089 ceph-mon[103441]: pgmap v15615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:44.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:44.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:20:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:20:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:20:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:20:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:20:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:20:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:20:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:20:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:20:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:20:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:20:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:20:45.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:45.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:45 smithi026 ceph-mon[93126]: pgmap v15616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:45 smithi089 ceph-mon[103441]: pgmap v15616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:46.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:46.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:47.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:47.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:47 smithi026 ceph-mon[93126]: pgmap v15617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:47 smithi089 ceph-mon[103441]: pgmap v15617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:48.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:48.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:49.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:49.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:49 smithi026 ceph-mon[93126]: pgmap v15618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:49 smithi089 ceph-mon[103441]: pgmap v15618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:20:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:20:50.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:50.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:51.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:51.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:51 smithi026 ceph-mon[93126]: pgmap v15619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:51.841 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:51 smithi089 ceph-mon[103441]: pgmap v15619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:52.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:52.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:53.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:53.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:53 smithi026 ceph-mon[93126]: pgmap v15620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:53 smithi089 ceph-mon[103441]: pgmap v15620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:54.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:54.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:55.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:55.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:55 smithi089 ceph-mon[103441]: pgmap v15621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:55 smithi026 ceph-mon[93126]: pgmap v15621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:56.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:56.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:57.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:57.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:57 smithi089 ceph-mon[103441]: pgmap v15622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:57 smithi026 ceph-mon[93126]: pgmap v15622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:20:58.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:58.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:59.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:20:59.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:20:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:20:59 smithi089 ceph-mon[103441]: pgmap v15623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:20:59 smithi026 ceph-mon[93126]: pgmap v15623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:00.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:00.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:01.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:01.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:01 smithi089 ceph-mon[103441]: pgmap v15624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:01 smithi026 ceph-mon[93126]: pgmap v15624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:02.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:02.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:03.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:03.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:03 smithi026 ceph-mon[93126]: pgmap v15625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:03 smithi089 ceph-mon[103441]: pgmap v15625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:04.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:04.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:05.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:05.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:05 smithi089 ceph-mon[103441]: pgmap v15626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:05 smithi026 ceph-mon[93126]: pgmap v15626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:06.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:06.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:07.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:07.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:07 smithi026 ceph-mon[93126]: pgmap v15627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:07 smithi089 ceph-mon[103441]: pgmap v15627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:08.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:08.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:09.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:09.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:09 smithi089 ceph-mon[103441]: pgmap v15628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:09 smithi026 ceph-mon[93126]: pgmap v15628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:10.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:10.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:11.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:11.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:11 smithi089 ceph-mon[103441]: pgmap v15629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:11 smithi026 ceph-mon[93126]: pgmap v15629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:12.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:12.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:13.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:13.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:13.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:13 smithi026 ceph-mon[93126]: pgmap v15630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:13 smithi089 ceph-mon[103441]: pgmap v15630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:14.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:14.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:15.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:15.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:15 smithi089 ceph-mon[103441]: pgmap v15631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:15 smithi026 ceph-mon[93126]: pgmap v15631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:16.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:16.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:17.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:17.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:17 smithi026 ceph-mon[93126]: pgmap v15632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:17 smithi089 ceph-mon[103441]: pgmap v15632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:18.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:18.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:19.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:19.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:19 smithi089 ceph-mon[103441]: pgmap v15633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:19 smithi026 ceph-mon[93126]: pgmap v15633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:20.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:20.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:21.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:21.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:21 smithi089 ceph-mon[103441]: pgmap v15634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:21 smithi026 ceph-mon[93126]: pgmap v15634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:22.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:22.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:23.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:23.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:23.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:23 smithi026 ceph-mon[93126]: pgmap v15635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:23 smithi089 ceph-mon[103441]: pgmap v15635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:24.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:24.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:25.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:25.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:25 smithi089 ceph-mon[103441]: pgmap v15636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:25 smithi026 ceph-mon[93126]: pgmap v15636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:26.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:26.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:27.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:27.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:27 smithi089 ceph-mon[103441]: pgmap v15637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:27 smithi026 ceph-mon[93126]: pgmap v15637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:28.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:28.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:29.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:29.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:29 smithi089 ceph-mon[103441]: pgmap v15638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:29 smithi026 ceph-mon[93126]: pgmap v15638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:30.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:30.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:31.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:31.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:31 smithi089 ceph-mon[103441]: pgmap v15639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:31 smithi026 ceph-mon[93126]: pgmap v15639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:32.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:32.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:33.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:33.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:33 smithi089 ceph-mon[103441]: pgmap v15640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:33 smithi026 ceph-mon[93126]: pgmap v15640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:34.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:34.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:35.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:35.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:35 smithi089 ceph-mon[103441]: pgmap v15641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:35 smithi026 ceph-mon[93126]: pgmap v15641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:36.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:36.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:36 smithi089 ceph-mon[103441]: pgmap v15642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:36 smithi026 ceph-mon[93126]: pgmap v15642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:37.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:37.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:38.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:38.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:39 smithi089 ceph-mon[103441]: pgmap v15643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:39.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:39.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:39 smithi026 ceph-mon[93126]: pgmap v15643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:40.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:40.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:41.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:41.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:41 smithi026 ceph-mon[93126]: pgmap v15644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:41 smithi089 ceph-mon[103441]: pgmap v15644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:42.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:42.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:43.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:43.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:43 smithi026 ceph-mon[93126]: pgmap v15645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:43 smithi089 ceph-mon[103441]: pgmap v15645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:44.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:44.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:21:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:21:45.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:45.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:45 smithi089 ceph-mon[103441]: pgmap v15646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:21:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:21:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:21:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:21:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:21:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:45 smithi026 ceph-mon[93126]: pgmap v15646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:21:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:21:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:21:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:21:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:21:46.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:46.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:47 smithi089 ceph-mon[103441]: pgmap v15647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:47.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:47.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:47 smithi026 ceph-mon[93126]: pgmap v15647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:48.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:48.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:49.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:49.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:49 smithi089 ceph-mon[103441]: pgmap v15648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:49 smithi026 ceph-mon[93126]: pgmap v15648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:21:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:21:50.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:50.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:51.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:51.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:51 smithi089 ceph-mon[103441]: pgmap v15649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:51 smithi026 ceph-mon[93126]: pgmap v15649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:52.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:52.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:53.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:53.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:53.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:53 smithi026 ceph-mon[93126]: pgmap v15650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:53 smithi089 ceph-mon[103441]: pgmap v15650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:54.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:54.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:55.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:55.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:55 smithi089 ceph-mon[103441]: pgmap v15651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:55 smithi026 ceph-mon[93126]: pgmap v15651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:56.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:56.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:57.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:57.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:57.924 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:57 smithi026 ceph-mon[93126]: pgmap v15652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:57 smithi089 ceph-mon[103441]: pgmap v15652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:21:58.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:58.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:59.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:21:59.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:21:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:21:59 smithi089 ceph-mon[103441]: pgmap v15653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:21:59 smithi026 ceph-mon[93126]: pgmap v15653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:00.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:00.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:01.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:01.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:01 smithi089 ceph-mon[103441]: pgmap v15654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:01 smithi026 ceph-mon[93126]: pgmap v15654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:02.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:02.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:03.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:03.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:03 smithi026 ceph-mon[93126]: pgmap v15655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:03 smithi089 ceph-mon[103441]: pgmap v15655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:04.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:04.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:05.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:05.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:05 smithi089 ceph-mon[103441]: pgmap v15656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:05 smithi026 ceph-mon[93126]: pgmap v15656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:06.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:06.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:07.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:07.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:07 smithi089 ceph-mon[103441]: pgmap v15657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:08.038 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:07 smithi026 ceph-mon[93126]: pgmap v15657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:08.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:08.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:09.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:09.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:09 smithi089 ceph-mon[103441]: pgmap v15658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:09 smithi026 ceph-mon[93126]: pgmap v15658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:10.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:10.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:11.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:11.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:11 smithi089 ceph-mon[103441]: pgmap v15659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:11 smithi026 ceph-mon[93126]: pgmap v15659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:12.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:12.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:13.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:13.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:13 smithi089 ceph-mon[103441]: pgmap v15660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:13 smithi026 ceph-mon[93126]: pgmap v15660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:14.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:14.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:15.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:15.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:15 smithi089 ceph-mon[103441]: pgmap v15661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:15 smithi026 ceph-mon[93126]: pgmap v15661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:16.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:16.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:17.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:17.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:17 smithi089 ceph-mon[103441]: pgmap v15662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:17 smithi026 ceph-mon[93126]: pgmap v15662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:18.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:18.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:19.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:19.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:19 smithi089 ceph-mon[103441]: pgmap v15663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:19 smithi026 ceph-mon[93126]: pgmap v15663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:20.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:20.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:21.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:21.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:21 smithi089 ceph-mon[103441]: pgmap v15664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:21 smithi026 ceph-mon[93126]: pgmap v15664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:22.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:22.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:23.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:23.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:23 smithi089 ceph-mon[103441]: pgmap v15665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:23 smithi026 ceph-mon[93126]: pgmap v15665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:24.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:24.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:25.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:25.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:25 smithi089 ceph-mon[103441]: pgmap v15666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:25 smithi026 ceph-mon[93126]: pgmap v15666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:26.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:26.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:27.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:27.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:27 smithi089 ceph-mon[103441]: pgmap v15667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:27 smithi026 ceph-mon[93126]: pgmap v15667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:28.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:28.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:29.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:29.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:29 smithi089 ceph-mon[103441]: pgmap v15668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:29 smithi026 ceph-mon[93126]: pgmap v15668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:30.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:30.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:31.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:31.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:31 smithi089 ceph-mon[103441]: pgmap v15669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:31 smithi026 ceph-mon[93126]: pgmap v15669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:32.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:32.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:33.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:33.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:33 smithi026 ceph-mon[93126]: pgmap v15670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:33 smithi089 ceph-mon[103441]: pgmap v15670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:34.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:34.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:35.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:35.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:35 smithi089 ceph-mon[103441]: pgmap v15671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:35 smithi026 ceph-mon[93126]: pgmap v15671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:36.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:36.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:37.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:37.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:37 smithi089 ceph-mon[103441]: pgmap v15672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:37 smithi026 ceph-mon[93126]: pgmap v15672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:38.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:38.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:39.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:39.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:39 smithi089 ceph-mon[103441]: pgmap v15673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:39 smithi026 ceph-mon[93126]: pgmap v15673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:40.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:40.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:41.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:41.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:41 smithi089 ceph-mon[103441]: pgmap v15674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:41 smithi026 ceph-mon[93126]: pgmap v15674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:42.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:42.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:43 smithi026 ceph-mon[93126]: pgmap v15675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:43.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:43.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:43 smithi089 ceph-mon[103441]: pgmap v15675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:44.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:44.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:45.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:45.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:45 smithi089 ceph-mon[103441]: pgmap v15676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:22:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:45 smithi026 ceph-mon[93126]: pgmap v15676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:22:46.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:46.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:22:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:22:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:22:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:22:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:22:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:22:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:22:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:22:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:22:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:22:47.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:47.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:47 smithi089 ceph-mon[103441]: pgmap v15677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:47 smithi026 ceph-mon[93126]: pgmap v15677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:48.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:48.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:49.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:49.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:49 smithi089 ceph-mon[103441]: pgmap v15678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:49 smithi026 ceph-mon[93126]: pgmap v15678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:22:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:22:50.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:50.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:51.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:51.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:51 smithi089 ceph-mon[103441]: pgmap v15679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:51 smithi026 ceph-mon[93126]: pgmap v15679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:52.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:52.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:53.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:53.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:53.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:53 smithi026 ceph-mon[93126]: pgmap v15680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:53 smithi089 ceph-mon[103441]: pgmap v15680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:54.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:54.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:55.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:55.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:55 smithi089 ceph-mon[103441]: pgmap v15681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:55 smithi026 ceph-mon[93126]: pgmap v15681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:56.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:56.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:57.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:57.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:57 smithi089 ceph-mon[103441]: pgmap v15682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:57 smithi026 ceph-mon[93126]: pgmap v15682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:22:58.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:58.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:59.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:22:59.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:22:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:22:59 smithi089 ceph-mon[103441]: pgmap v15683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:22:59 smithi026 ceph-mon[93126]: pgmap v15683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:00.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:00.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:01.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:01.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:01 smithi089 ceph-mon[103441]: pgmap v15684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:01 smithi026 ceph-mon[93126]: pgmap v15684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:02.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:02.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:03.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:03.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:03 smithi089 ceph-mon[103441]: pgmap v15685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:03 smithi026 ceph-mon[93126]: pgmap v15685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:04.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:04.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:05.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:05.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:05 smithi089 ceph-mon[103441]: pgmap v15686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:05 smithi026 ceph-mon[93126]: pgmap v15686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:06.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:06.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:07.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:07.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:07 smithi089 ceph-mon[103441]: pgmap v15687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:07 smithi026 ceph-mon[93126]: pgmap v15687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:08.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:08.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:09.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:09.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:09 smithi089 ceph-mon[103441]: pgmap v15688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:09 smithi026 ceph-mon[93126]: pgmap v15688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:10.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:10.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:11.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:11.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:11 smithi089 ceph-mon[103441]: pgmap v15689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:11 smithi026 ceph-mon[93126]: pgmap v15689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:12.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:12.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:13.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:13.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:13 smithi089 ceph-mon[103441]: pgmap v15690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:13 smithi026 ceph-mon[93126]: pgmap v15690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:14.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:14.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:15.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:15.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:15 smithi089 ceph-mon[103441]: pgmap v15691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:15 smithi026 ceph-mon[93126]: pgmap v15691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:16.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:16.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:17.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:17.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:17 smithi089 ceph-mon[103441]: pgmap v15692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:17 smithi026 ceph-mon[93126]: pgmap v15692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:18.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:18.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:19.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:19.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:19 smithi089 ceph-mon[103441]: pgmap v15693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:19 smithi026 ceph-mon[93126]: pgmap v15693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:20.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:20.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:21.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:21.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:21 smithi089 ceph-mon[103441]: pgmap v15694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:21 smithi026 ceph-mon[93126]: pgmap v15694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:22.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:22.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:22 smithi089 ceph-mon[103441]: pgmap v15695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:22 smithi026 ceph-mon[93126]: pgmap v15695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:23.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:23.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:24.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:24.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:25 smithi089 ceph-mon[103441]: pgmap v15696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:25 smithi026 ceph-mon[93126]: pgmap v15696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:25.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:25.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:26.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:26.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:27.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:27.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:27 smithi089 ceph-mon[103441]: pgmap v15697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:27 smithi026 ceph-mon[93126]: pgmap v15697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:28.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:28.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:29.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:29.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:29 smithi089 ceph-mon[103441]: pgmap v15698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:29 smithi026 ceph-mon[93126]: pgmap v15698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:30.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:30.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:31.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:31.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:31 smithi089 ceph-mon[103441]: pgmap v15699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:31 smithi026 ceph-mon[93126]: pgmap v15699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:32.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:32.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:33 smithi026 ceph-mon[93126]: pgmap v15700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:33.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:33.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:33 smithi089 ceph-mon[103441]: pgmap v15700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:34.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:34.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:35.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:35.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:35 smithi089 ceph-mon[103441]: pgmap v15701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:35 smithi026 ceph-mon[93126]: pgmap v15701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:36.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:36.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:37.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:37.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:37 smithi089 ceph-mon[103441]: pgmap v15702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:37 smithi026 ceph-mon[93126]: pgmap v15702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:38.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:38.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:39.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:39.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:39 smithi089 ceph-mon[103441]: pgmap v15703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:39 smithi026 ceph-mon[93126]: pgmap v15703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:40.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:40.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:41.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:41.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:41 smithi089 ceph-mon[103441]: pgmap v15704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:41 smithi026 ceph-mon[93126]: pgmap v15704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:42.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:42.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:43.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:43.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:43 smithi089 ceph-mon[103441]: pgmap v15705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:43 smithi026 ceph-mon[93126]: pgmap v15705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:44.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:44.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:45.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:45.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:45 smithi089 ceph-mon[103441]: pgmap v15706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:45 smithi026 ceph-mon[93126]: pgmap v15706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:46.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:46.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:23:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:23:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:23:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:23:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:23:46.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:23:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:23:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:23:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:23:47.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:23:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:23:47.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:23:47.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:47.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:47 smithi089 ceph-mon[103441]: pgmap v15707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:47 smithi026 ceph-mon[93126]: pgmap v15707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:48.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:48.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:49.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:49.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:49 smithi089 ceph-mon[103441]: pgmap v15708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:49 smithi026 ceph-mon[93126]: pgmap v15708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:23:50.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:50.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:51.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:51.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:51 smithi089 ceph-mon[103441]: pgmap v15709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:51 smithi026 ceph-mon[93126]: pgmap v15709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:52.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:52.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:53 smithi089 ceph-mon[103441]: pgmap v15710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:53.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:53.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:53 smithi026 ceph-mon[93126]: pgmap v15710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:54.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:54.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:55 smithi089 ceph-mon[103441]: pgmap v15711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:55.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:55.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:55 smithi026 ceph-mon[93126]: pgmap v15711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:56.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:56.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:57 smithi089 ceph-mon[103441]: pgmap v15712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:57.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:57.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:57 smithi026 ceph-mon[93126]: pgmap v15712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:23:58.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:58.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:23:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:23:59 smithi089 ceph-mon[103441]: pgmap v15713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:23:59.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:23:59.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:23:59 smithi026 ceph-mon[93126]: pgmap v15713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:00.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:00.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:01 smithi089 ceph-mon[103441]: pgmap v15714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:01.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:01.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:01 smithi026 ceph-mon[93126]: pgmap v15714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:02.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:02.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:03 smithi089 ceph-mon[103441]: pgmap v15715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:03.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:03.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:03 smithi026 ceph-mon[93126]: pgmap v15715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:04.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:04.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:05 smithi089 ceph-mon[103441]: pgmap v15716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:05.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:05.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:05 smithi026 ceph-mon[93126]: pgmap v15716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:06.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:06.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:07 smithi089 ceph-mon[103441]: pgmap v15717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:07.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:07.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:07 smithi026 ceph-mon[93126]: pgmap v15717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:08.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:08.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:08 smithi026 ceph-mon[93126]: pgmap v15718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:08 smithi089 ceph-mon[103441]: pgmap v15718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:09.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:09.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:10.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:10.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:11 smithi089 ceph-mon[103441]: pgmap v15719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:11.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:11.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:11 smithi026 ceph-mon[93126]: pgmap v15719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:12.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:12.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:13.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:13 smithi026 ceph-mon[93126]: pgmap v15720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:13 smithi089 ceph-mon[103441]: pgmap v15720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:13.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:13.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:14.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:14.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:15 smithi089 ceph-mon[103441]: pgmap v15721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:15.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:15.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:15 smithi026 ceph-mon[93126]: pgmap v15721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:16.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:16.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:17 smithi089 ceph-mon[103441]: pgmap v15722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:17.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:17.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:17 smithi026 ceph-mon[93126]: pgmap v15722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:18.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:18.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:19 smithi026 ceph-mon[93126]: pgmap v15723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:19 smithi089 ceph-mon[103441]: pgmap v15723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:19.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:19.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:20.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:20.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:21 smithi089 ceph-mon[103441]: pgmap v15724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:21.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:21.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:21 smithi026 ceph-mon[93126]: pgmap v15724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:22.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:22.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:23 smithi089 ceph-mon[103441]: pgmap v15725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:23.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:23.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:23 smithi026 ceph-mon[93126]: pgmap v15725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:24.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:24.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:25 smithi089 ceph-mon[103441]: pgmap v15726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:25.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:25.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:25 smithi026 ceph-mon[93126]: pgmap v15726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:26.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:26.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:27 smithi089 ceph-mon[103441]: pgmap v15727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:27.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:27.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:27 smithi026 ceph-mon[93126]: pgmap v15727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:28.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:28.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:29 smithi089 ceph-mon[103441]: pgmap v15728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:29.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:29.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:29 smithi026 ceph-mon[93126]: pgmap v15728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:30.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:30.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:31 smithi089 ceph-mon[103441]: pgmap v15729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:31.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:31.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:31 smithi026 ceph-mon[93126]: pgmap v15729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:32.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:32.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:33 smithi089 ceph-mon[103441]: pgmap v15730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:33.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:33.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:33 smithi026 ceph-mon[93126]: pgmap v15730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:34.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:34.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:35 smithi089 ceph-mon[103441]: pgmap v15731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:35.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:35.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:35 smithi026 ceph-mon[93126]: pgmap v15731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:36.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:36.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:37 smithi089 ceph-mon[103441]: pgmap v15732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:38.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:38.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:37 smithi026 ceph-mon[93126]: pgmap v15732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:39.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:39.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:39 smithi089 ceph-mon[103441]: pgmap v15733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:40.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:40.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:39 smithi026 ceph-mon[93126]: pgmap v15733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:41.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:41.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:41 smithi089 ceph-mon[103441]: pgmap v15734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:42.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:42.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:41 smithi026 ceph-mon[93126]: pgmap v15734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:43.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:43.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:43 smithi089 ceph-mon[103441]: pgmap v15735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:44.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:44.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:43 smithi026 ceph-mon[93126]: pgmap v15735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:45.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:45.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:45 smithi089 ceph-mon[103441]: pgmap v15736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:46.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:46.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:45 smithi026 ceph-mon[93126]: pgmap v15736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:24:47.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:47.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:24:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:47 smithi089 ceph-mon[103441]: pgmap v15737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:24:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:24:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:24:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:24:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:24:48.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:48.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:47 smithi026 ceph-mon[93126]: pgmap v15737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:24:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:24:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:24:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:24:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:24:49.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:49.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:49 smithi089 ceph-mon[103441]: pgmap v15738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:50.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:50.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:49 smithi026 ceph-mon[93126]: pgmap v15738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:24:51.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:51.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:51 smithi089 ceph-mon[103441]: pgmap v15739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:52.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:52.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:51 smithi026 ceph-mon[93126]: pgmap v15739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:53.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:53.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:53 smithi089 ceph-mon[103441]: pgmap v15740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:54.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:54.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:53 smithi026 ceph-mon[93126]: pgmap v15740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:55.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:55.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:55 smithi089 ceph-mon[103441]: pgmap v15741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:56.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:56.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:55 smithi026 ceph-mon[93126]: pgmap v15741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:57.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:57.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:56 smithi026 ceph-mon[93126]: pgmap v15742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:56 smithi089 ceph-mon[103441]: pgmap v15742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:24:58.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:58.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:59.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:24:59.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:24:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:24:59 smithi089 ceph-mon[103441]: pgmap v15743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:24:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:24:59 smithi026 ceph-mon[93126]: pgmap v15743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:00.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:00.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:01.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:01.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:01 smithi089 ceph-mon[103441]: pgmap v15744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:02.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:02.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:01 smithi026 ceph-mon[93126]: pgmap v15744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:03.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:03.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:03 smithi026 ceph-mon[93126]: pgmap v15745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:03 smithi089 ceph-mon[103441]: pgmap v15745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:04.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:04.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:05.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:05.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:05.048 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:05 smithi089 ceph-mon[103441]: pgmap v15746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:06.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:06.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:05 smithi026 ceph-mon[93126]: pgmap v15746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:07.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:07.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:07 smithi089 ceph-mon[103441]: pgmap v15747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:08.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:08.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:07 smithi026 ceph-mon[93126]: pgmap v15747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:09.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:09.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:09 smithi089 ceph-mon[103441]: pgmap v15748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:10.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:10.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:09 smithi026 ceph-mon[93126]: pgmap v15748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:11.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:11.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:11 smithi089 ceph-mon[103441]: pgmap v15749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:11 smithi026 ceph-mon[93126]: pgmap v15749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:12.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:12.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:13.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:13.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:13 smithi089 ceph-mon[103441]: pgmap v15750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:13 smithi026 ceph-mon[93126]: pgmap v15750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:14.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:14.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:15.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:15.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:15 smithi089 ceph-mon[103441]: pgmap v15751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:15 smithi026 ceph-mon[93126]: pgmap v15751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:16.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:16.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:17.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:17.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:17 smithi089 ceph-mon[103441]: pgmap v15752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:17 smithi026 ceph-mon[93126]: pgmap v15752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:18.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:18.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:19.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:19.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:19 smithi089 ceph-mon[103441]: pgmap v15753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:19 smithi026 ceph-mon[93126]: pgmap v15753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:20.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:20.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:21.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:21.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:21 smithi089 ceph-mon[103441]: pgmap v15754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:21 smithi026 ceph-mon[93126]: pgmap v15754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:22.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:22.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:23.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:23.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:23 smithi089 ceph-mon[103441]: pgmap v15755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:23 smithi026 ceph-mon[93126]: pgmap v15755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:24.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:24.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:25.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:25.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:25 smithi089 ceph-mon[103441]: pgmap v15756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:25 smithi026 ceph-mon[93126]: pgmap v15756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:26.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:26.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:27.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:27.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:27 smithi089 ceph-mon[103441]: pgmap v15757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:27 smithi026 ceph-mon[93126]: pgmap v15757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:28.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:28.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:29.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:29.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:29 smithi089 ceph-mon[103441]: pgmap v15758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:29 smithi026 ceph-mon[93126]: pgmap v15758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:30.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:30.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:31.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:31.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:31 smithi089 ceph-mon[103441]: pgmap v15759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:31 smithi026 ceph-mon[93126]: pgmap v15759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:32.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:32.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:33.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:33.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:33 smithi089 ceph-mon[103441]: pgmap v15760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:33 smithi026 ceph-mon[93126]: pgmap v15760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:34.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:34.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:35.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:35.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:35 smithi089 ceph-mon[103441]: pgmap v15761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:35 smithi026 ceph-mon[93126]: pgmap v15761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:36.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:36.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:37.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:37.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:37 smithi089 ceph-mon[103441]: pgmap v15762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:37 smithi026 ceph-mon[93126]: pgmap v15762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:38.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:38.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:39.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:39.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:39 smithi089 ceph-mon[103441]: pgmap v15763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:39 smithi026 ceph-mon[93126]: pgmap v15763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:40.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:40.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:41.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:41.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:41 smithi089 ceph-mon[103441]: pgmap v15764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:41 smithi026 ceph-mon[93126]: pgmap v15764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:42.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:42.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:43.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:43.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:43 smithi089 ceph-mon[103441]: pgmap v15765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:43 smithi026 ceph-mon[93126]: pgmap v15765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:44.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:44.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:45.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:45.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:45 smithi026 ceph-mon[93126]: pgmap v15766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:45 smithi089 ceph-mon[103441]: pgmap v15766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:46.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:46.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:47.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:47.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:47 smithi089 ceph-mon[103441]: pgmap v15767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:25:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:47 smithi026 ceph-mon[93126]: pgmap v15767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:25:48.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:48.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:49.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:49.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:49 smithi089 ceph-mon[103441]: pgmap v15768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:49 smithi026 ceph-mon[93126]: pgmap v15768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:25:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:25:50.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:50.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:51.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:51.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:51 smithi089 ceph-mon[103441]: pgmap v15769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:51 smithi026 ceph-mon[93126]: pgmap v15769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:52.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:52.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:53.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:53.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:25:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:25:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:53 smithi089 ceph-mon[103441]: pgmap v15770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:25:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:25:53.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:25:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:25:53.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:25:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:25:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:25:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:53 smithi026 ceph-mon[93126]: pgmap v15770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:25:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:25:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:25:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:25:53.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:25:54.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:54.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:55.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:55.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:55 smithi089 ceph-mon[103441]: pgmap v15771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:55 smithi026 ceph-mon[93126]: pgmap v15771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:56.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:56.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:57.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:57.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:57 smithi089 ceph-mon[103441]: pgmap v15772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:57 smithi026 ceph-mon[93126]: pgmap v15772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:25:58.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:58.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:59.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:25:59.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:25:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:25:59 smithi089 ceph-mon[103441]: pgmap v15773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:25:59 smithi026 ceph-mon[93126]: pgmap v15773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:00.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:00.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:01.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:01.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:01 smithi089 ceph-mon[103441]: pgmap v15774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:01 smithi026 ceph-mon[93126]: pgmap v15774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:02.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:02.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:03.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:03.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:03 smithi089 ceph-mon[103441]: pgmap v15775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:03 smithi026 ceph-mon[93126]: pgmap v15775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:04.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:04.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:05.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:05.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:05 smithi089 ceph-mon[103441]: pgmap v15776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:05 smithi026 ceph-mon[93126]: pgmap v15776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:06.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:06.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:07.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:07.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:07 smithi089 ceph-mon[103441]: pgmap v15777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:07 smithi026 ceph-mon[93126]: pgmap v15777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:08.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:08.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:09.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:09.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:09 smithi089 ceph-mon[103441]: pgmap v15778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:09 smithi026 ceph-mon[93126]: pgmap v15778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:10.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:10.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:11.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:11.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:11 smithi089 ceph-mon[103441]: pgmap v15779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:11 smithi026 ceph-mon[93126]: pgmap v15779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:12.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:12.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:13.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:13.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:13 smithi089 ceph-mon[103441]: pgmap v15780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:13 smithi026 ceph-mon[93126]: pgmap v15780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:14.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:14.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:15.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:15.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:15 smithi089 ceph-mon[103441]: pgmap v15781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:15 smithi026 ceph-mon[93126]: pgmap v15781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:16.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:16.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:17.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:17.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:17 smithi089 ceph-mon[103441]: pgmap v15782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:17 smithi026 ceph-mon[93126]: pgmap v15782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:18.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:18.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:19.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:19.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:19 smithi089 ceph-mon[103441]: pgmap v15783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:19 smithi026 ceph-mon[93126]: pgmap v15783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:20.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:20.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:21.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:21.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:21 smithi089 ceph-mon[103441]: pgmap v15784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:21 smithi026 ceph-mon[93126]: pgmap v15784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:22.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:22.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:23.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:23.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:23 smithi089 ceph-mon[103441]: pgmap v15785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:24.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:23 smithi026 ceph-mon[93126]: pgmap v15785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:24.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:24.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:25.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:25.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:25 smithi089 ceph-mon[103441]: pgmap v15786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:25.967 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:25 smithi026 ceph-mon[93126]: pgmap v15786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:26.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:26.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:27.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:27.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:27 smithi089 ceph-mon[103441]: pgmap v15787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:27 smithi026 ceph-mon[93126]: pgmap v15787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:28.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:28.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:29.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:29.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:29 smithi089 ceph-mon[103441]: pgmap v15788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:29 smithi026 ceph-mon[93126]: pgmap v15788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:30.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:30.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:31.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:31.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:31 smithi089 ceph-mon[103441]: pgmap v15789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:31 smithi026 ceph-mon[93126]: pgmap v15789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:32.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:32.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:33.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:33.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:33 smithi089 ceph-mon[103441]: pgmap v15790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:33 smithi026 ceph-mon[93126]: pgmap v15790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:34.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:34.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:35.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:35.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:35 smithi089 ceph-mon[103441]: pgmap v15791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:35 smithi026 ceph-mon[93126]: pgmap v15791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:36.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:36.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:37.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:37.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:37 smithi026 ceph-mon[93126]: pgmap v15792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:37 smithi089 ceph-mon[103441]: pgmap v15792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:38.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:38.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:39.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:38 smithi026 ceph-mon[93126]: pgmap v15793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:38 smithi089 ceph-mon[103441]: pgmap v15793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:39.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:39.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:40.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:40.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:41.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:41.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:41 smithi089 ceph-mon[103441]: pgmap v15794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:41 smithi026 ceph-mon[93126]: pgmap v15794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:42.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:42.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:43.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:43.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:43 smithi089 ceph-mon[103441]: pgmap v15795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:43 smithi026 ceph-mon[93126]: pgmap v15795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:44.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:44.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:45.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:45.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:45 smithi089 ceph-mon[103441]: pgmap v15796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:45 smithi026 ceph-mon[93126]: pgmap v15796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:46.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:46.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:47.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:47.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:47 smithi089 ceph-mon[103441]: pgmap v15797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:47 smithi026 ceph-mon[93126]: pgmap v15797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:48.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:48.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:49.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:49.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:49 smithi089 ceph-mon[103441]: pgmap v15798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:49 smithi026 ceph-mon[93126]: pgmap v15798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:26:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:26:50.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:50.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:51.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:51.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:51 smithi089 ceph-mon[103441]: pgmap v15799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:51 smithi026 ceph-mon[93126]: pgmap v15799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:52.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:52.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:53.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:53.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:53 smithi089 ceph-mon[103441]: pgmap v15800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:26:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:26:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:26:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:26:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:26:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:26:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:53 smithi026 ceph-mon[93126]: pgmap v15800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:26:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:26:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:26:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:26:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:26:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:26:54.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:54.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:55.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:55.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:55 smithi089 ceph-mon[103441]: pgmap v15801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:55 smithi026 ceph-mon[93126]: pgmap v15801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:56.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:56.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:57.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:57.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:57 smithi089 ceph-mon[103441]: pgmap v15802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:57 smithi026 ceph-mon[93126]: pgmap v15802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:26:58.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:58.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:59.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:26:59.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:26:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:26:59 smithi089 ceph-mon[103441]: pgmap v15803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:26:59 smithi026 ceph-mon[93126]: pgmap v15803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:00.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:00.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:01.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:01.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:01 smithi089 ceph-mon[103441]: pgmap v15804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:01 smithi026 ceph-mon[93126]: pgmap v15804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:02.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:02.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:03.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:03.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:03 smithi089 ceph-mon[103441]: pgmap v15805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:03 smithi026 ceph-mon[93126]: pgmap v15805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:04.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:04.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:05.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:05.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:05 smithi089 ceph-mon[103441]: pgmap v15806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:05 smithi026 ceph-mon[93126]: pgmap v15806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:06.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:06.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:07.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:07.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:07 smithi089 ceph-mon[103441]: pgmap v15807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:07 smithi026 ceph-mon[93126]: pgmap v15807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:08.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:08.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:09.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:09.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:09 smithi089 ceph-mon[103441]: pgmap v15808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:09 smithi026 ceph-mon[93126]: pgmap v15808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:10.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:10.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:11.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:11.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:11 smithi026 ceph-mon[93126]: pgmap v15809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:11 smithi089 ceph-mon[103441]: pgmap v15809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:12.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:12.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:13.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:13.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:13 smithi089 ceph-mon[103441]: pgmap v15810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:13 smithi026 ceph-mon[93126]: pgmap v15810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:14.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:14.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:15.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:15.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:15 smithi026 ceph-mon[93126]: pgmap v15811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:15 smithi089 ceph-mon[103441]: pgmap v15811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:16.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:16.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:17.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:17.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:17 smithi026 ceph-mon[93126]: pgmap v15812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:17 smithi089 ceph-mon[103441]: pgmap v15812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:18.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:18.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:19.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:19.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:19 smithi026 ceph-mon[93126]: pgmap v15813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:19 smithi089 ceph-mon[103441]: pgmap v15813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:20.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:20.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:21.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:21.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:21 smithi026 ceph-mon[93126]: pgmap v15814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:21 smithi089 ceph-mon[103441]: pgmap v15814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:22.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:22.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:22 smithi026 ceph-mon[93126]: pgmap v15815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:22 smithi089 ceph-mon[103441]: pgmap v15815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:23.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:23.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:24.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:24.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:25.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:25.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:25 smithi089 ceph-mon[103441]: pgmap v15816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:25 smithi026 ceph-mon[93126]: pgmap v15816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:26.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:26.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:27.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:27.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:27 smithi089 ceph-mon[103441]: pgmap v15817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:27 smithi026 ceph-mon[93126]: pgmap v15817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:28.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:28.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:29.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:29.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:29 smithi089 ceph-mon[103441]: pgmap v15818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:29 smithi026 ceph-mon[93126]: pgmap v15818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:30.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:30.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:31.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:31.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:31 smithi089 ceph-mon[103441]: pgmap v15819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:31 smithi026 ceph-mon[93126]: pgmap v15819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:32.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:32.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:33.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:33.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:33 smithi089 ceph-mon[103441]: pgmap v15820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:33 smithi026 ceph-mon[93126]: pgmap v15820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:34.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:34.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:35.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:35.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:35 smithi089 ceph-mon[103441]: pgmap v15821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:35 smithi026 ceph-mon[93126]: pgmap v15821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:36.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:36.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:37.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:37.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:37 smithi089 ceph-mon[103441]: pgmap v15822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:37 smithi026 ceph-mon[93126]: pgmap v15822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:38.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:38.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:39.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:39.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:39 smithi089 ceph-mon[103441]: pgmap v15823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:39 smithi026 ceph-mon[93126]: pgmap v15823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:40.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:40.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:41.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:41.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:41 smithi089 ceph-mon[103441]: pgmap v15824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:41 smithi026 ceph-mon[93126]: pgmap v15824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:42.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:42.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:43.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:43.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:43 smithi089 ceph-mon[103441]: pgmap v15825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:43 smithi026 ceph-mon[93126]: pgmap v15825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:44.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:44.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:45.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:45.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:45 smithi089 ceph-mon[103441]: pgmap v15826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:45 smithi026 ceph-mon[93126]: pgmap v15826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:46.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:46.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:47.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:47.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:47 smithi089 ceph-mon[103441]: pgmap v15827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:47 smithi026 ceph-mon[93126]: pgmap v15827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:48.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:48.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:49.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:49.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:49 smithi089 ceph-mon[103441]: pgmap v15828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:49 smithi026 ceph-mon[93126]: pgmap v15828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:27:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:27:50.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:50.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:51.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:51.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:51 smithi089 ceph-mon[103441]: pgmap v15829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:51.940 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:51 smithi026 ceph-mon[93126]: pgmap v15829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:52.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:52.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:53.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:53.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:53 smithi089 ceph-mon[103441]: pgmap v15830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:53.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:27:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:53 smithi026 ceph-mon[93126]: pgmap v15830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:27:54.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:54.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:27:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:27:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:54 smithi026 ceph-mon[93126]: pgmap v15831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:55.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:55.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:27:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:27:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:54 smithi089 ceph-mon[103441]: pgmap v15831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:56.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:56.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:57.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:57.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:57 smithi089 ceph-mon[103441]: pgmap v15832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:57 smithi026 ceph-mon[93126]: pgmap v15832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:27:58.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:58.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:59.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:27:59.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:27:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:27:59 smithi089 ceph-mon[103441]: pgmap v15833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:27:59 smithi026 ceph-mon[93126]: pgmap v15833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:00.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:00.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:01.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:01.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:01 smithi089 ceph-mon[103441]: pgmap v15834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:02.051 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:01 smithi026 ceph-mon[93126]: pgmap v15834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:02.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:02.052 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:02.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:02.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:28:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:28:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:28:03.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:03.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:02 smithi026 ceph-mon[93126]: pgmap v15835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:28:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:28:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:28:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:28:03.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:02 smithi089 ceph-mon[103441]: pgmap v15835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:03.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:03.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:04.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:04.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:05 smithi026 ceph-mon[93126]: pgmap v15836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:05.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:05.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:05 smithi089 ceph-mon[103441]: pgmap v15836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:06.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:06.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:07.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:07.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:07 smithi089 ceph-mon[103441]: pgmap v15837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:07 smithi026 ceph-mon[93126]: pgmap v15837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:08.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:08.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:09.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:09.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:09 smithi089 ceph-mon[103441]: pgmap v15838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:09 smithi026 ceph-mon[93126]: pgmap v15838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:10.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:10.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:11.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:11.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:11 smithi089 ceph-mon[103441]: pgmap v15839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:11 smithi026 ceph-mon[93126]: pgmap v15839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:12.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:12.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:13.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:13.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:13 smithi089 ceph-mon[103441]: pgmap v15840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:13 smithi026 ceph-mon[93126]: pgmap v15840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:14.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:14.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:15.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:15.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:15 smithi089 ceph-mon[103441]: pgmap v15841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:15 smithi026 ceph-mon[93126]: pgmap v15841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:16.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:16.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:17.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:17.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:17 smithi089 ceph-mon[103441]: pgmap v15842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:17 smithi026 ceph-mon[93126]: pgmap v15842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:18.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:18.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:19.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:19.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:19 smithi089 ceph-mon[103441]: pgmap v15843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:19 smithi026 ceph-mon[93126]: pgmap v15843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:20.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:20.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:21.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:21.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:21 smithi089 ceph-mon[103441]: pgmap v15844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:21 smithi026 ceph-mon[93126]: pgmap v15844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:22.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:22.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:23.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:23.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:23 smithi089 ceph-mon[103441]: pgmap v15845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:23 smithi026 ceph-mon[93126]: pgmap v15845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:24.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:24.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:25.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:25.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:25 smithi089 ceph-mon[103441]: pgmap v15846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:25 smithi026 ceph-mon[93126]: pgmap v15846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:26.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:26.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:27.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:27.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:27 smithi089 ceph-mon[103441]: pgmap v15847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:27 smithi026 ceph-mon[93126]: pgmap v15847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:28.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:28.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:29.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:29.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:29 smithi089 ceph-mon[103441]: pgmap v15848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:29 smithi026 ceph-mon[93126]: pgmap v15848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:30.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:30.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:31.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:31.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:31 smithi089 ceph-mon[103441]: pgmap v15849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:31 smithi026 ceph-mon[93126]: pgmap v15849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:32.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:32.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:33.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:33.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:33 smithi026 ceph-mon[93126]: pgmap v15850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:33 smithi089 ceph-mon[103441]: pgmap v15850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:34.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:34.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:35.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:35.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:35 smithi026 ceph-mon[93126]: pgmap v15851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:35 smithi089 ceph-mon[103441]: pgmap v15851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:36.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:36.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:37.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:37.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:37 smithi026 ceph-mon[93126]: pgmap v15852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:37 smithi089 ceph-mon[103441]: pgmap v15852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:38.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:38.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:39.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:39.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:39 smithi026 ceph-mon[93126]: pgmap v15853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:39 smithi089 ceph-mon[103441]: pgmap v15853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:40.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:40.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:41.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:41.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:41 smithi026 ceph-mon[93126]: pgmap v15854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:41 smithi089 ceph-mon[103441]: pgmap v15854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:42.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:42.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:43.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:43.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:43 smithi026 ceph-mon[93126]: pgmap v15855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:43 smithi089 ceph-mon[103441]: pgmap v15855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:44.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:44.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:45.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:45.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:45 smithi026 ceph-mon[93126]: pgmap v15856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:45 smithi089 ceph-mon[103441]: pgmap v15856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:46.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:46.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:46 smithi026 ceph-mon[93126]: pgmap v15857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:46 smithi089 ceph-mon[103441]: pgmap v15857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:47.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:47.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:48.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:48.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:49.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:49.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:49 smithi026 ceph-mon[93126]: pgmap v15858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:49 smithi089 ceph-mon[103441]: pgmap v15858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:28:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:28:50.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:50.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:51.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:51.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:51 smithi089 ceph-mon[103441]: pgmap v15859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:51 smithi026 ceph-mon[93126]: pgmap v15859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:52.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:52.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:53.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:53.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:53 smithi089 ceph-mon[103441]: pgmap v15860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:53 smithi026 ceph-mon[93126]: pgmap v15860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:54.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:54.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:55.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:55.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:55 smithi089 ceph-mon[103441]: pgmap v15861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:55 smithi026 ceph-mon[93126]: pgmap v15861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:56.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:56.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:57.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:57.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:57 smithi089 ceph-mon[103441]: pgmap v15862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:57 smithi026 ceph-mon[93126]: pgmap v15862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:28:58.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:58.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:59.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:28:59.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:28:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:28:59 smithi089 ceph-mon[103441]: pgmap v15863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:28:59 smithi026 ceph-mon[93126]: pgmap v15863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:00.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:00.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:01.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:01.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:01 smithi089 ceph-mon[103441]: pgmap v15864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:01 smithi026 ceph-mon[93126]: pgmap v15864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:02.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:02.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:29:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:29:03.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:03.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:03 smithi089 ceph-mon[103441]: pgmap v15865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:29:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:29:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:29:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:29:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:29:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:29:03.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:29:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:03 smithi026 ceph-mon[93126]: pgmap v15865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:29:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:29:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:29:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:29:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:29:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:29:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:29:04.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:04.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:05.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:05.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:05 smithi026 ceph-mon[93126]: pgmap v15866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:05 smithi089 ceph-mon[103441]: pgmap v15866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:06.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:06.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:07.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:07.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:07 smithi026 ceph-mon[93126]: pgmap v15867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:07 smithi089 ceph-mon[103441]: pgmap v15867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:08.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:08.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:09.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:09.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:09 smithi026 ceph-mon[93126]: pgmap v15868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:09 smithi089 ceph-mon[103441]: pgmap v15868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:10.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:10.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:11.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:11.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:11 smithi026 ceph-mon[93126]: pgmap v15869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:12.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:11 smithi089 ceph-mon[103441]: pgmap v15869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:12.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:12.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:13.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:13.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:13 smithi026 ceph-mon[93126]: pgmap v15870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:13 smithi089 ceph-mon[103441]: pgmap v15870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:14.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:14.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:15.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:15.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:15 smithi026 ceph-mon[93126]: pgmap v15871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:15 smithi089 ceph-mon[103441]: pgmap v15871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:16.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:16.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:17.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:17.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:17 smithi026 ceph-mon[93126]: pgmap v15872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:17 smithi089 ceph-mon[103441]: pgmap v15872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:18.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:18.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:19.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:19.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:19 smithi026 ceph-mon[93126]: pgmap v15873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:19 smithi089 ceph-mon[103441]: pgmap v15873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:20.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:20.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:21.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:21.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:21 smithi026 ceph-mon[93126]: pgmap v15874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:21 smithi089 ceph-mon[103441]: pgmap v15874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:22.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:22.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:23.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:23.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:23 smithi026 ceph-mon[93126]: pgmap v15875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:23 smithi089 ceph-mon[103441]: pgmap v15875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:24.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:24.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:25.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:25.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:25 smithi026 ceph-mon[93126]: pgmap v15876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:25 smithi089 ceph-mon[103441]: pgmap v15876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:26.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:26.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:27.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:27.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:28.020 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:27 smithi026 ceph-mon[93126]: pgmap v15877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:27 smithi089 ceph-mon[103441]: pgmap v15877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:28.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:28.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:28 smithi026 ceph-mon[93126]: pgmap v15878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:28 smithi089 ceph-mon[103441]: pgmap v15878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:29.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:29.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:30.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:30.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:31.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:31.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:31 smithi089 ceph-mon[103441]: pgmap v15879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:31 smithi026 ceph-mon[93126]: pgmap v15879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:32.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:32.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:33.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:33.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:33 smithi089 ceph-mon[103441]: pgmap v15880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:33 smithi026 ceph-mon[93126]: pgmap v15880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:34.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:34.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:35.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:35.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:35 smithi089 ceph-mon[103441]: pgmap v15881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:35 smithi026 ceph-mon[93126]: pgmap v15881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:36.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:36.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:37.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:37.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:37 smithi089 ceph-mon[103441]: pgmap v15882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:37 smithi026 ceph-mon[93126]: pgmap v15882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:38.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:38.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:39.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:39.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:39 smithi089 ceph-mon[103441]: pgmap v15883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:39 smithi026 ceph-mon[93126]: pgmap v15883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:40.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:40.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:41.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:41.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:41 smithi026 ceph-mon[93126]: pgmap v15884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:41 smithi089 ceph-mon[103441]: pgmap v15884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:42.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:42.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:43.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:43.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:43 smithi026 ceph-mon[93126]: pgmap v15885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:43 smithi089 ceph-mon[103441]: pgmap v15885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:44.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:44.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:45.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:45.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:45 smithi026 ceph-mon[93126]: pgmap v15886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:45 smithi089 ceph-mon[103441]: pgmap v15886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:46.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:46.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:47.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:47.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:47 smithi089 ceph-mon[103441]: pgmap v15887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:47 smithi026 ceph-mon[93126]: pgmap v15887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:48.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:48.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:49.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:49.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:49 smithi026 ceph-mon[93126]: pgmap v15888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:49 smithi089 ceph-mon[103441]: pgmap v15888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:29:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:29:50.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:50.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:51.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:51.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:51 smithi026 ceph-mon[93126]: pgmap v15889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:51 smithi089 ceph-mon[103441]: pgmap v15889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:52.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:53.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:53.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:53 smithi026 ceph-mon[93126]: pgmap v15890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:53 smithi089 ceph-mon[103441]: pgmap v15890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:54.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:54.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:55.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:55.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:55 smithi026 ceph-mon[93126]: pgmap v15891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:55 smithi089 ceph-mon[103441]: pgmap v15891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:56.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:56.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:57.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:57.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:57 smithi089 ceph-mon[103441]: pgmap v15892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:57 smithi026 ceph-mon[93126]: pgmap v15892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:29:58.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:58.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:29:59.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:29:59.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:29:59 smithi026 ceph-mon[93126]: pgmap v15893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:29:59 smithi089 ceph-mon[103441]: pgmap v15893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:00.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:00.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T05:30:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T05:30:01.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:01.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:01 smithi026 ceph-mon[93126]: pgmap v15894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:01 smithi089 ceph-mon[103441]: pgmap v15894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:02.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:02.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:03.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:03.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:03 smithi026 ceph-mon[93126]: pgmap v15895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:30:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:03 smithi089 ceph-mon[103441]: pgmap v15895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:30:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:04.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:04.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:04 smithi026 ceph-mon[93126]: pgmap v15896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:05.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:05.092 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:04 smithi089 ceph-mon[103441]: pgmap v15896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:05.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:05.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:06.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:06.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:07.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:07.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:07 smithi026 ceph-mon[93126]: pgmap v15897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:30:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:30:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:30:07.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:07 smithi089 ceph-mon[103441]: pgmap v15897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:30:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:30:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:30:07.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:30:08.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:08.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:09.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:09.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:09 smithi089 ceph-mon[103441]: pgmap v15898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:09 smithi026 ceph-mon[93126]: pgmap v15898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:10.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:10.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:11.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:11.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:11 smithi026 ceph-mon[93126]: pgmap v15899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:11 smithi089 ceph-mon[103441]: pgmap v15899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:12.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:12.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:13.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:13.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:13 smithi026 ceph-mon[93126]: pgmap v15900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:13 smithi089 ceph-mon[103441]: pgmap v15900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:14.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:14.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:15.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:15.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:15 smithi026 ceph-mon[93126]: pgmap v15901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:15 smithi089 ceph-mon[103441]: pgmap v15901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:16.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:16.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:17.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:17.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:17 smithi026 ceph-mon[93126]: pgmap v15902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:17 smithi089 ceph-mon[103441]: pgmap v15902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:18.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:18.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:19.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:19.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:19 smithi026 ceph-mon[93126]: pgmap v15903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:19 smithi089 ceph-mon[103441]: pgmap v15903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:20.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:20.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:21.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:21.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:21 smithi026 ceph-mon[93126]: pgmap v15904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:21 smithi089 ceph-mon[103441]: pgmap v15904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:22.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:22.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:23.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:23.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:23 smithi026 ceph-mon[93126]: pgmap v15905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:23 smithi089 ceph-mon[103441]: pgmap v15905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:24.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:24.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:25.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:25.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:25 smithi026 ceph-mon[93126]: pgmap v15906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:25 smithi089 ceph-mon[103441]: pgmap v15906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:26.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:26.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:27.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:27.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:27 smithi026 ceph-mon[93126]: pgmap v15907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:27 smithi089 ceph-mon[103441]: pgmap v15907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:28.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:28.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:29.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:29.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:29 smithi026 ceph-mon[93126]: pgmap v15908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:29 smithi089 ceph-mon[103441]: pgmap v15908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:30.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:30.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:31.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:31.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:31 smithi026 ceph-mon[93126]: pgmap v15909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:31 smithi089 ceph-mon[103441]: pgmap v15909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:32.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:32.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:33.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:33.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:33 smithi026 ceph-mon[93126]: pgmap v15910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:33 smithi089 ceph-mon[103441]: pgmap v15910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:34.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:34.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:35.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:35.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:35 smithi026 ceph-mon[93126]: pgmap v15911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:35 smithi089 ceph-mon[103441]: pgmap v15911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:36.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:36.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:37.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:37.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:37.973 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:37 smithi089 ceph-mon[103441]: pgmap v15912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:37 smithi026 ceph-mon[93126]: pgmap v15912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:38.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:38.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:39.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:39.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:39 smithi026 ceph-mon[93126]: pgmap v15913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:39 smithi089 ceph-mon[103441]: pgmap v15913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:40.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:40.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:41.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:41.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:41 smithi026 ceph-mon[93126]: pgmap v15914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:41 smithi089 ceph-mon[103441]: pgmap v15914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:42.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:42.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:43.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:43.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:43 smithi026 ceph-mon[93126]: pgmap v15915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:43 smithi089 ceph-mon[103441]: pgmap v15915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:44.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:44.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:45.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:45.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:45 smithi026 ceph-mon[93126]: pgmap v15916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:45 smithi089 ceph-mon[103441]: pgmap v15916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:46.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:46.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:47.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:47.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:47 smithi026 ceph-mon[93126]: pgmap v15917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:48.079 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:47 smithi089 ceph-mon[103441]: pgmap v15917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:48.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:48.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:49.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:49.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:49 smithi026 ceph-mon[93126]: pgmap v15918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:49 smithi089 ceph-mon[103441]: pgmap v15918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:30:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:30:50.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:50.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:51.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:51.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:51 smithi026 ceph-mon[93126]: pgmap v15919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:51 smithi089 ceph-mon[103441]: pgmap v15919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:52.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:52.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:53.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:53.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:54.006 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:53 smithi026 ceph-mon[93126]: pgmap v15920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:53 smithi089 ceph-mon[103441]: pgmap v15920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:54.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:54.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:55.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:55.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:55 smithi026 ceph-mon[93126]: pgmap v15921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:55 smithi089 ceph-mon[103441]: pgmap v15921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:56.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:56.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:57.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:57.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:57 smithi026 ceph-mon[93126]: pgmap v15922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:57 smithi089 ceph-mon[103441]: pgmap v15922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:30:58.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:58.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:30:59.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:30:59.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:30:59 smithi026 ceph-mon[93126]: pgmap v15923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:30:59 smithi089 ceph-mon[103441]: pgmap v15923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:00.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:00.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:01.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:01.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:01 smithi026 ceph-mon[93126]: pgmap v15924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:01 smithi089 ceph-mon[103441]: pgmap v15924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:02.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:02.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:03.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:03.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:03 smithi026 ceph-mon[93126]: pgmap v15925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:03 smithi089 ceph-mon[103441]: pgmap v15925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:04.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:04.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:05.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:05.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:05 smithi026 ceph-mon[93126]: pgmap v15926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:05 smithi089 ceph-mon[103441]: pgmap v15926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:06.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:06.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:07.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:07.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:07 smithi026 ceph-mon[93126]: pgmap v15927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:31:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:07 smithi089 ceph-mon[103441]: pgmap v15927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:31:08.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:08.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:31:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:31:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:31:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:31:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:31:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:31:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:31:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:31:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:31:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:31:09.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:09.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:09 smithi026 ceph-mon[93126]: pgmap v15928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:09 smithi089 ceph-mon[103441]: pgmap v15928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:10.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:10.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:11.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:11.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:11 smithi026 ceph-mon[93126]: pgmap v15929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:11 smithi089 ceph-mon[103441]: pgmap v15929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:12.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:12.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:13.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:13.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:13 smithi026 ceph-mon[93126]: pgmap v15930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:13 smithi089 ceph-mon[103441]: pgmap v15930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:14.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:14.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:15.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:15.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:15 smithi026 ceph-mon[93126]: pgmap v15931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:15 smithi089 ceph-mon[103441]: pgmap v15931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:16.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:16.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:16 smithi026 ceph-mon[93126]: pgmap v15932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:16 smithi089 ceph-mon[103441]: pgmap v15932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:17.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:17.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:18.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:18.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:19 smithi026 ceph-mon[93126]: pgmap v15933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:19.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:19.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:19 smithi089 ceph-mon[103441]: pgmap v15933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:20.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:20.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:21.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:21.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:21 smithi026 ceph-mon[93126]: pgmap v15934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:21 smithi089 ceph-mon[103441]: pgmap v15934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:22.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:22.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:23.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:23.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:23 smithi089 ceph-mon[103441]: pgmap v15935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:23 smithi026 ceph-mon[93126]: pgmap v15935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:24.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:24.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:25.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:25.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:25 smithi026 ceph-mon[93126]: pgmap v15936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:25 smithi089 ceph-mon[103441]: pgmap v15936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:26.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:26.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:27.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:27.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:27 smithi026 ceph-mon[93126]: pgmap v15937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:27 smithi089 ceph-mon[103441]: pgmap v15937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:28.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:28.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:29.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:29.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:29 smithi026 ceph-mon[93126]: pgmap v15938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:29 smithi089 ceph-mon[103441]: pgmap v15938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:30.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:30.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:31.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:31.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:31 smithi026 ceph-mon[93126]: pgmap v15939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:31 smithi089 ceph-mon[103441]: pgmap v15939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:32.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:32.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:33.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:33.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:33 smithi026 ceph-mon[93126]: pgmap v15940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:33 smithi089 ceph-mon[103441]: pgmap v15940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:34.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:34.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:35.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:35.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:35 smithi026 ceph-mon[93126]: pgmap v15941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:35 smithi089 ceph-mon[103441]: pgmap v15941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:36.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:36.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:37.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:37.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:37 smithi026 ceph-mon[93126]: pgmap v15942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:37 smithi089 ceph-mon[103441]: pgmap v15942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:38.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:38.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:39.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:39.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:39 smithi026 ceph-mon[93126]: pgmap v15943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:39 smithi089 ceph-mon[103441]: pgmap v15943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:40.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:40.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:41.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:41.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:41 smithi026 ceph-mon[93126]: pgmap v15944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:41 smithi089 ceph-mon[103441]: pgmap v15944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:42.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:42.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:43.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:43.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:43 smithi089 ceph-mon[103441]: pgmap v15945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:43 smithi026 ceph-mon[93126]: pgmap v15945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:44.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:44.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:45.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:45.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:45 smithi026 ceph-mon[93126]: pgmap v15946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:45 smithi089 ceph-mon[103441]: pgmap v15946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:46.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:46.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:47.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:47.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:47 smithi026 ceph-mon[93126]: pgmap v15947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:47 smithi089 ceph-mon[103441]: pgmap v15947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:48.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:48.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:48 smithi026 ceph-mon[93126]: pgmap v15948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:48 smithi089 ceph-mon[103441]: pgmap v15948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:31:49.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:49.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:31:50.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:50.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:51.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:51.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:51 smithi026 ceph-mon[93126]: pgmap v15949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:51 smithi089 ceph-mon[103441]: pgmap v15949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:52.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:52.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:53.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:53.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:53 smithi026 ceph-mon[93126]: pgmap v15950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:53 smithi089 ceph-mon[103441]: pgmap v15950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:54.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:54.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:55.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:55.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:55 smithi026 ceph-mon[93126]: pgmap v15951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:55 smithi089 ceph-mon[103441]: pgmap v15951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:56.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:56.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:57.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:57.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:57 smithi026 ceph-mon[93126]: pgmap v15952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:57 smithi089 ceph-mon[103441]: pgmap v15952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:31:58.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:58.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:31:59.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:31:59.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:31:59 smithi026 ceph-mon[93126]: pgmap v15953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:31:59 smithi089 ceph-mon[103441]: pgmap v15953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:00.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:00.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:01.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:01.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:01 smithi026 ceph-mon[93126]: pgmap v15954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:01 smithi089 ceph-mon[103441]: pgmap v15954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:02.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:02.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:03.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:03.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:03 smithi026 ceph-mon[93126]: pgmap v15955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:03 smithi089 ceph-mon[103441]: pgmap v15955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:04.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:04.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:05.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:05.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:05 smithi026 ceph-mon[93126]: pgmap v15956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:05 smithi089 ceph-mon[103441]: pgmap v15956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:06.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:06.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:07.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:07.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:07 smithi026 ceph-mon[93126]: pgmap v15957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:07 smithi089 ceph-mon[103441]: pgmap v15957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:08.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:08.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:32:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:32:09.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:09.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:09 smithi026 ceph-mon[93126]: pgmap v15958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:32:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:32:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:32:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:32:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:32:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:09 smithi089 ceph-mon[103441]: pgmap v15958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:32:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:32:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:32:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:32:10.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:32:10.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:10.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:11.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:11.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:11 smithi026 ceph-mon[93126]: pgmap v15959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:11 smithi089 ceph-mon[103441]: pgmap v15959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:12.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:12.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:13.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:13.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:13 smithi026 ceph-mon[93126]: pgmap v15960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:13 smithi089 ceph-mon[103441]: pgmap v15960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:14.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:14.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:15.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:15.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:15 smithi026 ceph-mon[93126]: pgmap v15961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:15 smithi089 ceph-mon[103441]: pgmap v15961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:16.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:16.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:17.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:17.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:17 smithi026 ceph-mon[93126]: pgmap v15962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:17 smithi089 ceph-mon[103441]: pgmap v15962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:18.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:18.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:19.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:19.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:19 smithi026 ceph-mon[93126]: pgmap v15963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:19 smithi089 ceph-mon[103441]: pgmap v15963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:20.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:20.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:21.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:21.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:21 smithi026 ceph-mon[93126]: pgmap v15964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:21 smithi089 ceph-mon[103441]: pgmap v15964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:22.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:22.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:23.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:23.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:23 smithi026 ceph-mon[93126]: pgmap v15965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:24.080 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:23 smithi089 ceph-mon[103441]: pgmap v15965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:24.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:24.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:25.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:25.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:25 smithi026 ceph-mon[93126]: pgmap v15966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:25 smithi089 ceph-mon[103441]: pgmap v15966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:26.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:26.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:27.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:27.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:27 smithi026 ceph-mon[93126]: pgmap v15967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:27 smithi089 ceph-mon[103441]: pgmap v15967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:28.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:28.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:29.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:29.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:29 smithi026 ceph-mon[93126]: pgmap v15968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:29 smithi089 ceph-mon[103441]: pgmap v15968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:30.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:30.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:31.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:31.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:31 smithi026 ceph-mon[93126]: pgmap v15969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:31 smithi089 ceph-mon[103441]: pgmap v15969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:32.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:32.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:33.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:33.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:33 smithi026 ceph-mon[93126]: pgmap v15970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:33 smithi089 ceph-mon[103441]: pgmap v15970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:34.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:34.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:35.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:35.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:35 smithi026 ceph-mon[93126]: pgmap v15971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:35 smithi089 ceph-mon[103441]: pgmap v15971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:36.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:36.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:37.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:37.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:37 smithi026 ceph-mon[93126]: pgmap v15972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:37 smithi089 ceph-mon[103441]: pgmap v15972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:38.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:38.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:39.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:39.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:39 smithi026 ceph-mon[93126]: pgmap v15973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:39 smithi089 ceph-mon[103441]: pgmap v15973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:40.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:40.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:41.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:41.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:41 smithi026 ceph-mon[93126]: pgmap v15974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:41 smithi089 ceph-mon[103441]: pgmap v15974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:42.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:42.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:43.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:43.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:43 smithi026 ceph-mon[93126]: pgmap v15975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:43 smithi089 ceph-mon[103441]: pgmap v15975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:44.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:44.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:45.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:45.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:45 smithi026 ceph-mon[93126]: pgmap v15976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:45 smithi089 ceph-mon[103441]: pgmap v15976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:46.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:46.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:47.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:47.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:47 smithi026 ceph-mon[93126]: pgmap v15977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:47 smithi089 ceph-mon[103441]: pgmap v15977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:48.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:48.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:49.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:49.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:49 smithi026 ceph-mon[93126]: pgmap v15978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:49 smithi089 ceph-mon[103441]: pgmap v15978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:32:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:32:50.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:50.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:51.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:51.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:51 smithi026 ceph-mon[93126]: pgmap v15979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:51 smithi089 ceph-mon[103441]: pgmap v15979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:52.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:52.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:53.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:53.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:53 smithi026 ceph-mon[93126]: pgmap v15980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:53 smithi089 ceph-mon[103441]: pgmap v15980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:54.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:54.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:55.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:55.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:55 smithi026 ceph-mon[93126]: pgmap v15981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:56.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:55 smithi089 ceph-mon[103441]: pgmap v15981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:56.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:56.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:57.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:57.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:57 smithi026 ceph-mon[93126]: pgmap v15982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:57 smithi089 ceph-mon[103441]: pgmap v15982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:32:58.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:58.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:32:59.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:32:59.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:32:59 smithi026 ceph-mon[93126]: pgmap v15983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:32:59 smithi089 ceph-mon[103441]: pgmap v15983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:00.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:00.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:01.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:01.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:01 smithi026 ceph-mon[93126]: pgmap v15984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:01 smithi089 ceph-mon[103441]: pgmap v15984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:02.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:02.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:03.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:03.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:03 smithi026 ceph-mon[93126]: pgmap v15985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:03 smithi089 ceph-mon[103441]: pgmap v15985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:04.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:04.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:05 smithi026 ceph-mon[93126]: pgmap v15986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:05.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:05.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:05 smithi089 ceph-mon[103441]: pgmap v15986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:06.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:06.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:07.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:07.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:07 smithi026 ceph-mon[93126]: pgmap v15987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:07 smithi089 ceph-mon[103441]: pgmap v15987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:08.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:08.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:09.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:09.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:09 smithi089 ceph-mon[103441]: pgmap v15988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:33:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:33:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:33:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:33:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:33:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:33:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:09 smithi026 ceph-mon[93126]: pgmap v15988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:33:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:33:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:33:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:33:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:33:10.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:33:10.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:10.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:11.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:11.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:11 smithi026 ceph-mon[93126]: pgmap v15989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:11 smithi089 ceph-mon[103441]: pgmap v15989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:12.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:12.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:13.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:13.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:13 smithi026 ceph-mon[93126]: pgmap v15990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:13 smithi089 ceph-mon[103441]: pgmap v15990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:14.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:14.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:15.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:15.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:15 smithi026 ceph-mon[93126]: pgmap v15991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:15 smithi089 ceph-mon[103441]: pgmap v15991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:16.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:16.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:17.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:17.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:17 smithi026 ceph-mon[93126]: pgmap v15992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:17 smithi089 ceph-mon[103441]: pgmap v15992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:18.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:18.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:19.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:19.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:19 smithi089 ceph-mon[103441]: pgmap v15993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:19 smithi026 ceph-mon[93126]: pgmap v15993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:20.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:20.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:21.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:21.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:21 smithi026 ceph-mon[93126]: pgmap v15994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:21 smithi089 ceph-mon[103441]: pgmap v15994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:22.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:22.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:22 smithi026 ceph-mon[93126]: pgmap v15995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:22 smithi089 ceph-mon[103441]: pgmap v15995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:23.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:23.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:24.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:24.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:25 smithi026 ceph-mon[93126]: pgmap v15996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:25.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:25.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:25 smithi089 ceph-mon[103441]: pgmap v15996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:26.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:26.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:27.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:27.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:27 smithi026 ceph-mon[93126]: pgmap v15997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:27 smithi089 ceph-mon[103441]: pgmap v15997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:28.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:28.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:29.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:29.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:29 smithi026 ceph-mon[93126]: pgmap v15998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:29 smithi089 ceph-mon[103441]: pgmap v15998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:30.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:30.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:31.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:31.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:31 smithi026 ceph-mon[93126]: pgmap v15999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:31 smithi089 ceph-mon[103441]: pgmap v15999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:32.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:32.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:33.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:33.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:33 smithi026 ceph-mon[93126]: pgmap v16000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:33 smithi089 ceph-mon[103441]: pgmap v16000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:34.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:34.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:35.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:35.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:35 smithi026 ceph-mon[93126]: pgmap v16001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:35 smithi089 ceph-mon[103441]: pgmap v16001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:36.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:36.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:37.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:37.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:37 smithi026 ceph-mon[93126]: pgmap v16002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:37 smithi089 ceph-mon[103441]: pgmap v16002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:38.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:38.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:39.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:39.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:39 smithi026 ceph-mon[93126]: pgmap v16003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:39 smithi089 ceph-mon[103441]: pgmap v16003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:40.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:40.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:41.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:41.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:41 smithi026 ceph-mon[93126]: pgmap v16004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:41 smithi089 ceph-mon[103441]: pgmap v16004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:42.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:42.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:43.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:43.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:43 smithi026 ceph-mon[93126]: pgmap v16005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:43 smithi089 ceph-mon[103441]: pgmap v16005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:44.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:44.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:45.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:45.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:45 smithi026 ceph-mon[93126]: pgmap v16006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:45 smithi089 ceph-mon[103441]: pgmap v16006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:46.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:46.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:47.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:47.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:47 smithi026 ceph-mon[93126]: pgmap v16007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:47 smithi089 ceph-mon[103441]: pgmap v16007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:48.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:48.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:49.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:49.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:49 smithi026 ceph-mon[93126]: pgmap v16008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:49 smithi089 ceph-mon[103441]: pgmap v16008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:33:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:33:50.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:50.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:51.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:51.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:51 smithi026 ceph-mon[93126]: pgmap v16009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:51 smithi089 ceph-mon[103441]: pgmap v16009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:52.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:52.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:52 smithi089 ceph-mon[103441]: pgmap v16010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:52 smithi026 ceph-mon[93126]: pgmap v16010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:53.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:53.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:54.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:54.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:55 smithi026 ceph-mon[93126]: pgmap v16011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:55 smithi089 ceph-mon[103441]: pgmap v16011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:55.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:55.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:56.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:56.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:57.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:57.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:57 smithi026 ceph-mon[93126]: pgmap v16012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:57 smithi089 ceph-mon[103441]: pgmap v16012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:33:58.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:58.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:33:59.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:33:59.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:33:59 smithi026 ceph-mon[93126]: pgmap v16013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:00.090 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:33:59 smithi089 ceph-mon[103441]: pgmap v16013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:00.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:00.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:01.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:01.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:01 smithi026 ceph-mon[93126]: pgmap v16014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:01 smithi089 ceph-mon[103441]: pgmap v16014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:02.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:02.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:03.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:03.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:03 smithi026 ceph-mon[93126]: pgmap v16015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:03 smithi089 ceph-mon[103441]: pgmap v16015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:04.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:04.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:05.142 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:05.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:05.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:05 smithi026 ceph-mon[93126]: pgmap v16016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:05 smithi089 ceph-mon[103441]: pgmap v16016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:06.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:06.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:07.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:07.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:07 smithi026 ceph-mon[93126]: pgmap v16017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:07 smithi089 ceph-mon[103441]: pgmap v16017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:08.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:08.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:09.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:09.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:09 smithi026 ceph-mon[93126]: pgmap v16018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:09 smithi089 ceph-mon[103441]: pgmap v16018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:10.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:10.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:34:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:34:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:34:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:34:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:34:11.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:34:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:34:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:34:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:34:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:34:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:34:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:34:11.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:11.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:11 smithi026 ceph-mon[93126]: pgmap v16019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:11 smithi089 ceph-mon[103441]: pgmap v16019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:12.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:12.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:13.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:13.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:13 smithi026 ceph-mon[93126]: pgmap v16020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:13 smithi089 ceph-mon[103441]: pgmap v16020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:14.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:14.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:15.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:15.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:15 smithi026 ceph-mon[93126]: pgmap v16021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:15 smithi089 ceph-mon[103441]: pgmap v16021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:16.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:16.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:17.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:17.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:17 smithi026 ceph-mon[93126]: pgmap v16022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:17 smithi089 ceph-mon[103441]: pgmap v16022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:18.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:18.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:19.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:19.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:19 smithi026 ceph-mon[93126]: pgmap v16023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:19 smithi089 ceph-mon[103441]: pgmap v16023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:20.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:20.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:21.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:21.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:21 smithi026 ceph-mon[93126]: pgmap v16024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:21 smithi089 ceph-mon[103441]: pgmap v16024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:22.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:22.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:22 smithi026 ceph-mon[93126]: pgmap v16025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:22 smithi089 ceph-mon[103441]: pgmap v16025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:23.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:23.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:24.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:24.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:25 smithi089 ceph-mon[103441]: pgmap v16026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:25 smithi026 ceph-mon[93126]: pgmap v16026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:25.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:25.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:26.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:26.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:27.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:27.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:27 smithi026 ceph-mon[93126]: pgmap v16027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:27 smithi089 ceph-mon[103441]: pgmap v16027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:28.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:28.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:29.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:29.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:29 smithi026 ceph-mon[93126]: pgmap v16028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:29 smithi089 ceph-mon[103441]: pgmap v16028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:30.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:30.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:31.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:31.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:31 smithi026 ceph-mon[93126]: pgmap v16029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:31 smithi089 ceph-mon[103441]: pgmap v16029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:32.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:32.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:33.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:33.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:33 smithi026 ceph-mon[93126]: pgmap v16030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:33 smithi089 ceph-mon[103441]: pgmap v16030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:34.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:34.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:36.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:36.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:35 smithi026 ceph-mon[93126]: pgmap v16031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:35 smithi089 ceph-mon[103441]: pgmap v16031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:37.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:37.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:38.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:38.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:37 smithi026 ceph-mon[93126]: pgmap v16032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:37 smithi089 ceph-mon[103441]: pgmap v16032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:39.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:39.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:40.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:40.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:39 smithi026 ceph-mon[93126]: pgmap v16033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:39 smithi089 ceph-mon[103441]: pgmap v16033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:41.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:41.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:42.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:42.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:41 smithi026 ceph-mon[93126]: pgmap v16034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:41 smithi089 ceph-mon[103441]: pgmap v16034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:43.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:43.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:44.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:44.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:43 smithi026 ceph-mon[93126]: pgmap v16035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:43 smithi089 ceph-mon[103441]: pgmap v16035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:45.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:45.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:45 smithi089 ceph-mon[103441]: pgmap v16036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:46.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:46.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:45 smithi026 ceph-mon[93126]: pgmap v16036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:47.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:47.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:48.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:48.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:47 smithi026 ceph-mon[93126]: pgmap v16037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:47 smithi089 ceph-mon[103441]: pgmap v16037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:49.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:49.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:50.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:50.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:49 smithi026 ceph-mon[93126]: pgmap v16038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:49 smithi089 ceph-mon[103441]: pgmap v16038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:34:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:34:51.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:51.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:52.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:52.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:51 smithi026 ceph-mon[93126]: pgmap v16039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:51 smithi089 ceph-mon[103441]: pgmap v16039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:53.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:53.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:52 smithi089 ceph-mon[103441]: pgmap v16040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:52 smithi026 ceph-mon[93126]: pgmap v16040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:54.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:54.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:55.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:55.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:55 smithi089 ceph-mon[103441]: pgmap v16041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:56.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:56.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:55 smithi026 ceph-mon[93126]: pgmap v16041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:57.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:57.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:58.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:58.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:34:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:57 smithi026 ceph-mon[93126]: pgmap v16042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:57 smithi089 ceph-mon[103441]: pgmap v16042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:34:59.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:34:59.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:00.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:00.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:34:59 smithi026 ceph-mon[93126]: pgmap v16043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:34:59 smithi089 ceph-mon[103441]: pgmap v16043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:01.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:01.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:02.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:02.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:01 smithi026 ceph-mon[93126]: pgmap v16044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:01 smithi089 ceph-mon[103441]: pgmap v16044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:03.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:03.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:04.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:04.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:03 smithi026 ceph-mon[93126]: pgmap v16045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:03 smithi089 ceph-mon[103441]: pgmap v16045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:05.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:05.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:06.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:06.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:05 smithi026 ceph-mon[93126]: pgmap v16046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:05 smithi089 ceph-mon[103441]: pgmap v16046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:07.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:07.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:08.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:08.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:07 smithi026 ceph-mon[93126]: pgmap v16047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:07 smithi089 ceph-mon[103441]: pgmap v16047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:09.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:09.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:09 smithi026 ceph-mon[93126]: pgmap v16048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:10.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:10.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:09 smithi089 ceph-mon[103441]: pgmap v16048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:35:11.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:11.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:35:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:11 smithi026 ceph-mon[93126]: pgmap v16049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:35:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:35:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:35:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:35:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:35:12.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:12.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:11 smithi089 ceph-mon[103441]: pgmap v16049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:35:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:35:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:35:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:35:12.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:35:13.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:13.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:13 smithi026 ceph-mon[93126]: pgmap v16050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:14.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:14.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:13 smithi089 ceph-mon[103441]: pgmap v16050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:14 smithi026 ceph-mon[93126]: pgmap v16051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:15.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:15.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:14 smithi089 ceph-mon[103441]: pgmap v16051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:16.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:16.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:17.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:17.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:17 smithi026 ceph-mon[93126]: pgmap v16052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:18.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:18.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:17 smithi089 ceph-mon[103441]: pgmap v16052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:19.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:19.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:19 smithi026 ceph-mon[93126]: pgmap v16053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:20.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:20.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:19 smithi089 ceph-mon[103441]: pgmap v16053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:21.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:21.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:21 smithi026 ceph-mon[93126]: pgmap v16054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:22.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:22.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:21 smithi089 ceph-mon[103441]: pgmap v16054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:23.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:23.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:23 smithi026 ceph-mon[93126]: pgmap v16055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:24.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:24.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:23 smithi089 ceph-mon[103441]: pgmap v16055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:25.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:25.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:25 smithi026 ceph-mon[93126]: pgmap v16056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:26.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:26.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:25 smithi089 ceph-mon[103441]: pgmap v16056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:27.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:27.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:27 smithi026 ceph-mon[93126]: pgmap v16057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:28.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:28.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:27 smithi089 ceph-mon[103441]: pgmap v16057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:29.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:29.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:29 smithi026 ceph-mon[93126]: pgmap v16058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:30.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:30.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:29 smithi089 ceph-mon[103441]: pgmap v16058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:31.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:31.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:31 smithi026 ceph-mon[93126]: pgmap v16059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:32.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:32.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:31 smithi089 ceph-mon[103441]: pgmap v16059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:33.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:33.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:33 smithi026 ceph-mon[93126]: pgmap v16060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:34.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:34.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:33 smithi089 ceph-mon[103441]: pgmap v16060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:35.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:35.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:35 smithi026 ceph-mon[93126]: pgmap v16061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:36.088 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:35 smithi089 ceph-mon[103441]: pgmap v16061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:36.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:36.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:37.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:37.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:37 smithi026 ceph-mon[93126]: pgmap v16062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:38.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:38.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:37 smithi089 ceph-mon[103441]: pgmap v16062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:38 smithi026 ceph-mon[93126]: pgmap v16063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:39.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:39.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:38 smithi089 ceph-mon[103441]: pgmap v16063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:40.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:40.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:41.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:41.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:41 smithi026 ceph-mon[93126]: pgmap v16064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:42.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:42.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:41 smithi089 ceph-mon[103441]: pgmap v16064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:43.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:43.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:43 smithi026 ceph-mon[93126]: pgmap v16065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:44.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:44.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:43 smithi089 ceph-mon[103441]: pgmap v16065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:45.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:45.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:45 smithi026 ceph-mon[93126]: pgmap v16066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:46.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:46.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:45 smithi089 ceph-mon[103441]: pgmap v16066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:47.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:47.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:47 smithi026 ceph-mon[93126]: pgmap v16067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:48.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:48.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:47 smithi089 ceph-mon[103441]: pgmap v16067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:49.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:49.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:49 smithi026 ceph-mon[93126]: pgmap v16068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:50.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:50.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:50.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:49 smithi089 ceph-mon[103441]: pgmap v16068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:35:50.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:35:51.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:51.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:51 smithi026 ceph-mon[93126]: pgmap v16069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:52.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:52.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:51 smithi089 ceph-mon[103441]: pgmap v16069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:53.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:53.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:53 smithi026 ceph-mon[93126]: pgmap v16070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:54.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:54.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:53 smithi089 ceph-mon[103441]: pgmap v16070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:55.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:55.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:55 smithi026 ceph-mon[93126]: pgmap v16071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:56.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:56.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:55 smithi089 ceph-mon[103441]: pgmap v16071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:57.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:57.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:57 smithi026 ceph-mon[93126]: pgmap v16072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:58.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:58.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:35:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:57 smithi089 ceph-mon[103441]: pgmap v16072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:35:59.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:35:59.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:35:59 smithi026 ceph-mon[93126]: pgmap v16073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:00.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:00.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:35:59 smithi089 ceph-mon[103441]: pgmap v16073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:01.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:01.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:01 smithi026 ceph-mon[93126]: pgmap v16074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:02.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:02.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:01 smithi089 ceph-mon[103441]: pgmap v16074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:03.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:03.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:03 smithi026 ceph-mon[93126]: pgmap v16075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:04.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:04.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:03 smithi089 ceph-mon[103441]: pgmap v16075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:05.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:05.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:05 smithi026 ceph-mon[93126]: pgmap v16076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:06.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:06.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:05 smithi089 ceph-mon[103441]: pgmap v16076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:06 smithi026 ceph-mon[93126]: pgmap v16077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:07.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:07.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:06 smithi089 ceph-mon[103441]: pgmap v16077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:08.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:08.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:09.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:09.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:09 smithi089 ceph-mon[103441]: pgmap v16078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:09 smithi026 ceph-mon[93126]: pgmap v16078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:10.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:10.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:11.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:11.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:11 smithi026 ceph-mon[93126]: pgmap v16079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:36:12.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:12.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:12.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:11 smithi089 ceph-mon[103441]: pgmap v16079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:36:13.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:13.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:13 smithi026 ceph-mon[93126]: pgmap v16080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:14.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:14.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:13 smithi089 ceph-mon[103441]: pgmap v16080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:15.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:15.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:15 smithi026 ceph-mon[93126]: pgmap v16081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:16.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:16.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:15 smithi089 ceph-mon[103441]: pgmap v16081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:17.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:17.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:36:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:36:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:17 smithi089 ceph-mon[103441]: pgmap v16082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:36:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:36:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:36:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:36:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:36:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:36:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:36:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:17 smithi026 ceph-mon[93126]: pgmap v16082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:36:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:36:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:36:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:36:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:36:18.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:18.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:19.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:19.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:19 smithi089 ceph-mon[103441]: pgmap v16083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:19 smithi026 ceph-mon[93126]: pgmap v16083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:20.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:20.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:21.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:21.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:21 smithi089 ceph-mon[103441]: pgmap v16084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:21 smithi026 ceph-mon[93126]: pgmap v16084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:22.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:22.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:23.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:23.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:23 smithi026 ceph-mon[93126]: pgmap v16085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:23 smithi089 ceph-mon[103441]: pgmap v16085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:24.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:24.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:25.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:25.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:25 smithi026 ceph-mon[93126]: pgmap v16086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:25 smithi089 ceph-mon[103441]: pgmap v16086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:26.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:26.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:27.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:27.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:27 smithi026 ceph-mon[93126]: pgmap v16087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:27 smithi089 ceph-mon[103441]: pgmap v16087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:28.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:28.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:29.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:29.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:29 smithi026 ceph-mon[93126]: pgmap v16088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:29 smithi089 ceph-mon[103441]: pgmap v16088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:30.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:30.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:31.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:31.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:31 smithi089 ceph-mon[103441]: pgmap v16089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:31 smithi026 ceph-mon[93126]: pgmap v16089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:32.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:32.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:33.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:33.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:33 smithi026 ceph-mon[93126]: pgmap v16090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:33 smithi089 ceph-mon[103441]: pgmap v16090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:34.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:34.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:35.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:35.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:35 smithi026 ceph-mon[93126]: pgmap v16091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:35 smithi089 ceph-mon[103441]: pgmap v16091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:36.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:36.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:37.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:37.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:37 smithi026 ceph-mon[93126]: pgmap v16092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:37 smithi089 ceph-mon[103441]: pgmap v16092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:38.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:38.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:39.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:39.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:39 smithi026 ceph-mon[93126]: pgmap v16093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:39 smithi089 ceph-mon[103441]: pgmap v16093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:40.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:40.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:41.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:41.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:41 smithi026 ceph-mon[93126]: pgmap v16094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:41 smithi089 ceph-mon[103441]: pgmap v16094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:42.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:42.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:43.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:43.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:43 smithi026 ceph-mon[93126]: pgmap v16095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:43 smithi089 ceph-mon[103441]: pgmap v16095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:44.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:44.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:45.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:45.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:45 smithi026 ceph-mon[93126]: pgmap v16096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:45 smithi089 ceph-mon[103441]: pgmap v16096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:46.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:46.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:47.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:47.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:48.029 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:47 smithi026 ceph-mon[93126]: pgmap v16097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:47 smithi089 ceph-mon[103441]: pgmap v16097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:48.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:48.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:49.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:49.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:49 smithi026 ceph-mon[93126]: pgmap v16098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:49 smithi089 ceph-mon[103441]: pgmap v16098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:36:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:36:50.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:50.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:51.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:51.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:51 smithi026 ceph-mon[93126]: pgmap v16099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:51 smithi089 ceph-mon[103441]: pgmap v16099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:52.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:52.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:53.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:53.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:53 smithi026 ceph-mon[93126]: pgmap v16100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:53 smithi089 ceph-mon[103441]: pgmap v16100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:54.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:54.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:55.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:55.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:55 smithi026 ceph-mon[93126]: pgmap v16101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:55 smithi089 ceph-mon[103441]: pgmap v16101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:56.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:56.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:57.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:57.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:57 smithi026 ceph-mon[93126]: pgmap v16102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:57 smithi089 ceph-mon[103441]: pgmap v16102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:36:58.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:58.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:36:59.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:36:59.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:36:59 smithi026 ceph-mon[93126]: pgmap v16103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:36:59 smithi089 ceph-mon[103441]: pgmap v16103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:00.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:00.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:01.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:01.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:01 smithi026 ceph-mon[93126]: pgmap v16104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:01 smithi089 ceph-mon[103441]: pgmap v16104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:02.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:02.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:03.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:03.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:03 smithi026 ceph-mon[93126]: pgmap v16105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:03 smithi089 ceph-mon[103441]: pgmap v16105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:04.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:04.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:04 smithi026 ceph-mon[93126]: pgmap v16106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:04 smithi089 ceph-mon[103441]: pgmap v16106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:05.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:05.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:06.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:06.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:07.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:07.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:07 smithi026 ceph-mon[93126]: pgmap v16107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:07 smithi089 ceph-mon[103441]: pgmap v16107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:08.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:08.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:09.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:09.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:09 smithi026 ceph-mon[93126]: pgmap v16108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:09 smithi089 ceph-mon[103441]: pgmap v16108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:10.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:10.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:11.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:11.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:11 smithi026 ceph-mon[93126]: pgmap v16109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:12.082 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:11 smithi089 ceph-mon[103441]: pgmap v16109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:12.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:12.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:13.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:13.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:13 smithi026 ceph-mon[93126]: pgmap v16110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:13 smithi089 ceph-mon[103441]: pgmap v16110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:14.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:14.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:15.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:15.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:15 smithi026 ceph-mon[93126]: pgmap v16111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:15 smithi089 ceph-mon[103441]: pgmap v16111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:16.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:16.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:37:17.135 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:37:17.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:17.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:17 smithi026 ceph-mon[93126]: pgmap v16112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:37:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:37:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:37:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:37:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:37:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:17 smithi089 ceph-mon[103441]: pgmap v16112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:37:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:37:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:37:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:37:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:37:18.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:18.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:19.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:19.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:19 smithi026 ceph-mon[93126]: pgmap v16113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:19 smithi089 ceph-mon[103441]: pgmap v16113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:20.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:20.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:21.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:21.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:21 smithi026 ceph-mon[93126]: pgmap v16114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:21 smithi089 ceph-mon[103441]: pgmap v16114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:22.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:22.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:23.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:23.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:23 smithi026 ceph-mon[93126]: pgmap v16115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:23 smithi089 ceph-mon[103441]: pgmap v16115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:24.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:24.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:25.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:25.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:25 smithi026 ceph-mon[93126]: pgmap v16116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:25 smithi089 ceph-mon[103441]: pgmap v16116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:26.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:26.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:26 smithi026 ceph-mon[93126]: pgmap v16117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:26 smithi089 ceph-mon[103441]: pgmap v16117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:27.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:27.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:28.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:28.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:29.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:29.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:29 smithi089 ceph-mon[103441]: pgmap v16118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:29 smithi026 ceph-mon[93126]: pgmap v16118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:30.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:30.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:31.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:31.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:31 smithi026 ceph-mon[93126]: pgmap v16119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:31 smithi089 ceph-mon[103441]: pgmap v16119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:32.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:32.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:33.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:33.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:33 smithi026 ceph-mon[93126]: pgmap v16120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:33 smithi089 ceph-mon[103441]: pgmap v16120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:34.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:34.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:35.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:35.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:35 smithi026 ceph-mon[93126]: pgmap v16121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:35 smithi089 ceph-mon[103441]: pgmap v16121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:36.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:36.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:37.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:37.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:37 smithi026 ceph-mon[93126]: pgmap v16122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:37 smithi089 ceph-mon[103441]: pgmap v16122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:38.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:38.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:39.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:39.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:39 smithi026 ceph-mon[93126]: pgmap v16123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:39 smithi089 ceph-mon[103441]: pgmap v16123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:40.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:40.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:41.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:41.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:41 smithi026 ceph-mon[93126]: pgmap v16124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:41 smithi089 ceph-mon[103441]: pgmap v16124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:42.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:42.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:43.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:43.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:43 smithi026 ceph-mon[93126]: pgmap v16125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:43 smithi089 ceph-mon[103441]: pgmap v16125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:44.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:44.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:45.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:45.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:45 smithi026 ceph-mon[93126]: pgmap v16126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:45 smithi089 ceph-mon[103441]: pgmap v16126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:46.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:46.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:47.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:47.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:47 smithi026 ceph-mon[93126]: pgmap v16127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:47 smithi089 ceph-mon[103441]: pgmap v16127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:48.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:48.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:48 smithi026 ceph-mon[93126]: pgmap v16128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:48 smithi089 ceph-mon[103441]: pgmap v16128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:37:49.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:49.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:37:50.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:50.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:51.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:51.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:51 smithi026 ceph-mon[93126]: pgmap v16129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:51 smithi089 ceph-mon[103441]: pgmap v16129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:52.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:52.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:53.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:53.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:53 smithi026 ceph-mon[93126]: pgmap v16130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:53 smithi089 ceph-mon[103441]: pgmap v16130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:54.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:54.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:55.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:55.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:55 smithi026 ceph-mon[93126]: pgmap v16131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:55 smithi089 ceph-mon[103441]: pgmap v16131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:56.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:56.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:57.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:57.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:57 smithi089 ceph-mon[103441]: pgmap v16132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:57 smithi026 ceph-mon[93126]: pgmap v16132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:37:58.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:58.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:37:59.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:37:59.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:37:59 smithi026 ceph-mon[93126]: pgmap v16133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:37:59 smithi089 ceph-mon[103441]: pgmap v16133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:00.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:00.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:01.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:01.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:01 smithi026 ceph-mon[93126]: pgmap v16134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:01 smithi089 ceph-mon[103441]: pgmap v16134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:02.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:02.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:03.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:03.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:03 smithi026 ceph-mon[93126]: pgmap v16135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:03 smithi089 ceph-mon[103441]: pgmap v16135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:04.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:04.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:05.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:05.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:05 smithi026 ceph-mon[93126]: pgmap v16136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:05 smithi089 ceph-mon[103441]: pgmap v16136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:06.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:06.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:06 smithi089 ceph-mon[103441]: pgmap v16137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:06 smithi026 ceph-mon[93126]: pgmap v16137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:07.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:07.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:08.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:08.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:09.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:09.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:09 smithi089 ceph-mon[103441]: pgmap v16138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:09 smithi026 ceph-mon[93126]: pgmap v16138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:10.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:10.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:11.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:11.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:11 smithi026 ceph-mon[93126]: pgmap v16139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:11 smithi089 ceph-mon[103441]: pgmap v16139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:12.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:12.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:13.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:13.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:13 smithi026 ceph-mon[93126]: pgmap v16140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:13 smithi089 ceph-mon[103441]: pgmap v16140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:14.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:14.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:15.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:15.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:15 smithi026 ceph-mon[93126]: pgmap v16141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:15 smithi089 ceph-mon[103441]: pgmap v16141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:16.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:16.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:17.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:17.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:17 smithi026 ceph-mon[93126]: pgmap v16142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:38:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:17 smithi089 ceph-mon[103441]: pgmap v16142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:38:18.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:18.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:18 smithi026 ceph-mon[93126]: pgmap v16143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:19.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:19.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:18 smithi089 ceph-mon[103441]: pgmap v16143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:20.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:20.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:21.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:21.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:21 smithi026 ceph-mon[93126]: pgmap v16144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:21 smithi089 ceph-mon[103441]: pgmap v16144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:22.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:22.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:23.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:23.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:23 smithi026 ceph-mon[93126]: pgmap v16145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:23 smithi089 ceph-mon[103441]: pgmap v16145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:24.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:24.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:25.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:25.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:25 smithi026 ceph-mon[93126]: pgmap v16146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:38:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:38:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:38:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:25 smithi089 ceph-mon[103441]: pgmap v16146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:38:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:38:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:38:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:38:26.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:26.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:27.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:27.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:27 smithi026 ceph-mon[93126]: pgmap v16147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:27 smithi089 ceph-mon[103441]: pgmap v16147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:28.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:28.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:29.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:29.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:29 smithi026 ceph-mon[93126]: pgmap v16148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:29 smithi089 ceph-mon[103441]: pgmap v16148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:30.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:30.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:31.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:31.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:31 smithi026 ceph-mon[93126]: pgmap v16149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:31 smithi089 ceph-mon[103441]: pgmap v16149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:32.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:32.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:33.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:33.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:33 smithi089 ceph-mon[103441]: pgmap v16150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:34.238 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:33 smithi026 ceph-mon[93126]: pgmap v16150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:34.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:34.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:35.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:35.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:35 smithi089 ceph-mon[103441]: pgmap v16151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:35 smithi026 ceph-mon[93126]: pgmap v16151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:36.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:36.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:36 smithi089 ceph-mon[103441]: pgmap v16152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:36 smithi026 ceph-mon[93126]: pgmap v16152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:37.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:37.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:38.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:38.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:39.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:39.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:39 smithi089 ceph-mon[103441]: pgmap v16153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:39 smithi026 ceph-mon[93126]: pgmap v16153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:40.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:40.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:41.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:41.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:41 smithi026 ceph-mon[93126]: pgmap v16154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:41 smithi089 ceph-mon[103441]: pgmap v16154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:42.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:42.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:43.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:43.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:43 smithi026 ceph-mon[93126]: pgmap v16155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:43 smithi089 ceph-mon[103441]: pgmap v16155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:44.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:44.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:45.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:45.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:45 smithi026 ceph-mon[93126]: pgmap v16156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:45 smithi089 ceph-mon[103441]: pgmap v16156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:46.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:46.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:47.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:47.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:47 smithi026 ceph-mon[93126]: pgmap v16157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:48.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:47 smithi089 ceph-mon[103441]: pgmap v16157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:48.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:48.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:49.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:49.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:49 smithi026 ceph-mon[93126]: pgmap v16158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:49 smithi089 ceph-mon[103441]: pgmap v16158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:38:50.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:50.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:51.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:51.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:51 smithi089 ceph-mon[103441]: pgmap v16159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:51 smithi026 ceph-mon[93126]: pgmap v16159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:52.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:52.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:53.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:53.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:53 smithi089 ceph-mon[103441]: pgmap v16160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:53 smithi026 ceph-mon[93126]: pgmap v16160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:54.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:54.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:55.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:55.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:55 smithi089 ceph-mon[103441]: pgmap v16161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:55 smithi026 ceph-mon[93126]: pgmap v16161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:56.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:56.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:56 smithi089 ceph-mon[103441]: pgmap v16162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:56 smithi026 ceph-mon[93126]: pgmap v16162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:38:57.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:57.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:58.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:58.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:59.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:38:59.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:38:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:38:59 smithi026 ceph-mon[93126]: pgmap v16163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:38:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:38:59 smithi089 ceph-mon[103441]: pgmap v16163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:00.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:00.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:01.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:01.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:01 smithi026 ceph-mon[93126]: pgmap v16164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:01 smithi089 ceph-mon[103441]: pgmap v16164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:02.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:02.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:03.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:03.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:03 smithi026 ceph-mon[93126]: pgmap v16165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:03 smithi089 ceph-mon[103441]: pgmap v16165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:04.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:04.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:05.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:05.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:05 smithi026 ceph-mon[93126]: pgmap v16166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:05 smithi089 ceph-mon[103441]: pgmap v16166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:06.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:06.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:07.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:07.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:07 smithi089 ceph-mon[103441]: pgmap v16167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:07 smithi026 ceph-mon[93126]: pgmap v16167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:08.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:08.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:09.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:09.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:09 smithi026 ceph-mon[93126]: pgmap v16168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:09 smithi089 ceph-mon[103441]: pgmap v16168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:10.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:10.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:11.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:11.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:11 smithi089 ceph-mon[103441]: pgmap v16169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:11 smithi026 ceph-mon[93126]: pgmap v16169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:12.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:12.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:13.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:13.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:13 smithi089 ceph-mon[103441]: pgmap v16170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:13 smithi026 ceph-mon[93126]: pgmap v16170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:14.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:14.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:14 smithi026 ceph-mon[93126]: pgmap v16171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:14 smithi089 ceph-mon[103441]: pgmap v16171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:15.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:15.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:16.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:16.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:17.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:17.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:17 smithi026 ceph-mon[93126]: pgmap v16172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:17 smithi089 ceph-mon[103441]: pgmap v16172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:18.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:18.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:19.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:19.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:19 smithi026 ceph-mon[93126]: pgmap v16173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:19 smithi089 ceph-mon[103441]: pgmap v16173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:20.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:20.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:21.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:21.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:21 smithi089 ceph-mon[103441]: pgmap v16174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:21 smithi026 ceph-mon[93126]: pgmap v16174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:22.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:22.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:23.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:23.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:23 smithi089 ceph-mon[103441]: pgmap v16175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:23 smithi026 ceph-mon[93126]: pgmap v16175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:24.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:24.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:25.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:25.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:25 smithi089 ceph-mon[103441]: pgmap v16176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:25 smithi026 ceph-mon[93126]: pgmap v16176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:26.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:26.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:39:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:39:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:39:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:39:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:39:27.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:39:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:39:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:39:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:39:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:39:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:39:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:39:27.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:27.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:27 smithi089 ceph-mon[103441]: pgmap v16177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:27 smithi026 ceph-mon[93126]: pgmap v16177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:28.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:28.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:29.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:29.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:29 smithi089 ceph-mon[103441]: pgmap v16178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:29 smithi026 ceph-mon[93126]: pgmap v16178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:30.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:30.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:31.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:31.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:31 smithi026 ceph-mon[93126]: pgmap v16179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:31 smithi089 ceph-mon[103441]: pgmap v16179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:32.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:32.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:33.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:33.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:33 smithi089 ceph-mon[103441]: pgmap v16180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:33 smithi026 ceph-mon[93126]: pgmap v16180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:34.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:34.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:35.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:35.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:35 smithi089 ceph-mon[103441]: pgmap v16181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:35 smithi026 ceph-mon[93126]: pgmap v16181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:36.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:36.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:37.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:37.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:37 smithi089 ceph-mon[103441]: pgmap v16182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:37 smithi026 ceph-mon[93126]: pgmap v16182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:38.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:38.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:39.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:39.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:39 smithi089 ceph-mon[103441]: pgmap v16183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:39 smithi026 ceph-mon[93126]: pgmap v16183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:40.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:40.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:41.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:41.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:41 smithi089 ceph-mon[103441]: pgmap v16184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:41 smithi026 ceph-mon[93126]: pgmap v16184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:42.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:42.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:42 smithi089 ceph-mon[103441]: pgmap v16185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:42 smithi026 ceph-mon[93126]: pgmap v16185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:43.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:43.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:44.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:44.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:45.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:45.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:45 smithi089 ceph-mon[103441]: pgmap v16186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:45 smithi026 ceph-mon[93126]: pgmap v16186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:46.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:46.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:47.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:47.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:47 smithi089 ceph-mon[103441]: pgmap v16187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:47 smithi026 ceph-mon[93126]: pgmap v16187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:48.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:48.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:49.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:49.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:50.110 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:49 smithi026 ceph-mon[93126]: pgmap v16188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:50.111 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:49 smithi089 ceph-mon[103441]: pgmap v16188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:39:50.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:50.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:51.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:51.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:51 smithi089 ceph-mon[103441]: pgmap v16189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:51 smithi026 ceph-mon[93126]: pgmap v16189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:52.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:52.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:53.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:53.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:53 smithi089 ceph-mon[103441]: pgmap v16190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:53 smithi026 ceph-mon[93126]: pgmap v16190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:54.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:54.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:55.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:55.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:55 smithi089 ceph-mon[103441]: pgmap v16191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:55 smithi026 ceph-mon[93126]: pgmap v16191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:56.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:56.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:57.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:57.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:57 smithi089 ceph-mon[103441]: pgmap v16192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:57 smithi026 ceph-mon[93126]: pgmap v16192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:39:58.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:58.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:39:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:39:58 smithi089 ceph-mon[103441]: pgmap v16193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:39:58 smithi026 ceph-mon[93126]: pgmap v16193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:39:59.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:39:59.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T05:40:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T05:40:00.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:00.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:01.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:01.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:01 smithi089 ceph-mon[103441]: pgmap v16194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:01 smithi026 ceph-mon[93126]: pgmap v16194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:02.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:02.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:03.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:03.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:03 smithi089 ceph-mon[103441]: pgmap v16195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:03 smithi026 ceph-mon[93126]: pgmap v16195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:04.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:04.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:05.282 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:05.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:05.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:05 smithi089 ceph-mon[103441]: pgmap v16196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:05 smithi026 ceph-mon[93126]: pgmap v16196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:06.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:06.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:07.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:07.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:07 smithi089 ceph-mon[103441]: pgmap v16197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:07 smithi026 ceph-mon[93126]: pgmap v16197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:08.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:08.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:09.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:09.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:09 smithi089 ceph-mon[103441]: pgmap v16198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:09 smithi026 ceph-mon[93126]: pgmap v16198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:10.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:10.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:11.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:11.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:11 smithi089 ceph-mon[103441]: pgmap v16199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:11 smithi026 ceph-mon[93126]: pgmap v16199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:12.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:12.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:13.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:13.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:13 smithi089 ceph-mon[103441]: pgmap v16200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:13 smithi026 ceph-mon[93126]: pgmap v16200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:14.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:14.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:15.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:15.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:15 smithi089 ceph-mon[103441]: pgmap v16201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:16.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:15 smithi026 ceph-mon[93126]: pgmap v16201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:16.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:16.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:17.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:17.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:17 smithi089 ceph-mon[103441]: pgmap v16202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:17 smithi026 ceph-mon[93126]: pgmap v16202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:18.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:18.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:19.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:19.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:19 smithi089 ceph-mon[103441]: pgmap v16203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:19 smithi026 ceph-mon[93126]: pgmap v16203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:20.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:20.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:21.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:21.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:21 smithi089 ceph-mon[103441]: pgmap v16204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:21 smithi026 ceph-mon[93126]: pgmap v16204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:22.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:22.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:22 smithi089 ceph-mon[103441]: pgmap v16205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:22 smithi026 ceph-mon[93126]: pgmap v16205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:23.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:23.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:24.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:24.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:25.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:25.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:25 smithi026 ceph-mon[93126]: pgmap v16206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:25 smithi089 ceph-mon[103441]: pgmap v16206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:26.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:26.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:40:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:40:27.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:27.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:27 smithi089 ceph-mon[103441]: pgmap v16207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:40:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:40:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:40:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:40:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:40:28.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:40:28.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:40:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:27 smithi026 ceph-mon[93126]: pgmap v16207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:40:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:40:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:40:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:40:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:40:28.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:40:28.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:40:28.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:28.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:29.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:29.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:29 smithi089 ceph-mon[103441]: pgmap v16208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:29 smithi026 ceph-mon[93126]: pgmap v16208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:30.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:30.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:31.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:31.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:31 smithi089 ceph-mon[103441]: pgmap v16209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:31 smithi026 ceph-mon[93126]: pgmap v16209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:32.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:32.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:33.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:33.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:33 smithi089 ceph-mon[103441]: pgmap v16210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:33 smithi026 ceph-mon[93126]: pgmap v16210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:34.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:34.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:35.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:35.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:35 smithi026 ceph-mon[93126]: pgmap v16211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:35 smithi089 ceph-mon[103441]: pgmap v16211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:36.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:36.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:36 smithi089 ceph-mon[103441]: pgmap v16212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:36 smithi026 ceph-mon[93126]: pgmap v16212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:37.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:37.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:38.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:38.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:39.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:39.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:39 smithi089 ceph-mon[103441]: pgmap v16213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:39 smithi026 ceph-mon[93126]: pgmap v16213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:40.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:40.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:41.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:41.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:41 smithi089 ceph-mon[103441]: pgmap v16214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:41 smithi026 ceph-mon[93126]: pgmap v16214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:42.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:42.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:43.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:43.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:43 smithi089 ceph-mon[103441]: pgmap v16215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:43 smithi026 ceph-mon[93126]: pgmap v16215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:44.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:44.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:45.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:45.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:45 smithi026 ceph-mon[93126]: pgmap v16216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:45 smithi089 ceph-mon[103441]: pgmap v16216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:46.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:46.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:47.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:47.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:47 smithi089 ceph-mon[103441]: pgmap v16217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:47 smithi026 ceph-mon[93126]: pgmap v16217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:48.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:48.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:49.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:49.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:49 smithi089 ceph-mon[103441]: pgmap v16218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:49 smithi026 ceph-mon[93126]: pgmap v16218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:40:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:40:50.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:50.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:51.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:51.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:51 smithi089 ceph-mon[103441]: pgmap v16219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:51 smithi026 ceph-mon[93126]: pgmap v16219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:52.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:52.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:53.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:53.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:53 smithi089 ceph-mon[103441]: pgmap v16220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:53 smithi026 ceph-mon[93126]: pgmap v16220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:54.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:54.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:55.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:55.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:55 smithi089 ceph-mon[103441]: pgmap v16221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:56.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:55 smithi026 ceph-mon[93126]: pgmap v16221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:56.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:56.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:57.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:57.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:57 smithi089 ceph-mon[103441]: pgmap v16222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:57 smithi026 ceph-mon[93126]: pgmap v16222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:40:58.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:58.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:40:59.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:40:59.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:40:59 smithi089 ceph-mon[103441]: pgmap v16223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:40:59 smithi026 ceph-mon[93126]: pgmap v16223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:00.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:00.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:01.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:01.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:01 smithi089 ceph-mon[103441]: pgmap v16224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:01 smithi026 ceph-mon[93126]: pgmap v16224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:02.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:02.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:03.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:03.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:03 smithi089 ceph-mon[103441]: pgmap v16225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:03 smithi026 ceph-mon[93126]: pgmap v16225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:04.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:04.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:05.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:05.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:05 smithi089 ceph-mon[103441]: pgmap v16226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:05 smithi026 ceph-mon[93126]: pgmap v16226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:06.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:06.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:07.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:07.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:07 smithi089 ceph-mon[103441]: pgmap v16227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:07 smithi026 ceph-mon[93126]: pgmap v16227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:08.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:08.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:08 smithi089 ceph-mon[103441]: pgmap v16228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:08 smithi026 ceph-mon[93126]: pgmap v16228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:09.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:09.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:10.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:10.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:11.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:11.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:11 smithi089 ceph-mon[103441]: pgmap v16229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:11 smithi026 ceph-mon[93126]: pgmap v16229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:12.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:12.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:13.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:13.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:13 smithi089 ceph-mon[103441]: pgmap v16230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:14.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:13 smithi026 ceph-mon[93126]: pgmap v16230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:14.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:14.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:15.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:15.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:16.085 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:15 smithi026 ceph-mon[93126]: pgmap v16231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:15 smithi089 ceph-mon[103441]: pgmap v16231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:16.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:16.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:16 smithi089 ceph-mon[103441]: pgmap v16232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:16 smithi026 ceph-mon[93126]: pgmap v16232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:17.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:17.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:18.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:18.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:19.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:19.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:19 smithi026 ceph-mon[93126]: pgmap v16233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:19 smithi089 ceph-mon[103441]: pgmap v16233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:20.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:20.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:21.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:21.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:21 smithi089 ceph-mon[103441]: pgmap v16234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:21 smithi026 ceph-mon[93126]: pgmap v16234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:22.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:22.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:23.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:23.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:23 smithi089 ceph-mon[103441]: pgmap v16235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:23 smithi026 ceph-mon[93126]: pgmap v16235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:24.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:24.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:25.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:25.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:25 smithi089 ceph-mon[103441]: pgmap v16236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:26.199 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:25 smithi026 ceph-mon[93126]: pgmap v16236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:26.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:26.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:27.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:27.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:27 smithi089 ceph-mon[103441]: pgmap v16237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:41:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:27 smithi026 ceph-mon[93126]: pgmap v16237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:41:28.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:28.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:41:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:41:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:41:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:41:29.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:41:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:41:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:41:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:41:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:41:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:41:29.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:29.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:29 smithi089 ceph-mon[103441]: pgmap v16238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:29 smithi026 ceph-mon[93126]: pgmap v16238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:30.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:30.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:31.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:31.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:31 smithi089 ceph-mon[103441]: pgmap v16239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:31 smithi026 ceph-mon[93126]: pgmap v16239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:32.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:32.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:33.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:33.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:33 smithi089 ceph-mon[103441]: pgmap v16240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:33 smithi026 ceph-mon[93126]: pgmap v16240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:34.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:34.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:35.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:35.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:35 smithi089 ceph-mon[103441]: pgmap v16241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:35 smithi026 ceph-mon[93126]: pgmap v16241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:36.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:36.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:37.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:37.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:37 smithi089 ceph-mon[103441]: pgmap v16242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:37 smithi026 ceph-mon[93126]: pgmap v16242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:38.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:38.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:38 smithi089 ceph-mon[103441]: pgmap v16243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:38 smithi026 ceph-mon[93126]: pgmap v16243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:39.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:39.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:40.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:40.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:41.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:41.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:41 smithi089 ceph-mon[103441]: pgmap v16244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:41 smithi026 ceph-mon[93126]: pgmap v16244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:42.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:42.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:43.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:43.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:43 smithi089 ceph-mon[103441]: pgmap v16245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:43 smithi026 ceph-mon[93126]: pgmap v16245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:44.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:44.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:45.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:45.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:45 smithi089 ceph-mon[103441]: pgmap v16246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:45 smithi026 ceph-mon[93126]: pgmap v16246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:46.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:46.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:47.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:47.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:47 smithi089 ceph-mon[103441]: pgmap v16247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:47 smithi026 ceph-mon[93126]: pgmap v16247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:48.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:48.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:49.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:49.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:49 smithi089 ceph-mon[103441]: pgmap v16248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:49 smithi026 ceph-mon[93126]: pgmap v16248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:41:50.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:50.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:51.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:51.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:51 smithi089 ceph-mon[103441]: pgmap v16249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:51 smithi026 ceph-mon[93126]: pgmap v16249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:52.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:52.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:53.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:53.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:53 smithi089 ceph-mon[103441]: pgmap v16250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:53 smithi026 ceph-mon[93126]: pgmap v16250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:54.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:54.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:55.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:55.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:55 smithi089 ceph-mon[103441]: pgmap v16251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:55 smithi026 ceph-mon[93126]: pgmap v16251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:56.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:56.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:57.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:57.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:57 smithi089 ceph-mon[103441]: pgmap v16252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:57 smithi026 ceph-mon[93126]: pgmap v16252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:41:58.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:58.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:41:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:41:58 smithi089 ceph-mon[103441]: pgmap v16253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:41:58 smithi026 ceph-mon[93126]: pgmap v16253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:41:59.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:41:59.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:00.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:00.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:01.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:01.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:01 smithi026 ceph-mon[93126]: pgmap v16254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:01 smithi089 ceph-mon[103441]: pgmap v16254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:02.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:02.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:03.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:03.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:03 smithi089 ceph-mon[103441]: pgmap v16255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:03 smithi026 ceph-mon[93126]: pgmap v16255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:04.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:04.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:05.154 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:05.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:05.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:05 smithi089 ceph-mon[103441]: pgmap v16256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:05 smithi026 ceph-mon[93126]: pgmap v16256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:06.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:06.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:06 smithi026 ceph-mon[93126]: pgmap v16257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:06 smithi089 ceph-mon[103441]: pgmap v16257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:07.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:07.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:08.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:08.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:09.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:09.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:09 smithi026 ceph-mon[93126]: pgmap v16258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:09 smithi089 ceph-mon[103441]: pgmap v16258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:10.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:10.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:11.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:11.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:11 smithi026 ceph-mon[93126]: pgmap v16259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:11 smithi089 ceph-mon[103441]: pgmap v16259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:12.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:12.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:13.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:13.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:13 smithi089 ceph-mon[103441]: pgmap v16260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:13 smithi026 ceph-mon[93126]: pgmap v16260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:14.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:14.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:15.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:15.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:15 smithi089 ceph-mon[103441]: pgmap v16261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:15 smithi026 ceph-mon[93126]: pgmap v16261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:16.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:16.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:17.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:17.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:18.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:17 smithi089 ceph-mon[103441]: pgmap v16262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:17 smithi026 ceph-mon[93126]: pgmap v16262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:18.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:18.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:18 smithi089 ceph-mon[103441]: pgmap v16263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:18 smithi026 ceph-mon[93126]: pgmap v16263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:19.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:19.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:20.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:20.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:21.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:21.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:21 smithi089 ceph-mon[103441]: pgmap v16264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:21 smithi026 ceph-mon[93126]: pgmap v16264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:22.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:22.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:23.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:23.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:23 smithi089 ceph-mon[103441]: pgmap v16265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:23 smithi026 ceph-mon[93126]: pgmap v16265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:24.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:24.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:25.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:25.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:25 smithi089 ceph-mon[103441]: pgmap v16266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:25 smithi026 ceph-mon[93126]: pgmap v16266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:26.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:26.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:27.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:27.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:27 smithi089 ceph-mon[103441]: pgmap v16267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:27 smithi026 ceph-mon[93126]: pgmap v16267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:28.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:28.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:42:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:28 smithi089 ceph-mon[103441]: pgmap v16268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:42:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:28 smithi026 ceph-mon[93126]: pgmap v16268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:29.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:29.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:42:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:42:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:42:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:42:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:42:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:42:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:42:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:42:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:42:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:42:30.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:30.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:31.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:31.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:31 smithi089 ceph-mon[103441]: pgmap v16269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:31 smithi026 ceph-mon[93126]: pgmap v16269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:32.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:32.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:33.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:33.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:33 smithi089 ceph-mon[103441]: pgmap v16270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:33 smithi026 ceph-mon[93126]: pgmap v16270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:34.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:34.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:35.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:35.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:35 smithi089 ceph-mon[103441]: pgmap v16271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:35 smithi026 ceph-mon[93126]: pgmap v16271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:36.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:36.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:36 smithi089 ceph-mon[103441]: pgmap v16272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:36 smithi026 ceph-mon[93126]: pgmap v16272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:37.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:37.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:38.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:38.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:39.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:39.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:39 smithi026 ceph-mon[93126]: pgmap v16273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:39 smithi089 ceph-mon[103441]: pgmap v16273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:40.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:40.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:41.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:41.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:41 smithi089 ceph-mon[103441]: pgmap v16274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:41 smithi026 ceph-mon[93126]: pgmap v16274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:42.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:42.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:43.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:43.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:43 smithi089 ceph-mon[103441]: pgmap v16275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:43 smithi026 ceph-mon[93126]: pgmap v16275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:44.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:44.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:45.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:45.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:45 smithi089 ceph-mon[103441]: pgmap v16276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:45 smithi026 ceph-mon[93126]: pgmap v16276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:46.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:46.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:46 smithi089 ceph-mon[103441]: pgmap v16277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:46 smithi026 ceph-mon[93126]: pgmap v16277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:47.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:47.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:48.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:48.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:49.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:49.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:49 smithi026 ceph-mon[93126]: pgmap v16278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:49 smithi089 ceph-mon[103441]: pgmap v16278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:42:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:42:50.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:50.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:51.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:51.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:51 smithi089 ceph-mon[103441]: pgmap v16279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:52.178 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:51 smithi026 ceph-mon[93126]: pgmap v16279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:52.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:52.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:53.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:53.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:53 smithi089 ceph-mon[103441]: pgmap v16280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:53 smithi026 ceph-mon[93126]: pgmap v16280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:54.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:54.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:55.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:55.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:55 smithi089 ceph-mon[103441]: pgmap v16281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:55 smithi026 ceph-mon[93126]: pgmap v16281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:56.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:56.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:56 smithi089 ceph-mon[103441]: pgmap v16282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:57.235 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:56 smithi026 ceph-mon[93126]: pgmap v16282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:42:57.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:57.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:58.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:58.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:42:59.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:42:59.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:42:59 smithi026 ceph-mon[93126]: pgmap v16283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:42:59 smithi089 ceph-mon[103441]: pgmap v16283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:00.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:00.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:01.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:01.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:01 smithi089 ceph-mon[103441]: pgmap v16284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:02.293 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:01 smithi026 ceph-mon[93126]: pgmap v16284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:02.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:02.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:03.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:03.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:03 smithi089 ceph-mon[103441]: pgmap v16285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:03 smithi026 ceph-mon[93126]: pgmap v16285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:04.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:04.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:05.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:05.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:05 smithi089 ceph-mon[103441]: pgmap v16286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:05 smithi026 ceph-mon[93126]: pgmap v16286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:06.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:06.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:06 smithi089 ceph-mon[103441]: pgmap v16287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:06 smithi026 ceph-mon[93126]: pgmap v16287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:07.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:07.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:08.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:08.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:09.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:09.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:09 smithi026 ceph-mon[93126]: pgmap v16288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:09 smithi089 ceph-mon[103441]: pgmap v16288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:10.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:10.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:11.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:11.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:11 smithi089 ceph-mon[103441]: pgmap v16289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:11 smithi026 ceph-mon[93126]: pgmap v16289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:12.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:12.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:13.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:13.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:13 smithi089 ceph-mon[103441]: pgmap v16290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:13 smithi026 ceph-mon[93126]: pgmap v16290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:14.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:14.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:15.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:15.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:15 smithi089 ceph-mon[103441]: pgmap v16291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:15 smithi026 ceph-mon[93126]: pgmap v16291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:16.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:16.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:16 smithi089 ceph-mon[103441]: pgmap v16292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:16 smithi026 ceph-mon[93126]: pgmap v16292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:17.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:17.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:18.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:18.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:19.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:19.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:19 smithi026 ceph-mon[93126]: pgmap v16293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:19 smithi089 ceph-mon[103441]: pgmap v16293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:20.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:20.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:21.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:21.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:21 smithi089 ceph-mon[103441]: pgmap v16294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:21 smithi026 ceph-mon[93126]: pgmap v16294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:22.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:22.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:23.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:23.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:23 smithi089 ceph-mon[103441]: pgmap v16295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:23 smithi026 ceph-mon[93126]: pgmap v16295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:24.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:24.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:24 smithi089 ceph-mon[103441]: pgmap v16296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:24 smithi026 ceph-mon[93126]: pgmap v16296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:25.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:25.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:26.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:26.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:27.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:27.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:27 smithi089 ceph-mon[103441]: pgmap v16297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:27 smithi026 ceph-mon[93126]: pgmap v16297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:28.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:28.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:28 smithi089 ceph-mon[103441]: pgmap v16298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:28 smithi026 ceph-mon[93126]: pgmap v16298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:29.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:29.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:43:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:43:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:43:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:43:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:43:30.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:43:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:43:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:43:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:43:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:43:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:43:30.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:43:30.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:30.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:31.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:31.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:31 smithi089 ceph-mon[103441]: pgmap v16299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:31 smithi026 ceph-mon[93126]: pgmap v16299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:32.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:32.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:32 smithi089 ceph-mon[103441]: pgmap v16300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:32 smithi026 ceph-mon[93126]: pgmap v16300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:33.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:33.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:34.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:34.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:35 smithi026 ceph-mon[93126]: pgmap v16301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:35 smithi089 ceph-mon[103441]: pgmap v16301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:35.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:35.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:36.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:36.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:37.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:37.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:37 smithi026 ceph-mon[93126]: pgmap v16302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:37 smithi089 ceph-mon[103441]: pgmap v16302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:38.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:38.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:38 smithi089 ceph-mon[103441]: pgmap v16303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:38 smithi026 ceph-mon[93126]: pgmap v16303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:39.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:39.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:40.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:40.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:41.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:41.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:41 smithi089 ceph-mon[103441]: pgmap v16304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:41 smithi026 ceph-mon[93126]: pgmap v16304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:42.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:42.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:42 smithi026 ceph-mon[93126]: pgmap v16305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:42 smithi089 ceph-mon[103441]: pgmap v16305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:43.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:43.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:44.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:44.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:45.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:45.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:45 smithi026 ceph-mon[93126]: pgmap v16306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:45 smithi089 ceph-mon[103441]: pgmap v16306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:46.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:46.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:46 smithi089 ceph-mon[103441]: pgmap v16307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:46 smithi026 ceph-mon[93126]: pgmap v16307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:47.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:47.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:48.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:48.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:49.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:49.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:49 smithi026 ceph-mon[93126]: pgmap v16308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:49 smithi089 ceph-mon[103441]: pgmap v16308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:43:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:43:50.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:50.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:51.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:51.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:51 smithi089 ceph-mon[103441]: pgmap v16309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:51 smithi026 ceph-mon[93126]: pgmap v16309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:52.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:52.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:52 smithi089 ceph-mon[103441]: pgmap v16310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:52 smithi026 ceph-mon[93126]: pgmap v16310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:53.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:53.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:54.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:54.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:55.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:55.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:55 smithi026 ceph-mon[93126]: pgmap v16311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:55 smithi089 ceph-mon[103441]: pgmap v16311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:56.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:56.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:56 smithi089 ceph-mon[103441]: pgmap v16312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:56 smithi026 ceph-mon[93126]: pgmap v16312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:43:57.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:57.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:58.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:58.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:43:59.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:43:59.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:43:59 smithi026 ceph-mon[93126]: pgmap v16313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:43:59 smithi089 ceph-mon[103441]: pgmap v16313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:00.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:00.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:01.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:01.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:01 smithi089 ceph-mon[103441]: pgmap v16314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:01 smithi026 ceph-mon[93126]: pgmap v16314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:02.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:02.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:02 smithi089 ceph-mon[103441]: pgmap v16315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:02 smithi026 ceph-mon[93126]: pgmap v16315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:03.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:03.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:04.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:04.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:05 smithi026 ceph-mon[93126]: pgmap v16316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:05 smithi089 ceph-mon[103441]: pgmap v16316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:05.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:05.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:06.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:06.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:06 smithi089 ceph-mon[103441]: pgmap v16317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:06 smithi026 ceph-mon[93126]: pgmap v16317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:07.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:07.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:08.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:08.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:09.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:09.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:09 smithi026 ceph-mon[93126]: pgmap v16318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:09 smithi089 ceph-mon[103441]: pgmap v16318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:10.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:10.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:11.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:11.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:12.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:11 smithi089 ceph-mon[103441]: pgmap v16319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:11 smithi026 ceph-mon[93126]: pgmap v16319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:12.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:12.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:12 smithi089 ceph-mon[103441]: pgmap v16320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:12 smithi026 ceph-mon[93126]: pgmap v16320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:13.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:13.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:14.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:14.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:15.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:15.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:15 smithi026 ceph-mon[93126]: pgmap v16321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:15 smithi089 ceph-mon[103441]: pgmap v16321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:16.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:16.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:16 smithi089 ceph-mon[103441]: pgmap v16322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:16 smithi026 ceph-mon[93126]: pgmap v16322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:17.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:17.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:18.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:18.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:19.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:19.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:19 smithi026 ceph-mon[93126]: pgmap v16323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:19 smithi089 ceph-mon[103441]: pgmap v16323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:20.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:20.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:21 smithi089 ceph-mon[103441]: pgmap v16324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:21.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:21.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:21 smithi026 ceph-mon[93126]: pgmap v16324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:22.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:22.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:23.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:23.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:23 smithi026 ceph-mon[93126]: pgmap v16325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:23 smithi089 ceph-mon[103441]: pgmap v16325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:24.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:24.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:25.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:25.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:25 smithi026 ceph-mon[93126]: pgmap v16326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:25 smithi089 ceph-mon[103441]: pgmap v16326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:26.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:26.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:26 smithi089 ceph-mon[103441]: pgmap v16327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:26 smithi026 ceph-mon[93126]: pgmap v16327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:27.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:27.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:28.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:28.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:29.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:29.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:29 smithi026 ceph-mon[93126]: pgmap v16328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:29 smithi089 ceph-mon[103441]: pgmap v16328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:30.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:30.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:44:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:44:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:44:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:44:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:44:31.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:44:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:44:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:44:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:44:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:44:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:44:31.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:44:31.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:31.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:32.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:31 smithi089 ceph-mon[103441]: pgmap v16329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:31 smithi026 ceph-mon[93126]: pgmap v16329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:32.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:32.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:32 smithi089 ceph-mon[103441]: pgmap v16330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:32 smithi026 ceph-mon[93126]: pgmap v16330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:33.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:33.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:35.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:35.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:35 smithi026 ceph-mon[93126]: pgmap v16331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:35 smithi089 ceph-mon[103441]: pgmap v16331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:36.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:36.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:37.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:37.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:36 smithi089 ceph-mon[103441]: pgmap v16332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:36 smithi026 ceph-mon[93126]: pgmap v16332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:38.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:38.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:39.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:39.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:40.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:40.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:39 smithi026 ceph-mon[93126]: pgmap v16333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:40.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:39 smithi089 ceph-mon[103441]: pgmap v16333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:41.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:41.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:42.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:42.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:41 smithi026 ceph-mon[93126]: pgmap v16334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:41 smithi089 ceph-mon[103441]: pgmap v16334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:43.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:43.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:44.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:44.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:43 smithi026 ceph-mon[93126]: pgmap v16335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:43 smithi089 ceph-mon[103441]: pgmap v16335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:45.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:45.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:46.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:46.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:45 smithi026 ceph-mon[93126]: pgmap v16336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:45 smithi089 ceph-mon[103441]: pgmap v16336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:47.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:47.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:47.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:46 smithi089 ceph-mon[103441]: pgmap v16337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:46 smithi026 ceph-mon[93126]: pgmap v16337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:48.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:48.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:49.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:49.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:50.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:50.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:49 smithi026 ceph-mon[93126]: pgmap v16338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:49 smithi089 ceph-mon[103441]: pgmap v16338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:44:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:44:51.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:51.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:52.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:52.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:51 smithi026 ceph-mon[93126]: pgmap v16339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:51 smithi089 ceph-mon[103441]: pgmap v16339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:53.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:53.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:53 smithi026 ceph-mon[93126]: pgmap v16340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:54.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:54.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:53 smithi089 ceph-mon[103441]: pgmap v16340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:55.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:55.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:56.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:56.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:55 smithi026 ceph-mon[93126]: pgmap v16341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:55 smithi089 ceph-mon[103441]: pgmap v16341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:57.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:57.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:56 smithi089 ceph-mon[103441]: pgmap v16342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:56 smithi026 ceph-mon[93126]: pgmap v16342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:44:58.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:58.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:44:59.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:44:59.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:00.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:00.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:44:59 smithi026 ceph-mon[93126]: pgmap v16343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:44:59 smithi089 ceph-mon[103441]: pgmap v16343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:01.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:01.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:02.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:02.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:01 smithi026 ceph-mon[93126]: pgmap v16344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:01 smithi089 ceph-mon[103441]: pgmap v16344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:03.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:03.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:04.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:04.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:03 smithi026 ceph-mon[93126]: pgmap v16345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:03 smithi089 ceph-mon[103441]: pgmap v16345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:05.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:05.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:06.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:06.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:06.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:05 smithi026 ceph-mon[93126]: pgmap v16346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:05 smithi089 ceph-mon[103441]: pgmap v16346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:07.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:07.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:06 smithi089 ceph-mon[103441]: pgmap v16347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:06 smithi026 ceph-mon[93126]: pgmap v16347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:08.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:08.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:09.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:09.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:09 smithi026 ceph-mon[93126]: pgmap v16348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:10.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:10.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:09 smithi089 ceph-mon[103441]: pgmap v16348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:11.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:11.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:11 smithi026 ceph-mon[93126]: pgmap v16349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:12.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:12.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:12.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:11 smithi089 ceph-mon[103441]: pgmap v16349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:13.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:13.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:13 smithi026 ceph-mon[93126]: pgmap v16350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:14.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:14.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:13 smithi089 ceph-mon[103441]: pgmap v16350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:15.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:15.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:15 smithi026 ceph-mon[93126]: pgmap v16351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:16.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:16.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:16.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:15 smithi089 ceph-mon[103441]: pgmap v16351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:17.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:17.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:17.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:16 smithi089 ceph-mon[103441]: pgmap v16352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:16 smithi026 ceph-mon[93126]: pgmap v16352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:18.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:18.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:19.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:19.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:19 smithi026 ceph-mon[93126]: pgmap v16353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:20.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:20.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:19 smithi089 ceph-mon[103441]: pgmap v16353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:21.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:21.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:21 smithi026 ceph-mon[93126]: pgmap v16354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:22.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:22.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:21 smithi089 ceph-mon[103441]: pgmap v16354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:23.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:23.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:23 smithi026 ceph-mon[93126]: pgmap v16355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:24.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:24.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:23 smithi089 ceph-mon[103441]: pgmap v16355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:25.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:25.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:25 smithi026 ceph-mon[93126]: pgmap v16356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:26.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:26.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:25 smithi089 ceph-mon[103441]: pgmap v16356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:27.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:27.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:26 smithi089 ceph-mon[103441]: pgmap v16357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:26 smithi026 ceph-mon[93126]: pgmap v16357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:28.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:28.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:29.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:29.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:29 smithi026 ceph-mon[93126]: pgmap v16358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:30.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:30.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:29 smithi089 ceph-mon[103441]: pgmap v16358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:45:31.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:31.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:45:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:31 smithi026 ceph-mon[93126]: pgmap v16359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:45:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:45:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:45:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:45:32.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:45:32.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:32.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:31 smithi089 ceph-mon[103441]: pgmap v16359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:45:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:45:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:45:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:45:32.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:45:33.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:33.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:33 smithi026 ceph-mon[93126]: pgmap v16360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:34.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:34.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:33 smithi089 ceph-mon[103441]: pgmap v16360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:35.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:35.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:35 smithi026 ceph-mon[93126]: pgmap v16361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:36.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:36.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:35 smithi089 ceph-mon[103441]: pgmap v16361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:37.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:37.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:36 smithi089 ceph-mon[103441]: pgmap v16362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:36 smithi026 ceph-mon[93126]: pgmap v16362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:38.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:38.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:39.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:39.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:39 smithi026 ceph-mon[93126]: pgmap v16363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:40.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:40.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:39 smithi089 ceph-mon[103441]: pgmap v16363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:41.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:41.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:41 smithi026 ceph-mon[93126]: pgmap v16364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:42.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:42.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:41 smithi089 ceph-mon[103441]: pgmap v16364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:43.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:43.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:43 smithi026 ceph-mon[93126]: pgmap v16365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:44.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:44.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:44.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:43 smithi089 ceph-mon[103441]: pgmap v16365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:45.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:45.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:45 smithi026 ceph-mon[93126]: pgmap v16366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:46.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:46.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:45 smithi089 ceph-mon[103441]: pgmap v16366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:47.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:47.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:46 smithi089 ceph-mon[103441]: pgmap v16367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:46 smithi026 ceph-mon[93126]: pgmap v16367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:48.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:48.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:49.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:49.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:49 smithi026 ceph-mon[93126]: pgmap v16368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:50.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:50.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:49 smithi089 ceph-mon[103441]: pgmap v16368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:45:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:45:51.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:51.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:51 smithi026 ceph-mon[93126]: pgmap v16369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:52.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:52.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:51 smithi089 ceph-mon[103441]: pgmap v16369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:53.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:53.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:53 smithi026 ceph-mon[93126]: pgmap v16370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:54.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:54.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:54.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:53 smithi089 ceph-mon[103441]: pgmap v16370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:55.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:55.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:55 smithi026 ceph-mon[93126]: pgmap v16371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:56.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:56.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:55 smithi089 ceph-mon[103441]: pgmap v16371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:57.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:57.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:56 smithi089 ceph-mon[103441]: pgmap v16372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:56 smithi026 ceph-mon[93126]: pgmap v16372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:45:58.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:58.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:45:59.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:45:59.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:45:59 smithi026 ceph-mon[93126]: pgmap v16373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:00.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:00.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:45:59 smithi089 ceph-mon[103441]: pgmap v16373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:01.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:01.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:01 smithi026 ceph-mon[93126]: pgmap v16374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:02.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:02.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:02.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:01 smithi089 ceph-mon[103441]: pgmap v16374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:03.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:03.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:03 smithi026 ceph-mon[93126]: pgmap v16375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:04.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:04.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:03 smithi089 ceph-mon[103441]: pgmap v16375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:05.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:05.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:05.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:05 smithi026 ceph-mon[93126]: pgmap v16376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:06.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:06.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:05 smithi089 ceph-mon[103441]: pgmap v16376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:07.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:07.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:07.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:06 smithi089 ceph-mon[103441]: pgmap v16377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:06 smithi026 ceph-mon[93126]: pgmap v16377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:08.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:08.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:09.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:09.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:09 smithi026 ceph-mon[93126]: pgmap v16378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:10.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:10.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:09 smithi089 ceph-mon[103441]: pgmap v16378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:11.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:11.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:11 smithi026 ceph-mon[93126]: pgmap v16379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:12.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:12.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:12.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:11 smithi089 ceph-mon[103441]: pgmap v16379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:13.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:13.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:13 smithi026 ceph-mon[93126]: pgmap v16380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:14.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:14.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:14.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:13 smithi089 ceph-mon[103441]: pgmap v16380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:15.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:15.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:15 smithi026 ceph-mon[93126]: pgmap v16381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:16.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:16.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:16.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:15 smithi089 ceph-mon[103441]: pgmap v16381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:17.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:17.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:17.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:16 smithi089 ceph-mon[103441]: pgmap v16382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:16 smithi026 ceph-mon[93126]: pgmap v16382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:18.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:18.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:19.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:19.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:19 smithi026 ceph-mon[93126]: pgmap v16383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:19 smithi089 ceph-mon[103441]: pgmap v16383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:20.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:20.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:21.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:21.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:21 smithi026 ceph-mon[93126]: pgmap v16384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:22.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:21 smithi089 ceph-mon[103441]: pgmap v16384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:22.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:22.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:23.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:23.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:23 smithi026 ceph-mon[93126]: pgmap v16385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:23 smithi089 ceph-mon[103441]: pgmap v16385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:24.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:24.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:25.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:25.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:25 smithi026 ceph-mon[93126]: pgmap v16386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:25 smithi089 ceph-mon[103441]: pgmap v16386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:26.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:26.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:26 smithi089 ceph-mon[103441]: pgmap v16387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:27.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:27.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:26 smithi026 ceph-mon[93126]: pgmap v16387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:28.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:28.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:29.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:29.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:29 smithi026 ceph-mon[93126]: pgmap v16388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:29 smithi089 ceph-mon[103441]: pgmap v16388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:30.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:30.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:31.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:31.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:31 smithi026 ceph-mon[93126]: pgmap v16389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:46:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:31 smithi089 ceph-mon[103441]: pgmap v16389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:46:32.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:32.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:33.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:33.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:33 smithi026 ceph-mon[93126]: pgmap v16390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:33 smithi089 ceph-mon[103441]: pgmap v16390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:34.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:34.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:35.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:35.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:35 smithi026 ceph-mon[93126]: pgmap v16391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:36.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:35 smithi089 ceph-mon[103441]: pgmap v16391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:36.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:36.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:37.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:37.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:46:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:46:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:46:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:46:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:46:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:46:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:46:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:37 smithi026 ceph-mon[93126]: pgmap v16392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:46:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:46:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:46:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:46:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:46:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:46:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:46:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:37 smithi089 ceph-mon[103441]: pgmap v16392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:38.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:38.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:39.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:39.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:39 smithi026 ceph-mon[93126]: pgmap v16393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:39 smithi089 ceph-mon[103441]: pgmap v16393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:40.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:40.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:41.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:41.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:41 smithi026 ceph-mon[93126]: pgmap v16394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:41 smithi089 ceph-mon[103441]: pgmap v16394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:42.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:42.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:43.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:43.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:43 smithi026 ceph-mon[93126]: pgmap v16395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:44.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:43 smithi089 ceph-mon[103441]: pgmap v16395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:44.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:44.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:45.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:45.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:45 smithi026 ceph-mon[93126]: pgmap v16396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:46.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:45 smithi089 ceph-mon[103441]: pgmap v16396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:46.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:46.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:47.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:46 smithi089 ceph-mon[103441]: pgmap v16397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:47.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:47.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:46 smithi026 ceph-mon[93126]: pgmap v16397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:48.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:48.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:49.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:49.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:49 smithi026 ceph-mon[93126]: pgmap v16398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:50.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:49 smithi089 ceph-mon[103441]: pgmap v16398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:46:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:46:50.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:50.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:51.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:51.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:51 smithi026 ceph-mon[93126]: pgmap v16399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:51 smithi089 ceph-mon[103441]: pgmap v16399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:52.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:52.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:53.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:53.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:53 smithi026 ceph-mon[93126]: pgmap v16400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:53 smithi089 ceph-mon[103441]: pgmap v16400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:54.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:54.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:55.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:55.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:56.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:55 smithi089 ceph-mon[103441]: pgmap v16401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:56.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:56.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:55 smithi026 ceph-mon[93126]: pgmap v16401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:56 smithi089 ceph-mon[103441]: pgmap v16402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:57.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:57.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:56 smithi026 ceph-mon[93126]: pgmap v16402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:46:58.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:58.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:46:59.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:46:59.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:46:59 smithi026 ceph-mon[93126]: pgmap v16403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:46:59 smithi089 ceph-mon[103441]: pgmap v16403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:00.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:00.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:01.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:01.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:01 smithi026 ceph-mon[93126]: pgmap v16404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:02.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:01 smithi089 ceph-mon[103441]: pgmap v16404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:02.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:02.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:03.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:03.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:03 smithi089 ceph-mon[103441]: pgmap v16405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:04.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:04.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:03 smithi026 ceph-mon[93126]: pgmap v16405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:05.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:05.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:06.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:05 smithi089 ceph-mon[103441]: pgmap v16406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:06.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:06.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:05 smithi026 ceph-mon[93126]: pgmap v16406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:06 smithi089 ceph-mon[103441]: pgmap v16407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:07.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:07.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:06 smithi026 ceph-mon[93126]: pgmap v16407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:08.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:08.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:09.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:09.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:09 smithi026 ceph-mon[93126]: pgmap v16408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:09 smithi089 ceph-mon[103441]: pgmap v16408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:10.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:10.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:11.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:11.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:11 smithi089 ceph-mon[103441]: pgmap v16409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:12.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:12.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:11 smithi026 ceph-mon[93126]: pgmap v16409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:13.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:13.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:14.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:13 smithi089 ceph-mon[103441]: pgmap v16410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:14.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:14.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:13 smithi026 ceph-mon[93126]: pgmap v16410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:15.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:15.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:16.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:15 smithi089 ceph-mon[103441]: pgmap v16411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:16.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:16.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:15 smithi026 ceph-mon[93126]: pgmap v16411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:16 smithi089 ceph-mon[103441]: pgmap v16412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:17.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:17.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:16 smithi026 ceph-mon[93126]: pgmap v16412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:18.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:18.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:19.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:19.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:19 smithi089 ceph-mon[103441]: pgmap v16413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:20.219 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:19 smithi026 ceph-mon[93126]: pgmap v16413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:20.219 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:20.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:20.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:21.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:21.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:21 smithi089 ceph-mon[103441]: pgmap v16414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:22.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:22.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:21 smithi026 ceph-mon[93126]: pgmap v16414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:23.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:23.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:24.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:23 smithi089 ceph-mon[103441]: pgmap v16415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:24.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:24.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:23 smithi026 ceph-mon[93126]: pgmap v16415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:25.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:25.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:26.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:25 smithi089 ceph-mon[103441]: pgmap v16416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:26.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:26.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:25 smithi026 ceph-mon[93126]: pgmap v16416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:27.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:26 smithi089 ceph-mon[103441]: pgmap v16417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:27.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:27.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:26 smithi026 ceph-mon[93126]: pgmap v16417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:28.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:28.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:29.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:29.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:29 smithi089 ceph-mon[103441]: pgmap v16418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:30.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:30.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:29 smithi026 ceph-mon[93126]: pgmap v16418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:31.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:31.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:31 smithi089 ceph-mon[103441]: pgmap v16419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:32.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:32.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:32.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:31 smithi026 ceph-mon[93126]: pgmap v16419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:33.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:33.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:33 smithi089 ceph-mon[103441]: pgmap v16420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:34.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:34.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:33 smithi026 ceph-mon[93126]: pgmap v16420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:35.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:35.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:35 smithi089 ceph-mon[103441]: pgmap v16421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:35 smithi026 ceph-mon[93126]: pgmap v16421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:36.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:36.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:37.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:47:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:36 smithi089 ceph-mon[103441]: pgmap v16422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:47:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:36 smithi026 ceph-mon[93126]: pgmap v16422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:37.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:37.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:47:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:47:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:47:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:47:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:47:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:47:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:47:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:47:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:47:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:47:38.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:38.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:39.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:38 smithi089 ceph-mon[103441]: pgmap v16423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:38 smithi026 ceph-mon[93126]: pgmap v16423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:39.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:39.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:40.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:40.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:41.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:41.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:42.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:41 smithi089 ceph-mon[103441]: pgmap v16424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:41 smithi026 ceph-mon[93126]: pgmap v16424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:42.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:42.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:43.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:43.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:44.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:43 smithi089 ceph-mon[103441]: pgmap v16425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:43 smithi026 ceph-mon[93126]: pgmap v16425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:44.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:44.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:45.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:45.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:46.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:45 smithi089 ceph-mon[103441]: pgmap v16426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:45 smithi026 ceph-mon[93126]: pgmap v16426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:46.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:46.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:46 smithi089 ceph-mon[103441]: pgmap v16427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:46 smithi026 ceph-mon[93126]: pgmap v16427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:47.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:47.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:48.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:48.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:49.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:49.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:49 smithi089 ceph-mon[103441]: pgmap v16428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:49 smithi026 ceph-mon[93126]: pgmap v16428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:47:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:47:50.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:50.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:51.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:51.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:52.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:51 smithi089 ceph-mon[103441]: pgmap v16429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:51 smithi026 ceph-mon[93126]: pgmap v16429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:52.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:52.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:53.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:53.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:54.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:53 smithi089 ceph-mon[103441]: pgmap v16430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:53 smithi026 ceph-mon[93126]: pgmap v16430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:54.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:54.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:55.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:55.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:55 smithi026 ceph-mon[93126]: pgmap v16431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:56.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:55 smithi089 ceph-mon[103441]: pgmap v16431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:56.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:56.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:57.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:56 smithi089 ceph-mon[103441]: pgmap v16432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:56 smithi026 ceph-mon[93126]: pgmap v16432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:47:57.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:57.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:58.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:58.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:47:59.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:47:59.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:47:59 smithi089 ceph-mon[103441]: pgmap v16433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:47:59 smithi026 ceph-mon[93126]: pgmap v16433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:00.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:00.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:01.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:01.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:02.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:01 smithi089 ceph-mon[103441]: pgmap v16434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:01 smithi026 ceph-mon[93126]: pgmap v16434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:02.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:02.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:03.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:03.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:04.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:03 smithi089 ceph-mon[103441]: pgmap v16435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:03 smithi026 ceph-mon[93126]: pgmap v16435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:04.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:04.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:05.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:05.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:05 smithi026 ceph-mon[93126]: pgmap v16436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:06.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:05 smithi089 ceph-mon[103441]: pgmap v16436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:06.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:06.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:07.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:06 smithi089 ceph-mon[103441]: pgmap v16437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:06 smithi026 ceph-mon[93126]: pgmap v16437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:07.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:07.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:08.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:08.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:09.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:09.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:09 smithi089 ceph-mon[103441]: pgmap v16438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:09 smithi026 ceph-mon[93126]: pgmap v16438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:10.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:10.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:11.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:11.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:11 smithi089 ceph-mon[103441]: pgmap v16439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:11 smithi026 ceph-mon[93126]: pgmap v16439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:12.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:12.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:13.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:13.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:14.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:13 smithi089 ceph-mon[103441]: pgmap v16440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:13 smithi026 ceph-mon[93126]: pgmap v16440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:14.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:14.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:15.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:15.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:15 smithi089 ceph-mon[103441]: pgmap v16441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:15 smithi026 ceph-mon[93126]: pgmap v16441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:16.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:16.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:17.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:16 smithi089 ceph-mon[103441]: pgmap v16442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:16 smithi026 ceph-mon[93126]: pgmap v16442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:17.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:17.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:18.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:18.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:19.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:19.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:19 smithi089 ceph-mon[103441]: pgmap v16443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:19 smithi026 ceph-mon[93126]: pgmap v16443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:20.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:20.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:21.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:21.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:22.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:21 smithi089 ceph-mon[103441]: pgmap v16444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:21 smithi026 ceph-mon[93126]: pgmap v16444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:22.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:22.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:23.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:23.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:24.109 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:23 smithi089 ceph-mon[103441]: pgmap v16445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:23 smithi026 ceph-mon[93126]: pgmap v16445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:24.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:24.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:25.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:25.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:25 smithi089 ceph-mon[103441]: pgmap v16446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:25 smithi026 ceph-mon[93126]: pgmap v16446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:26.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:26.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:26 smithi089 ceph-mon[103441]: pgmap v16447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:26 smithi026 ceph-mon[93126]: pgmap v16447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:27.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:27.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:28.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:28.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:29.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:29.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:30.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:29 smithi089 ceph-mon[103441]: pgmap v16448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:29 smithi026 ceph-mon[93126]: pgmap v16448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:30.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:30.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:31.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:31.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:32.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:31 smithi089 ceph-mon[103441]: pgmap v16449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:31 smithi026 ceph-mon[93126]: pgmap v16449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:32.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:32.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:33.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:33.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:34.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:33 smithi089 ceph-mon[103441]: pgmap v16450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:33 smithi026 ceph-mon[93126]: pgmap v16450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:34.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:34.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:35.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:35.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:35 smithi089 ceph-mon[103441]: pgmap v16451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:35 smithi026 ceph-mon[93126]: pgmap v16451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:36.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:36.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:36 smithi089 ceph-mon[103441]: pgmap v16452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:36 smithi026 ceph-mon[93126]: pgmap v16452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:37.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:37.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:38.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:48:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:48:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:38.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:38.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:39.266 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:38 smithi089 ceph-mon[103441]: pgmap v16453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:39.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:38 smithi026 ceph-mon[93126]: pgmap v16453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:39.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:39.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:40.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:40.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:41.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:41.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:42.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:41 smithi089 ceph-mon[103441]: pgmap v16454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:41 smithi026 ceph-mon[93126]: pgmap v16454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:42.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:42.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:43.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:43.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:43 smithi089 ceph-mon[103441]: pgmap v16455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:43 smithi026 ceph-mon[93126]: pgmap v16455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:44.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:44.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:45.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:45.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:45 smithi089 ceph-mon[103441]: pgmap v16456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:48:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:48:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:48:46.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:46.191 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:45 smithi026 ceph-mon[93126]: pgmap v16456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:46.191 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:46.191 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:46.191 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:48:46.192 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:48:46.192 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:46.192 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:48:46.192 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:48:46.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:46.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:47.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:46 smithi089 ceph-mon[103441]: pgmap v16457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:46 smithi026 ceph-mon[93126]: pgmap v16457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:47.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:47.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:48.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:48.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:49.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:49.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:50.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:49 smithi089 ceph-mon[103441]: pgmap v16458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:49 smithi026 ceph-mon[93126]: pgmap v16458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:48:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:48:50.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:50.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:51.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:51.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:51 smithi089 ceph-mon[103441]: pgmap v16459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:51 smithi026 ceph-mon[93126]: pgmap v16459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:52.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:52.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:53.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:53.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:54.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:53 smithi089 ceph-mon[103441]: pgmap v16460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:53 smithi026 ceph-mon[93126]: pgmap v16460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:54.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:54.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:55.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:55.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:56.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:55 smithi089 ceph-mon[103441]: pgmap v16461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:55 smithi026 ceph-mon[93126]: pgmap v16461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:56.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:56.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:56 smithi026 ceph-mon[93126]: pgmap v16462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:56 smithi089 ceph-mon[103441]: pgmap v16462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:48:57.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:57.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:58.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:58.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:48:59.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:48:59.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:00.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:48:59 smithi089 ceph-mon[103441]: pgmap v16463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:48:59 smithi026 ceph-mon[93126]: pgmap v16463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:00.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:00.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:01.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:01.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:02.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:01 smithi089 ceph-mon[103441]: pgmap v16464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:01 smithi026 ceph-mon[93126]: pgmap v16464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:02.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:02.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:03.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:03.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:04.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:03 smithi089 ceph-mon[103441]: pgmap v16465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:03 smithi026 ceph-mon[93126]: pgmap v16465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:04.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:04.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:05.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:05.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:05.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:06.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:05 smithi089 ceph-mon[103441]: pgmap v16466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:05 smithi026 ceph-mon[93126]: pgmap v16466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:06.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:06.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:06 smithi026 ceph-mon[93126]: pgmap v16467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:06 smithi089 ceph-mon[103441]: pgmap v16467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:07.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:07.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:08.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:08.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:09.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:09.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:09 smithi089 ceph-mon[103441]: pgmap v16468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:09 smithi026 ceph-mon[93126]: pgmap v16468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:10.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:10.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:11.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:11.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:12.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:11 smithi089 ceph-mon[103441]: pgmap v16469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:11 smithi026 ceph-mon[93126]: pgmap v16469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:12.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:12.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:13.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:13.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:14.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:13 smithi089 ceph-mon[103441]: pgmap v16470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:13 smithi026 ceph-mon[93126]: pgmap v16470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:14.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:14.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:15.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:15.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:16.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:15 smithi089 ceph-mon[103441]: pgmap v16471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:15 smithi026 ceph-mon[93126]: pgmap v16471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:16.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:16.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:16 smithi026 ceph-mon[93126]: pgmap v16472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:16 smithi089 ceph-mon[103441]: pgmap v16472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:17.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:17.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:18.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:18.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:19.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:19.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:20.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:19 smithi089 ceph-mon[103441]: pgmap v16473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:19 smithi026 ceph-mon[93126]: pgmap v16473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:20.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:20.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:21.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:21.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:22.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:21 smithi089 ceph-mon[103441]: pgmap v16474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:21 smithi026 ceph-mon[93126]: pgmap v16474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:22.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:22.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:23.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:23.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:24.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:23 smithi089 ceph-mon[103441]: pgmap v16475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:24.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:23 smithi026 ceph-mon[93126]: pgmap v16475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:24.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:24.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:25.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:25.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:26.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:25 smithi089 ceph-mon[103441]: pgmap v16476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:25 smithi026 ceph-mon[93126]: pgmap v16476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:26.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:26.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:26 smithi026 ceph-mon[93126]: pgmap v16477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:26 smithi089 ceph-mon[103441]: pgmap v16477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:27.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:27.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:28.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:28.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:29.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:29.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:30.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:29 smithi089 ceph-mon[103441]: pgmap v16478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:29 smithi026 ceph-mon[93126]: pgmap v16478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:30.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:30.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:31.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:31.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:31 smithi026 ceph-mon[93126]: pgmap v16479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:32.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:31 smithi089 ceph-mon[103441]: pgmap v16479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:32.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:32.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:33.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:33.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:34.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:33 smithi089 ceph-mon[103441]: pgmap v16480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:33 smithi026 ceph-mon[93126]: pgmap v16480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:34.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:34.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:35.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:35.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:35 smithi089 ceph-mon[103441]: pgmap v16481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:35 smithi026 ceph-mon[93126]: pgmap v16481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:36.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:36.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:36 smithi026 ceph-mon[93126]: pgmap v16482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:37.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:36 smithi089 ceph-mon[103441]: pgmap v16482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:37.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:37.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:38.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:38.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:39.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:39.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:40.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:39 smithi089 ceph-mon[103441]: pgmap v16483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:39 smithi026 ceph-mon[93126]: pgmap v16483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:40.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:40.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:41.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:41.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:42.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:41 smithi089 ceph-mon[103441]: pgmap v16484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:41 smithi026 ceph-mon[93126]: pgmap v16484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:42.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:42.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:43.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:43.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:43 smithi089 ceph-mon[103441]: pgmap v16485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:43 smithi026 ceph-mon[93126]: pgmap v16485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:44.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:44.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:45.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:45.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:46.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:45 smithi089 ceph-mon[103441]: pgmap v16486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:49:46.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:45 smithi026 ceph-mon[93126]: pgmap v16486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:49:46.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:46.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:49:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:49:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:49:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:49:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:49:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:46 smithi026 ceph-mon[93126]: pgmap v16487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:49:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:49:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:49:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:49:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:49:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:46 smithi089 ceph-mon[103441]: pgmap v16487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:47.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:47.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:48.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:48.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:49.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:49.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:50.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:49 smithi089 ceph-mon[103441]: pgmap v16488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:49 smithi026 ceph-mon[93126]: pgmap v16488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:49:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:49:50.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:50.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:51.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:51.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:52.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:51 smithi089 ceph-mon[103441]: pgmap v16489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:52.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:51 smithi026 ceph-mon[93126]: pgmap v16489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:53.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:53.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:54.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:53 smithi089 ceph-mon[103441]: pgmap v16490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:53 smithi026 ceph-mon[93126]: pgmap v16490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:54.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:54.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:55.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:55.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:56.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:55 smithi089 ceph-mon[103441]: pgmap v16491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:55 smithi026 ceph-mon[93126]: pgmap v16491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:56.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:56.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:56 smithi026 ceph-mon[93126]: pgmap v16492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:56 smithi089 ceph-mon[103441]: pgmap v16492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:49:57.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:57.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:58.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:58.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:49:59.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:49:59.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:00.111 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:49:59 smithi089 ceph-mon[103441]: pgmap v16493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:49:59 smithi026 ceph-mon[93126]: pgmap v16493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:00.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:00.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T05:50:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T05:50:01.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:01.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:02.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:01 smithi089 ceph-mon[103441]: pgmap v16494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:01 smithi026 ceph-mon[93126]: pgmap v16494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:02.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:02.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:03.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:03.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:04.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:03 smithi089 ceph-mon[103441]: pgmap v16495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:03 smithi026 ceph-mon[93126]: pgmap v16495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:04.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:04.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:05.164 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:05.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:05.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:06.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:05 smithi089 ceph-mon[103441]: pgmap v16496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:05 smithi026 ceph-mon[93126]: pgmap v16496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:06.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:06.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:06 smithi026 ceph-mon[93126]: pgmap v16497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:06 smithi089 ceph-mon[103441]: pgmap v16497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:07.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:07.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:08.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:08.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:09.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:09.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:09 smithi089 ceph-mon[103441]: pgmap v16498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:09 smithi026 ceph-mon[93126]: pgmap v16498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:10.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:10.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:11.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:11.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:12.164 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:11 smithi026 ceph-mon[93126]: pgmap v16499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:12.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:11 smithi089 ceph-mon[103441]: pgmap v16499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:12.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:12.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:13.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:13.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:14.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:13 smithi089 ceph-mon[103441]: pgmap v16500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:13 smithi026 ceph-mon[93126]: pgmap v16500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:14.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:14.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:15.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:15.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:16.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:15 smithi089 ceph-mon[103441]: pgmap v16501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:15 smithi026 ceph-mon[93126]: pgmap v16501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:16.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:16.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:17.221 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:16 smithi026 ceph-mon[93126]: pgmap v16502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:16 smithi089 ceph-mon[103441]: pgmap v16502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:17.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:17.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:18.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:19.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:19.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:20.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:19 smithi089 ceph-mon[103441]: pgmap v16503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:19 smithi026 ceph-mon[93126]: pgmap v16503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:20.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:20.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:21.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:21.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:22.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:21 smithi089 ceph-mon[103441]: pgmap v16504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:22.278 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:21 smithi026 ceph-mon[93126]: pgmap v16504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:22.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:22.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:23.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:23.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:24.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:23 smithi089 ceph-mon[103441]: pgmap v16505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:23 smithi026 ceph-mon[93126]: pgmap v16505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:24.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:24.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:25.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:25.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:26.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:25 smithi089 ceph-mon[103441]: pgmap v16506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:25 smithi026 ceph-mon[93126]: pgmap v16506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:26.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:26.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:26 smithi026 ceph-mon[93126]: pgmap v16507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:26 smithi089 ceph-mon[103441]: pgmap v16507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:27.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:27.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:28.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:28.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:29.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:29.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:29 smithi089 ceph-mon[103441]: pgmap v16508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:29 smithi026 ceph-mon[93126]: pgmap v16508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:30.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:30.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:31.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:31.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:32.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:31 smithi089 ceph-mon[103441]: pgmap v16509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:31 smithi026 ceph-mon[93126]: pgmap v16509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:32.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:32.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:33.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:33.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:34.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:33 smithi089 ceph-mon[103441]: pgmap v16510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:33 smithi026 ceph-mon[93126]: pgmap v16510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:34.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:34.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:35.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:35.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:36.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:35 smithi089 ceph-mon[103441]: pgmap v16511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:35 smithi026 ceph-mon[93126]: pgmap v16511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:36.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:36.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:36 smithi026 ceph-mon[93126]: pgmap v16512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:37.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:36 smithi089 ceph-mon[103441]: pgmap v16512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:37.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:37.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:38.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:38.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:39.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:39.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:39 smithi089 ceph-mon[103441]: pgmap v16513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:39 smithi026 ceph-mon[93126]: pgmap v16513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:40.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:40.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:41.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:41.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:42.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:41 smithi089 ceph-mon[103441]: pgmap v16514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:41 smithi026 ceph-mon[93126]: pgmap v16514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:42.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:42.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:43.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:43.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:44.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:43 smithi089 ceph-mon[103441]: pgmap v16515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:44.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:43 smithi026 ceph-mon[93126]: pgmap v16515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:44.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:44.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:45.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:45.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:46.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:45 smithi089 ceph-mon[103441]: pgmap v16516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:45 smithi026 ceph-mon[93126]: pgmap v16516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:46.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:46.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:50:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:46 smithi026 ceph-mon[93126]: pgmap v16517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:50:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:50:47.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:50:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:46 smithi089 ceph-mon[103441]: pgmap v16517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:50:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:50:47.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:47.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:50:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:50:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:50:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:50:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:50:48.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:50:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:50:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:50:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:50:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:50:48.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:48.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:48 smithi026 ceph-mon[93126]: pgmap v16518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:48 smithi089 ceph-mon[103441]: pgmap v16518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:50:49.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:49.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:50.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:50:50.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:50.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:50 smithi026 ceph-mon[93126]: pgmap v16519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:51.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:50 smithi089 ceph-mon[103441]: pgmap v16519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:51.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:51.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:52.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:52.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:53.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:53.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:54.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:53 smithi089 ceph-mon[103441]: pgmap v16520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:53 smithi026 ceph-mon[93126]: pgmap v16520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:54.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:54.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:55.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:55.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:56.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:55 smithi089 ceph-mon[103441]: pgmap v16521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:55 smithi026 ceph-mon[93126]: pgmap v16521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:56.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:56.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:56 smithi026 ceph-mon[93126]: pgmap v16522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:56 smithi089 ceph-mon[103441]: pgmap v16522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:50:57.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:57.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:58.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:58.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:50:59.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:50:59.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:00.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:50:59 smithi089 ceph-mon[103441]: pgmap v16523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:50:59 smithi026 ceph-mon[93126]: pgmap v16523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:00.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:00.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:01.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:01.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:02.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:01 smithi089 ceph-mon[103441]: pgmap v16524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:01 smithi026 ceph-mon[93126]: pgmap v16524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:02.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:02.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:03.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:03.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:04.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:03 smithi089 ceph-mon[103441]: pgmap v16525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:03 smithi026 ceph-mon[93126]: pgmap v16525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:04.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:04.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:05.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:05.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:05.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:06.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:05 smithi089 ceph-mon[103441]: pgmap v16526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:05 smithi026 ceph-mon[93126]: pgmap v16526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:06.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:06.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:06 smithi026 ceph-mon[93126]: pgmap v16527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:06 smithi089 ceph-mon[103441]: pgmap v16527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:07.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:07.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:08.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:08.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:09.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:09.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:09 smithi089 ceph-mon[103441]: pgmap v16528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:09 smithi026 ceph-mon[93126]: pgmap v16528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:10.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:10.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:11.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:11.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:12.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:11 smithi089 ceph-mon[103441]: pgmap v16529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:11 smithi026 ceph-mon[93126]: pgmap v16529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:12.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:12.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:13.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:13.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:13 smithi089 ceph-mon[103441]: pgmap v16530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:13 smithi026 ceph-mon[93126]: pgmap v16530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:14.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:14.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:15.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:15.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:16.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:15 smithi089 ceph-mon[103441]: pgmap v16531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:15 smithi026 ceph-mon[93126]: pgmap v16531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:16.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:16.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:16 smithi026 ceph-mon[93126]: pgmap v16532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:16 smithi089 ceph-mon[103441]: pgmap v16532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:17.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:17.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:18.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:18.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:19.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:19.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:20.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:19 smithi089 ceph-mon[103441]: pgmap v16533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:19 smithi026 ceph-mon[93126]: pgmap v16533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:20.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:20.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:21.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:21.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:22.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:21 smithi089 ceph-mon[103441]: pgmap v16534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:21 smithi026 ceph-mon[93126]: pgmap v16534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:22.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:22.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:23.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:23.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:24.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:23 smithi089 ceph-mon[103441]: pgmap v16535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:23 smithi026 ceph-mon[93126]: pgmap v16535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:24.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:24.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:25.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:25.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:26.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:25 smithi089 ceph-mon[103441]: pgmap v16536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:25 smithi026 ceph-mon[93126]: pgmap v16536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:26.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:26.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:26 smithi026 ceph-mon[93126]: pgmap v16537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:26 smithi089 ceph-mon[103441]: pgmap v16537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:27.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:27.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:28.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:28.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:29.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:29.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:30.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:29 smithi089 ceph-mon[103441]: pgmap v16538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:30.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:29 smithi026 ceph-mon[93126]: pgmap v16538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:30.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:30.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:31.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:31.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:32.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:31 smithi089 ceph-mon[103441]: pgmap v16539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:31 smithi026 ceph-mon[93126]: pgmap v16539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:32.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:32.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:33.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:33.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:34.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:33 smithi089 ceph-mon[103441]: pgmap v16540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:33 smithi026 ceph-mon[93126]: pgmap v16540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:34.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:34.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:35.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:35.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:36.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:35 smithi089 ceph-mon[103441]: pgmap v16541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:35 smithi026 ceph-mon[93126]: pgmap v16541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:36.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:36.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:36 smithi026 ceph-mon[93126]: pgmap v16542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:37.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:36 smithi089 ceph-mon[103441]: pgmap v16542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:37.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:37.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:38.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:38.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:39.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:39.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:40.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:39 smithi089 ceph-mon[103441]: pgmap v16543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:39 smithi026 ceph-mon[93126]: pgmap v16543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:40.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:40.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:41.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:41.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:42.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:41 smithi089 ceph-mon[103441]: pgmap v16544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:41 smithi026 ceph-mon[93126]: pgmap v16544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:42.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:42.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:43.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:43.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:44.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:43 smithi089 ceph-mon[103441]: pgmap v16545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:44.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:43 smithi026 ceph-mon[93126]: pgmap v16545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:44.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:44.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:45.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:45.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:46.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:45 smithi089 ceph-mon[103441]: pgmap v16546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:45 smithi026 ceph-mon[93126]: pgmap v16546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:46.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:46.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:46 smithi026 ceph-mon[93126]: pgmap v16547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:47.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:46 smithi089 ceph-mon[103441]: pgmap v16547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:47.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:47.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:48.251 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:51:48.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:51:48.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:48.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:51:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:51:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:51:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:51:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:51:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:48 smithi026 ceph-mon[93126]: pgmap v16548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:49.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:51:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:51:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:51:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:51:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:51:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:48 smithi089 ceph-mon[103441]: pgmap v16548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:51:49.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:49.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:50.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:51:50.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:50.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:51.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:50 smithi089 ceph-mon[103441]: pgmap v16549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:51.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:50 smithi026 ceph-mon[93126]: pgmap v16549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:51.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:51.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:52.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:52.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:53.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:53.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:54.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:53 smithi089 ceph-mon[103441]: pgmap v16550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:53 smithi026 ceph-mon[93126]: pgmap v16550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:54.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:54.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:55.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:55.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:56.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:55 smithi089 ceph-mon[103441]: pgmap v16551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:56.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:55 smithi026 ceph-mon[93126]: pgmap v16551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:56.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:56.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:56 smithi026 ceph-mon[93126]: pgmap v16552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:56 smithi089 ceph-mon[103441]: pgmap v16552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:51:57.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:57.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:58.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:58.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:51:59.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:51:59.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:00.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:51:59 smithi089 ceph-mon[103441]: pgmap v16553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:51:59 smithi026 ceph-mon[93126]: pgmap v16553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:00.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:00.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:01.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:01.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:02.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:01 smithi089 ceph-mon[103441]: pgmap v16554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:02.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:01 smithi026 ceph-mon[93126]: pgmap v16554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:02.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:02.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:03.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:03.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:04.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:03 smithi089 ceph-mon[103441]: pgmap v16555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:03 smithi026 ceph-mon[93126]: pgmap v16555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:04.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:04.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:05.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:05.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:05.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:06.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:05 smithi089 ceph-mon[103441]: pgmap v16556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:05 smithi026 ceph-mon[93126]: pgmap v16556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:06.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:06.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:06 smithi026 ceph-mon[93126]: pgmap v16557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:06 smithi089 ceph-mon[103441]: pgmap v16557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:07.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:07.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:08.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:08.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:09.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:09.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:09 smithi089 ceph-mon[103441]: pgmap v16558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:09 smithi026 ceph-mon[93126]: pgmap v16558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:10.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:10.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:11.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:11.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:12.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:11 smithi089 ceph-mon[103441]: pgmap v16559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:11 smithi026 ceph-mon[93126]: pgmap v16559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:12.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:12.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:13.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:13.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:14.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:13 smithi089 ceph-mon[103441]: pgmap v16560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:14.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:13 smithi026 ceph-mon[93126]: pgmap v16560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:14.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:14.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:15.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:15.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:16.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:15 smithi089 ceph-mon[103441]: pgmap v16561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:15 smithi026 ceph-mon[93126]: pgmap v16561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:16.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:16.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:16 smithi026 ceph-mon[93126]: pgmap v16562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:16 smithi089 ceph-mon[103441]: pgmap v16562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:17.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:17.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:18.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:18.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:19.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:19.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:20.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:19 smithi089 ceph-mon[103441]: pgmap v16563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:19 smithi026 ceph-mon[93126]: pgmap v16563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:20.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:20.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:21.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:21.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:22.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:21 smithi089 ceph-mon[103441]: pgmap v16564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:21 smithi026 ceph-mon[93126]: pgmap v16564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:22.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:22.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:23.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:23.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:24.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:23 smithi089 ceph-mon[103441]: pgmap v16565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:24.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:23 smithi026 ceph-mon[93126]: pgmap v16565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:24.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:24.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:25.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:25.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:26.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:25 smithi089 ceph-mon[103441]: pgmap v16566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:25 smithi026 ceph-mon[93126]: pgmap v16566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:26.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:26.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:26 smithi026 ceph-mon[93126]: pgmap v16567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:26 smithi089 ceph-mon[103441]: pgmap v16567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:27.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:27.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:28.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:28.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:29.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:29.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:30.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:29 smithi089 ceph-mon[103441]: pgmap v16568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:30.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:29 smithi026 ceph-mon[93126]: pgmap v16568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:30.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:30.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:31.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:31.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:32.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:31 smithi089 ceph-mon[103441]: pgmap v16569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:31 smithi026 ceph-mon[93126]: pgmap v16569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:32.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:32.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:33.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:33.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:33 smithi026 ceph-mon[93126]: pgmap v16570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:34.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:33 smithi089 ceph-mon[103441]: pgmap v16570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:34.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:34.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:35.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:35.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:36.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:35 smithi089 ceph-mon[103441]: pgmap v16571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:36.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:35 smithi026 ceph-mon[93126]: pgmap v16571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:36.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:36.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:37.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:36 smithi089 ceph-mon[103441]: pgmap v16572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:37.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:36 smithi026 ceph-mon[93126]: pgmap v16572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:37.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:37.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:38.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:38.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:39.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:39.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:40.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:39 smithi089 ceph-mon[103441]: pgmap v16573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:39 smithi026 ceph-mon[93126]: pgmap v16573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:40.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:40.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:41.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:41.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:42.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:41 smithi089 ceph-mon[103441]: pgmap v16574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:41 smithi026 ceph-mon[93126]: pgmap v16574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:42.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:42.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:43.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:43.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:44.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:43 smithi089 ceph-mon[103441]: pgmap v16575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:44.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:43 smithi026 ceph-mon[93126]: pgmap v16575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:44.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:44.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:45.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:45.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:46.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:45 smithi089 ceph-mon[103441]: pgmap v16576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:46.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:45 smithi026 ceph-mon[93126]: pgmap v16576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:46.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:46.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:46 smithi089 ceph-mon[103441]: pgmap v16577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:46 smithi026 ceph-mon[93126]: pgmap v16577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:47.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:47.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:48.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:52:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:52:48.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:48.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:49 smithi089 ceph-mon[103441]: pgmap v16578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:52:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:52:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:52:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:52:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:52:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:49 smithi026 ceph-mon[93126]: pgmap v16578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:52:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:52:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:52:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:52:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:52:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:52:49.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:52:49.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:49.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:50.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:50.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:51.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:51.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:52.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:51 smithi089 ceph-mon[103441]: pgmap v16579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:51 smithi026 ceph-mon[93126]: pgmap v16579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:52.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:52.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:53.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:53.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:54.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:53 smithi089 ceph-mon[103441]: pgmap v16580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:53 smithi026 ceph-mon[93126]: pgmap v16580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:54.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:54.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:55.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:55.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:56.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:55 smithi089 ceph-mon[103441]: pgmap v16581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:56.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:55 smithi026 ceph-mon[93126]: pgmap v16581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:56.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:56.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:56 smithi026 ceph-mon[93126]: pgmap v16582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:56 smithi089 ceph-mon[103441]: pgmap v16582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:52:57.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:57.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:58.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:58.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:52:59.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:52:59.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:00.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:52:59 smithi089 ceph-mon[103441]: pgmap v16583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:00.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:52:59 smithi026 ceph-mon[93126]: pgmap v16583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:00.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:00.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:01.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:01.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:02.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:01 smithi089 ceph-mon[103441]: pgmap v16584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:01 smithi026 ceph-mon[93126]: pgmap v16584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:02.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:02.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:03.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:03.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:04.105 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:03 smithi026 ceph-mon[93126]: pgmap v16585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:04.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:03 smithi089 ceph-mon[103441]: pgmap v16585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:04.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:04.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:05.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:05.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:05.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:06.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:05 smithi026 ceph-mon[93126]: pgmap v16586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:06.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:05 smithi089 ceph-mon[103441]: pgmap v16586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:06.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:06.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:06 smithi026 ceph-mon[93126]: pgmap v16587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:06 smithi089 ceph-mon[103441]: pgmap v16587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:07.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:07.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:08.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:08.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:09.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:09.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:10.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:09 smithi089 ceph-mon[103441]: pgmap v16588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:09 smithi026 ceph-mon[93126]: pgmap v16588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:10.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:10.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:11.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:11.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:12.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:11 smithi089 ceph-mon[103441]: pgmap v16589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:11 smithi026 ceph-mon[93126]: pgmap v16589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:12.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:12.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:13.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:13.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:14.220 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:13 smithi026 ceph-mon[93126]: pgmap v16590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:14.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:13 smithi089 ceph-mon[103441]: pgmap v16590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:14.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:14.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:15.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:15.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:15 smithi026 ceph-mon[93126]: pgmap v16591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:16.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:15 smithi089 ceph-mon[103441]: pgmap v16591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:16.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:16.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:16 smithi026 ceph-mon[93126]: pgmap v16592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:16 smithi089 ceph-mon[103441]: pgmap v16592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:17.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:17.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:18.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:18.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:19.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:19.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:20.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:19 smithi089 ceph-mon[103441]: pgmap v16593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:19 smithi026 ceph-mon[93126]: pgmap v16593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:20.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:20.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:21.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:21.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:22.221 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:21 smithi089 ceph-mon[103441]: pgmap v16594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:22.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:21 smithi026 ceph-mon[93126]: pgmap v16594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:22.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:22.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:23.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:23.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:23 smithi026 ceph-mon[93126]: pgmap v16595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:23 smithi089 ceph-mon[103441]: pgmap v16595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:24.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:24.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:25.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:25.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:25 smithi026 ceph-mon[93126]: pgmap v16596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:26.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:25 smithi089 ceph-mon[103441]: pgmap v16596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:26.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:26.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:27.274 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:26 smithi089 ceph-mon[103441]: pgmap v16597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:26 smithi026 ceph-mon[93126]: pgmap v16597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:27.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:27.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:28.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:28.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:29.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:29.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:29 smithi026 ceph-mon[93126]: pgmap v16598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:30.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:29 smithi089 ceph-mon[103441]: pgmap v16598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:30.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:30.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:31.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:31.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:32.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:31 smithi026 ceph-mon[93126]: pgmap v16599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:32.326 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:31 smithi089 ceph-mon[103441]: pgmap v16599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:32.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:32.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:33.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:33.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:33 smithi026 ceph-mon[93126]: pgmap v16600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:33 smithi089 ceph-mon[103441]: pgmap v16600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:34.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:34.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:35.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:35.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:35.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:36.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:35 smithi026 ceph-mon[93126]: pgmap v16601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:36.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:35 smithi089 ceph-mon[103441]: pgmap v16601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:36.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:36.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:36 smithi026 ceph-mon[93126]: pgmap v16602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:37.379 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:36 smithi089 ceph-mon[103441]: pgmap v16602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:37.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:37.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:38.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:38.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:39.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:39.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:40.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:39 smithi026 ceph-mon[93126]: pgmap v16603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:40.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:39 smithi089 ceph-mon[103441]: pgmap v16603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:40.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:40.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:41.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:41.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:42.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:41 smithi026 ceph-mon[93126]: pgmap v16604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:42.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:41 smithi089 ceph-mon[103441]: pgmap v16604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:42.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:42.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:43.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:43.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:44.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:43 smithi026 ceph-mon[93126]: pgmap v16605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:44.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:43 smithi089 ceph-mon[103441]: pgmap v16605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:44.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:44.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:45.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:45.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:45 smithi026 ceph-mon[93126]: pgmap v16606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:46.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:45 smithi089 ceph-mon[103441]: pgmap v16606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:46.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:46.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:46 smithi026 ceph-mon[93126]: pgmap v16607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:47.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:46 smithi089 ceph-mon[103441]: pgmap v16607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:47.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:47.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:48.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:48.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:49.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:49.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:49 smithi026 ceph-mon[93126]: pgmap v16608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:53:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:53:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:53:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:53:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:53:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:53:50.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:49 smithi089 ceph-mon[103441]: pgmap v16608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:53:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:53:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:53:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:53:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:53:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:53:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:53:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:53:50.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:50.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:51.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:51.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:52.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:51 smithi026 ceph-mon[93126]: pgmap v16609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:52.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:51 smithi089 ceph-mon[103441]: pgmap v16609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:52.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:52.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:53.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:53.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:54.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:53 smithi026 ceph-mon[93126]: pgmap v16610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:54.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:53 smithi089 ceph-mon[103441]: pgmap v16610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:54.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:54.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:55.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:55.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:56.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:55 smithi026 ceph-mon[93126]: pgmap v16611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:56.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:55 smithi089 ceph-mon[103441]: pgmap v16611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:56.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:56.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:56 smithi026 ceph-mon[93126]: pgmap v16612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:56 smithi089 ceph-mon[103441]: pgmap v16612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:53:57.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:57.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:58.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:58.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:53:59.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:53:59.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:00.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:53:59 smithi026 ceph-mon[93126]: pgmap v16613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:00.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:53:59 smithi089 ceph-mon[103441]: pgmap v16613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:00.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:00.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:01.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:01.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:01 smithi026 ceph-mon[93126]: pgmap v16614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:02.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:01 smithi089 ceph-mon[103441]: pgmap v16614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:02.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:02.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:03.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:03.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:03 smithi026 ceph-mon[93126]: pgmap v16615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:04.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:03 smithi089 ceph-mon[103441]: pgmap v16615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:04.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:04.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:05.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:05.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:05.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:05.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:05 smithi026 ceph-mon[93126]: pgmap v16616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:06.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:05 smithi089 ceph-mon[103441]: pgmap v16616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:06.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:06.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:06 smithi026 ceph-mon[93126]: pgmap v16617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:06 smithi089 ceph-mon[103441]: pgmap v16617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:07.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:07.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:08.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:08.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:09.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:09.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:09 smithi026 ceph-mon[93126]: pgmap v16618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:10.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:09 smithi089 ceph-mon[103441]: pgmap v16618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:10.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:10.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:11.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:11.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:12.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:11 smithi026 ceph-mon[93126]: pgmap v16619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:12.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:11 smithi089 ceph-mon[103441]: pgmap v16619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:12.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:12.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:13.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:13.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:13 smithi026 ceph-mon[93126]: pgmap v16620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:14.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:13 smithi089 ceph-mon[103441]: pgmap v16620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:14.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:14.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:15.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:15.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:16.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:15 smithi026 ceph-mon[93126]: pgmap v16621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:16.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:15 smithi089 ceph-mon[103441]: pgmap v16621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:16.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:16.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:16 smithi026 ceph-mon[93126]: pgmap v16622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:16 smithi089 ceph-mon[103441]: pgmap v16622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:17.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:17.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:18.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:18.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:19.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:19.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:20.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:19 smithi026 ceph-mon[93126]: pgmap v16623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:19 smithi089 ceph-mon[103441]: pgmap v16623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:20.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:20.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:21.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:21.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:21 smithi026 ceph-mon[93126]: pgmap v16624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:22.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:21 smithi089 ceph-mon[103441]: pgmap v16624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:22.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:22.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:23.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:23.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:24.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:23 smithi026 ceph-mon[93126]: pgmap v16625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:24.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:23 smithi089 ceph-mon[103441]: pgmap v16625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:24.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:24.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:25.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:25.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:25 smithi026 ceph-mon[93126]: pgmap v16626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:26.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:25 smithi089 ceph-mon[103441]: pgmap v16626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:26.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:26.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:26 smithi026 ceph-mon[93126]: pgmap v16627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:26 smithi089 ceph-mon[103441]: pgmap v16627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:27.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:27.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:28.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:28.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:30.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:30.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:30.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:29 smithi026 ceph-mon[93126]: pgmap v16628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:30.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:29 smithi089 ceph-mon[103441]: pgmap v16628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:31.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:31.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:32.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:32.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:31 smithi026 ceph-mon[93126]: pgmap v16629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:32.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:31 smithi089 ceph-mon[103441]: pgmap v16629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:33.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:33.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:34.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:34.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:33 smithi026 ceph-mon[93126]: pgmap v16630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:33 smithi089 ceph-mon[103441]: pgmap v16630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:35.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:35.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:35.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:36.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:36.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:36.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:35 smithi026 ceph-mon[93126]: pgmap v16631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:36.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:35 smithi089 ceph-mon[103441]: pgmap v16631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:37.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:37.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:37.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:37 smithi026 ceph-mon[93126]: pgmap v16632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:37.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:37 smithi089 ceph-mon[103441]: pgmap v16632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:38.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:38.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:39.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:39.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:40.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:40.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:39 smithi026 ceph-mon[93126]: pgmap v16633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:40.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:39 smithi089 ceph-mon[103441]: pgmap v16633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:41.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:41.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:42.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:42.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:42.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:41 smithi026 ceph-mon[93126]: pgmap v16634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:42.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:41 smithi089 ceph-mon[103441]: pgmap v16634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:43.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:43.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:44.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:44.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:44.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:43 smithi026 ceph-mon[93126]: pgmap v16635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:44.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:43 smithi089 ceph-mon[103441]: pgmap v16635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:45.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:45.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:46.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:46.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:45 smithi026 ceph-mon[93126]: pgmap v16636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:46.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:45 smithi089 ceph-mon[103441]: pgmap v16636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:47.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:47.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:47 smithi026 ceph-mon[93126]: pgmap v16637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:47 smithi089 ceph-mon[103441]: pgmap v16637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:48.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:48.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:49.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:49.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:50.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:50.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:50.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:49 smithi026 ceph-mon[93126]: pgmap v16638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:54:50.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:49 smithi089 ceph-mon[103441]: pgmap v16638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:54:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:54:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:54:51.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:51.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:54:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:54:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:54:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:54:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:54:51.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:54:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:54:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:54:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:54:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:54:52.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:52.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:52.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:51 smithi026 ceph-mon[93126]: pgmap v16639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:52.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:51 smithi089 ceph-mon[103441]: pgmap v16639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:53.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:53.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:54.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:54.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:53 smithi026 ceph-mon[93126]: pgmap v16640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:54.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:53 smithi089 ceph-mon[103441]: pgmap v16640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:55.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:55.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:56.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:56.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:56.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:55 smithi026 ceph-mon[93126]: pgmap v16641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:56.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:55 smithi089 ceph-mon[103441]: pgmap v16641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:57.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:57.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:57 smithi026 ceph-mon[93126]: pgmap v16642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:57 smithi089 ceph-mon[103441]: pgmap v16642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:54:58.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:58.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:54:59.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:54:59.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:00.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:00.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:54:59 smithi026 ceph-mon[93126]: pgmap v16643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:00.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:54:59 smithi089 ceph-mon[103441]: pgmap v16643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:01.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:01.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:02.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:02.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:02.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:01 smithi026 ceph-mon[93126]: pgmap v16644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:02.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:01 smithi089 ceph-mon[103441]: pgmap v16644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:03.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:03.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:04.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:04.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:03 smithi026 ceph-mon[93126]: pgmap v16645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:04.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:03 smithi089 ceph-mon[103441]: pgmap v16645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:05.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:05.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:05.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:06.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:06.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:05 smithi026 ceph-mon[93126]: pgmap v16646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:06.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:05 smithi089 ceph-mon[103441]: pgmap v16646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:07.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:07.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:07 smithi026 ceph-mon[93126]: pgmap v16647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:07 smithi089 ceph-mon[103441]: pgmap v16647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:08.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:08.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:09.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:09.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:10.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:10.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:09 smithi026 ceph-mon[93126]: pgmap v16648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:10.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:09 smithi089 ceph-mon[103441]: pgmap v16648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:11.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:11.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:12.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:12.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:12.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:11 smithi026 ceph-mon[93126]: pgmap v16649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:12.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:11 smithi089 ceph-mon[103441]: pgmap v16649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:13.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:13.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:14.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:14.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:14.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:13 smithi026 ceph-mon[93126]: pgmap v16650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:14.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:13 smithi089 ceph-mon[103441]: pgmap v16650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:15.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:15.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:16.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:16.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:16.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:15 smithi026 ceph-mon[93126]: pgmap v16651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:16.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:15 smithi089 ceph-mon[103441]: pgmap v16651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:17.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:17.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:17 smithi026 ceph-mon[93126]: pgmap v16652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:17 smithi089 ceph-mon[103441]: pgmap v16652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:18.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:18.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:19.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:19.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:20.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:20.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:20.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:19 smithi026 ceph-mon[93126]: pgmap v16653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:19 smithi089 ceph-mon[103441]: pgmap v16653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:21.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:21.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:22.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:22.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:22.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:21 smithi026 ceph-mon[93126]: pgmap v16654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:22.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:21 smithi089 ceph-mon[103441]: pgmap v16654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:23.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:23.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:24.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:24.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:24.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:23 smithi026 ceph-mon[93126]: pgmap v16655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:24.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:23 smithi089 ceph-mon[103441]: pgmap v16655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:25.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:25.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:26.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:26.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:25 smithi026 ceph-mon[93126]: pgmap v16656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:26.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:25 smithi089 ceph-mon[103441]: pgmap v16656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:27.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:27.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:27 smithi026 ceph-mon[93126]: pgmap v16657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:27 smithi089 ceph-mon[103441]: pgmap v16657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:28.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:28.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:29.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:29.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:30.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:30.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:29 smithi026 ceph-mon[93126]: pgmap v16658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:30.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:29 smithi089 ceph-mon[103441]: pgmap v16658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:31.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:31.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:32.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:32.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:32.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:31 smithi026 ceph-mon[93126]: pgmap v16659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:32.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:31 smithi089 ceph-mon[103441]: pgmap v16659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:33.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:33.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:34.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:34.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:33 smithi026 ceph-mon[93126]: pgmap v16660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:33 smithi089 ceph-mon[103441]: pgmap v16660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:35.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:35.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:35.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:36.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:36.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:35 smithi026 ceph-mon[93126]: pgmap v16661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:36.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:35 smithi089 ceph-mon[103441]: pgmap v16661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:37.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:37.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:37 smithi026 ceph-mon[93126]: pgmap v16662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:37.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:37 smithi089 ceph-mon[103441]: pgmap v16662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:38.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:38.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:39.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:39.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:40.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:40.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:39 smithi026 ceph-mon[93126]: pgmap v16663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:40.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:39 smithi089 ceph-mon[103441]: pgmap v16663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:41.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:41.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:42.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:42.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:41 smithi026 ceph-mon[93126]: pgmap v16664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:42.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:41 smithi089 ceph-mon[103441]: pgmap v16664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:43.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:43.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:44.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:44.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:43 smithi026 ceph-mon[93126]: pgmap v16665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:44.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:43 smithi089 ceph-mon[103441]: pgmap v16665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:45.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:45.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:46.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:46.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:46.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:45 smithi026 ceph-mon[93126]: pgmap v16666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:46.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:45 smithi089 ceph-mon[103441]: pgmap v16666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:47.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:47.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:47 smithi026 ceph-mon[93126]: pgmap v16667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:47.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:47 smithi089 ceph-mon[103441]: pgmap v16667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:48.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:48.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:49.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:49.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:50.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:50.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:50.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:49 smithi026 ceph-mon[93126]: pgmap v16668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:50.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:49 smithi089 ceph-mon[103441]: pgmap v16668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:55:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:55:51.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:51.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:55:51.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:55:52.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:52.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:51 smithi026 ceph-mon[93126]: pgmap v16669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:55:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:55:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:55:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:55:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:55:52.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:51 smithi089 ceph-mon[103441]: pgmap v16669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:55:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:55:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:55:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:55:52.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:55:53.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:53.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:54.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:54.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:54.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:53 smithi089 ceph-mon[103441]: pgmap v16670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:53 smithi026 ceph-mon[93126]: pgmap v16670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:55.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:55.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:56.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:56.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:55 smithi026 ceph-mon[93126]: pgmap v16671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:56.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:55 smithi089 ceph-mon[103441]: pgmap v16671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:57.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:57.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:57 smithi026 ceph-mon[93126]: pgmap v16672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:57 smithi089 ceph-mon[103441]: pgmap v16672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:55:58.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:58.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:55:59.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:55:59.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:00.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:00.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:55:59 smithi026 ceph-mon[93126]: pgmap v16673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:00.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:55:59 smithi089 ceph-mon[103441]: pgmap v16673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:01.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:01.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:02.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:02.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:02.308 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:01 smithi026 ceph-mon[93126]: pgmap v16674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:02.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:01 smithi089 ceph-mon[103441]: pgmap v16674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:03.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:03.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:04.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:04.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:04.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:03 smithi089 ceph-mon[103441]: pgmap v16675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:03 smithi026 ceph-mon[93126]: pgmap v16675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:05.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:05.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:05.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:06.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:06.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:05 smithi026 ceph-mon[93126]: pgmap v16676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:06.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:05 smithi089 ceph-mon[103441]: pgmap v16676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:07.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:07.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:07 smithi026 ceph-mon[93126]: pgmap v16677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:07 smithi089 ceph-mon[103441]: pgmap v16677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:08.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:08.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:09.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:09.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:10.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:10.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:10.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:09 smithi026 ceph-mon[93126]: pgmap v16678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:10.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:09 smithi089 ceph-mon[103441]: pgmap v16678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:11.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:11.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:12.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:12.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:11 smithi026 ceph-mon[93126]: pgmap v16679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:12.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:11 smithi089 ceph-mon[103441]: pgmap v16679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:13.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:13.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:14.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:14.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:14.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:13 smithi026 ceph-mon[93126]: pgmap v16680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:14.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:13 smithi089 ceph-mon[103441]: pgmap v16680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:15.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:15.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:16.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:16.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:16.288 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:15 smithi026 ceph-mon[93126]: pgmap v16681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:16.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:15 smithi089 ceph-mon[103441]: pgmap v16681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:17.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:17.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:17 smithi026 ceph-mon[93126]: pgmap v16682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:17 smithi089 ceph-mon[103441]: pgmap v16682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:18.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:18.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:19.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:19.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:20.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:20.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:19 smithi026 ceph-mon[93126]: pgmap v16683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:19 smithi089 ceph-mon[103441]: pgmap v16683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:21.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:21.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:22.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:22.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:21 smithi026 ceph-mon[93126]: pgmap v16684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:22.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:21 smithi089 ceph-mon[103441]: pgmap v16684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:23.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:23.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:24.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:24.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:24.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:23 smithi026 ceph-mon[93126]: pgmap v16685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:24.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:23 smithi089 ceph-mon[103441]: pgmap v16685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:25.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:25.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:26.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:26.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:25 smithi026 ceph-mon[93126]: pgmap v16686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:26.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:25 smithi089 ceph-mon[103441]: pgmap v16686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:27.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:27.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:27 smithi026 ceph-mon[93126]: pgmap v16687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:27 smithi089 ceph-mon[103441]: pgmap v16687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:28.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:28.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:29.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:29.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:30.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:30.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:29 smithi026 ceph-mon[93126]: pgmap v16688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:30.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:29 smithi089 ceph-mon[103441]: pgmap v16688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:31.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:31.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:32.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:32.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:31 smithi026 ceph-mon[93126]: pgmap v16689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:32.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:31 smithi089 ceph-mon[103441]: pgmap v16689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:33.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:33.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:34.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:34.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:33 smithi026 ceph-mon[93126]: pgmap v16690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:33 smithi089 ceph-mon[103441]: pgmap v16690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:35.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:35.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:35.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:36.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:36.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:35 smithi026 ceph-mon[93126]: pgmap v16691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:36.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:35 smithi089 ceph-mon[103441]: pgmap v16691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:37.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:37.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:37 smithi026 ceph-mon[93126]: pgmap v16692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:37.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:37 smithi089 ceph-mon[103441]: pgmap v16692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:38.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:38.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:39.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:39.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:40.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:40.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:40.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:39 smithi026 ceph-mon[93126]: pgmap v16693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:40.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:39 smithi089 ceph-mon[103441]: pgmap v16693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:41.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:41.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:42.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:42.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:41 smithi026 ceph-mon[93126]: pgmap v16694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:42.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:41 smithi089 ceph-mon[103441]: pgmap v16694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:43.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:43.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:44.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:44.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:44.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:43 smithi026 ceph-mon[93126]: pgmap v16695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:44.338 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:43 smithi089 ceph-mon[103441]: pgmap v16695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:45.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:45.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:46.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:46.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:46.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:45 smithi026 ceph-mon[93126]: pgmap v16696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:46.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:46 smithi089 ceph-mon[103441]: pgmap v16696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:47.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:47.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:47 smithi026 ceph-mon[93126]: pgmap v16697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:47.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:47 smithi089 ceph-mon[103441]: pgmap v16697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:48.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:48.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:49.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:49.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:50.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:50.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:50.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:49 smithi026 ceph-mon[93126]: pgmap v16698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:50.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:49 smithi089 ceph-mon[103441]: pgmap v16698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:56:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:56:51.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:51.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:52.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:52.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:51 smithi026 ceph-mon[93126]: pgmap v16699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:56:52.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:51 smithi089 ceph-mon[103441]: pgmap v16699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:56:53.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:53.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:54.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:54.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:54 smithi026 ceph-mon[93126]: pgmap v16700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:54.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:54 smithi089 ceph-mon[103441]: pgmap v16700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:55.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:55.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:56.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:56.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:56.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:56 smithi026 ceph-mon[93126]: pgmap v16701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:56:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:56:56.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:56 smithi089 ceph-mon[103441]: pgmap v16701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:56:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:56:57.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:57.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:56:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:56:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:56:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:56:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:56:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:57 smithi026 ceph-mon[93126]: pgmap v16702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:56:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:56:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:56:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:56:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:56:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:57 smithi089 ceph-mon[103441]: pgmap v16702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:56:58.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:58.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:56:59.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:56:59.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:00.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:00.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:00.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:56:59 smithi026 ceph-mon[93126]: pgmap v16703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:00.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:56:59 smithi089 ceph-mon[103441]: pgmap v16703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:01.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:01.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:02.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:02 smithi026 ceph-mon[93126]: pgmap v16704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:02.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:02.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:02.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:02 smithi089 ceph-mon[103441]: pgmap v16704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:03.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:03.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:04.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:04.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:04 smithi026 ceph-mon[93126]: pgmap v16705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:04.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:04 smithi089 ceph-mon[103441]: pgmap v16705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:05.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:05.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:05.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:06.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:06.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:06.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:06 smithi026 ceph-mon[93126]: pgmap v16706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:06.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:06 smithi089 ceph-mon[103441]: pgmap v16706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:07.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:07.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:07 smithi026 ceph-mon[93126]: pgmap v16707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:07 smithi089 ceph-mon[103441]: pgmap v16707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:08.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:08.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:09.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:09.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:10.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:10.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:10 smithi026 ceph-mon[93126]: pgmap v16708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:10.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:10 smithi089 ceph-mon[103441]: pgmap v16708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:11.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:11.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:12.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:12.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:12.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:12 smithi026 ceph-mon[93126]: pgmap v16709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:12.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:12 smithi089 ceph-mon[103441]: pgmap v16709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:13.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:13.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:14.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:14.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:14.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:14 smithi026 ceph-mon[93126]: pgmap v16710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:14.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:14 smithi089 ceph-mon[103441]: pgmap v16710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:15.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:15.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:15.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:15 smithi026 ceph-mon[93126]: pgmap v16711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:15.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:15 smithi089 ceph-mon[103441]: pgmap v16711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:16.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:16.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:17.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:17.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:17 smithi026 ceph-mon[93126]: pgmap v16712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:17 smithi089 ceph-mon[103441]: pgmap v16712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:18.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:18.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:19.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:19.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:20.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:20.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:20.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:20 smithi026 ceph-mon[93126]: pgmap v16713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:20 smithi089 ceph-mon[103441]: pgmap v16713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:21.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:21.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:22.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:22.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:22.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:22 smithi026 ceph-mon[93126]: pgmap v16714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:22.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:22 smithi089 ceph-mon[103441]: pgmap v16714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:23.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:23.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:23.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:23 smithi089 ceph-mon[103441]: pgmap v16715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:23.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:23 smithi026 ceph-mon[93126]: pgmap v16715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:24.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:24.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:25.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:25.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:26.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:26.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:26.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:26 smithi026 ceph-mon[93126]: pgmap v16716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:26.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:26 smithi089 ceph-mon[103441]: pgmap v16716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:27.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:27.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:27 smithi026 ceph-mon[93126]: pgmap v16717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:27 smithi089 ceph-mon[103441]: pgmap v16717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:28.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:28.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:29.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:29.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:30.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:30 smithi089 ceph-mon[103441]: pgmap v16718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:30.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:30.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:30.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:30 smithi026 ceph-mon[93126]: pgmap v16718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:31.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:31.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:32.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:32 smithi026 ceph-mon[93126]: pgmap v16719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:32.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:32.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:32.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:32 smithi089 ceph-mon[103441]: pgmap v16719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:33.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:33.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:33.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:33 smithi089 ceph-mon[103441]: pgmap v16720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:33 smithi026 ceph-mon[93126]: pgmap v16720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:34.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:34.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:35 smithi089 ceph-mon[103441]: pgmap v16721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:35.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:35.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:35 smithi026 ceph-mon[93126]: pgmap v16721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:36.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:36.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:37 smithi026 ceph-mon[93126]: pgmap v16722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:37.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:37.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:37.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:37 smithi089 ceph-mon[103441]: pgmap v16722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:38.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:38.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:39.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:39.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:40.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:40 smithi089 ceph-mon[103441]: pgmap v16723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:40.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:40 smithi026 ceph-mon[93126]: pgmap v16723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:40.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:40.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:41.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:41.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:41.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:41 smithi089 ceph-mon[103441]: pgmap v16724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:41.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:41 smithi026 ceph-mon[93126]: pgmap v16724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:42.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:42.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:43.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:43.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:44 smithi026 ceph-mon[93126]: pgmap v16725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:44.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:44.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:44.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:44 smithi089 ceph-mon[103441]: pgmap v16725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:45 smithi026 ceph-mon[93126]: pgmap v16726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:45.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:45.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:45.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:45 smithi089 ceph-mon[103441]: pgmap v16726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:46.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:46.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:47 smithi026 ceph-mon[93126]: pgmap v16727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:47.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:47.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:47.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:47 smithi089 ceph-mon[103441]: pgmap v16727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:48.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:48.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:49.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:49.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:50.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:50 smithi026 ceph-mon[93126]: pgmap v16728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:50.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:50.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:50.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:50 smithi089 ceph-mon[103441]: pgmap v16728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:57:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:51 smithi026 ceph-mon[93126]: pgmap v16729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:51.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:51.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:51.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:51 smithi089 ceph-mon[103441]: pgmap v16729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:52.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:52.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:53.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:53.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:53.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:53 smithi089 ceph-mon[103441]: pgmap v16730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:53 smithi026 ceph-mon[93126]: pgmap v16730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:54.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:54.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:55.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:55.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:55.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:55 smithi089 ceph-mon[103441]: pgmap v16731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:55.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:55 smithi026 ceph-mon[93126]: pgmap v16731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:56.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:56.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:57:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:57 smithi026 ceph-mon[93126]: pgmap v16732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:57.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:57.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:57:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:57 smithi089 ceph-mon[103441]: pgmap v16732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:57:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:57:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:57:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:57:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:57:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:57:58.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:58.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:58.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:57:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:57:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:57:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:57:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:57:59.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:57:59 smithi026 ceph-mon[93126]: pgmap v16733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:57:59.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:57:59.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:57:59.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:57:59 smithi089 ceph-mon[103441]: pgmap v16733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:00.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:00.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:01.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:01.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:01.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:01 smithi089 ceph-mon[103441]: pgmap v16734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:01 smithi026 ceph-mon[93126]: pgmap v16734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:02.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:02.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:03.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:03.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:03.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:03 smithi089 ceph-mon[103441]: pgmap v16735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:03 smithi026 ceph-mon[93126]: pgmap v16735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:04.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:04.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:04.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:05.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:05.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:05.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:05 smithi089 ceph-mon[103441]: pgmap v16736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:05 smithi026 ceph-mon[93126]: pgmap v16736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:06.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:06.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:07 smithi026 ceph-mon[93126]: pgmap v16737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:07.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:07.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:07 smithi089 ceph-mon[103441]: pgmap v16737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:08.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:08.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:09.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:09.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:09.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:09 smithi089 ceph-mon[103441]: pgmap v16738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:09.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:09 smithi026 ceph-mon[93126]: pgmap v16738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:10.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:10.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:11.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:11.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:11.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:11 smithi089 ceph-mon[103441]: pgmap v16739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:11 smithi026 ceph-mon[93126]: pgmap v16739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:12.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:12.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:13.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:13.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:13.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:13 smithi089 ceph-mon[103441]: pgmap v16740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:13 smithi026 ceph-mon[93126]: pgmap v16740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:14.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:14.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:15.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:15.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:15.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:15 smithi089 ceph-mon[103441]: pgmap v16741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:15.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:15 smithi026 ceph-mon[93126]: pgmap v16741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:16.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:16.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:17 smithi026 ceph-mon[93126]: pgmap v16742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:17.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:17.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:17 smithi089 ceph-mon[103441]: pgmap v16742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:18.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:18.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:19.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:19.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:19 smithi089 ceph-mon[103441]: pgmap v16743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:19 smithi026 ceph-mon[93126]: pgmap v16743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:20.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:20.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:21.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:21.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:21.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:21 smithi089 ceph-mon[103441]: pgmap v16744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:21.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:21 smithi026 ceph-mon[93126]: pgmap v16744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:22.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:22.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:23.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:23.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:23.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:23 smithi089 ceph-mon[103441]: pgmap v16745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:23.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:23 smithi026 ceph-mon[93126]: pgmap v16745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:24.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:24.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:25.393 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:25 smithi089 ceph-mon[103441]: pgmap v16746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:25.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:25.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:25 smithi026 ceph-mon[93126]: pgmap v16746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:26.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:26.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:27.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:27 smithi026 ceph-mon[93126]: pgmap v16747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:27.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:27.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:27 smithi089 ceph-mon[103441]: pgmap v16747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:28.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:28.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:29.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:29.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:29.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:29 smithi089 ceph-mon[103441]: pgmap v16748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:29 smithi026 ceph-mon[93126]: pgmap v16748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:30.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:30.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:31.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:31.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:31.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:31 smithi089 ceph-mon[103441]: pgmap v16749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:31.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:31 smithi026 ceph-mon[93126]: pgmap v16749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:32.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:32.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:33 smithi026 ceph-mon[93126]: pgmap v16750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:33.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:33.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:33.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:33 smithi089 ceph-mon[103441]: pgmap v16750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:34.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:34.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:35.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:35.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:35.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:35 smithi089 ceph-mon[103441]: pgmap v16751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:35.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:35 smithi026 ceph-mon[93126]: pgmap v16751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:36.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:36.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:37 smithi026 ceph-mon[93126]: pgmap v16752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:37.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:37.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:37.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:37 smithi089 ceph-mon[103441]: pgmap v16752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:38.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:38.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:39.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:39.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:39.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:39 smithi089 ceph-mon[103441]: pgmap v16753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:39 smithi026 ceph-mon[93126]: pgmap v16753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:40.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:40.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:41.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:41.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:41.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:41 smithi089 ceph-mon[103441]: pgmap v16754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:41.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:41 smithi026 ceph-mon[93126]: pgmap v16754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:42.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:42.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:43.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:43 smithi026 ceph-mon[93126]: pgmap v16755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:43.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:43 smithi089 ceph-mon[103441]: pgmap v16755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:43.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:43.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:44.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:44.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:45.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:45 smithi089 ceph-mon[103441]: pgmap v16756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:45.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:45.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:45.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:45 smithi026 ceph-mon[93126]: pgmap v16756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:46.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:46.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:47.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:47 smithi026 ceph-mon[93126]: pgmap v16757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:47.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:47 smithi089 ceph-mon[103441]: pgmap v16757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:47.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:47.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:48.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:48.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:49.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:49 smithi089 ceph-mon[103441]: pgmap v16758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:49.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:49.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:49 smithi026 ceph-mon[93126]: pgmap v16758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:58:50.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:50.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:51.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:51 smithi089 ceph-mon[103441]: pgmap v16759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:51.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:51.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:51 smithi026 ceph-mon[93126]: pgmap v16759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:52.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:52.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:53.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:53 smithi089 ceph-mon[103441]: pgmap v16760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:53.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:53.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:53 smithi026 ceph-mon[93126]: pgmap v16760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:54.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:54.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:55.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:55 smithi089 ceph-mon[103441]: pgmap v16761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:55.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:55.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:55.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:55 smithi026 ceph-mon[93126]: pgmap v16761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:56.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:56.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:57 smithi089 ceph-mon[103441]: pgmap v16762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:57.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:57.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:57.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:57 smithi026 ceph-mon[93126]: pgmap v16762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:58:58.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:58:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:58:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:58:58.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:58.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T05:58:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:58:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:58:59.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:58:59 smithi089 ceph-mon[103441]: pgmap v16763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:58:59.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:58:59.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:58:59.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:58:59 smithi026 ceph-mon[93126]: pgmap v16763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:00.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:00.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:01.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:01 smithi089 ceph-mon[103441]: pgmap v16764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:01.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:01.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:01.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:01 smithi026 ceph-mon[93126]: pgmap v16764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:02.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:02.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:03.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:03 smithi089 ceph-mon[103441]: pgmap v16765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:03.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:03.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:03.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:03 smithi026 ceph-mon[93126]: pgmap v16765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:04.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:04.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:04.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:04.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:05.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:05.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:06.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:05 smithi089 ceph-mon[103441]: pgmap v16766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:59:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:59:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:59:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:05 smithi026 ceph-mon[93126]: pgmap v16766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T05:59:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T05:59:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T05:59:06.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T05:59:06.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:06.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:07 smithi089 ceph-mon[103441]: pgmap v16767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:07.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:07.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:07 smithi026 ceph-mon[93126]: pgmap v16767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:08.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:08.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:09.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:09 smithi089 ceph-mon[103441]: pgmap v16768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:09.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:09.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:09.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:09 smithi026 ceph-mon[93126]: pgmap v16768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:10.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:10.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:11.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:11 smithi089 ceph-mon[103441]: pgmap v16769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:11.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:11.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:11.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:11 smithi026 ceph-mon[93126]: pgmap v16769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:12.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:12.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:13.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:13 smithi089 ceph-mon[103441]: pgmap v16770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:13.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:13.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:13.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:13 smithi026 ceph-mon[93126]: pgmap v16770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:14.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:14.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:15.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:15 smithi089 ceph-mon[103441]: pgmap v16771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:15.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:15.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:15.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:15 smithi026 ceph-mon[93126]: pgmap v16771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:16.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:16.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:17 smithi089 ceph-mon[103441]: pgmap v16772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:17.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:17.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:17.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:17 smithi026 ceph-mon[93126]: pgmap v16772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:18.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:18.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:19 smithi089 ceph-mon[103441]: pgmap v16773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:19.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:19.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:19 smithi026 ceph-mon[93126]: pgmap v16773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:20.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:20.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:21.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:21 smithi089 ceph-mon[103441]: pgmap v16774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:21.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:21.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:21.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:21 smithi026 ceph-mon[93126]: pgmap v16774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:22.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:22.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:23.406 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:23 smithi026 ceph-mon[93126]: pgmap v16775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:23.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:23 smithi089 ceph-mon[103441]: pgmap v16775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:23.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:23.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:24.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:24.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:25.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:25 smithi089 ceph-mon[103441]: pgmap v16776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:25.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:25.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:25.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:25 smithi026 ceph-mon[93126]: pgmap v16776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:26.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:26.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:27 smithi089 ceph-mon[103441]: pgmap v16777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:27.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:27.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:27.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:27 smithi026 ceph-mon[93126]: pgmap v16777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:28.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:28.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:29.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:29 smithi089 ceph-mon[103441]: pgmap v16778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:29.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:29.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:29 smithi026 ceph-mon[93126]: pgmap v16778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:30.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:30.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:31.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:31 smithi089 ceph-mon[103441]: pgmap v16779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:31.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:31.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:31.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:31 smithi026 ceph-mon[93126]: pgmap v16779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:32.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:32.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:33.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:33 smithi089 ceph-mon[103441]: pgmap v16780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:33.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:33.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:33.521 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:33 smithi026 ceph-mon[93126]: pgmap v16780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:34.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:34.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:34.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:35.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:35 smithi089 ceph-mon[103441]: pgmap v16781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:35.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:35.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:35.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:35 smithi026 ceph-mon[93126]: pgmap v16781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:36.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:36.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:37.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:37 smithi089 ceph-mon[103441]: pgmap v16782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:37.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:37.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:37 smithi026 ceph-mon[93126]: pgmap v16782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:38.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:38.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:39.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:39 smithi089 ceph-mon[103441]: pgmap v16783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:39.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:39.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:39 smithi026 ceph-mon[93126]: pgmap v16783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:40.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:40.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:41.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:41 smithi089 ceph-mon[103441]: pgmap v16784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:41.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:41.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:41.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:41 smithi026 ceph-mon[93126]: pgmap v16784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:42.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:42.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:43.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:43 smithi089 ceph-mon[103441]: pgmap v16785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:43.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:43.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:43.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:43 smithi026 ceph-mon[93126]: pgmap v16785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:44.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:44.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:45.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:45 smithi089 ceph-mon[103441]: pgmap v16786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:45.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:45.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:45.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:45 smithi026 ceph-mon[93126]: pgmap v16786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:46.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:46.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:47.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:47 smithi089 ceph-mon[103441]: pgmap v16787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:47.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:47.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:47.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:47 smithi026 ceph-mon[93126]: pgmap v16787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:48.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:48.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:49.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:49 smithi089 ceph-mon[103441]: pgmap v16788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:49.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:49.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:49 smithi026 ceph-mon[93126]: pgmap v16788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T05:59:50.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:50.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:51.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:51 smithi089 ceph-mon[103441]: pgmap v16789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:51.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:51.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:51.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:51 smithi026 ceph-mon[93126]: pgmap v16789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:52.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:52.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:53.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:53 smithi089 ceph-mon[103441]: pgmap v16790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:53.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:53.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:53.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:53 smithi026 ceph-mon[93126]: pgmap v16790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:54.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:54.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:55.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:55 smithi089 ceph-mon[103441]: pgmap v16791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:55.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:55.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:55.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:55 smithi026 ceph-mon[93126]: pgmap v16791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:56.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:56.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:57 smithi089 ceph-mon[103441]: pgmap v16792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:57.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:57.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:57.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:57 smithi026 ceph-mon[93126]: pgmap v16792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T05:59:58.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:58.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:59.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 05:59:59 smithi089 ceph-mon[103441]: pgmap v16793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T05:59:59.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T05:59:59.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T05:59:59.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 05:59:59 smithi026 ceph-mon[93126]: pgmap v16793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:00.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T06:00:00.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:00.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:00.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T06:00:01.395 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:01 smithi089 ceph-mon[103441]: pgmap v16794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:01.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:01.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:01.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:01 smithi026 ceph-mon[93126]: pgmap v16794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:02.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:02.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:03.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:03 smithi089 ceph-mon[103441]: pgmap v16795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:03 smithi026 ceph-mon[93126]: pgmap v16795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:03.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:03.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:04.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:04.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:04.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:04.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:05.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:05 smithi089 ceph-mon[103441]: pgmap v16796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:05.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:05 smithi026 ceph-mon[93126]: pgmap v16796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:05.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:05.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:06.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:00:06.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:00:06.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:06.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:07.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:07.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:08.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:00:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:00:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:00:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:00:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:00:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:00:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:00:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:07 smithi026 ceph-mon[93126]: pgmap v16797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:08.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:00:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:00:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:00:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:00:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:00:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:00:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:00:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:07 smithi089 ceph-mon[103441]: pgmap v16797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:08.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:08.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:09 smithi026 ceph-mon[93126]: pgmap v16798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:09.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:09 smithi089 ceph-mon[103441]: pgmap v16798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:09.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:09.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:10.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:10.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:11.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:11 smithi089 ceph-mon[103441]: pgmap v16799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:11.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:11 smithi026 ceph-mon[93126]: pgmap v16799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:11.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:11.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:12.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:12.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:13.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:13 smithi089 ceph-mon[103441]: pgmap v16800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:13.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:13 smithi026 ceph-mon[93126]: pgmap v16800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:13.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:13.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:14.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:14.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:15.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:15 smithi089 ceph-mon[103441]: pgmap v16801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:15.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:15 smithi026 ceph-mon[93126]: pgmap v16801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:15.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:15.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:16.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:16.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:17 smithi089 ceph-mon[103441]: pgmap v16802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:17.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:17 smithi026 ceph-mon[93126]: pgmap v16802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:17.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:17.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:18.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:19.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:19 smithi026 ceph-mon[93126]: pgmap v16803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:19 smithi089 ceph-mon[103441]: pgmap v16803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:19.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:19.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:20.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:20.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:21 smithi089 ceph-mon[103441]: pgmap v16804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:21 smithi026 ceph-mon[93126]: pgmap v16804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:21.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:21.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:22.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:22.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:23.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:23 smithi089 ceph-mon[103441]: pgmap v16805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:23.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:23 smithi026 ceph-mon[93126]: pgmap v16805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:23.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:23.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:24.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:24.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:25.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:25 smithi089 ceph-mon[103441]: pgmap v16806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:25.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:25 smithi026 ceph-mon[93126]: pgmap v16806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:25.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:25.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:26.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:26.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:27 smithi089 ceph-mon[103441]: pgmap v16807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:27 smithi026 ceph-mon[93126]: pgmap v16807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:27.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:27.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:28.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:28.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:29.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:29 smithi089 ceph-mon[103441]: pgmap v16808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:29.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:29 smithi026 ceph-mon[93126]: pgmap v16808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:29.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:29.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:30.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:30.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:31.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:31 smithi089 ceph-mon[103441]: pgmap v16809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:31 smithi026 ceph-mon[93126]: pgmap v16809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:31.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:31.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:32.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:32.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:33.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:33 smithi089 ceph-mon[103441]: pgmap v16810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:33.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:33 smithi026 ceph-mon[93126]: pgmap v16810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:33.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:33.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:34.211 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:34.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:34.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:35.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:35 smithi089 ceph-mon[103441]: pgmap v16811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:35.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:35 smithi026 ceph-mon[93126]: pgmap v16811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:35.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:35.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:36.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:36.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:37.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:37 smithi089 ceph-mon[103441]: pgmap v16812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:37.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:37 smithi026 ceph-mon[93126]: pgmap v16812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:37.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:37.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:38.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:38.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:39.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:39 smithi089 ceph-mon[103441]: pgmap v16813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:39 smithi026 ceph-mon[93126]: pgmap v16813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:39.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:39.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:40.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:40.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:41.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:41 smithi089 ceph-mon[103441]: pgmap v16814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:41.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:41 smithi026 ceph-mon[93126]: pgmap v16814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:41.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:41.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:42.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:42.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:43.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:43 smithi089 ceph-mon[103441]: pgmap v16815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:43.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:43 smithi026 ceph-mon[93126]: pgmap v16815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:43.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:43.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:44.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:44.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:45.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:45 smithi089 ceph-mon[103441]: pgmap v16816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:45.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:45 smithi026 ceph-mon[93126]: pgmap v16816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:45.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:45.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:46.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:46.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:47.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:47 smithi089 ceph-mon[103441]: pgmap v16817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:47 smithi026 ceph-mon[93126]: pgmap v16817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:47.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:47.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:48.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:48.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:49.388 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:49 smithi026 ceph-mon[93126]: pgmap v16818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:49.388 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:49.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:49 smithi089 ceph-mon[103441]: pgmap v16818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:00:49.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:49.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:50.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:50.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:51.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:51 smithi089 ceph-mon[103441]: pgmap v16819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:51.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:51 smithi026 ceph-mon[93126]: pgmap v16819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:51.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:51.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:52.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:52.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:53 smithi089 ceph-mon[103441]: pgmap v16820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:53.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:53 smithi026 ceph-mon[93126]: pgmap v16820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:53.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:53.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:54.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:54.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:55.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:55 smithi089 ceph-mon[103441]: pgmap v16821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:55 smithi026 ceph-mon[93126]: pgmap v16821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:55.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:55.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:56.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:56.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:57 smithi089 ceph-mon[103441]: pgmap v16822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:57.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:57 smithi026 ceph-mon[93126]: pgmap v16822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:00:57.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:57.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:58.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:58.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:00:59.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:00:59 smithi089 ceph-mon[103441]: pgmap v16823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:59.503 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:00:59 smithi026 ceph-mon[93126]: pgmap v16823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:00:59.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:00:59.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:00.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:00.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:01.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:01 smithi089 ceph-mon[103441]: pgmap v16824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:01 smithi026 ceph-mon[93126]: pgmap v16824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:01.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:01.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:02.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:02.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:03.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:03 smithi089 ceph-mon[103441]: pgmap v16825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:03.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:03 smithi026 ceph-mon[93126]: pgmap v16825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:03.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:03.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:04.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:04.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:04.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:05.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:05 smithi089 ceph-mon[103441]: pgmap v16826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:05.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:05 smithi026 ceph-mon[93126]: pgmap v16826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:05.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:05.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:06.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:06.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:07 smithi089 ceph-mon[103441]: pgmap v16827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:07.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:07 smithi026 ceph-mon[93126]: pgmap v16827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:07.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:07.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:08.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:01:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:08.484 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:01:08.485 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:08.485 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:08.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:08.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:09.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:09 smithi089 ceph-mon[103441]: pgmap v16828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:09.364 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:09 smithi026 ceph-mon[93126]: pgmap v16828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:09.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:09.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:10.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:10.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:11.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:11 smithi089 ceph-mon[103441]: pgmap v16829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:11.460 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:11 smithi026 ceph-mon[93126]: pgmap v16829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:11.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:11.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:12.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:12.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:12.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:01:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:01:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:01:12.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:01:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:01:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:01:13.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:01:13.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:13.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:13.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:13 smithi026 ceph-mon[93126]: pgmap v16830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:13.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:13 smithi089 ceph-mon[103441]: pgmap v16830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:14.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:14.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:15.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:15 smithi089 ceph-mon[103441]: pgmap v16831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:15 smithi026 ceph-mon[93126]: pgmap v16831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:15.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:15.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:16.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:16.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:17 smithi089 ceph-mon[103441]: pgmap v16832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:17 smithi026 ceph-mon[93126]: pgmap v16832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:17.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:17.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:18.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:18.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:19 smithi089 ceph-mon[103441]: pgmap v16833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:19 smithi026 ceph-mon[93126]: pgmap v16833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:19.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:19.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:20.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:20.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:21.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:21 smithi089 ceph-mon[103441]: pgmap v16834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:21 smithi026 ceph-mon[93126]: pgmap v16834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:21.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:21.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:22.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:22.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:23.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:23 smithi089 ceph-mon[103441]: pgmap v16835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:23.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:23 smithi026 ceph-mon[93126]: pgmap v16835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:23.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:23.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:24.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:24.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:25.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:25 smithi089 ceph-mon[103441]: pgmap v16836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:25 smithi026 ceph-mon[93126]: pgmap v16836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:25.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:25.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:26.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:26.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:27 smithi089 ceph-mon[103441]: pgmap v16837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:27 smithi026 ceph-mon[93126]: pgmap v16837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:27.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:27.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:28.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:28.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:29.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:29 smithi089 ceph-mon[103441]: pgmap v16838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:29.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:29 smithi026 ceph-mon[93126]: pgmap v16838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:29.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:29.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:30.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:30.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:31.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:31 smithi089 ceph-mon[103441]: pgmap v16839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:31.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:31 smithi026 ceph-mon[93126]: pgmap v16839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:31.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:31.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:32.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:32.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:33.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:33 smithi089 ceph-mon[103441]: pgmap v16840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:33 smithi026 ceph-mon[93126]: pgmap v16840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:33.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:33.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:34.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:34.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:35.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:35 smithi026 ceph-mon[93126]: pgmap v16841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:35.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:35 smithi089 ceph-mon[103441]: pgmap v16841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:35.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:35.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:36.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:36.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:37.389 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:37 smithi089 ceph-mon[103441]: pgmap v16842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:37.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:37 smithi026 ceph-mon[93126]: pgmap v16842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:37.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:37.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:38.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:38.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:39.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:39 smithi089 ceph-mon[103441]: pgmap v16843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:39 smithi026 ceph-mon[93126]: pgmap v16843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:39.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:39.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:40.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:40.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:41.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:41 smithi089 ceph-mon[103441]: pgmap v16844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:41.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:41 smithi026 ceph-mon[93126]: pgmap v16844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:41.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:41.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:42.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:42.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:43.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:43 smithi089 ceph-mon[103441]: pgmap v16845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:43.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:43 smithi026 ceph-mon[93126]: pgmap v16845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:43.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:43.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:44.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:44.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:45.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:45 smithi026 ceph-mon[93126]: pgmap v16846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:45.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:45 smithi089 ceph-mon[103441]: pgmap v16846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:45.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:45.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:46.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:46.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:47.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:47 smithi089 ceph-mon[103441]: pgmap v16847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:47 smithi026 ceph-mon[93126]: pgmap v16847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:47.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:47.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:48.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:48.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:49.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:49 smithi089 ceph-mon[103441]: pgmap v16848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:01:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:49 smithi026 ceph-mon[93126]: pgmap v16848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:49.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:49.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:50.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:50.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:51.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:51 smithi089 ceph-mon[103441]: pgmap v16849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:51.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:51 smithi026 ceph-mon[93126]: pgmap v16849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:51.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:51.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:52.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:52.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:53.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:53 smithi089 ceph-mon[103441]: pgmap v16850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:53 smithi026 ceph-mon[93126]: pgmap v16850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:53.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:53.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:54.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:54.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:55.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:55 smithi089 ceph-mon[103441]: pgmap v16851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:55.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:55 smithi026 ceph-mon[93126]: pgmap v16851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:55.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:55.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:56.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:56.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:57 smithi089 ceph-mon[103441]: pgmap v16852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:57 smithi026 ceph-mon[93126]: pgmap v16852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:01:57.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:57.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:58.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:58.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:01:59.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:01:59 smithi089 ceph-mon[103441]: pgmap v16853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:59.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:01:59 smithi026 ceph-mon[93126]: pgmap v16853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:01:59.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:01:59.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:00.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:00.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:01.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:01 smithi089 ceph-mon[103441]: pgmap v16854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:01.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:01 smithi026 ceph-mon[93126]: pgmap v16854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:01.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:01.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:02.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:02.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:03.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:03 smithi089 ceph-mon[103441]: pgmap v16855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:03.447 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:03 smithi026 ceph-mon[93126]: pgmap v16855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:03.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:03.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:04.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:04.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:04.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:05.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:05 smithi089 ceph-mon[103441]: pgmap v16856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:05.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:05 smithi026 ceph-mon[93126]: pgmap v16856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:05.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:05.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:06.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:06.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:07 smithi089 ceph-mon[103441]: pgmap v16857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:07.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:07 smithi026 ceph-mon[93126]: pgmap v16857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:07.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:07.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:08.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:08.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:09.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:09 smithi089 ceph-mon[103441]: pgmap v16858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:09.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:09 smithi026 ceph-mon[93126]: pgmap v16858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:09.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:09.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:10.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:10.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:11.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:11 smithi089 ceph-mon[103441]: pgmap v16859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:11.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:11 smithi026 ceph-mon[93126]: pgmap v16859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:11.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:11.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:12.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:02:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:02:12.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:12.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:13.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:02:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:02:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:02:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:02:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:02:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:13 smithi089 ceph-mon[103441]: pgmap v16860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:13.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:02:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:02:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:02:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:02:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:02:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:13 smithi026 ceph-mon[93126]: pgmap v16860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:13.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:13.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:14.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:14.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:15.368 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:15 smithi026 ceph-mon[93126]: pgmap v16861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:15.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:15 smithi089 ceph-mon[103441]: pgmap v16861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:15.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:15.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:16.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:16.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:17.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:17 smithi089 ceph-mon[103441]: pgmap v16862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:17.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:17 smithi026 ceph-mon[93126]: pgmap v16862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:17.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:17.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:18.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:18.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:19 smithi089 ceph-mon[103441]: pgmap v16863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:19 smithi026 ceph-mon[93126]: pgmap v16863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:19.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:19.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:20.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:20.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:21.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:21 smithi089 ceph-mon[103441]: pgmap v16864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:21 smithi026 ceph-mon[93126]: pgmap v16864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:21.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:21.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:22.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:22.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:23.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:23 smithi089 ceph-mon[103441]: pgmap v16865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:23.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:23 smithi026 ceph-mon[93126]: pgmap v16865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:23.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:23.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:24.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:24.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:25.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:25 smithi089 ceph-mon[103441]: pgmap v16866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:25.485 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:25 smithi026 ceph-mon[93126]: pgmap v16866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:25.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:25.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:26.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:26.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:27 smithi089 ceph-mon[103441]: pgmap v16867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:27.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:27 smithi026 ceph-mon[93126]: pgmap v16867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:27.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:27.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:28.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:28.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:29.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:29 smithi089 ceph-mon[103441]: pgmap v16868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:29.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:29 smithi026 ceph-mon[93126]: pgmap v16868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:29.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:29.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:30.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:30.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:31.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:31 smithi089 ceph-mon[103441]: pgmap v16869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:31.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:31 smithi026 ceph-mon[93126]: pgmap v16869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:31.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:31.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:32.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:32.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:33.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:33 smithi089 ceph-mon[103441]: pgmap v16870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:33.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:33 smithi026 ceph-mon[93126]: pgmap v16870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:33.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:33.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:34.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:34.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:35.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:35 smithi089 ceph-mon[103441]: pgmap v16871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:35.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:35 smithi026 ceph-mon[93126]: pgmap v16871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:35.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:35.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:36.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:36.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:37.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:37 smithi089 ceph-mon[103441]: pgmap v16872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:37.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:37 smithi026 ceph-mon[93126]: pgmap v16872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:37.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:37.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:38.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:38.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:39.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:39 smithi089 ceph-mon[103441]: pgmap v16873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:39.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:39 smithi026 ceph-mon[93126]: pgmap v16873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:39.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:39.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:40.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:40.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:41.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:41 smithi089 ceph-mon[103441]: pgmap v16874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:41 smithi026 ceph-mon[93126]: pgmap v16874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:41.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:41.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:42.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:42.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:43.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:43 smithi089 ceph-mon[103441]: pgmap v16875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:43.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:43 smithi026 ceph-mon[93126]: pgmap v16875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:43.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:43.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:44.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:44.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:45.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:45 smithi089 ceph-mon[103441]: pgmap v16876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:45.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:45 smithi026 ceph-mon[93126]: pgmap v16876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:45.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:45.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:46.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:46.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:47.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:47 smithi089 ceph-mon[103441]: pgmap v16877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:47.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:47 smithi026 ceph-mon[93126]: pgmap v16877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:47.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:47.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:48.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:48.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:49.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:49 smithi089 ceph-mon[103441]: pgmap v16878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:02:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:49 smithi026 ceph-mon[93126]: pgmap v16878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:49.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:49.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:50.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:50.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:51.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:51 smithi089 ceph-mon[103441]: pgmap v16879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:51.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:51 smithi026 ceph-mon[93126]: pgmap v16879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:51.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:51.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:52.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:52.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:53.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:53 smithi089 ceph-mon[103441]: pgmap v16880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:53.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:53 smithi026 ceph-mon[93126]: pgmap v16880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:53.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:53.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:54.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:54.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:55.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:55 smithi089 ceph-mon[103441]: pgmap v16881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:55 smithi026 ceph-mon[93126]: pgmap v16881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:55.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:55.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:56.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:56.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:57.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:57 smithi089 ceph-mon[103441]: pgmap v16882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:57.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:57 smithi026 ceph-mon[93126]: pgmap v16882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:02:57.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:57.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:58.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:58.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:02:59.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:02:59 smithi089 ceph-mon[103441]: pgmap v16883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:59.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:02:59 smithi026 ceph-mon[93126]: pgmap v16883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:02:59.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:02:59.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:00.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:00.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:01 smithi026 ceph-mon[93126]: pgmap v16884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:01.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:01 smithi089 ceph-mon[103441]: pgmap v16884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:01.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:01.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:02.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:02.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:03.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:03 smithi089 ceph-mon[103441]: pgmap v16885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:03.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:03 smithi026 ceph-mon[93126]: pgmap v16885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:03.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:03.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:04.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:04.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:04.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:04.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:05.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:05 smithi089 ceph-mon[103441]: pgmap v16886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:05.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:05 smithi026 ceph-mon[93126]: pgmap v16886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:05.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:05.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:06.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:06.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:07 smithi089 ceph-mon[103441]: pgmap v16887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:07.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:07 smithi026 ceph-mon[93126]: pgmap v16887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:07.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:07.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:08.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:08.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:09.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:09 smithi089 ceph-mon[103441]: pgmap v16888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:09.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:09 smithi026 ceph-mon[93126]: pgmap v16888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:09.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:09.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:10.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:10.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:11.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:11 smithi026 ceph-mon[93126]: pgmap v16889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:11.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:11 smithi089 ceph-mon[103441]: pgmap v16889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:11.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:11.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:03:12.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:12.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:12.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:03:13.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:03:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:03:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:03:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:03:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:03:13.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:03:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:03:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:03:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:03:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:03:13.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:13.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:14.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:14.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:15.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:15 smithi089 ceph-mon[103441]: pgmap v16890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:15.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:15 smithi026 ceph-mon[93126]: pgmap v16890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:15.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:15.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:16.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:16 smithi089 ceph-mon[103441]: pgmap v16891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:16.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:16 smithi026 ceph-mon[93126]: pgmap v16891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:16.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:16.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:17.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:17.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:18.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:18 smithi089 ceph-mon[103441]: pgmap v16892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:18 smithi026 ceph-mon[93126]: pgmap v16892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:18.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:18.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:19.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:19.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:20 smithi089 ceph-mon[103441]: pgmap v16893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:20.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:20 smithi026 ceph-mon[93126]: pgmap v16893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:20.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:20.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:21.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:21.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:22.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:22 smithi089 ceph-mon[103441]: pgmap v16894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:22 smithi026 ceph-mon[93126]: pgmap v16894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:22.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:22.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:23.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:23.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:24.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:24 smithi089 ceph-mon[103441]: pgmap v16895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:24.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:24 smithi026 ceph-mon[93126]: pgmap v16895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:24.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:24.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:25.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:25.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:26.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:26 smithi089 ceph-mon[103441]: pgmap v16896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:26.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:26 smithi026 ceph-mon[93126]: pgmap v16896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:26.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:26.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:27.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:27.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:28.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:28 smithi089 ceph-mon[103441]: pgmap v16897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:28 smithi026 ceph-mon[93126]: pgmap v16897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:28.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:28.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:29.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:29.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:30.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:30 smithi089 ceph-mon[103441]: pgmap v16898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:30.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:30 smithi026 ceph-mon[93126]: pgmap v16898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:30.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:30.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:31.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:31.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:32.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:32 smithi089 ceph-mon[103441]: pgmap v16899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:32 smithi026 ceph-mon[93126]: pgmap v16899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:32.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:32.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:33.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:33.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:34.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:34 smithi089 ceph-mon[103441]: pgmap v16900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:34 smithi026 ceph-mon[93126]: pgmap v16900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:34.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:34.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:35.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:35.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:36.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:36 smithi089 ceph-mon[103441]: pgmap v16901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:36.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:36 smithi026 ceph-mon[93126]: pgmap v16901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:36.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:36.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:37.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:37.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:38.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:38 smithi089 ceph-mon[103441]: pgmap v16902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:38 smithi026 ceph-mon[93126]: pgmap v16902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:38.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:38.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:39.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:39.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:40.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:40 smithi089 ceph-mon[103441]: pgmap v16903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:40.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:40 smithi026 ceph-mon[93126]: pgmap v16903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:40.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:40.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:41.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:41.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:42.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:42 smithi089 ceph-mon[103441]: pgmap v16904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:42.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:42 smithi026 ceph-mon[93126]: pgmap v16904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:42.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:42.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:43.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:43.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:44.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:44 smithi089 ceph-mon[103441]: pgmap v16905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:44.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:44 smithi026 ceph-mon[93126]: pgmap v16905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:44.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:44.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:45.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:45.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:46.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:46 smithi089 ceph-mon[103441]: pgmap v16906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:46 smithi026 ceph-mon[93126]: pgmap v16906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:46.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:46.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:47.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:47.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:48.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:48 smithi089 ceph-mon[103441]: pgmap v16907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:48 smithi026 ceph-mon[93126]: pgmap v16907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:48.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:48.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:03:49.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:49.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:50.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:50 smithi026 ceph-mon[93126]: pgmap v16908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:50.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:50 smithi089 ceph-mon[103441]: pgmap v16908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:03:50.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:50.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:51.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:51.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:52.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:52 smithi026 ceph-mon[93126]: pgmap v16909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:52 smithi089 ceph-mon[103441]: pgmap v16909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:52.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:52.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:53.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:53.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:54.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:54 smithi026 ceph-mon[93126]: pgmap v16910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:54 smithi089 ceph-mon[103441]: pgmap v16910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:54.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:54.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:55.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:55.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:56.517 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:56 smithi026 ceph-mon[93126]: pgmap v16911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:56 smithi089 ceph-mon[103441]: pgmap v16911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:56.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:56.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:57.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:58.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:03:58 smithi026 ceph-mon[93126]: pgmap v16912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:03:58 smithi089 ceph-mon[103441]: pgmap v16912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:03:58.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:58.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:03:59.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:03:59.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:00 smithi026 ceph-mon[93126]: pgmap v16913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:00 smithi089 ceph-mon[103441]: pgmap v16913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:00.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:00.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:01.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:01.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:02.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:02 smithi026 ceph-mon[93126]: pgmap v16914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:02 smithi089 ceph-mon[103441]: pgmap v16914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:02.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:02.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:03.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:03.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:04.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:04 smithi026 ceph-mon[93126]: pgmap v16915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:04 smithi089 ceph-mon[103441]: pgmap v16915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:04.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:04.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:05.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:05.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:06.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:06 smithi026 ceph-mon[93126]: pgmap v16916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:06 smithi089 ceph-mon[103441]: pgmap v16916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:06.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:06.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:07.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:07.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:08 smithi026 ceph-mon[93126]: pgmap v16917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:08 smithi089 ceph-mon[103441]: pgmap v16917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:08.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:08.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:09.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:09.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:10.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:10 smithi026 ceph-mon[93126]: pgmap v16918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:10 smithi089 ceph-mon[103441]: pgmap v16918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:10.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:10.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:11.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:11.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:12.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:12 smithi026 ceph-mon[93126]: pgmap v16919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:12 smithi089 ceph-mon[103441]: pgmap v16919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:12.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:12.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:13.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:13.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:14.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:14 smithi089 ceph-mon[103441]: pgmap v16920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:04:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:04:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:04:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:04:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:04:14.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:04:14.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:14 smithi026 ceph-mon[93126]: pgmap v16920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:04:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:04:14.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:04:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:04:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:04:14.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:04:14.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:14.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:15.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:15.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:16.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:16 smithi026 ceph-mon[93126]: pgmap v16921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:16 smithi089 ceph-mon[103441]: pgmap v16921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:16.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:16.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:17.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:17.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:18 smithi026 ceph-mon[93126]: pgmap v16922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:18.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:18 smithi089 ceph-mon[103441]: pgmap v16922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:18.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:18.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:19.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:19.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:20.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:20 smithi026 ceph-mon[93126]: pgmap v16923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:20 smithi089 ceph-mon[103441]: pgmap v16923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:20.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:20.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:21.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:21.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:22 smithi026 ceph-mon[93126]: pgmap v16924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:22 smithi089 ceph-mon[103441]: pgmap v16924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:22.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:22.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:23.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:23.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:24.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:24 smithi089 ceph-mon[103441]: pgmap v16925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:24.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:24 smithi026 ceph-mon[93126]: pgmap v16925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:24.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:24.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:25.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:25.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:26.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:26 smithi026 ceph-mon[93126]: pgmap v16926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:26.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:26 smithi089 ceph-mon[103441]: pgmap v16926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:26.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:26.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:28.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:28.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:28 smithi026 ceph-mon[93126]: pgmap v16927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:28.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:28 smithi089 ceph-mon[103441]: pgmap v16927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:29.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:29.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:30.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:30.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:30.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:30 smithi026 ceph-mon[93126]: pgmap v16928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:30 smithi089 ceph-mon[103441]: pgmap v16928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:31.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:31.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:32.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:32.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:32 smithi026 ceph-mon[93126]: pgmap v16929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:32 smithi089 ceph-mon[103441]: pgmap v16929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:33.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:33.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:34.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:34.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:34 smithi026 ceph-mon[93126]: pgmap v16930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:34 smithi089 ceph-mon[103441]: pgmap v16930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:35.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:35.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:36.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:36.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:36.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:36 smithi026 ceph-mon[93126]: pgmap v16931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:36 smithi089 ceph-mon[103441]: pgmap v16931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:37.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:37.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:38.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:38.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:38 smithi026 ceph-mon[93126]: pgmap v16932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:38.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:38 smithi089 ceph-mon[103441]: pgmap v16932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:39.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:39.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:40.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:40.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:40.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:40 smithi026 ceph-mon[93126]: pgmap v16933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:40.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:40 smithi089 ceph-mon[103441]: pgmap v16933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:41.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:41.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:42.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:42.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:42.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:42 smithi026 ceph-mon[93126]: pgmap v16934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:42 smithi089 ceph-mon[103441]: pgmap v16934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:43.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:43.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:44.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:44.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:44.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:44 smithi026 ceph-mon[93126]: pgmap v16935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:44.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:44 smithi089 ceph-mon[103441]: pgmap v16935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:45.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:45.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:46.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:46.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:46.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:46 smithi026 ceph-mon[93126]: pgmap v16936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:46 smithi089 ceph-mon[103441]: pgmap v16936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:47.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:47.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:48.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:48.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:48 smithi026 ceph-mon[93126]: pgmap v16937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:48.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:48 smithi089 ceph-mon[103441]: pgmap v16937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:49.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:49.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:04:50.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:50.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:50.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:50 smithi026 ceph-mon[93126]: pgmap v16938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:50.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:50 smithi089 ceph-mon[103441]: pgmap v16938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:04:51.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:51.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:52.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:52.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:52.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:52 smithi026 ceph-mon[93126]: pgmap v16939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:52 smithi089 ceph-mon[103441]: pgmap v16939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:53.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:53.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:54.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:54.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:54.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:54 smithi026 ceph-mon[93126]: pgmap v16940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:54 smithi089 ceph-mon[103441]: pgmap v16940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:55.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:55.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:56.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:56.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:56.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:56 smithi026 ceph-mon[93126]: pgmap v16941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:56 smithi089 ceph-mon[103441]: pgmap v16941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:57.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:57.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:58.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:58.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:04:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:04:58 smithi026 ceph-mon[93126]: pgmap v16942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:04:58 smithi089 ceph-mon[103441]: pgmap v16942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:04:59.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:04:59.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:00.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:00.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:00.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:00 smithi026 ceph-mon[93126]: pgmap v16943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:00 smithi089 ceph-mon[103441]: pgmap v16943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:01.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:01.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:02.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:02.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:02.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:02 smithi026 ceph-mon[93126]: pgmap v16944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:02 smithi089 ceph-mon[103441]: pgmap v16944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:03.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:03.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:04.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:04.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:04.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:04 smithi026 ceph-mon[93126]: pgmap v16945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:04 smithi089 ceph-mon[103441]: pgmap v16945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:05.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:05.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:06.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:06.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:06.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:06 smithi026 ceph-mon[93126]: pgmap v16946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:06 smithi089 ceph-mon[103441]: pgmap v16946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:07.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:07.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:08.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:08.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:08 smithi026 ceph-mon[93126]: pgmap v16947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:08 smithi089 ceph-mon[103441]: pgmap v16947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:09.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:09.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:10.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:10.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:10 smithi089 ceph-mon[103441]: pgmap v16948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:10 smithi026 ceph-mon[93126]: pgmap v16948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:11.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:11.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:12.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:12.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:12 smithi089 ceph-mon[103441]: pgmap v16949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:12 smithi026 ceph-mon[93126]: pgmap v16949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:13.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:13.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:14.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:14.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:14.642 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:14 smithi089 ceph-mon[103441]: pgmap v16950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:14.643 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:14 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:05:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:14 smithi026 ceph-mon[93126]: pgmap v16950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:14 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:05:15.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:15.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:15.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:05:15.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:05:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:05:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:05:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:05:15.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:05:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:05:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:05:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:05:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:05:16.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:16.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:16 smithi026 ceph-mon[93126]: pgmap v16951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:16.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:16 smithi089 ceph-mon[103441]: pgmap v16951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:17.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:17.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:18.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:18.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:18 smithi026 ceph-mon[93126]: pgmap v16952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:18.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:18 smithi089 ceph-mon[103441]: pgmap v16952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:19.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:19.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:19.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:20.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:20.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:20 smithi026 ceph-mon[93126]: pgmap v16953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:20 smithi089 ceph-mon[103441]: pgmap v16953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:21.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:21.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:22.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:22.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:22.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:22 smithi026 ceph-mon[93126]: pgmap v16954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:22.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:22 smithi089 ceph-mon[103441]: pgmap v16954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:23.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:23.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:24.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:24.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:24.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:24 smithi089 ceph-mon[103441]: pgmap v16955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:24 smithi026 ceph-mon[93126]: pgmap v16955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:25.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:25.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:26.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:26.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:26 smithi089 ceph-mon[103441]: pgmap v16956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:26 smithi026 ceph-mon[93126]: pgmap v16956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:27.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:27.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:28.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:28.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:28 smithi089 ceph-mon[103441]: pgmap v16957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:29.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:28 smithi026 ceph-mon[93126]: pgmap v16957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:29.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:29.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:30.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:30.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:30 smithi089 ceph-mon[103441]: pgmap v16958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:31.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:30 smithi026 ceph-mon[93126]: pgmap v16958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:31.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:31.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:32.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:32.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:32.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:32 smithi089 ceph-mon[103441]: pgmap v16959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:33.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:32 smithi026 ceph-mon[93126]: pgmap v16959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:33.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:33.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:34.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:34.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:34.849 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:34 smithi089 ceph-mon[103441]: pgmap v16960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:34.849 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:34 smithi026 ceph-mon[93126]: pgmap v16960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:35.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:35.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:36.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:36.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:36.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:36 smithi089 ceph-mon[103441]: pgmap v16961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:37.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:36 smithi026 ceph-mon[93126]: pgmap v16961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:37.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:37.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:38.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:38.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:38 smithi089 ceph-mon[103441]: pgmap v16962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:39.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:38 smithi026 ceph-mon[93126]: pgmap v16962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:39.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:39.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:40.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:40.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:40.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:40 smithi089 ceph-mon[103441]: pgmap v16963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:41.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:40 smithi026 ceph-mon[93126]: pgmap v16963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:41.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:41.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:42.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:42.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:42.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:42 smithi089 ceph-mon[103441]: pgmap v16964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:43.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:42 smithi026 ceph-mon[93126]: pgmap v16964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:43.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:43.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:44.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:44.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:44.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:44 smithi089 ceph-mon[103441]: pgmap v16965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:45.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:44 smithi026 ceph-mon[93126]: pgmap v16965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:45.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:45.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:46.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:46.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:46 smithi089 ceph-mon[103441]: pgmap v16966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:47.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:46 smithi026 ceph-mon[93126]: pgmap v16966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:47.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:47.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:48.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:48.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:48.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:48 smithi089 ceph-mon[103441]: pgmap v16967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:49.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:48 smithi026 ceph-mon[93126]: pgmap v16967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:49.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:49.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:49.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:50.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:05:50.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:50.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:50.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:50 smithi089 ceph-mon[103441]: pgmap v16968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:51.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:50 smithi026 ceph-mon[93126]: pgmap v16968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:05:51.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:51.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:52.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:52.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:52.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:52 smithi089 ceph-mon[103441]: pgmap v16969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:53.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:52 smithi026 ceph-mon[93126]: pgmap v16969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:53.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:53.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:54.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:54.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:54.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:54 smithi089 ceph-mon[103441]: pgmap v16970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:55.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:54 smithi026 ceph-mon[93126]: pgmap v16970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:55.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:55.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:56.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:56.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:56.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:56 smithi089 ceph-mon[103441]: pgmap v16971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:57.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:56 smithi026 ceph-mon[93126]: pgmap v16971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:57.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:57.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:58.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:58.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:05:58.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:05:58 smithi089 ceph-mon[103441]: pgmap v16972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:59.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:05:58 smithi026 ceph-mon[93126]: pgmap v16972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:05:59.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:05:59.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:00.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:00.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:00.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:00 smithi089 ceph-mon[103441]: pgmap v16973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:01.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:00 smithi026 ceph-mon[93126]: pgmap v16973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:01.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:01.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:02.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:02.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:02.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:02 smithi089 ceph-mon[103441]: pgmap v16974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:02.954 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:02 smithi026 ceph-mon[93126]: pgmap v16974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:03.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:03.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:04.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:04.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:04 smithi089 ceph-mon[103441]: pgmap v16975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:05.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:04 smithi026 ceph-mon[93126]: pgmap v16975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:05.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:05.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:06.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:06.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:06 smithi089 ceph-mon[103441]: pgmap v16976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:07.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:06 smithi026 ceph-mon[93126]: pgmap v16976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:07.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:07.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:08.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:08.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:08.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:08 smithi089 ceph-mon[103441]: pgmap v16977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:09.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:08 smithi026 ceph-mon[93126]: pgmap v16977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:09.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:09.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:10.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:10.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:10.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:10 smithi089 ceph-mon[103441]: pgmap v16978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:11.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:10 smithi026 ceph-mon[93126]: pgmap v16978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:11.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:11.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:12.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:12.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:12.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:12 smithi089 ceph-mon[103441]: pgmap v16979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:13.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:12 smithi026 ceph-mon[93126]: pgmap v16979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:13.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:13.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:14.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:14.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:14 smithi089 ceph-mon[103441]: pgmap v16980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:15.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:14 smithi026 ceph-mon[93126]: pgmap v16980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:15.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:15.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:15.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:06:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:06:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:06:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:06:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:06:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:06:16.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:06:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:06:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:06:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:06:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:06:16.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:06:16.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:16.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:16.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:16 smithi089 ceph-mon[103441]: pgmap v16981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:17.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:16 smithi026 ceph-mon[93126]: pgmap v16981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:17.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:17.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:18.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:18.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:18.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:18 smithi089 ceph-mon[103441]: pgmap v16982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:18 smithi026 ceph-mon[93126]: pgmap v16982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:19.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:19.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:19.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:20.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:20.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:20.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:20 smithi089 ceph-mon[103441]: pgmap v16983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:21.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:20 smithi026 ceph-mon[93126]: pgmap v16983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:21.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:21.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:22.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:22.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:22.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:22 smithi089 ceph-mon[103441]: pgmap v16984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:23.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:22 smithi026 ceph-mon[93126]: pgmap v16984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:23.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:23.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:24.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:24.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:24.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:24 smithi089 ceph-mon[103441]: pgmap v16985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:24 smithi026 ceph-mon[93126]: pgmap v16985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:25.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:25.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:26.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:26.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:26 smithi089 ceph-mon[103441]: pgmap v16986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:26 smithi026 ceph-mon[93126]: pgmap v16986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:27.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:27.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:28.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:28.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:28 smithi089 ceph-mon[103441]: pgmap v16987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:29.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:28 smithi026 ceph-mon[93126]: pgmap v16987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:29.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:29.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:30.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:30.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:30 smithi089 ceph-mon[103441]: pgmap v16988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:31.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:30 smithi026 ceph-mon[93126]: pgmap v16988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:31.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:31.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:32.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:32.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:33.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:32 smithi026 ceph-mon[93126]: pgmap v16989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:33.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:32 smithi089 ceph-mon[103441]: pgmap v16989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:33.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:33.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:34.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:34.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:34 smithi026 ceph-mon[93126]: pgmap v16990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:34 smithi089 ceph-mon[103441]: pgmap v16990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:35.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:35.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:36.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:36.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:37.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:36 smithi026 ceph-mon[93126]: pgmap v16991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:37.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:36 smithi089 ceph-mon[103441]: pgmap v16991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:37.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:37.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:38.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:38.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:39.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:38 smithi026 ceph-mon[93126]: pgmap v16992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:39.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:38 smithi089 ceph-mon[103441]: pgmap v16992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:39.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:39.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:40.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:40.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:40.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:40 smithi089 ceph-mon[103441]: pgmap v16993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:40 smithi026 ceph-mon[93126]: pgmap v16993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:41.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:41.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:42.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:42.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:43.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:42 smithi026 ceph-mon[93126]: pgmap v16994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:43.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:42 smithi089 ceph-mon[103441]: pgmap v16994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:43.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:43.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:44.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:44.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:45.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:44 smithi026 ceph-mon[93126]: pgmap v16995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:45.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:44 smithi089 ceph-mon[103441]: pgmap v16995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:45.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:45.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:46.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:46.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:47.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:46 smithi026 ceph-mon[93126]: pgmap v16996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:47.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:46 smithi089 ceph-mon[103441]: pgmap v16996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:47.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:47.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:48.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:48.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:48 smithi026 ceph-mon[93126]: pgmap v16997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:49.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:48 smithi089 ceph-mon[103441]: pgmap v16997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:49.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:49.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:50.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:50.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:06:50.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:50.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:50.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:50 smithi089 ceph-mon[103441]: pgmap v16998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:51.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:50 smithi026 ceph-mon[93126]: pgmap v16998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:06:51.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:51.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:52.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:52.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:53.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:52 smithi026 ceph-mon[93126]: pgmap v16999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:53.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:52 smithi089 ceph-mon[103441]: pgmap v16999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:53.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:53.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:54.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:54.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:55.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:54 smithi026 ceph-mon[93126]: pgmap v17000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:55.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:54 smithi089 ceph-mon[103441]: pgmap v17000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:55.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:55.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:56.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:56.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:57.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:56 smithi026 ceph-mon[93126]: pgmap v17001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:57.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:56 smithi089 ceph-mon[103441]: pgmap v17001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:57.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:57.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:58.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:58.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:06:59.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:06:58 smithi026 ceph-mon[93126]: pgmap v17002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:59.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:06:58 smithi089 ceph-mon[103441]: pgmap v17002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:06:59.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:06:59.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:00.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:00.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:00 smithi026 ceph-mon[93126]: pgmap v17003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:01.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:00 smithi089 ceph-mon[103441]: pgmap v17003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:01.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:01.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:02.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:02.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:03.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:02 smithi026 ceph-mon[93126]: pgmap v17004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:03.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:02 smithi089 ceph-mon[103441]: pgmap v17004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:03.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:03.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:04.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:04.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:05.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:04 smithi026 ceph-mon[93126]: pgmap v17005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:05.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:04 smithi089 ceph-mon[103441]: pgmap v17005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:05.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:05.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:05.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:06.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:06.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:07.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:06 smithi026 ceph-mon[93126]: pgmap v17006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:07.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:06 smithi089 ceph-mon[103441]: pgmap v17006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:07.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:07.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:08.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:08.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:08 smithi026 ceph-mon[93126]: pgmap v17007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:09.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:08 smithi089 ceph-mon[103441]: pgmap v17007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:09.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:09.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:10.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:10.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:11.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:10 smithi026 ceph-mon[93126]: pgmap v17008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:11.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:10 smithi089 ceph-mon[103441]: pgmap v17008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:11.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:11.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:12.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:12.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:13.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:12 smithi026 ceph-mon[93126]: pgmap v17009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:12 smithi089 ceph-mon[103441]: pgmap v17009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:13.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:13.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:14.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:14.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:15.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:14 smithi026 ceph-mon[93126]: pgmap v17010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:15.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:14 smithi089 ceph-mon[103441]: pgmap v17010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:15.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:15.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:16.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:07:16.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:07:16.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:16.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:17.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:16 smithi026 ceph-mon[93126]: pgmap v17011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:17.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:16 smithi089 ceph-mon[103441]: pgmap v17011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:17.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:17.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:18.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:18.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:19.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:18 smithi026 ceph-mon[93126]: pgmap v17012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:19.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:18 smithi089 ceph-mon[103441]: pgmap v17012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:19.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:19.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:20.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:20.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:20.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:20.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:21.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:20 smithi026 ceph-mon[93126]: pgmap v17013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:07:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:07:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:07:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:07:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:07:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:07:21.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:07:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:20 smithi089 ceph-mon[103441]: pgmap v17013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:07:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:07:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:07:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:07:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:07:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:07:21.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:07:21.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:21.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:22.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:22.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:23.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:22 smithi026 ceph-mon[93126]: pgmap v17014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:23.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:22 smithi089 ceph-mon[103441]: pgmap v17014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:23.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:23.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:24.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:24.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:25.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:24 smithi026 ceph-mon[93126]: pgmap v17015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:25.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:24 smithi089 ceph-mon[103441]: pgmap v17015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:25.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:25.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:26.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:26.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:26 smithi026 ceph-mon[93126]: pgmap v17016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:27.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:26 smithi089 ceph-mon[103441]: pgmap v17016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:27.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:27.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:28.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:28.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:29.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:28 smithi026 ceph-mon[93126]: pgmap v17017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:29.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:28 smithi089 ceph-mon[103441]: pgmap v17017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:29.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:29.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:30.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:30.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:31.052 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:30 smithi089 ceph-mon[103441]: pgmap v17018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:31.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:30 smithi026 ceph-mon[93126]: pgmap v17018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:31.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:31.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:32.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:32.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:32 smithi026 ceph-mon[93126]: pgmap v17019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:33.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:32 smithi089 ceph-mon[103441]: pgmap v17019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:33.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:33.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:34.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:34.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:35.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:34 smithi026 ceph-mon[93126]: pgmap v17020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:34 smithi089 ceph-mon[103441]: pgmap v17020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:35.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:35.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:35.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:36.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:36.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:37.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:36 smithi026 ceph-mon[93126]: pgmap v17021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:37.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:36 smithi089 ceph-mon[103441]: pgmap v17021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:37.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:37.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:38.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:38.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:39.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:38 smithi026 ceph-mon[93126]: pgmap v17022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:39.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:38 smithi089 ceph-mon[103441]: pgmap v17022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:39.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:39.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:40.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:40.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:41.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:40 smithi026 ceph-mon[93126]: pgmap v17023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:41.158 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:40 smithi089 ceph-mon[103441]: pgmap v17023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:41.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:41.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:42.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:42.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:43.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:42 smithi026 ceph-mon[93126]: pgmap v17024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:43.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:42 smithi089 ceph-mon[103441]: pgmap v17024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:43.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:43.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:44.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:44.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:45.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:44 smithi026 ceph-mon[93126]: pgmap v17025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:45.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:44 smithi089 ceph-mon[103441]: pgmap v17025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:45.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:45.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:46.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:46.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:47.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:46 smithi026 ceph-mon[93126]: pgmap v17026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:47.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:46 smithi089 ceph-mon[103441]: pgmap v17026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:47.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:47.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:48.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:48.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:49.170 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:48 smithi026 ceph-mon[93126]: pgmap v17027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:49.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:48 smithi089 ceph-mon[103441]: pgmap v17027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:49.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:49.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:50.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:50.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:07:50.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:50.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:51.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:50 smithi089 ceph-mon[103441]: pgmap v17028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:51.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:50 smithi026 ceph-mon[93126]: pgmap v17028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:07:51.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:51.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:52.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:52.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:53.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:52 smithi089 ceph-mon[103441]: pgmap v17029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:53.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:52 smithi026 ceph-mon[93126]: pgmap v17029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:53.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:53.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:54.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:54.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:55.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:54 smithi089 ceph-mon[103441]: pgmap v17030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:55.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:54 smithi026 ceph-mon[93126]: pgmap v17030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:55.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:55.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:56.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:56.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:57.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:56 smithi089 ceph-mon[103441]: pgmap v17031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:57.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:56 smithi026 ceph-mon[93126]: pgmap v17031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:57.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:57.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:58.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:58.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:07:59.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:07:58 smithi089 ceph-mon[103441]: pgmap v17032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:59.285 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:07:58 smithi026 ceph-mon[93126]: pgmap v17032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:07:59.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:07:59.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:00.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:00.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:01.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:00 smithi089 ceph-mon[103441]: pgmap v17033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:01.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:00 smithi026 ceph-mon[93126]: pgmap v17033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:01.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:01.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:02.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:02.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:03.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:02 smithi089 ceph-mon[103441]: pgmap v17034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:03.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:02 smithi026 ceph-mon[93126]: pgmap v17034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:03.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:03.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:04.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:04.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:05.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:04 smithi089 ceph-mon[103441]: pgmap v17035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:05.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:04 smithi026 ceph-mon[93126]: pgmap v17035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:05.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:05.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:06.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:06.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:07.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:06 smithi089 ceph-mon[103441]: pgmap v17036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:07.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:06 smithi026 ceph-mon[93126]: pgmap v17036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:07.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:07.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:08.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:08.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:09.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:08 smithi089 ceph-mon[103441]: pgmap v17037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:08 smithi026 ceph-mon[93126]: pgmap v17037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:09.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:09.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:10.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:10.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:11.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:10 smithi089 ceph-mon[103441]: pgmap v17038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:11.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:10 smithi026 ceph-mon[93126]: pgmap v17038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:11.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:11.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:12.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:12.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:13.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:12 smithi089 ceph-mon[103441]: pgmap v17039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:13.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:12 smithi026 ceph-mon[93126]: pgmap v17039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:13.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:13.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:14.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:14.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:15.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:14 smithi089 ceph-mon[103441]: pgmap v17040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:15.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:14 smithi026 ceph-mon[93126]: pgmap v17040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:15.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:15.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:16.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:16.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:17.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:16 smithi089 ceph-mon[103441]: pgmap v17041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:17.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:16 smithi026 ceph-mon[93126]: pgmap v17041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:17.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:17.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:18.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:18.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:19.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:18 smithi089 ceph-mon[103441]: pgmap v17042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:19.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:18 smithi026 ceph-mon[93126]: pgmap v17042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:19.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:19.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:20.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:20.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:20.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:20.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:21.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:20 smithi089 ceph-mon[103441]: pgmap v17043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:21.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:08:21.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:20 smithi026 ceph-mon[93126]: pgmap v17043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:21.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:08:21.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:21.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:22.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:22.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:22 smithi026 ceph-mon[93126]: pgmap v17044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:08:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:08:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:08:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:08:22.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:08:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:22 smithi089 ceph-mon[103441]: pgmap v17044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:08:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:08:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:08:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:08:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:08:23.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:23.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:24.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:24.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:24.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:24 smithi026 ceph-mon[93126]: pgmap v17045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:24.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:24 smithi089 ceph-mon[103441]: pgmap v17045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:25.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:25.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:26.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:26.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:26.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:26 smithi026 ceph-mon[93126]: pgmap v17046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:26.636 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:26 smithi089 ceph-mon[103441]: pgmap v17046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:27.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:27.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:28.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:28.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:28 smithi026 ceph-mon[93126]: pgmap v17047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:28.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:28 smithi089 ceph-mon[103441]: pgmap v17047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:29.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:29.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:30.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:30.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:30.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:30 smithi026 ceph-mon[93126]: pgmap v17048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:30 smithi089 ceph-mon[103441]: pgmap v17048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:31.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:31.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:32.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:32.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:32 smithi026 ceph-mon[93126]: pgmap v17049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:32 smithi089 ceph-mon[103441]: pgmap v17049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:33.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:33.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:34.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:34.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:34 smithi026 ceph-mon[93126]: pgmap v17050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:34 smithi089 ceph-mon[103441]: pgmap v17050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:35.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:35.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:36.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:36.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:36.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:36 smithi026 ceph-mon[93126]: pgmap v17051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:36 smithi089 ceph-mon[103441]: pgmap v17051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:37.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:37.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:38.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:38.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:38 smithi026 ceph-mon[93126]: pgmap v17052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:38.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:38 smithi089 ceph-mon[103441]: pgmap v17052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:39.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:39.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:40.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:40.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:40 smithi026 ceph-mon[93126]: pgmap v17053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:40.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:40 smithi089 ceph-mon[103441]: pgmap v17053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:41.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:41.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:42.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:42.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:42.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:42 smithi026 ceph-mon[93126]: pgmap v17054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:42 smithi089 ceph-mon[103441]: pgmap v17054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:43.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:43.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:44.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:44.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:44.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:44 smithi026 ceph-mon[93126]: pgmap v17055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:44.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:44 smithi089 ceph-mon[103441]: pgmap v17055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:45.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:45.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:46.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:46.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:46.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:46 smithi026 ceph-mon[93126]: pgmap v17056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:46 smithi089 ceph-mon[103441]: pgmap v17056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:47.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:47.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:48.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:48.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:48 smithi026 ceph-mon[93126]: pgmap v17057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:48.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:48 smithi089 ceph-mon[103441]: pgmap v17057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:49.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:49.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:08:50.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:50.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:50.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:50 smithi026 ceph-mon[93126]: pgmap v17058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:50.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:50 smithi089 ceph-mon[103441]: pgmap v17058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:08:51.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:51.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:52.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:52.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:52.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:52 smithi026 ceph-mon[93126]: pgmap v17059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:52 smithi089 ceph-mon[103441]: pgmap v17059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:53.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:53.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:54.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:54.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:54.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:54 smithi026 ceph-mon[93126]: pgmap v17060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:54 smithi089 ceph-mon[103441]: pgmap v17060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:55.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:55.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:56.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:56.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:56.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:56 smithi026 ceph-mon[93126]: pgmap v17061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:56 smithi089 ceph-mon[103441]: pgmap v17061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:57.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:57.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:58.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:58.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:08:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:08:58 smithi026 ceph-mon[93126]: pgmap v17062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:08:58 smithi089 ceph-mon[103441]: pgmap v17062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:08:59.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:08:59.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:00.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:00.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:00.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:00 smithi026 ceph-mon[93126]: pgmap v17063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:00 smithi089 ceph-mon[103441]: pgmap v17063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:01.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:01.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:02.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:02 smithi089 ceph-mon[103441]: pgmap v17064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:02.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:02.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:02.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:02 smithi026 ceph-mon[93126]: pgmap v17064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:03.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:03.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:04.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:04.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:04.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:04 smithi026 ceph-mon[93126]: pgmap v17065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:04 smithi089 ceph-mon[103441]: pgmap v17065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:05.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:05.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:06.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:06.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:06.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:06 smithi026 ceph-mon[93126]: pgmap v17066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:06 smithi089 ceph-mon[103441]: pgmap v17066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:07.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:07.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:08.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:08.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:08 smithi026 ceph-mon[93126]: pgmap v17067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:08 smithi089 ceph-mon[103441]: pgmap v17067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:09.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:09.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:10.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:10.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:10.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:10 smithi026 ceph-mon[93126]: pgmap v17068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:10 smithi089 ceph-mon[103441]: pgmap v17068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:11.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:11.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:12.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:12 smithi089 ceph-mon[103441]: pgmap v17069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:12.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:12.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:12.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:12 smithi026 ceph-mon[93126]: pgmap v17069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:13.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:13.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:14.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:14.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:14.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:14 smithi026 ceph-mon[93126]: pgmap v17070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:14.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:14 smithi089 ceph-mon[103441]: pgmap v17070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:15.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:15.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:16.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:16.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:16.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:16 smithi026 ceph-mon[93126]: pgmap v17071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:16 smithi089 ceph-mon[103441]: pgmap v17071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:17.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:17.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:18.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:18.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:18 smithi026 ceph-mon[93126]: pgmap v17072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:18.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:18 smithi089 ceph-mon[103441]: pgmap v17072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:19.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:19.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:19.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:20.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:20.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:20.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:20 smithi026 ceph-mon[93126]: pgmap v17073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:20 smithi089 ceph-mon[103441]: pgmap v17073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:21.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:21.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:22.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:22.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:22 smithi026 ceph-mon[93126]: pgmap v17074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:09:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:22 smithi089 ceph-mon[103441]: pgmap v17074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:09:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:23.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:23.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:24.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:24.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:24.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:24 smithi026 ceph-mon[93126]: pgmap v17075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:24.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:24 smithi089 ceph-mon[103441]: pgmap v17075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:25.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:25.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:26.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:26.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:26.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:26 smithi026 ceph-mon[93126]: pgmap v17076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:26.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:26 smithi089 ceph-mon[103441]: pgmap v17076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:27.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:27.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:28.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:28.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:28 smithi026 ceph-mon[93126]: pgmap v17077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:28.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:28 smithi089 ceph-mon[103441]: pgmap v17077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:29.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:29.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:30.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:30.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:30.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:30 smithi026 ceph-mon[93126]: pgmap v17078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:09:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:09:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:09:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:30 smithi089 ceph-mon[103441]: pgmap v17078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:09:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:09:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:09:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:09:31.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:31.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:32.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:32.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:32 smithi026 ceph-mon[93126]: pgmap v17079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:32 smithi089 ceph-mon[103441]: pgmap v17079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:33.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:33.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:34.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:34.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:34 smithi026 ceph-mon[93126]: pgmap v17080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:34 smithi089 ceph-mon[103441]: pgmap v17080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:35.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:35.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:36.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:36.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:36.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:36 smithi026 ceph-mon[93126]: pgmap v17081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:36 smithi089 ceph-mon[103441]: pgmap v17081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:37.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:37.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:38.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:38.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:38 smithi026 ceph-mon[93126]: pgmap v17082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:38.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:38 smithi089 ceph-mon[103441]: pgmap v17082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:39.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:39.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:40.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:40.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:40.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:40 smithi026 ceph-mon[93126]: pgmap v17083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:40.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:40 smithi089 ceph-mon[103441]: pgmap v17083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:41.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:41.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:42.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:42.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:42.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:42 smithi026 ceph-mon[93126]: pgmap v17084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:42 smithi089 ceph-mon[103441]: pgmap v17084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:43.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:43.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:44.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:44.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:44.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:44 smithi026 ceph-mon[93126]: pgmap v17085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:44.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:44 smithi089 ceph-mon[103441]: pgmap v17085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:45.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:45.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:46.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:46.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:46.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:46 smithi026 ceph-mon[93126]: pgmap v17086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:46 smithi089 ceph-mon[103441]: pgmap v17086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:47.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:47.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:48.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:48.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:48 smithi026 ceph-mon[93126]: pgmap v17087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:48.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:48 smithi089 ceph-mon[103441]: pgmap v17087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:49.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:49.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:09:50.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:50.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:50.544 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:50 smithi026 ceph-mon[93126]: pgmap v17088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:50.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:50 smithi089 ceph-mon[103441]: pgmap v17088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:09:51.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:51.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:52.530 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:52 smithi089 ceph-mon[103441]: pgmap v17089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:52.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:52.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:52.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:52 smithi026 ceph-mon[93126]: pgmap v17089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:53.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:53.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:54.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:54.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:54.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:54 smithi026 ceph-mon[93126]: pgmap v17090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:54 smithi089 ceph-mon[103441]: pgmap v17090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:55.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:55.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:56.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:56.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:56.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:56 smithi026 ceph-mon[93126]: pgmap v17091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:56 smithi089 ceph-mon[103441]: pgmap v17091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:57.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:57.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:58.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:58.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:09:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:09:58 smithi026 ceph-mon[93126]: pgmap v17092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:09:58 smithi089 ceph-mon[103441]: pgmap v17092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:09:59.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:09:59.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:00.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:00 smithi026 ceph-mon[93126]: pgmap v17093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T06:10:00.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:00.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:00 smithi089 ceph-mon[103441]: pgmap v17093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T06:10:01.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:01.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:02.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:02 smithi026 ceph-mon[93126]: pgmap v17094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:02.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:02.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:02.637 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:02 smithi089 ceph-mon[103441]: pgmap v17094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:03.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:03.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:04 smithi026 ceph-mon[93126]: pgmap v17095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:04.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:04.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:04 smithi089 ceph-mon[103441]: pgmap v17095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:05.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:05.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:06.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:06 smithi026 ceph-mon[93126]: pgmap v17096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:06.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:06.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:06 smithi089 ceph-mon[103441]: pgmap v17096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:07.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:07.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:08 smithi026 ceph-mon[93126]: pgmap v17097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:08.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:08.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:08 smithi089 ceph-mon[103441]: pgmap v17097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:09.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:09.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:10.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:10 smithi026 ceph-mon[93126]: pgmap v17098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:10.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:10.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:10 smithi089 ceph-mon[103441]: pgmap v17098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:11.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:11.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:12 smithi026 ceph-mon[93126]: pgmap v17099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:12.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:12.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:12 smithi089 ceph-mon[103441]: pgmap v17099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:13.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:13.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:14.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:14 smithi026 ceph-mon[93126]: pgmap v17100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:14.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:14.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:14.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:14 smithi089 ceph-mon[103441]: pgmap v17100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:15.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:15.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:16.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:16 smithi026 ceph-mon[93126]: pgmap v17101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:16.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:16.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:16 smithi089 ceph-mon[103441]: pgmap v17101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:17.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:17.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:18 smithi026 ceph-mon[93126]: pgmap v17102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:18.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:18.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:18 smithi089 ceph-mon[103441]: pgmap v17102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:19.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:19.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:19.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:20.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:20 smithi026 ceph-mon[93126]: pgmap v17103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:20.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:20.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:20 smithi089 ceph-mon[103441]: pgmap v17103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:21.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:21.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:22 smithi026 ceph-mon[93126]: pgmap v17104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:22.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:22.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:22 smithi089 ceph-mon[103441]: pgmap v17104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:23.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:23.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:24.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:24 smithi026 ceph-mon[93126]: pgmap v17105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:24.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:24.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:24.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:24 smithi089 ceph-mon[103441]: pgmap v17105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:25.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:25.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:26.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:26 smithi026 ceph-mon[93126]: pgmap v17106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:26.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:26.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:26.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:26 smithi089 ceph-mon[103441]: pgmap v17106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:27.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:27.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:28 smithi026 ceph-mon[93126]: pgmap v17107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:28.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:28.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:28.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:28 smithi089 ceph-mon[103441]: pgmap v17107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:29.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:29.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:30.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:30.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:30 smithi089 ceph-mon[103441]: pgmap v17108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:10:30.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:30 smithi026 ceph-mon[93126]: pgmap v17108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:30.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:10:31.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:31.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:31.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:10:31.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:10:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:10:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:10:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:10:31.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:10:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:10:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:10:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:10:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:10:32.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:32.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:32.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:32 smithi026 ceph-mon[93126]: pgmap v17109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:32.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:32 smithi089 ceph-mon[103441]: pgmap v17109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:33.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:33.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:34.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:34.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:34 smithi026 ceph-mon[93126]: pgmap v17110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:34.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:34 smithi089 ceph-mon[103441]: pgmap v17110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:35.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:35.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:36.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:36.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:36 smithi026 ceph-mon[93126]: pgmap v17111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:36.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:36 smithi089 ceph-mon[103441]: pgmap v17111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:37.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:37.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:38.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:38.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:38 smithi026 ceph-mon[93126]: pgmap v17112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:38 smithi089 ceph-mon[103441]: pgmap v17112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:39.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:39.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:40.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:40.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:40.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:40 smithi026 ceph-mon[93126]: pgmap v17113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:40.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:40 smithi089 ceph-mon[103441]: pgmap v17113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:41.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:41.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:42.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:42.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:42 smithi026 ceph-mon[93126]: pgmap v17114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:42.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:42 smithi089 ceph-mon[103441]: pgmap v17114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:43.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:43.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:44.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:44.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:44 smithi026 ceph-mon[93126]: pgmap v17115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:44.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:44 smithi089 ceph-mon[103441]: pgmap v17115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:45.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:45.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:46.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:46.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:46 smithi026 ceph-mon[93126]: pgmap v17116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:46 smithi089 ceph-mon[103441]: pgmap v17116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:47.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:47.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:48.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:48.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:48 smithi026 ceph-mon[93126]: pgmap v17117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:48.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:48 smithi089 ceph-mon[103441]: pgmap v17117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:49.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:49.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:49.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:10:50.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:50.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:50 smithi026 ceph-mon[93126]: pgmap v17118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:50.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:50 smithi089 ceph-mon[103441]: pgmap v17118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:10:51.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:51.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:52.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:52 smithi026 ceph-mon[93126]: pgmap v17119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:52.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:52.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:52 smithi089 ceph-mon[103441]: pgmap v17119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:53.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:53.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:54.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:54 smithi026 ceph-mon[93126]: pgmap v17120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:54.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:54.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:54 smithi089 ceph-mon[103441]: pgmap v17120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:55.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:55.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:56.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:56 smithi026 ceph-mon[93126]: pgmap v17121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:56.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:56.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:56 smithi089 ceph-mon[103441]: pgmap v17121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:57.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:57.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:10:58 smithi026 ceph-mon[93126]: pgmap v17122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:58.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:58.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:10:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:10:58 smithi089 ceph-mon[103441]: pgmap v17122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:10:59.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:10:59.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:00.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:00 smithi026 ceph-mon[93126]: pgmap v17123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:00.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:00.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:00 smithi089 ceph-mon[103441]: pgmap v17123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:01.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:01.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:02.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:02 smithi026 ceph-mon[93126]: pgmap v17124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:02.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:02.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:02 smithi089 ceph-mon[103441]: pgmap v17124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:03.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:03.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:04.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:04 smithi026 ceph-mon[93126]: pgmap v17125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:04.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:04.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:04 smithi089 ceph-mon[103441]: pgmap v17125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:05.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:05.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:06.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:06 smithi026 ceph-mon[93126]: pgmap v17126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:06.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:06.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:06 smithi089 ceph-mon[103441]: pgmap v17126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:07.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:07.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:08 smithi026 ceph-mon[93126]: pgmap v17127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:08.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:08.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:08 smithi089 ceph-mon[103441]: pgmap v17127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:09.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:09.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:10.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:10 smithi026 ceph-mon[93126]: pgmap v17128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:10.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:10.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:10 smithi089 ceph-mon[103441]: pgmap v17128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:11.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:11.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:12.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:12 smithi026 ceph-mon[93126]: pgmap v17129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:12 smithi089 ceph-mon[103441]: pgmap v17129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:12.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:12.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:13.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:13.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:14.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:14 smithi026 ceph-mon[93126]: pgmap v17130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:14.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:14 smithi089 ceph-mon[103441]: pgmap v17130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:14.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:14.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:15.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:15.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:16.518 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:16 smithi026 ceph-mon[93126]: pgmap v17131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:16 smithi089 ceph-mon[103441]: pgmap v17131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:16.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:16.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:17.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:17.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:18.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:18 smithi026 ceph-mon[93126]: pgmap v17132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:18.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:18 smithi089 ceph-mon[103441]: pgmap v17132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:18.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:18.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:19.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:19.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:19.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:20.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:20 smithi026 ceph-mon[93126]: pgmap v17133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:20 smithi089 ceph-mon[103441]: pgmap v17133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:20.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:20.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:21.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:21.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:22 smithi026 ceph-mon[93126]: pgmap v17134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:22 smithi089 ceph-mon[103441]: pgmap v17134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:22.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:22.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:23.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:23.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:24.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:24 smithi026 ceph-mon[93126]: pgmap v17135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:24.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:24 smithi089 ceph-mon[103441]: pgmap v17135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:24.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:24.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:25.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:25.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:26 smithi026 ceph-mon[93126]: pgmap v17136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:26.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:26 smithi089 ceph-mon[103441]: pgmap v17136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:26.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:26.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:27.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:27.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:28.537 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:28 smithi089 ceph-mon[103441]: pgmap v17137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:28.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:28 smithi026 ceph-mon[93126]: pgmap v17137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:28.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:28.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:29.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:29.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:30.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:30 smithi026 ceph-mon[93126]: pgmap v17138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:30 smithi089 ceph-mon[103441]: pgmap v17138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:30.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:30.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:31.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:11:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:11:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:31 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:11:31.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:11:31.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:11:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:31 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:11:31.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:31.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:32 smithi026 ceph-mon[93126]: pgmap v17139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:11:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:11:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:11:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:11:32.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:11:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:32 smithi089 ceph-mon[103441]: pgmap v17139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:11:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:11:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:11:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:11:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:11:32.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:32.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:33.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:33.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:34 smithi026 ceph-mon[93126]: pgmap v17140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:34 smithi089 ceph-mon[103441]: pgmap v17140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:34.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:34.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:35.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:35.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:36.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:36 smithi026 ceph-mon[93126]: pgmap v17141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:36 smithi089 ceph-mon[103441]: pgmap v17141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:36.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:36.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:37.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:37.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:38 smithi026 ceph-mon[93126]: pgmap v17142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:38.642 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:38 smithi089 ceph-mon[103441]: pgmap v17142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:38.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:38.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:39.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:39.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:40.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:40 smithi026 ceph-mon[93126]: pgmap v17143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:40.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:40 smithi089 ceph-mon[103441]: pgmap v17143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:40.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:40.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:41.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:41.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:42.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:42 smithi026 ceph-mon[93126]: pgmap v17144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:42 smithi089 ceph-mon[103441]: pgmap v17144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:42.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:42.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:43.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:43.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:44.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:44 smithi026 ceph-mon[93126]: pgmap v17145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:44.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:44 smithi089 ceph-mon[103441]: pgmap v17145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:44.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:44.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:45.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:45.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:46.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:46 smithi026 ceph-mon[93126]: pgmap v17146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:46 smithi089 ceph-mon[103441]: pgmap v17146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:46.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:46.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:47.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:47.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:48 smithi026 ceph-mon[93126]: pgmap v17147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:48.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:48 smithi089 ceph-mon[103441]: pgmap v17147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:48.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:48.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:49.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:11:49.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:49.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:50.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:50 smithi026 ceph-mon[93126]: pgmap v17148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:50.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:50 smithi089 ceph-mon[103441]: pgmap v17148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:11:50.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:50.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:51.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:51.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:52.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:52 smithi026 ceph-mon[93126]: pgmap v17149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:52 smithi089 ceph-mon[103441]: pgmap v17149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:52.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:52.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:53.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:53.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:54.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:54 smithi026 ceph-mon[93126]: pgmap v17150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:54 smithi089 ceph-mon[103441]: pgmap v17150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:54.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:54.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:55.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:55.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:56.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:56 smithi026 ceph-mon[93126]: pgmap v17151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:56 smithi089 ceph-mon[103441]: pgmap v17151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:56.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:56.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:57.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:57.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:58.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:11:58 smithi026 ceph-mon[93126]: pgmap v17152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:11:58 smithi089 ceph-mon[103441]: pgmap v17152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:11:58.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:58.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:11:59.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:11:59.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:00.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:00 smithi026 ceph-mon[93126]: pgmap v17153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:00 smithi089 ceph-mon[103441]: pgmap v17153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:00.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:00.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:01.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:01.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:02.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:02 smithi026 ceph-mon[93126]: pgmap v17154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:02 smithi089 ceph-mon[103441]: pgmap v17154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:02.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:02.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:03.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:03.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:04.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:04 smithi026 ceph-mon[93126]: pgmap v17155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:04 smithi089 ceph-mon[103441]: pgmap v17155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:04.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:04.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:05.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:05.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:06.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:06 smithi026 ceph-mon[93126]: pgmap v17156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:06 smithi089 ceph-mon[103441]: pgmap v17156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:06.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:06.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:07.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:07.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:08 smithi026 ceph-mon[93126]: pgmap v17157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:08 smithi089 ceph-mon[103441]: pgmap v17157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:08.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:08.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:09.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:09.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:10 smithi089 ceph-mon[103441]: pgmap v17158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:10.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:10.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:10 smithi026 ceph-mon[93126]: pgmap v17158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:11.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:11.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:12.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:12 smithi026 ceph-mon[93126]: pgmap v17159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:12 smithi089 ceph-mon[103441]: pgmap v17159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:12.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:12.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:13.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:13.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:14.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:14 smithi026 ceph-mon[93126]: pgmap v17160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:14.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:14 smithi089 ceph-mon[103441]: pgmap v17160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:14.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:14.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:15.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:15.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:16.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:16 smithi026 ceph-mon[93126]: pgmap v17161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:16 smithi089 ceph-mon[103441]: pgmap v17161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:16.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:16.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:17.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:17.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:18.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:18 smithi089 ceph-mon[103441]: pgmap v17162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:18.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:18.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:18 smithi026 ceph-mon[93126]: pgmap v17162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:19.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:19.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:20 smithi089 ceph-mon[103441]: pgmap v17163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:20.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:20.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:20 smithi026 ceph-mon[93126]: pgmap v17163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:21.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:21.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:22 smithi026 ceph-mon[93126]: pgmap v17164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:22 smithi089 ceph-mon[103441]: pgmap v17164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:22.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:22.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:23.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:23.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:24.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:24 smithi089 ceph-mon[103441]: pgmap v17165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:24.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:24 smithi026 ceph-mon[93126]: pgmap v17165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:24.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:24.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:25.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:25.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:26.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:26 smithi089 ceph-mon[103441]: pgmap v17166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:26 smithi026 ceph-mon[93126]: pgmap v17166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:26.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:26.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:27.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:27.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:28.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:28 smithi089 ceph-mon[103441]: pgmap v17167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:28 smithi026 ceph-mon[93126]: pgmap v17167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:28.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:28.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:29.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:29.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:30 smithi089 ceph-mon[103441]: pgmap v17168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:30.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:30 smithi026 ceph-mon[93126]: pgmap v17168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:30.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:30.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:31.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:31.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:32 smithi026 ceph-mon[93126]: pgmap v17169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:12:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:32 smithi089 ceph-mon[103441]: pgmap v17169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:12:32.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:32.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:12:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:12:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:12:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:12:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:12:33.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:12:33.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:12:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:12:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:12:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:12:33.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:33.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:34 smithi026 ceph-mon[93126]: pgmap v17170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:34 smithi089 ceph-mon[103441]: pgmap v17170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:34.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:34.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:35.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:35.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:36 smithi089 ceph-mon[103441]: pgmap v17171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:36 smithi026 ceph-mon[93126]: pgmap v17171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:36.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:36.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:37.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:37.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:38.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:38 smithi089 ceph-mon[103441]: pgmap v17172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:38 smithi026 ceph-mon[93126]: pgmap v17172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:38.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:38.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:39.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:39.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:40.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:40 smithi089 ceph-mon[103441]: pgmap v17173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:40.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:40 smithi026 ceph-mon[93126]: pgmap v17173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:40.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:40.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:41.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:41.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:42.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:42 smithi026 ceph-mon[93126]: pgmap v17174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:42 smithi089 ceph-mon[103441]: pgmap v17174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:42.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:42.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:43.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:43.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:44.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:44 smithi089 ceph-mon[103441]: pgmap v17175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:44 smithi026 ceph-mon[93126]: pgmap v17175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:44.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:44.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:45.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:45.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:46 smithi089 ceph-mon[103441]: pgmap v17176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:46 smithi026 ceph-mon[93126]: pgmap v17176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:46.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:46.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:47.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:47.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:48.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:48 smithi089 ceph-mon[103441]: pgmap v17177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:48 smithi026 ceph-mon[93126]: pgmap v17177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:48.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:48.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:12:49.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:49.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:50.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:50 smithi089 ceph-mon[103441]: pgmap v17178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:50 smithi026 ceph-mon[93126]: pgmap v17178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:12:50.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:50.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:51.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:51.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:52.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:52 smithi026 ceph-mon[93126]: pgmap v17179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:52 smithi089 ceph-mon[103441]: pgmap v17179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:52.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:52.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:53.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:53.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:54 smithi089 ceph-mon[103441]: pgmap v17180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:54 smithi026 ceph-mon[93126]: pgmap v17180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:54.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:54.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:55.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:55.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:56 smithi089 ceph-mon[103441]: pgmap v17181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:56 smithi026 ceph-mon[93126]: pgmap v17181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:56.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:56.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:57.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:57.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:12:58 smithi089 ceph-mon[103441]: pgmap v17182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:12:58 smithi026 ceph-mon[93126]: pgmap v17182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:12:58.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:58.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:12:59.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:12:59.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:00 smithi089 ceph-mon[103441]: pgmap v17183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:00 smithi026 ceph-mon[93126]: pgmap v17183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:00.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:00.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:01.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:01.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:02.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:02 smithi026 ceph-mon[93126]: pgmap v17184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:02 smithi089 ceph-mon[103441]: pgmap v17184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:02.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:02.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:03.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:03.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:04 smithi089 ceph-mon[103441]: pgmap v17185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:04 smithi026 ceph-mon[93126]: pgmap v17185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:04.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:04.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:05.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:05.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:06 smithi089 ceph-mon[103441]: pgmap v17186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:06 smithi026 ceph-mon[93126]: pgmap v17186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:06.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:06.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:07.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:07.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:08 smithi089 ceph-mon[103441]: pgmap v17187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:08 smithi026 ceph-mon[93126]: pgmap v17187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:08.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:08.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:09.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:09.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:10 smithi089 ceph-mon[103441]: pgmap v17188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:10 smithi026 ceph-mon[93126]: pgmap v17188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:10.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:10.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:11.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:11.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:12.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:12 smithi026 ceph-mon[93126]: pgmap v17189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:12 smithi089 ceph-mon[103441]: pgmap v17189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:12.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:12.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:13.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:13.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:14.648 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:14 smithi089 ceph-mon[103441]: pgmap v17190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:14 smithi026 ceph-mon[93126]: pgmap v17190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:14.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:14.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:15.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:15.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:16 smithi089 ceph-mon[103441]: pgmap v17191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:16 smithi026 ceph-mon[93126]: pgmap v17191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:16.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:16.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:17.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:17.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:18 smithi089 ceph-mon[103441]: pgmap v17192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:18 smithi026 ceph-mon[93126]: pgmap v17192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:18.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:18.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:19.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:19.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:19.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:20 smithi089 ceph-mon[103441]: pgmap v17193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:20 smithi026 ceph-mon[93126]: pgmap v17193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:20.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:20.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:21.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:21.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:22 smithi026 ceph-mon[93126]: pgmap v17194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:22 smithi089 ceph-mon[103441]: pgmap v17194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:22.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:22.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:23.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:23.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:24.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:24 smithi089 ceph-mon[103441]: pgmap v17195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:24 smithi026 ceph-mon[93126]: pgmap v17195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:24.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:24.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:25.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:25.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:26.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:26 smithi089 ceph-mon[103441]: pgmap v17196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:26 smithi026 ceph-mon[93126]: pgmap v17196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:26.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:26.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:27.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:27.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:28.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:28 smithi089 ceph-mon[103441]: pgmap v17197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:28 smithi026 ceph-mon[93126]: pgmap v17197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:28.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:28.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:29.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:29.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:30 smithi089 ceph-mon[103441]: pgmap v17198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:30.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:30 smithi026 ceph-mon[93126]: pgmap v17198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:30.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:30.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:31.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:31.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:32 smithi026 ceph-mon[93126]: pgmap v17199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:32 smithi089 ceph-mon[103441]: pgmap v17199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:32.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:32.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:33.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:13:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:13:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:13:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:13:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:13:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:13:33.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:13:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:13:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:13:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:13:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:13:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:13:33.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:33.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:34 smithi026 ceph-mon[93126]: pgmap v17200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:34 smithi089 ceph-mon[103441]: pgmap v17200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:34.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:34.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:35.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:35.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:36 smithi089 ceph-mon[103441]: pgmap v17201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:36 smithi026 ceph-mon[93126]: pgmap v17201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:36.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:36.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:37.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:37.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:38.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:38 smithi026 ceph-mon[93126]: pgmap v17202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:38.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:38 smithi089 ceph-mon[103441]: pgmap v17202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:38.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:38.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:39.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:39.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:40.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:40 smithi089 ceph-mon[103441]: pgmap v17203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:40.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:40 smithi026 ceph-mon[93126]: pgmap v17203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:40.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:40.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:41.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:41.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:42.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:42 smithi026 ceph-mon[93126]: pgmap v17204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:42 smithi089 ceph-mon[103441]: pgmap v17204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:42.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:42.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:43.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:43.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:44.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:44 smithi089 ceph-mon[103441]: pgmap v17205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:44 smithi026 ceph-mon[93126]: pgmap v17205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:44.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:44.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:45.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:45.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:46 smithi089 ceph-mon[103441]: pgmap v17206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:46 smithi026 ceph-mon[93126]: pgmap v17206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:46.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:46.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:47.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:47.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:48 smithi026 ceph-mon[93126]: pgmap v17207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:48 smithi089 ceph-mon[103441]: pgmap v17207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:48.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:48.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:13:49.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:49.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:50.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:50 smithi089 ceph-mon[103441]: pgmap v17208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:50 smithi026 ceph-mon[93126]: pgmap v17208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:50.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:50.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:51.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:51.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:52.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:52 smithi026 ceph-mon[93126]: pgmap v17209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:52 smithi089 ceph-mon[103441]: pgmap v17209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:52.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:52.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:53.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:53.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:54 smithi089 ceph-mon[103441]: pgmap v17210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:54 smithi026 ceph-mon[93126]: pgmap v17210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:54.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:54.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:55.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:55.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:56 smithi089 ceph-mon[103441]: pgmap v17211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:56 smithi026 ceph-mon[93126]: pgmap v17211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:13:56.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:56.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:57.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:57.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:13:58 smithi089 ceph-mon[103441]: pgmap v17212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:13:58 smithi026 ceph-mon[93126]: pgmap v17212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:13:58.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:58.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:13:59.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:13:59.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:00.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:00 smithi089 ceph-mon[103441]: pgmap v17213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:00 smithi026 ceph-mon[93126]: pgmap v17213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:00.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:00.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:01.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:01.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:02.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:02 smithi026 ceph-mon[93126]: pgmap v17214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:02 smithi089 ceph-mon[103441]: pgmap v17214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:02.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:02.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:03.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:03.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:04 smithi089 ceph-mon[103441]: pgmap v17215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:04 smithi026 ceph-mon[93126]: pgmap v17215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:04.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:04.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:05.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:05.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:06 smithi089 ceph-mon[103441]: pgmap v17216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:06 smithi026 ceph-mon[93126]: pgmap v17216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:06.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:06.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:07.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:07.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:08 smithi089 ceph-mon[103441]: pgmap v17217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:08 smithi026 ceph-mon[93126]: pgmap v17217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:08.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:08.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:09.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:09.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:10 smithi089 ceph-mon[103441]: pgmap v17218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:10 smithi026 ceph-mon[93126]: pgmap v17218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:10.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:10.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:11.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:11.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:12.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:12 smithi026 ceph-mon[93126]: pgmap v17219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:12 smithi089 ceph-mon[103441]: pgmap v17219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:12.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:12.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:13.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:13.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:14.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:14 smithi089 ceph-mon[103441]: pgmap v17220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:14 smithi026 ceph-mon[93126]: pgmap v17220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:14.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:14.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:15.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:15.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:16 smithi089 ceph-mon[103441]: pgmap v17221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:16 smithi026 ceph-mon[93126]: pgmap v17221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:16.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:16.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:17.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:17.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:18.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:18 smithi089 ceph-mon[103441]: pgmap v17222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:18 smithi026 ceph-mon[93126]: pgmap v17222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:18.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:18.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:19.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:19.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:19.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:20 smithi089 ceph-mon[103441]: pgmap v17223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:20 smithi026 ceph-mon[93126]: pgmap v17223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:20.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:20.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:21.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:22.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:22 smithi026 ceph-mon[93126]: pgmap v17224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:22 smithi089 ceph-mon[103441]: pgmap v17224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:23.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:23.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:24.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:24.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:24.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:24 smithi089 ceph-mon[103441]: pgmap v17225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:24 smithi026 ceph-mon[93126]: pgmap v17225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:25.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:25.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:26.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:26.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:26.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:26 smithi089 ceph-mon[103441]: pgmap v17226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:26 smithi026 ceph-mon[93126]: pgmap v17226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:27.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:27.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:28.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:28.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:28.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:28 smithi089 ceph-mon[103441]: pgmap v17227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:28.695 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:28 smithi026 ceph-mon[93126]: pgmap v17227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:29.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:29.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:30.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:30.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:30 smithi089 ceph-mon[103441]: pgmap v17228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:30.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:30 smithi026 ceph-mon[93126]: pgmap v17228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:31.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:31.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:32.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:32.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:32 smithi026 ceph-mon[93126]: pgmap v17229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:32 smithi089 ceph-mon[103441]: pgmap v17229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:33.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:33.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:33.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:14:33.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:14:34.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:34.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:34.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:34 smithi026 ceph-mon[93126]: pgmap v17230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:14:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:14:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:14:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:14:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:14:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:34 smithi089 ceph-mon[103441]: pgmap v17230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:14:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:14:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:14:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:14:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:14:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:35.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:35.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:36.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:36.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:36 smithi089 ceph-mon[103441]: pgmap v17231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:36 smithi026 ceph-mon[93126]: pgmap v17231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:37.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:37.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:38.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:38.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:38.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:38 smithi089 ceph-mon[103441]: pgmap v17232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:38 smithi026 ceph-mon[93126]: pgmap v17232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:39.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:39.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:40.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:40.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:40.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:40 smithi089 ceph-mon[103441]: pgmap v17233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:40.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:40 smithi026 ceph-mon[93126]: pgmap v17233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:41.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:41.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:42.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:42.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:42.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:42 smithi026 ceph-mon[93126]: pgmap v17234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:42 smithi089 ceph-mon[103441]: pgmap v17234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:43.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:43.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:44.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:44.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:44.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:44 smithi089 ceph-mon[103441]: pgmap v17235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:44 smithi026 ceph-mon[93126]: pgmap v17235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:45.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:45.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:46.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:46.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:46 smithi089 ceph-mon[103441]: pgmap v17236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:46 smithi026 ceph-mon[93126]: pgmap v17236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:47.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:47.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:48.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:48.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:48.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:48 smithi089 ceph-mon[103441]: pgmap v17237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:48 smithi026 ceph-mon[93126]: pgmap v17237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:49.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:49.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:14:50.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:50.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:50.649 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:50 smithi089 ceph-mon[103441]: pgmap v17238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:50 smithi026 ceph-mon[93126]: pgmap v17238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:51.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:51.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:52.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:52.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:52.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:52 smithi026 ceph-mon[93126]: pgmap v17239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:52 smithi089 ceph-mon[103441]: pgmap v17239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:53.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:53.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:54.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:54.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:54 smithi089 ceph-mon[103441]: pgmap v17240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:54 smithi026 ceph-mon[93126]: pgmap v17240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:55.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:55.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:56.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:56.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:56 smithi089 ceph-mon[103441]: pgmap v17241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:56 smithi026 ceph-mon[93126]: pgmap v17241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:14:57.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:57.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:58.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:58.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:14:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:14:58 smithi089 ceph-mon[103441]: pgmap v17242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:14:58 smithi026 ceph-mon[93126]: pgmap v17242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:14:59.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:14:59.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:00.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:00.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:00 smithi089 ceph-mon[103441]: pgmap v17243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:00 smithi026 ceph-mon[93126]: pgmap v17243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:01.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:01.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:02.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:02.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:02.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:02 smithi026 ceph-mon[93126]: pgmap v17244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:02 smithi089 ceph-mon[103441]: pgmap v17244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:03.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:03.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:04.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:04.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:04 smithi089 ceph-mon[103441]: pgmap v17245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:04 smithi026 ceph-mon[93126]: pgmap v17245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:05.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:05.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:06.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:06.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:06 smithi089 ceph-mon[103441]: pgmap v17246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:06 smithi026 ceph-mon[93126]: pgmap v17246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:07.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:07.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:08.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:08.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:08 smithi089 ceph-mon[103441]: pgmap v17247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:08 smithi026 ceph-mon[93126]: pgmap v17247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:09.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:09.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:10.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:10.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:10 smithi089 ceph-mon[103441]: pgmap v17248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:10 smithi026 ceph-mon[93126]: pgmap v17248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:11.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:11.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:12.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:12.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:12.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:12 smithi026 ceph-mon[93126]: pgmap v17249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:12 smithi089 ceph-mon[103441]: pgmap v17249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:13.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:13.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:14.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:14.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:14.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:14 smithi026 ceph-mon[93126]: pgmap v17250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:14.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:14 smithi089 ceph-mon[103441]: pgmap v17250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:15.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:15.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:16.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:16.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:16 smithi089 ceph-mon[103441]: pgmap v17251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:16 smithi026 ceph-mon[93126]: pgmap v17251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:17.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:17.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:18.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:18.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:18.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:18 smithi089 ceph-mon[103441]: pgmap v17252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:18 smithi026 ceph-mon[93126]: pgmap v17252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:19.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:19.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:19.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:19.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:20.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:20.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:20 smithi089 ceph-mon[103441]: pgmap v17253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:20 smithi026 ceph-mon[93126]: pgmap v17253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:21.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:21.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:22.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:22.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:22 smithi026 ceph-mon[93126]: pgmap v17254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:22 smithi089 ceph-mon[103441]: pgmap v17254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:23.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:23.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:24.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:24.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:24.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:24 smithi089 ceph-mon[103441]: pgmap v17255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:24 smithi026 ceph-mon[93126]: pgmap v17255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:25.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:25.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:26.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:26.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:26.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:26 smithi089 ceph-mon[103441]: pgmap v17256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:26 smithi026 ceph-mon[93126]: pgmap v17256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:27.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:27.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:28.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:28.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:28.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:28 smithi089 ceph-mon[103441]: pgmap v17257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:28 smithi026 ceph-mon[93126]: pgmap v17257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:29.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:29.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:30.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:30.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:30 smithi089 ceph-mon[103441]: pgmap v17258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:30.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:30 smithi026 ceph-mon[93126]: pgmap v17258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:31.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:31.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:32.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:32.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:32 smithi026 ceph-mon[93126]: pgmap v17259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:32 smithi089 ceph-mon[103441]: pgmap v17259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:33.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:33.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:34.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:34.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:34 smithi089 ceph-mon[103441]: pgmap v17260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:15:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:34 smithi026 ceph-mon[93126]: pgmap v17260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:15:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:35.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:35.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:35.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:15:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:15:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:15:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:15:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:15:35.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:15:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:15:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:15:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:15:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:15:36.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:36.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:36.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:36 smithi089 ceph-mon[103441]: pgmap v17261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:37.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:36 smithi026 ceph-mon[93126]: pgmap v17261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:37.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:37.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:38.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:38.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:38 smithi089 ceph-mon[103441]: pgmap v17262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:39.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:38 smithi026 ceph-mon[93126]: pgmap v17262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:39.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:39.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:40.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:40.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:40.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:40 smithi089 ceph-mon[103441]: pgmap v17263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:41.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:40 smithi026 ceph-mon[93126]: pgmap v17263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:41.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:41.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:42.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:42.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:42.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:42 smithi026 ceph-mon[93126]: pgmap v17264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:42 smithi089 ceph-mon[103441]: pgmap v17264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:43.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:43.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:44.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:44.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:44.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:44 smithi089 ceph-mon[103441]: pgmap v17265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:44 smithi026 ceph-mon[93126]: pgmap v17265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:45.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:45.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:46.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:46.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:46 smithi089 ceph-mon[103441]: pgmap v17266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:46 smithi026 ceph-mon[93126]: pgmap v17266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:47.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:47.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:48.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:48.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:48.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:48 smithi089 ceph-mon[103441]: pgmap v17267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:48 smithi026 ceph-mon[93126]: pgmap v17267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:49.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:49.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:49.629 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:15:50.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:50.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:50.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:50 smithi089 ceph-mon[103441]: pgmap v17268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:50 smithi026 ceph-mon[93126]: pgmap v17268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:51.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:51.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:52.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:52.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:52.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:52 smithi026 ceph-mon[93126]: pgmap v17269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:52 smithi089 ceph-mon[103441]: pgmap v17269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:53.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:53.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:54.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:54.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:54 smithi089 ceph-mon[103441]: pgmap v17270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:54.686 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:54 smithi026 ceph-mon[93126]: pgmap v17270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:55.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:55.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:56.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:56.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:56 smithi089 ceph-mon[103441]: pgmap v17271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:56 smithi026 ceph-mon[93126]: pgmap v17271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:15:57.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:57.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:58.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:58.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:15:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:15:58 smithi089 ceph-mon[103441]: pgmap v17272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:15:58 smithi026 ceph-mon[93126]: pgmap v17272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:15:59.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:15:59.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:00.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:00.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:00 smithi089 ceph-mon[103441]: pgmap v17273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:00 smithi026 ceph-mon[93126]: pgmap v17273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:01.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:01.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:02.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:02.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:02.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:02 smithi026 ceph-mon[93126]: pgmap v17274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:02 smithi089 ceph-mon[103441]: pgmap v17274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:03.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:03.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:04.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:04.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:04 smithi089 ceph-mon[103441]: pgmap v17275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:04.800 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:04 smithi026 ceph-mon[93126]: pgmap v17275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:04.801 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:05.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:05.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:06.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:06.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:06 smithi089 ceph-mon[103441]: pgmap v17276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:06 smithi026 ceph-mon[93126]: pgmap v17276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:07.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:07.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:08.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:08.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:08 smithi089 ceph-mon[103441]: pgmap v17277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:08 smithi026 ceph-mon[93126]: pgmap v17277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:09.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:09.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:10.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:10.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:10 smithi089 ceph-mon[103441]: pgmap v17278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:10 smithi026 ceph-mon[93126]: pgmap v17278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:11.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:11.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:12.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:12.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:12.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:12 smithi026 ceph-mon[93126]: pgmap v17279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:12 smithi089 ceph-mon[103441]: pgmap v17279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:13.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:13.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:14.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:14.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:14.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:14 smithi089 ceph-mon[103441]: pgmap v17280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:14 smithi026 ceph-mon[93126]: pgmap v17280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:15.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:15.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:16.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:16.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:16 smithi089 ceph-mon[103441]: pgmap v17281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:16 smithi026 ceph-mon[93126]: pgmap v17281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:17.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:17.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:18.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:18.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:18.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:18 smithi089 ceph-mon[103441]: pgmap v17282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:18 smithi026 ceph-mon[93126]: pgmap v17282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:19.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:19.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:19.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:20.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:20.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:20 smithi089 ceph-mon[103441]: pgmap v17283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:20 smithi026 ceph-mon[93126]: pgmap v17283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:21.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:21.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:22.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:22.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:22 smithi026 ceph-mon[93126]: pgmap v17284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:22 smithi089 ceph-mon[103441]: pgmap v17284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:23.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:23.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:24.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:24.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:24.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:24 smithi089 ceph-mon[103441]: pgmap v17285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:24 smithi026 ceph-mon[93126]: pgmap v17285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:25.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:25.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:26.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:26.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:26.662 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:26 smithi089 ceph-mon[103441]: pgmap v17286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:26 smithi026 ceph-mon[93126]: pgmap v17286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:27.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:27.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:28.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:28.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:28.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:28 smithi089 ceph-mon[103441]: pgmap v17287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:28 smithi026 ceph-mon[93126]: pgmap v17287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:29.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:29.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:30.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:30.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:30 smithi089 ceph-mon[103441]: pgmap v17288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:30.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:30 smithi026 ceph-mon[93126]: pgmap v17288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:31.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:31.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:32.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:32.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:32 smithi089 ceph-mon[103441]: pgmap v17289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:32.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:32 smithi026 ceph-mon[93126]: pgmap v17289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:33.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:33.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:34.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:34.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:34 smithi089 ceph-mon[103441]: pgmap v17290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:34 smithi026 ceph-mon[93126]: pgmap v17290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:35.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:35.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:35.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:16:35.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:16:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:16:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:16:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:16:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:16:35.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:16:35.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:16:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:16:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:16:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:16:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:16:36.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:36.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:36 smithi089 ceph-mon[103441]: pgmap v17291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:36 smithi026 ceph-mon[93126]: pgmap v17291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:37.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:37.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:38.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:38.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:38.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:38 smithi089 ceph-mon[103441]: pgmap v17292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:38 smithi026 ceph-mon[93126]: pgmap v17292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:39.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:39.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:40.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:40.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:40.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:40 smithi026 ceph-mon[93126]: pgmap v17293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:40.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:40 smithi089 ceph-mon[103441]: pgmap v17293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:41.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:41.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:42.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:42.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:42 smithi089 ceph-mon[103441]: pgmap v17294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:42 smithi026 ceph-mon[93126]: pgmap v17294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:43.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:43.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:44.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:44.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:44.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:44 smithi089 ceph-mon[103441]: pgmap v17295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:44 smithi026 ceph-mon[93126]: pgmap v17295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:45.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:45.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:46.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:46.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:46 smithi089 ceph-mon[103441]: pgmap v17296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:46 smithi026 ceph-mon[93126]: pgmap v17296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:47.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:47.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:48.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:48.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:48.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:48 smithi089 ceph-mon[103441]: pgmap v17297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:48 smithi026 ceph-mon[93126]: pgmap v17297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:49.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:49.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:16:50.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:50.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:50.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:50 smithi089 ceph-mon[103441]: pgmap v17298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:50 smithi026 ceph-mon[93126]: pgmap v17298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:51.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:51.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:52.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:52.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:52 smithi089 ceph-mon[103441]: pgmap v17299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:52 smithi026 ceph-mon[93126]: pgmap v17299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:53.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:53.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:54.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:54.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:54 smithi089 ceph-mon[103441]: pgmap v17300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:54 smithi026 ceph-mon[93126]: pgmap v17300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:55.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:55.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:56.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:56.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:56 smithi089 ceph-mon[103441]: pgmap v17301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:56 smithi026 ceph-mon[93126]: pgmap v17301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:16:57.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:57.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:58.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:58.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:16:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:16:58 smithi089 ceph-mon[103441]: pgmap v17302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:16:58 smithi026 ceph-mon[93126]: pgmap v17302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:16:59.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:16:59.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:00.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:00.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:00 smithi089 ceph-mon[103441]: pgmap v17303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:00 smithi026 ceph-mon[93126]: pgmap v17303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:01.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:01.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:02.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:02.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:02 smithi089 ceph-mon[103441]: pgmap v17304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:02 smithi026 ceph-mon[93126]: pgmap v17304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:03.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:03.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:04.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:04.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:04.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:04 smithi089 ceph-mon[103441]: pgmap v17305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:04 smithi026 ceph-mon[93126]: pgmap v17305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:05.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:05.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:06.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:06.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:06 smithi089 ceph-mon[103441]: pgmap v17306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:06 smithi026 ceph-mon[93126]: pgmap v17306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:07.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:07.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:08.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:08.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:08 smithi089 ceph-mon[103441]: pgmap v17307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:08 smithi026 ceph-mon[93126]: pgmap v17307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:09.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:09.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:10.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:10.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:10 smithi089 ceph-mon[103441]: pgmap v17308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:10 smithi026 ceph-mon[93126]: pgmap v17308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:11.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:11.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:12.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:12.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:12.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:12 smithi089 ceph-mon[103441]: pgmap v17309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:12 smithi026 ceph-mon[93126]: pgmap v17309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:13.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:13.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:14.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:14.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:14.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:14 smithi089 ceph-mon[103441]: pgmap v17310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:14 smithi026 ceph-mon[93126]: pgmap v17310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:15.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:15.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:16.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:16.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:16 smithi089 ceph-mon[103441]: pgmap v17311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:16 smithi026 ceph-mon[93126]: pgmap v17311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:17.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:17.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:18.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:18.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:18.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:18 smithi089 ceph-mon[103441]: pgmap v17312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:18 smithi026 ceph-mon[93126]: pgmap v17312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:19.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:19.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:19.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:20.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:20.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:20.662 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:20 smithi026 ceph-mon[93126]: pgmap v17313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:20 smithi089 ceph-mon[103441]: pgmap v17313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:21.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:21.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:22.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:22.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:22 smithi089 ceph-mon[103441]: pgmap v17314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:22.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:22 smithi026 ceph-mon[93126]: pgmap v17314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:23.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:23.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:24.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:24.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:24.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:24 smithi089 ceph-mon[103441]: pgmap v17315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:24 smithi026 ceph-mon[93126]: pgmap v17315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:25.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:25.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:26.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:26.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:26.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:26 smithi089 ceph-mon[103441]: pgmap v17316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:26 smithi026 ceph-mon[93126]: pgmap v17316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:27.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:27.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:28.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:28.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:28.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:28 smithi089 ceph-mon[103441]: pgmap v17317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:28 smithi026 ceph-mon[93126]: pgmap v17317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:29.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:29.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:30.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:30.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:30 smithi089 ceph-mon[103441]: pgmap v17318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:30.776 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:30 smithi026 ceph-mon[93126]: pgmap v17318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:31.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:31.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:32.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:32.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:32 smithi089 ceph-mon[103441]: pgmap v17319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:32.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:32 smithi026 ceph-mon[93126]: pgmap v17319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:33.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:33.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:34.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:34.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:34 smithi089 ceph-mon[103441]: pgmap v17320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:34 smithi026 ceph-mon[93126]: pgmap v17320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:35.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:35.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:36.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:36.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:36 smithi089 ceph-mon[103441]: pgmap v17321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:17:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:36 smithi026 ceph-mon[93126]: pgmap v17321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:17:37.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:37.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:38.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:38.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:38.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:38 smithi089 ceph-mon[103441]: pgmap v17322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:38 smithi026 ceph-mon[93126]: pgmap v17322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:39.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:39.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:40.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:40.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:41 smithi026 ceph-mon[93126]: pgmap v17323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:17:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:17:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:17:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:17:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:17:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:17:41.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:17:41.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:41.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:41.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:41 smithi089 ceph-mon[103441]: pgmap v17323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:41.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:17:41.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:17:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:17:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:17:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:17:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:17:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:17:42.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:42.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:42 smithi089 ceph-mon[103441]: pgmap v17324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:42 smithi026 ceph-mon[93126]: pgmap v17324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:43.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:43.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:44.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:44.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:44.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:44 smithi089 ceph-mon[103441]: pgmap v17325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:44 smithi026 ceph-mon[93126]: pgmap v17325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:45.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:45.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:46.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:46.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:46.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:46 smithi089 ceph-mon[103441]: pgmap v17326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:46 smithi026 ceph-mon[93126]: pgmap v17326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:47.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:47.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:48.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:48.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:48.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:48 smithi089 ceph-mon[103441]: pgmap v17327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:48 smithi026 ceph-mon[93126]: pgmap v17327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:49.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:49.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:17:50.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:50.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:50.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:50 smithi089 ceph-mon[103441]: pgmap v17328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:50 smithi026 ceph-mon[93126]: pgmap v17328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:51.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:51.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:52.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:52.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:52 smithi089 ceph-mon[103441]: pgmap v17329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:52 smithi026 ceph-mon[93126]: pgmap v17329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:53.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:53.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:54.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:54.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:54 smithi089 ceph-mon[103441]: pgmap v17330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:54 smithi026 ceph-mon[93126]: pgmap v17330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:55.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:55.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:56.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:56.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:56.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:56 smithi089 ceph-mon[103441]: pgmap v17331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:56 smithi026 ceph-mon[93126]: pgmap v17331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:17:57.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:57.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:58.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:58.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:17:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:17:58 smithi089 ceph-mon[103441]: pgmap v17332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:17:58 smithi026 ceph-mon[93126]: pgmap v17332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:17:59.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:17:59.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:00.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:00.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:00.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:00 smithi089 ceph-mon[103441]: pgmap v17333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:00 smithi026 ceph-mon[93126]: pgmap v17333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:01.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:01.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:02.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:02.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:02.666 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:02 smithi089 ceph-mon[103441]: pgmap v17334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:02 smithi026 ceph-mon[93126]: pgmap v17334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:03.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:03.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:04.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:04.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:04 smithi089 ceph-mon[103441]: pgmap v17335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:04 smithi026 ceph-mon[93126]: pgmap v17335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:05.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:05.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:06.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:06.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:06.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:06 smithi026 ceph-mon[93126]: pgmap v17336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:06.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:06 smithi089 ceph-mon[103441]: pgmap v17336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:07.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:07.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:08.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:08.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:08 smithi089 ceph-mon[103441]: pgmap v17337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:08 smithi026 ceph-mon[93126]: pgmap v17337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:09.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:09.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:10.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:10.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:10 smithi089 ceph-mon[103441]: pgmap v17338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:10 smithi026 ceph-mon[93126]: pgmap v17338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:11.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:11.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:12.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:12.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:12 smithi089 ceph-mon[103441]: pgmap v17339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:12 smithi026 ceph-mon[93126]: pgmap v17339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:13.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:13.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:14.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:14.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:14.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:14 smithi089 ceph-mon[103441]: pgmap v17340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:14 smithi026 ceph-mon[93126]: pgmap v17340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:15.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:15.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:16.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:16.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:16.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:16 smithi026 ceph-mon[93126]: pgmap v17341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:16.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:16 smithi089 ceph-mon[103441]: pgmap v17341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:17.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:17.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:18.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:18.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:18.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:18 smithi089 ceph-mon[103441]: pgmap v17342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:18 smithi026 ceph-mon[93126]: pgmap v17342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:19.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:19.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:19.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:20.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:20.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:20 smithi026 ceph-mon[93126]: pgmap v17343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:20 smithi089 ceph-mon[103441]: pgmap v17343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:21.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:21.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:22.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:22.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:22 smithi089 ceph-mon[103441]: pgmap v17344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:22.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:22 smithi026 ceph-mon[93126]: pgmap v17344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:23.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:23.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:24.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:24.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:24.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:24 smithi089 ceph-mon[103441]: pgmap v17345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:24 smithi026 ceph-mon[93126]: pgmap v17345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:25.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:25.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:26.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:26.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:26.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:26 smithi089 ceph-mon[103441]: pgmap v17346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:26 smithi026 ceph-mon[93126]: pgmap v17346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:27.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:27.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:28.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:28.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:28.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:28 smithi089 ceph-mon[103441]: pgmap v17347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:28 smithi026 ceph-mon[93126]: pgmap v17347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:29.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:29.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:30.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:30.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:30.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:30 smithi089 ceph-mon[103441]: pgmap v17348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:30.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:30 smithi026 ceph-mon[93126]: pgmap v17348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:31.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:31.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:32.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:32.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:32 smithi089 ceph-mon[103441]: pgmap v17349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:32.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:32 smithi026 ceph-mon[93126]: pgmap v17349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:33.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:33.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:34.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:34.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:34 smithi089 ceph-mon[103441]: pgmap v17350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:34 smithi026 ceph-mon[93126]: pgmap v17350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:35.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:35.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:36.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:36.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:36.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:36 smithi089 ceph-mon[103441]: pgmap v17351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:36 smithi026 ceph-mon[93126]: pgmap v17351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:37.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:37.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:38.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:38.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:38 smithi026 ceph-mon[93126]: pgmap v17352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:38 smithi089 ceph-mon[103441]: pgmap v17352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:39.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:39.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:40.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:40.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:40 smithi026 ceph-mon[93126]: pgmap v17353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:40.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:40 smithi089 ceph-mon[103441]: pgmap v17353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:41.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:41.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:41.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:18:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:18:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:18:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:18:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:18:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:18:41.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:18:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:18:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:18:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:18:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:18:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:18:42.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:42.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:42 smithi026 ceph-mon[93126]: pgmap v17354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:42.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:42 smithi089 ceph-mon[103441]: pgmap v17354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:43.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:43.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:44.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:44.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:44 smithi026 ceph-mon[93126]: pgmap v17355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:44.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:44 smithi089 ceph-mon[103441]: pgmap v17355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:45.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:45.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:46.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:46.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:46 smithi026 ceph-mon[93126]: pgmap v17356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:46 smithi089 ceph-mon[103441]: pgmap v17356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:47.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:47.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:48.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:48.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:48 smithi026 ceph-mon[93126]: pgmap v17357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:48 smithi089 ceph-mon[103441]: pgmap v17357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:49.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:49.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:49.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:18:50.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:50.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:50 smithi026 ceph-mon[93126]: pgmap v17358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:50.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:50 smithi089 ceph-mon[103441]: pgmap v17358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:51.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:51.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:52.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:52.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:52 smithi089 ceph-mon[103441]: pgmap v17359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:52 smithi026 ceph-mon[93126]: pgmap v17359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:53.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:53.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:54.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:54.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:54 smithi026 ceph-mon[93126]: pgmap v17360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:54.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:54 smithi089 ceph-mon[103441]: pgmap v17360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:55.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:55.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:56.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:56.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:56.746 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:56 smithi026 ceph-mon[93126]: pgmap v17361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:56.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:56 smithi089 ceph-mon[103441]: pgmap v17361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:18:57.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:57.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:58.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:58.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:18:58.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:18:58 smithi089 ceph-mon[103441]: pgmap v17362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:18:58 smithi026 ceph-mon[93126]: pgmap v17362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:18:59.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:18:59.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:00.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:00.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:00 smithi026 ceph-mon[93126]: pgmap v17363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:00.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:00 smithi089 ceph-mon[103441]: pgmap v17363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:01.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:01.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:02.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:02.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:02 smithi089 ceph-mon[103441]: pgmap v17364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:02 smithi026 ceph-mon[93126]: pgmap v17364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:03.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:03.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:04.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:04.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:04 smithi026 ceph-mon[93126]: pgmap v17365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:04 smithi089 ceph-mon[103441]: pgmap v17365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:05.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:05.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:06.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:06.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:06 smithi026 ceph-mon[93126]: pgmap v17366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:06 smithi089 ceph-mon[103441]: pgmap v17366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:07.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:07.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:08.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:08.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:08.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:08 smithi089 ceph-mon[103441]: pgmap v17367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:08 smithi026 ceph-mon[93126]: pgmap v17367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:09.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:09.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:10.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:10.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:10 smithi026 ceph-mon[93126]: pgmap v17368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:10.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:10 smithi089 ceph-mon[103441]: pgmap v17368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:11.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:11.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:12.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:12.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:12 smithi089 ceph-mon[103441]: pgmap v17369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:12 smithi026 ceph-mon[93126]: pgmap v17369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:13.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:13.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:14.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:14.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:14 smithi026 ceph-mon[93126]: pgmap v17370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:14 smithi089 ceph-mon[103441]: pgmap v17370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:15.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:15.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:16.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:16.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:16 smithi026 ceph-mon[93126]: pgmap v17371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:16.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:16 smithi089 ceph-mon[103441]: pgmap v17371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:17.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:17.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:18.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:18.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:18 smithi026 ceph-mon[93126]: pgmap v17372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:18.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:18 smithi089 ceph-mon[103441]: pgmap v17372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:19.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:19.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:19.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:20.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:20.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:20 smithi026 ceph-mon[93126]: pgmap v17373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:20 smithi089 ceph-mon[103441]: pgmap v17373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:21.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:21.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:22.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:22.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:22 smithi089 ceph-mon[103441]: pgmap v17374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:22.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:22 smithi026 ceph-mon[93126]: pgmap v17374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:23.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:23.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:24.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:24.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:24 smithi026 ceph-mon[93126]: pgmap v17375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:24.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:24 smithi089 ceph-mon[103441]: pgmap v17375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:25.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:25.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:26.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:26.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:26 smithi026 ceph-mon[93126]: pgmap v17376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:26 smithi089 ceph-mon[103441]: pgmap v17376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:27.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:27.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:28.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:28.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:28 smithi026 ceph-mon[93126]: pgmap v17377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:28 smithi089 ceph-mon[103441]: pgmap v17377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:29.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:29.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:30.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:30.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:30.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:30 smithi026 ceph-mon[93126]: pgmap v17378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:30 smithi089 ceph-mon[103441]: pgmap v17378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:31.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:31.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:32.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:32.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:32.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:32 smithi026 ceph-mon[93126]: pgmap v17379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:32 smithi089 ceph-mon[103441]: pgmap v17379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:33.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:33.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:34.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:34.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:34 smithi026 ceph-mon[93126]: pgmap v17380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:34.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:34 smithi089 ceph-mon[103441]: pgmap v17380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:34.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:35.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:35.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:36.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:36.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:36 smithi026 ceph-mon[93126]: pgmap v17381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:36.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:36 smithi089 ceph-mon[103441]: pgmap v17381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:37.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:37.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:38.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:38.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:38 smithi026 ceph-mon[93126]: pgmap v17382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:38 smithi089 ceph-mon[103441]: pgmap v17382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:39.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:39.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:40.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:40.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:40.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:40 smithi026 ceph-mon[93126]: pgmap v17383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:40.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:40 smithi089 ceph-mon[103441]: pgmap v17383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:41.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:41.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:42.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:42.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:42.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:42 smithi026 ceph-mon[93126]: pgmap v17384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:19:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:42 smithi089 ceph-mon[103441]: pgmap v17384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:19:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:43.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:43.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:44.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:44.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:44 smithi026 ceph-mon[93126]: pgmap v17385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:44.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:44 smithi089 ceph-mon[103441]: pgmap v17385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:45.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:45.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:46.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:46.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:46 smithi026 ceph-mon[93126]: pgmap v17386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:46 smithi089 ceph-mon[103441]: pgmap v17386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:47.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:47.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:48.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:48.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:48.777 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:48 smithi089 ceph-mon[103441]: pgmap v17387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:48 smithi026 ceph-mon[93126]: pgmap v17387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:49.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:49.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:49.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:19:49.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:50.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:50.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:50 smithi026 ceph-mon[93126]: pgmap v17388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:19:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:19:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:19:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:50.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:50 smithi089 ceph-mon[103441]: pgmap v17388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:19:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:19:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:19:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:19:51.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:51.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:52.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:52.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:52 smithi089 ceph-mon[103441]: pgmap v17389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:52 smithi026 ceph-mon[93126]: pgmap v17389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:53.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:53.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:54.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:54.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:54 smithi026 ceph-mon[93126]: pgmap v17390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:54.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:54 smithi089 ceph-mon[103441]: pgmap v17390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:55.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:55.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:56.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:56.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:56 smithi026 ceph-mon[93126]: pgmap v17391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:56.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:56 smithi089 ceph-mon[103441]: pgmap v17391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:19:57.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:57.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:58.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:58.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:19:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:19:58 smithi026 ceph-mon[93126]: pgmap v17392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:58.883 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:19:58 smithi089 ceph-mon[103441]: pgmap v17392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:19:59.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:19:59.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:00.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:00.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:00 smithi026 ceph-mon[93126]: pgmap v17393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T06:20:00.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:00 smithi089 ceph-mon[103441]: pgmap v17393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:00.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T06:20:01.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:01.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:02.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:02.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:02 smithi089 ceph-mon[103441]: pgmap v17394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:02 smithi026 ceph-mon[93126]: pgmap v17394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:03.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:03.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:04.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:04.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:04 smithi026 ceph-mon[93126]: pgmap v17395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:04 smithi089 ceph-mon[103441]: pgmap v17395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:05.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:05.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:06.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:06.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:06 smithi026 ceph-mon[93126]: pgmap v17396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:06 smithi089 ceph-mon[103441]: pgmap v17396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:07.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:07.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:08.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:08.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:08 smithi026 ceph-mon[93126]: pgmap v17397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:08.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:08 smithi089 ceph-mon[103441]: pgmap v17397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:09.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:09.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:10.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:10.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:10 smithi026 ceph-mon[93126]: pgmap v17398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:10.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:10 smithi089 ceph-mon[103441]: pgmap v17398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:11.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:11.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:12.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:12.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:12.609 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:12 smithi026 ceph-mon[93126]: pgmap v17399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:12 smithi089 ceph-mon[103441]: pgmap v17399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:13.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:13.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:14.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:14.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:14 smithi026 ceph-mon[93126]: pgmap v17400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:14 smithi089 ceph-mon[103441]: pgmap v17400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:15.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:15.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:16.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:16.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:16 smithi026 ceph-mon[93126]: pgmap v17401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:16.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:16 smithi089 ceph-mon[103441]: pgmap v17401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:17.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:17.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:18.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:18.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:18.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:18 smithi026 ceph-mon[93126]: pgmap v17402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:18.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:18 smithi089 ceph-mon[103441]: pgmap v17402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:19.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:19.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:19.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:20.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:20.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:20 smithi026 ceph-mon[93126]: pgmap v17403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:20 smithi089 ceph-mon[103441]: pgmap v17403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:21.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:21.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:22.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:22.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:22 smithi089 ceph-mon[103441]: pgmap v17404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:22.723 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:22 smithi026 ceph-mon[93126]: pgmap v17404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:23.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:23.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:24.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:24.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:24 smithi026 ceph-mon[93126]: pgmap v17405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:24.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:24 smithi089 ceph-mon[103441]: pgmap v17405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:25.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:25.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:26.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:26.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:26 smithi026 ceph-mon[93126]: pgmap v17406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:26 smithi089 ceph-mon[103441]: pgmap v17406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:27.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:27.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:28.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:28.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:28 smithi026 ceph-mon[93126]: pgmap v17407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:28 smithi089 ceph-mon[103441]: pgmap v17407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:29.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:29.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:30.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:30.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:30.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:30 smithi026 ceph-mon[93126]: pgmap v17408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:30 smithi089 ceph-mon[103441]: pgmap v17408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:31.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:31.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:32.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:32.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:32 smithi089 ceph-mon[103441]: pgmap v17409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:32.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:32 smithi026 ceph-mon[93126]: pgmap v17409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:33.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:33.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:34.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:34.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:34.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:34 smithi089 ceph-mon[103441]: pgmap v17410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:34 smithi026 ceph-mon[93126]: pgmap v17410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:35.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:35.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:36.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:36.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:36 smithi026 ceph-mon[93126]: pgmap v17411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:36.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:36 smithi089 ceph-mon[103441]: pgmap v17411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:37.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:37.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:38.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:38.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:38 smithi026 ceph-mon[93126]: pgmap v17412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:38 smithi089 ceph-mon[103441]: pgmap v17412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:39.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:39.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:40.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:40 smithi026 ceph-mon[93126]: pgmap v17413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:40.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:40.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:40.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:40 smithi089 ceph-mon[103441]: pgmap v17413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:41.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:41.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:42.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:42.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:42 smithi089 ceph-mon[103441]: pgmap v17414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:42 smithi026 ceph-mon[93126]: pgmap v17414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:43.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:43.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:44.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:44.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:44.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:44 smithi089 ceph-mon[103441]: pgmap v17415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:44 smithi026 ceph-mon[93126]: pgmap v17415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:45.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:45.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:46.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:46.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:46 smithi026 ceph-mon[93126]: pgmap v17416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:46 smithi089 ceph-mon[103441]: pgmap v17416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:47.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:47.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:48.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:48.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:48 smithi026 ceph-mon[93126]: pgmap v17417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:48.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:48 smithi089 ceph-mon[103441]: pgmap v17417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:49.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:49.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:20:50.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:50.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:50 smithi026 ceph-mon[93126]: pgmap v17418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:20:50.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:50 smithi089 ceph-mon[103441]: pgmap v17418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:20:51.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:51.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:51.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:20:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:20:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:20:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:20:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:20:51.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:20:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:20:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:20:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:20:51.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:20:52.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:52.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:52 smithi026 ceph-mon[93126]: pgmap v17419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:52.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:52 smithi089 ceph-mon[103441]: pgmap v17419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:53.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:53.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:54.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:54.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:54 smithi026 ceph-mon[93126]: pgmap v17420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:54.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:54 smithi089 ceph-mon[103441]: pgmap v17420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:55.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:55.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:56.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:56.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:56 smithi026 ceph-mon[93126]: pgmap v17421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:56.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:56 smithi089 ceph-mon[103441]: pgmap v17421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:20:57.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:57.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:58.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:58.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:20:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:20:58 smithi026 ceph-mon[93126]: pgmap v17422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:58.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:20:58 smithi089 ceph-mon[103441]: pgmap v17422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:20:59.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:20:59.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:00.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:00.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:00 smithi026 ceph-mon[93126]: pgmap v17423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:00.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:00 smithi089 ceph-mon[103441]: pgmap v17423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:01.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:01.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:02.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:02.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:02 smithi089 ceph-mon[103441]: pgmap v17424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:02 smithi026 ceph-mon[93126]: pgmap v17424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:03.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:03.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:04.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:04.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:04 smithi026 ceph-mon[93126]: pgmap v17425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:04 smithi089 ceph-mon[103441]: pgmap v17425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:05.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:05.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:06.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:06.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:06 smithi026 ceph-mon[93126]: pgmap v17426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:06 smithi089 ceph-mon[103441]: pgmap v17426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:07.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:07.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:08.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:08 smithi026 ceph-mon[93126]: pgmap v17427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:08.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:08.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:08.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:08 smithi089 ceph-mon[103441]: pgmap v17427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:09.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:09.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:10.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:10.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:10 smithi026 ceph-mon[93126]: pgmap v17428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:10.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:10 smithi089 ceph-mon[103441]: pgmap v17428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:11.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:11.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:12 smithi089 ceph-mon[103441]: pgmap v17429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:12.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:12.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:12 smithi026 ceph-mon[93126]: pgmap v17429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:13.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:13.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:14.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:14.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:14 smithi026 ceph-mon[93126]: pgmap v17430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:14 smithi089 ceph-mon[103441]: pgmap v17430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:15.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:15.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:16.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:16.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:16 smithi026 ceph-mon[93126]: pgmap v17431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:16.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:16 smithi089 ceph-mon[103441]: pgmap v17431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:17.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:17.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:18.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:18.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:18 smithi026 ceph-mon[93126]: pgmap v17432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:18.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:18 smithi089 ceph-mon[103441]: pgmap v17432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:19.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:19.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:19.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:20.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:20.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:20 smithi026 ceph-mon[93126]: pgmap v17433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:20 smithi089 ceph-mon[103441]: pgmap v17433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:21.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:21.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:22 smithi089 ceph-mon[103441]: pgmap v17434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:22.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:22.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:22 smithi026 ceph-mon[93126]: pgmap v17434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:23.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:23.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:24.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:24.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:24.777 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:24 smithi089 ceph-mon[103441]: pgmap v17435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:24 smithi026 ceph-mon[93126]: pgmap v17435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:25.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:25.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:26.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:26.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:26 smithi026 ceph-mon[93126]: pgmap v17436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:26 smithi089 ceph-mon[103441]: pgmap v17436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:27.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:27.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:28.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:28.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:28 smithi026 ceph-mon[93126]: pgmap v17437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:28 smithi089 ceph-mon[103441]: pgmap v17437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:29.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:29.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:30.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:30.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:30.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:30 smithi026 ceph-mon[93126]: pgmap v17438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:30 smithi089 ceph-mon[103441]: pgmap v17438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:31.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:31.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:32 smithi089 ceph-mon[103441]: pgmap v17439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:32.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:32.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:32.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:32 smithi026 ceph-mon[93126]: pgmap v17439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:33.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:33.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:34.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:34.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:34 smithi026 ceph-mon[93126]: pgmap v17440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:34.882 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:34 smithi089 ceph-mon[103441]: pgmap v17440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:34.885 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:35.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:35.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:36.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:36.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:36 smithi026 ceph-mon[93126]: pgmap v17441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:36.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:36 smithi089 ceph-mon[103441]: pgmap v17441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:37.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:37.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:38.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:38.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:38.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:38 smithi026 ceph-mon[93126]: pgmap v17442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:38 smithi089 ceph-mon[103441]: pgmap v17442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:39.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:39.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:40.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:40.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:40.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:40 smithi026 ceph-mon[93126]: pgmap v17443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:40.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:40 smithi089 ceph-mon[103441]: pgmap v17443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:41.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:41.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:42 smithi089 ceph-mon[103441]: pgmap v17444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:42.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:42.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:42 smithi026 ceph-mon[93126]: pgmap v17444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:43.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:43.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:44.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:44.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:44.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:44 smithi026 ceph-mon[93126]: pgmap v17445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:44.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:44 smithi089 ceph-mon[103441]: pgmap v17445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:45.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:45.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:46.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:46.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:46 smithi026 ceph-mon[93126]: pgmap v17446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:46 smithi089 ceph-mon[103441]: pgmap v17446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:47.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:47.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:48.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:48.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:48.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:48 smithi026 ceph-mon[93126]: pgmap v17447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:48.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:48 smithi089 ceph-mon[103441]: pgmap v17447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:49.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:49.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:49.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:21:50.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:50.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:50 smithi026 ceph-mon[93126]: pgmap v17448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:50.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:50 smithi089 ceph-mon[103441]: pgmap v17448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:51.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:51.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:51.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:21:51.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:21:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:51 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:21:51.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:21:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:21:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:51 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:21:52.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:52.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:52 smithi026 ceph-mon[93126]: pgmap v17449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:21:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:21:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:21:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:21:52.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:21:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:52 smithi089 ceph-mon[103441]: pgmap v17449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:21:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:21:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:21:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:21:52.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:21:53.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:53.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:54.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:54.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:54 smithi026 ceph-mon[93126]: pgmap v17450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:54.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:54 smithi089 ceph-mon[103441]: pgmap v17450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:55.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:55.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:56.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:56.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:56 smithi026 ceph-mon[93126]: pgmap v17451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:56.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:56 smithi089 ceph-mon[103441]: pgmap v17451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:21:57.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:57.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:58.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:58.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:21:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:21:58 smithi026 ceph-mon[93126]: pgmap v17452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:58.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:21:58 smithi089 ceph-mon[103441]: pgmap v17452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:21:59.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:21:59.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:00.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:00.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:00 smithi026 ceph-mon[93126]: pgmap v17453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:00.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:00 smithi089 ceph-mon[103441]: pgmap v17453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:01.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:01.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:02 smithi089 ceph-mon[103441]: pgmap v17454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:02.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:02.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:02 smithi026 ceph-mon[93126]: pgmap v17454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:03.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:03.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:04.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:04.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:04.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:04 smithi026 ceph-mon[93126]: pgmap v17455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:04 smithi089 ceph-mon[103441]: pgmap v17455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:05.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:05.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:06.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:06.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:06 smithi026 ceph-mon[93126]: pgmap v17456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:06 smithi089 ceph-mon[103441]: pgmap v17456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:07.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:07.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:08.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:08.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:08 smithi026 ceph-mon[93126]: pgmap v17457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:08.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:08 smithi089 ceph-mon[103441]: pgmap v17457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:09.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:09.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:10.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:10 smithi089 ceph-mon[103441]: pgmap v17458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:10.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:10.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:10 smithi026 ceph-mon[93126]: pgmap v17458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:11.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:11.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:12 smithi089 ceph-mon[103441]: pgmap v17459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:12.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:12.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:12 smithi026 ceph-mon[93126]: pgmap v17459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:13.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:13.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:14.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:14.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:14 smithi026 ceph-mon[93126]: pgmap v17460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:14 smithi089 ceph-mon[103441]: pgmap v17460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:15.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:15.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:16.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:16.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:16 smithi026 ceph-mon[93126]: pgmap v17461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:16.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:16 smithi089 ceph-mon[103441]: pgmap v17461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:17.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:17.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:18.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:18.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:18.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:18 smithi026 ceph-mon[93126]: pgmap v17462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:18.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:18 smithi089 ceph-mon[103441]: pgmap v17462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:19.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:19.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:19.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:20.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:20 smithi089 ceph-mon[103441]: pgmap v17463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:20.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:20 smithi026 ceph-mon[93126]: pgmap v17463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:20.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:20.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:21.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:21.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:22 smithi089 ceph-mon[103441]: pgmap v17464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:22.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:22 smithi026 ceph-mon[93126]: pgmap v17464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:22.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:22.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:23.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:23.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:24 smithi026 ceph-mon[93126]: pgmap v17465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:24.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:24.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:24.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:24 smithi089 ceph-mon[103441]: pgmap v17465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:25.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:25.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:26 smithi026 ceph-mon[93126]: pgmap v17466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:26.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:26.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:26 smithi089 ceph-mon[103441]: pgmap v17466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:27.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:27.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:28 smithi026 ceph-mon[93126]: pgmap v17467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:28.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:28.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:28 smithi089 ceph-mon[103441]: pgmap v17467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:29.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:29.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:30 smithi026 ceph-mon[93126]: pgmap v17468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:30.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:30.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:30 smithi089 ceph-mon[103441]: pgmap v17468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:31.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:31.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:32 smithi089 ceph-mon[103441]: pgmap v17469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:32.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:32 smithi026 ceph-mon[93126]: pgmap v17469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:32.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:32.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:33.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:33.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:34 smithi026 ceph-mon[93126]: pgmap v17470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:34.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:34.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:34.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:34 smithi089 ceph-mon[103441]: pgmap v17470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:35.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:35.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:36.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:36 smithi026 ceph-mon[93126]: pgmap v17471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:36.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:36.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:36.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:36 smithi089 ceph-mon[103441]: pgmap v17471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:37.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:37.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:38 smithi026 ceph-mon[93126]: pgmap v17472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:38.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:38.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:38 smithi089 ceph-mon[103441]: pgmap v17472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:39.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:39.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:40.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:40 smithi026 ceph-mon[93126]: pgmap v17473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:40.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:40.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:40.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:40 smithi089 ceph-mon[103441]: pgmap v17473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:41.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:41.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:42 smithi089 ceph-mon[103441]: pgmap v17474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:42 smithi026 ceph-mon[93126]: pgmap v17474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:42.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:42.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:43.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:43.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:44 smithi026 ceph-mon[93126]: pgmap v17475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:44.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:44.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:44.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:44 smithi089 ceph-mon[103441]: pgmap v17475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:45.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:45.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:46 smithi026 ceph-mon[93126]: pgmap v17476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:46.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:46.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:46 smithi089 ceph-mon[103441]: pgmap v17476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:47.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:47.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:48 smithi026 ceph-mon[93126]: pgmap v17477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:48.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:48.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:48.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:48 smithi089 ceph-mon[103441]: pgmap v17477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:49.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:49.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:49.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:22:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:50 smithi026 ceph-mon[93126]: pgmap v17478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:50.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:50.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:50.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:50 smithi089 ceph-mon[103441]: pgmap v17478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:51.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:51.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:52 smithi089 ceph-mon[103441]: pgmap v17479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:22:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:52 smithi026 ceph-mon[93126]: pgmap v17479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:22:52.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:52.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:53.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:22:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:22:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:22:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:22:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:22:53.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:22:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:22:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:22:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:22:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:22:53.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:53.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:54.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:54 smithi089 ceph-mon[103441]: pgmap v17480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:54 smithi026 ceph-mon[93126]: pgmap v17480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:54.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:54.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:55.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:55.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:56 smithi026 ceph-mon[93126]: pgmap v17481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:56.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:56.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:56.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:56 smithi089 ceph-mon[103441]: pgmap v17481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:22:57.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:57.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:22:58 smithi026 ceph-mon[93126]: pgmap v17482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:58.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:58.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:22:58.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:22:58 smithi089 ceph-mon[103441]: pgmap v17482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:22:59.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:22:59.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:00.777 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:00 smithi089 ceph-mon[103441]: pgmap v17483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:00 smithi026 ceph-mon[93126]: pgmap v17483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:00.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:00.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:01.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:01.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:02 smithi089 ceph-mon[103441]: pgmap v17484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:02 smithi026 ceph-mon[93126]: pgmap v17484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:02.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:02.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:03.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:03.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:04 smithi026 ceph-mon[93126]: pgmap v17485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:04.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:04.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:04 smithi089 ceph-mon[103441]: pgmap v17485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:05.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:05.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:06 smithi026 ceph-mon[93126]: pgmap v17486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:06.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:06.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:06 smithi089 ceph-mon[103441]: pgmap v17486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:07.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:07.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:08.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:08 smithi026 ceph-mon[93126]: pgmap v17487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:08.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:08.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:08.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:08 smithi089 ceph-mon[103441]: pgmap v17487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:09.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:09.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:10 smithi026 ceph-mon[93126]: pgmap v17488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:10.883 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:10 smithi089 ceph-mon[103441]: pgmap v17488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:10.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:10.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:11.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:11.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:12 smithi089 ceph-mon[103441]: pgmap v17489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:12 smithi026 ceph-mon[93126]: pgmap v17489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:12.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:12.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:13.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:13.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:14.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:14 smithi026 ceph-mon[93126]: pgmap v17490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:14.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:14.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:14 smithi089 ceph-mon[103441]: pgmap v17490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:15.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:15.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:16 smithi026 ceph-mon[93126]: pgmap v17491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:16.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:16.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:16.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:16 smithi089 ceph-mon[103441]: pgmap v17491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:17.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:17.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:18 smithi026 ceph-mon[93126]: pgmap v17492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:18.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:18.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:18.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:18 smithi089 ceph-mon[103441]: pgmap v17492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:19.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:19.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:19.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:20 smithi026 ceph-mon[93126]: pgmap v17493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:20.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:20.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:20 smithi089 ceph-mon[103441]: pgmap v17493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:21.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:21.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:22 smithi089 ceph-mon[103441]: pgmap v17494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:22.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:22 smithi026 ceph-mon[93126]: pgmap v17494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:22.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:22.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:23.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:23.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:24.789 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:24 smithi026 ceph-mon[93126]: pgmap v17495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:24.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:24.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:24.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:24 smithi089 ceph-mon[103441]: pgmap v17495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:25.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:25.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:26.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:26 smithi026 ceph-mon[93126]: pgmap v17496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:26.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:26.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:26 smithi089 ceph-mon[103441]: pgmap v17496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:27.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:27.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:28 smithi026 ceph-mon[93126]: pgmap v17497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:28.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:28.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:28 smithi089 ceph-mon[103441]: pgmap v17497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:29.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:29.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:30 smithi026 ceph-mon[93126]: pgmap v17498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:30.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:30.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:30 smithi089 ceph-mon[103441]: pgmap v17498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:31.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:31.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:32 smithi089 ceph-mon[103441]: pgmap v17499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:32.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:32 smithi026 ceph-mon[93126]: pgmap v17499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:32.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:32.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:33.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:33.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:34 smithi026 ceph-mon[93126]: pgmap v17500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:34.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:34 smithi089 ceph-mon[103441]: pgmap v17500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:34.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:34.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:35.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:35.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:36 smithi026 ceph-mon[93126]: pgmap v17501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:36.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:36 smithi089 ceph-mon[103441]: pgmap v17501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:36.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:36.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:37.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:37.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:38 smithi026 ceph-mon[93126]: pgmap v17502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:38 smithi089 ceph-mon[103441]: pgmap v17502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:38.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:38.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:39.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:39.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:40.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:40 smithi026 ceph-mon[93126]: pgmap v17503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:40.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:40 smithi089 ceph-mon[103441]: pgmap v17503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:40.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:40.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:41.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:41.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:42 smithi089 ceph-mon[103441]: pgmap v17504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:42.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:42 smithi026 ceph-mon[93126]: pgmap v17504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:42.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:42.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:43.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:43.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:44 smithi026 ceph-mon[93126]: pgmap v17505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:44 smithi089 ceph-mon[103441]: pgmap v17505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:44.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:44.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:45.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:45.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:46 smithi026 ceph-mon[93126]: pgmap v17506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:46 smithi089 ceph-mon[103441]: pgmap v17506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:46.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:46.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:47.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:47.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:48 smithi026 ceph-mon[93126]: pgmap v17507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:48.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:48 smithi089 ceph-mon[103441]: pgmap v17507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:48.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:48.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:23:49.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:49.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:50 smithi026 ceph-mon[93126]: pgmap v17508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:50.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:50 smithi089 ceph-mon[103441]: pgmap v17508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:50.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:50.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:51.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:51.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:52 smithi089 ceph-mon[103441]: pgmap v17509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:52 smithi026 ceph-mon[93126]: pgmap v17509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:52.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:52.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:23:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:23:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:23:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:23:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:23:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:23:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:23:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:23:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:23:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:23:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:23:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:23:53.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:53.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:54 smithi089 ceph-mon[103441]: pgmap v17510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:54.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:54 smithi026 ceph-mon[93126]: pgmap v17510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:54.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:54.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:55.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:55.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:56.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:56 smithi089 ceph-mon[103441]: pgmap v17511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:56 smithi026 ceph-mon[93126]: pgmap v17511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:23:56.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:56.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:57.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:57.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:23:58 smithi026 ceph-mon[93126]: pgmap v17512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:58.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:23:58 smithi089 ceph-mon[103441]: pgmap v17512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:23:58.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:58.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:23:59.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:23:59.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:00 smithi026 ceph-mon[93126]: pgmap v17513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:00.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:00 smithi089 ceph-mon[103441]: pgmap v17513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:00.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:00.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:01.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:01.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:02.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:02 smithi089 ceph-mon[103441]: pgmap v17514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:02.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:02 smithi026 ceph-mon[93126]: pgmap v17514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:02.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:02.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:03.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:03.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:04 smithi026 ceph-mon[93126]: pgmap v17515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:04 smithi089 ceph-mon[103441]: pgmap v17515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:04.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:04.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:05.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:05.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:06 smithi026 ceph-mon[93126]: pgmap v17516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:06 smithi089 ceph-mon[103441]: pgmap v17516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:06.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:06.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:07.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:07.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:08 smithi026 ceph-mon[93126]: pgmap v17517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:08.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:08 smithi089 ceph-mon[103441]: pgmap v17517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:08.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:08.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:09.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:09.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:10.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:10 smithi026 ceph-mon[93126]: pgmap v17518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:10.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:10 smithi089 ceph-mon[103441]: pgmap v17518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:10.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:10.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:11.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:11.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:12.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:12 smithi089 ceph-mon[103441]: pgmap v17519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:12 smithi026 ceph-mon[93126]: pgmap v17519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:12.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:12.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:13.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:13.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:14 smithi026 ceph-mon[93126]: pgmap v17520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:14 smithi089 ceph-mon[103441]: pgmap v17520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:14.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:14.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:16.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:16.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:16.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:16 smithi026 ceph-mon[93126]: pgmap v17521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:16.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:16 smithi089 ceph-mon[103441]: pgmap v17521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:17.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:17.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:18.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:18.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:18 smithi026 ceph-mon[93126]: pgmap v17522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:18 smithi089 ceph-mon[103441]: pgmap v17522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:19.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:19.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:19.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:19.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:20.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:20.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:20 smithi026 ceph-mon[93126]: pgmap v17523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:20 smithi089 ceph-mon[103441]: pgmap v17523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:21.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:21.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:22.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:22.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:22 smithi089 ceph-mon[103441]: pgmap v17524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:22 smithi026 ceph-mon[93126]: pgmap v17524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:23.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:23.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:24.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:24.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:24.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:24 smithi026 ceph-mon[93126]: pgmap v17525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:24.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:24 smithi089 ceph-mon[103441]: pgmap v17525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:25.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:25.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:26.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:26.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:26 smithi026 ceph-mon[93126]: pgmap v17526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:26 smithi089 ceph-mon[103441]: pgmap v17526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:27.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:27.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:28.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:28.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:28.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:28 smithi026 ceph-mon[93126]: pgmap v17527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:28 smithi089 ceph-mon[103441]: pgmap v17527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:29.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:29.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:30.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:30.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:30 smithi026 ceph-mon[93126]: pgmap v17528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:30 smithi089 ceph-mon[103441]: pgmap v17528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:31.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:31.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:32.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:32.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:32.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:32 smithi089 ceph-mon[103441]: pgmap v17529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:32 smithi026 ceph-mon[93126]: pgmap v17529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:33.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:33.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:34.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:34.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:34.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:34 smithi026 ceph-mon[93126]: pgmap v17530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:34.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:34 smithi089 ceph-mon[103441]: pgmap v17530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:35.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:35.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:36.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:36.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:36 smithi026 ceph-mon[93126]: pgmap v17531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:36.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:36 smithi089 ceph-mon[103441]: pgmap v17531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:37.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:37.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:38.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:38.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:38 smithi026 ceph-mon[93126]: pgmap v17532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:38 smithi089 ceph-mon[103441]: pgmap v17532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:39.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:39.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:40.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:40.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:40 smithi026 ceph-mon[93126]: pgmap v17533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:40.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:40 smithi089 ceph-mon[103441]: pgmap v17533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:41.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:41.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:42.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:42.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:42.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:42 smithi089 ceph-mon[103441]: pgmap v17534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:42 smithi026 ceph-mon[93126]: pgmap v17534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:43.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:43.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:44.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:44.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:44 smithi026 ceph-mon[93126]: pgmap v17535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:44.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:44 smithi089 ceph-mon[103441]: pgmap v17535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:45.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:45.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:46.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:46.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:46 smithi026 ceph-mon[93126]: pgmap v17536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:46.876 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:46 smithi089 ceph-mon[103441]: pgmap v17536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:47.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:47.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:48.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:48.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:48.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:48 smithi026 ceph-mon[93126]: pgmap v17537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:48.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:48 smithi089 ceph-mon[103441]: pgmap v17537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:49.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:49.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:24:50.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:50.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:50.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:50 smithi026 ceph-mon[93126]: pgmap v17538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:50 smithi089 ceph-mon[103441]: pgmap v17538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:51.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:51.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:52.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:52.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:52.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:52 smithi089 ceph-mon[103441]: pgmap v17539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:52 smithi026 ceph-mon[93126]: pgmap v17539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:53.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:53.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:53.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:24:53.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:24:54.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:54.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:54 smithi026 ceph-mon[93126]: pgmap v17540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:24:54.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:24:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:24:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:24:54.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:24:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:54 smithi089 ceph-mon[103441]: pgmap v17540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:24:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:24:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:24:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:24:54.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:24:55.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:55.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:56.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:56.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:56 smithi026 ceph-mon[93126]: pgmap v17541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:56.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:56 smithi089 ceph-mon[103441]: pgmap v17541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:24:57.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:57.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:58.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:58.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:24:58.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:24:58 smithi026 ceph-mon[93126]: pgmap v17542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:58.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:24:58 smithi089 ceph-mon[103441]: pgmap v17542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:24:59.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:24:59.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:00.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:00.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:00.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:00 smithi026 ceph-mon[93126]: pgmap v17543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:00.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:00 smithi089 ceph-mon[103441]: pgmap v17543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:01.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:01.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:02.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:02.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:02 smithi026 ceph-mon[93126]: pgmap v17544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:02.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:02 smithi089 ceph-mon[103441]: pgmap v17544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:03.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:03.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:04.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:04.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:04 smithi026 ceph-mon[93126]: pgmap v17545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:04.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:04 smithi089 ceph-mon[103441]: pgmap v17545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:05.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:05.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:06.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:06.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:06.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:06 smithi026 ceph-mon[93126]: pgmap v17546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:06 smithi089 ceph-mon[103441]: pgmap v17546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:07.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:07.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:08.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:08.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:08 smithi026 ceph-mon[93126]: pgmap v17547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:08.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:08 smithi089 ceph-mon[103441]: pgmap v17547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:09.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:09.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:10.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:10.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:10.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:10 smithi089 ceph-mon[103441]: pgmap v17548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:10.997 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:10 smithi026 ceph-mon[93126]: pgmap v17548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:11.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:11.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:12.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:12.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:12 smithi026 ceph-mon[93126]: pgmap v17549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:12.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:12 smithi089 ceph-mon[103441]: pgmap v17549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:13.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:13.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:14.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:14.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:14 smithi089 ceph-mon[103441]: pgmap v17550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:14 smithi026 ceph-mon[93126]: pgmap v17550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:15.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:15.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:16.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:16.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:16.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:16 smithi089 ceph-mon[103441]: pgmap v17551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:16 smithi026 ceph-mon[93126]: pgmap v17551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:17.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:17.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:18.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:18.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:18 smithi089 ceph-mon[103441]: pgmap v17552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:18 smithi026 ceph-mon[93126]: pgmap v17552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:19.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:19.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:19.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:20.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:20.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:20 smithi089 ceph-mon[103441]: pgmap v17553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:20 smithi026 ceph-mon[93126]: pgmap v17553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:21.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:21.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:22.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:22.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:22.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:22 smithi089 ceph-mon[103441]: pgmap v17554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:22 smithi026 ceph-mon[93126]: pgmap v17554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:23.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:23.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:24.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:24.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:24.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:24 smithi089 ceph-mon[103441]: pgmap v17555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:24 smithi026 ceph-mon[93126]: pgmap v17555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:25.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:25.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:26.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:26.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:26 smithi089 ceph-mon[103441]: pgmap v17556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:26 smithi026 ceph-mon[93126]: pgmap v17556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:27.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:27.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:28.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:28.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:28 smithi089 ceph-mon[103441]: pgmap v17557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:29.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:28 smithi026 ceph-mon[93126]: pgmap v17557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:29.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:29.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:30.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:30.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:30.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:30 smithi089 ceph-mon[103441]: pgmap v17558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:30 smithi026 ceph-mon[93126]: pgmap v17558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:31.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:31.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:32.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:32.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:32 smithi089 ceph-mon[103441]: pgmap v17559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:32 smithi026 ceph-mon[93126]: pgmap v17559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:33.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:33.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:34.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:34.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:34 smithi089 ceph-mon[103441]: pgmap v17560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:34 smithi026 ceph-mon[93126]: pgmap v17560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:35.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:35.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:36.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:36.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:36.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:36 smithi089 ceph-mon[103441]: pgmap v17561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:36 smithi026 ceph-mon[93126]: pgmap v17561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:37.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:37.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:38.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:38.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:38 smithi089 ceph-mon[103441]: pgmap v17562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:39.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:38 smithi026 ceph-mon[93126]: pgmap v17562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:39.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:39.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:40.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:40.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:40 smithi089 ceph-mon[103441]: pgmap v17563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:41.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:40 smithi026 ceph-mon[93126]: pgmap v17563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:41.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:41.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:42.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:42.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:42 smithi026 ceph-mon[93126]: pgmap v17564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:42 smithi089 ceph-mon[103441]: pgmap v17564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:43.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:43.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:44.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:44.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:44 smithi089 ceph-mon[103441]: pgmap v17565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:44 smithi026 ceph-mon[93126]: pgmap v17565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:45.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:45.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:46.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:46.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:46.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:46 smithi026 ceph-mon[93126]: pgmap v17566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:46 smithi089 ceph-mon[103441]: pgmap v17566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:47.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:47.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:48.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:48.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:48 smithi089 ceph-mon[103441]: pgmap v17567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:48 smithi026 ceph-mon[93126]: pgmap v17567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:49.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:49.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:49.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:25:50.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:50.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:50 smithi089 ceph-mon[103441]: pgmap v17568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:50 smithi026 ceph-mon[93126]: pgmap v17568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:51.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:51.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:52.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:52.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:52.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:52 smithi026 ceph-mon[93126]: pgmap v17569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:52 smithi089 ceph-mon[103441]: pgmap v17569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:53.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:53.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:54.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:54.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:54 smithi089 ceph-mon[103441]: pgmap v17570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:25:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:54 smithi026 ceph-mon[93126]: pgmap v17570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:25:55.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:55.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:55.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:25:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:25:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:25:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:25:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:25:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:25:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:25:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:25:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:25:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:25:56.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:56.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:56.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:56 smithi026 ceph-mon[93126]: pgmap v17571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:56.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:56 smithi089 ceph-mon[103441]: pgmap v17571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:25:57.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:57.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:58.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:58.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:25:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:25:58 smithi089 ceph-mon[103441]: pgmap v17572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:25:58 smithi026 ceph-mon[93126]: pgmap v17572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:25:59.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:25:59.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:00.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:00.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:00 smithi089 ceph-mon[103441]: pgmap v17573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:01.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:00 smithi026 ceph-mon[93126]: pgmap v17573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:01.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:01.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:02.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:02.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:02.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:02 smithi026 ceph-mon[93126]: pgmap v17574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:02.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:02 smithi089 ceph-mon[103441]: pgmap v17574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:03.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:03.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:04.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:04.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:04 smithi089 ceph-mon[103441]: pgmap v17575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:04 smithi026 ceph-mon[93126]: pgmap v17575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:05.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:05.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:06.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:06.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:06 smithi089 ceph-mon[103441]: pgmap v17576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:06 smithi026 ceph-mon[93126]: pgmap v17576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:07.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:07.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:08.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:08.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:08.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:08 smithi089 ceph-mon[103441]: pgmap v17577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:08 smithi026 ceph-mon[93126]: pgmap v17577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:09.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:09.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:10.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:10.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:10 smithi089 ceph-mon[103441]: pgmap v17578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:10 smithi026 ceph-mon[93126]: pgmap v17578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:11.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:11.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:12.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:12.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:12.764 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:12 smithi089 ceph-mon[103441]: pgmap v17579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:12 smithi026 ceph-mon[93126]: pgmap v17579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:13.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:13.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:14.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:14.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:14 smithi089 ceph-mon[103441]: pgmap v17580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:15.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:14 smithi026 ceph-mon[93126]: pgmap v17580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:15.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:15.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:16.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:16.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:16 smithi089 ceph-mon[103441]: pgmap v17581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:16 smithi026 ceph-mon[93126]: pgmap v17581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:17.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:17.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:18.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:18.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:18.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:18 smithi089 ceph-mon[103441]: pgmap v17582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:18 smithi026 ceph-mon[93126]: pgmap v17582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:19.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:19.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:19.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:20.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:20.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:20 smithi089 ceph-mon[103441]: pgmap v17583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:20 smithi026 ceph-mon[93126]: pgmap v17583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:21.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:21.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:22.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:22.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:22 smithi026 ceph-mon[93126]: pgmap v17584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:22.869 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:22 smithi089 ceph-mon[103441]: pgmap v17584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:23.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:23.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:24.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:24.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:24 smithi089 ceph-mon[103441]: pgmap v17585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:24 smithi026 ceph-mon[93126]: pgmap v17585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:25.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:25.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:26.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:26.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:26.861 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:26 smithi026 ceph-mon[93126]: pgmap v17586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:26 smithi089 ceph-mon[103441]: pgmap v17586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:27.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:27.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:28.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:28.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:28 smithi089 ceph-mon[103441]: pgmap v17587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:28 smithi026 ceph-mon[93126]: pgmap v17587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:29.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:29.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:30.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:30.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:30 smithi089 ceph-mon[103441]: pgmap v17588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:30 smithi026 ceph-mon[93126]: pgmap v17588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:31.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:31.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:32.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:32.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:32 smithi026 ceph-mon[93126]: pgmap v17589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:32 smithi089 ceph-mon[103441]: pgmap v17589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:33.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:33.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:34.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:34.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:34 smithi089 ceph-mon[103441]: pgmap v17590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:34 smithi026 ceph-mon[93126]: pgmap v17590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:35.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:35.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:36.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:36.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:36 smithi089 ceph-mon[103441]: pgmap v17591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:36.975 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:36 smithi026 ceph-mon[93126]: pgmap v17591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:37.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:37.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:38.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:38.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:38 smithi089 ceph-mon[103441]: pgmap v17592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:38 smithi026 ceph-mon[93126]: pgmap v17592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:39.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:39.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:40.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:40.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:40 smithi089 ceph-mon[103441]: pgmap v17593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:41.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:40 smithi026 ceph-mon[93126]: pgmap v17593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:41.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:41.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:42.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:42.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:42 smithi026 ceph-mon[93126]: pgmap v17594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:42.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:42 smithi089 ceph-mon[103441]: pgmap v17594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:43.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:43.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:44.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:44.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:44.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:44 smithi089 ceph-mon[103441]: pgmap v17595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:44 smithi026 ceph-mon[93126]: pgmap v17595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:45.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:45.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:46.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:46.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:46.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:46 smithi089 ceph-mon[103441]: pgmap v17596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:46 smithi026 ceph-mon[93126]: pgmap v17596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:47.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:47.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:48.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:48.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:48 smithi089 ceph-mon[103441]: pgmap v17597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:48 smithi026 ceph-mon[93126]: pgmap v17597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:49.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:49.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:26:50.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:50.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:50 smithi089 ceph-mon[103441]: pgmap v17598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:51.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:50 smithi026 ceph-mon[93126]: pgmap v17598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:51.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:51.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:52.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:52.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:52 smithi026 ceph-mon[93126]: pgmap v17599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:52 smithi089 ceph-mon[103441]: pgmap v17599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:53.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:53.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:54.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:54.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:54.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:54 smithi089 ceph-mon[103441]: pgmap v17600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:54 smithi026 ceph-mon[93126]: pgmap v17600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:55.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:55.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:26:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:26:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:26:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:26:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:26:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:26:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:26:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:26:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:26:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:26:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:26:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:26:56.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:56.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:56 smithi089 ceph-mon[103441]: pgmap v17601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:56 smithi026 ceph-mon[93126]: pgmap v17601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:26:57.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:57.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:58.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:58.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:26:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:26:58 smithi089 ceph-mon[103441]: pgmap v17602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:26:58 smithi026 ceph-mon[93126]: pgmap v17602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:26:59.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:26:59.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:00.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:00.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:00 smithi089 ceph-mon[103441]: pgmap v17603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:00 smithi026 ceph-mon[93126]: pgmap v17603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:01.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:01.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:02.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:02.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:02 smithi026 ceph-mon[93126]: pgmap v17604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:02 smithi089 ceph-mon[103441]: pgmap v17604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:03.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:03.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:04.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:04.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:04 smithi089 ceph-mon[103441]: pgmap v17605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:04 smithi026 ceph-mon[93126]: pgmap v17605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:05.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:05.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:06.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:06.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:06 smithi089 ceph-mon[103441]: pgmap v17606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:06 smithi026 ceph-mon[93126]: pgmap v17606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:07.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:07.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:08.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:08.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:08.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:08 smithi089 ceph-mon[103441]: pgmap v17607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:08 smithi026 ceph-mon[93126]: pgmap v17607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:09.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:09.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:10.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:10.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:10 smithi089 ceph-mon[103441]: pgmap v17608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:10 smithi026 ceph-mon[93126]: pgmap v17608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:11.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:11.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:12.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:12.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:12.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:12 smithi026 ceph-mon[93126]: pgmap v17609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:12.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:12 smithi089 ceph-mon[103441]: pgmap v17609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:13.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:13.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:14.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:14.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:14 smithi089 ceph-mon[103441]: pgmap v17610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:14 smithi026 ceph-mon[93126]: pgmap v17610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:15.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:15.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:16.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:16.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:16 smithi089 ceph-mon[103441]: pgmap v17611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:16 smithi026 ceph-mon[93126]: pgmap v17611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:17.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:17.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:18.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:18.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:18 smithi089 ceph-mon[103441]: pgmap v17612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:18 smithi026 ceph-mon[93126]: pgmap v17612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:19.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:19.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:20.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:20.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:20 smithi089 ceph-mon[103441]: pgmap v17613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:20 smithi026 ceph-mon[93126]: pgmap v17613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:21.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:21.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:22.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:22.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:22 smithi026 ceph-mon[93126]: pgmap v17614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:22.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:22 smithi089 ceph-mon[103441]: pgmap v17614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:23.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:23.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:24.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:24.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:24 smithi089 ceph-mon[103441]: pgmap v17615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:24 smithi026 ceph-mon[93126]: pgmap v17615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:25.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:25.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:26.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:26.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:26 smithi089 ceph-mon[103441]: pgmap v17616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:26 smithi026 ceph-mon[93126]: pgmap v17616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:27.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:27.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:28.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:28.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:28 smithi089 ceph-mon[103441]: pgmap v17617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:28 smithi026 ceph-mon[93126]: pgmap v17617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:29.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:29.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:30.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:30.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:30 smithi089 ceph-mon[103441]: pgmap v17618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:30 smithi026 ceph-mon[93126]: pgmap v17618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:31.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:31.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:32.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:32.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:32 smithi026 ceph-mon[93126]: pgmap v17619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:32 smithi089 ceph-mon[103441]: pgmap v17619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:33.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:33.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:34.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:34.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:34 smithi089 ceph-mon[103441]: pgmap v17620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:34 smithi026 ceph-mon[93126]: pgmap v17620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:35.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:35.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:36.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:36.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:36 smithi089 ceph-mon[103441]: pgmap v17621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:36 smithi026 ceph-mon[93126]: pgmap v17621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:37.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:37.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:38.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:38.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:38 smithi089 ceph-mon[103441]: pgmap v17622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:38 smithi026 ceph-mon[93126]: pgmap v17622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:39.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:39.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:40.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:40.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:40 smithi089 ceph-mon[103441]: pgmap v17623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:40 smithi026 ceph-mon[93126]: pgmap v17623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:41.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:41.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:42.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:42.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:42.721 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:42 smithi026 ceph-mon[93126]: pgmap v17624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:42 smithi089 ceph-mon[103441]: pgmap v17624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:43.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:43.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:44.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:44.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:44 smithi089 ceph-mon[103441]: pgmap v17625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:44 smithi026 ceph-mon[93126]: pgmap v17625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:45.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:45.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:46.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:46.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:46 smithi089 ceph-mon[103441]: pgmap v17626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:46 smithi026 ceph-mon[93126]: pgmap v17626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:47.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:47.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:48.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:48.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:48.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:48 smithi089 ceph-mon[103441]: pgmap v17627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:48 smithi026 ceph-mon[93126]: pgmap v17627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:49.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:49.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:27:50.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:50.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:50 smithi089 ceph-mon[103441]: pgmap v17628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:50 smithi026 ceph-mon[93126]: pgmap v17628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:51.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:51.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:52.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:52.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:52 smithi026 ceph-mon[93126]: pgmap v17629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:52.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:52 smithi089 ceph-mon[103441]: pgmap v17629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:53.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:53.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:54.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:54.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:54 smithi089 ceph-mon[103441]: pgmap v17630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:54 smithi026 ceph-mon[93126]: pgmap v17630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:55.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:55.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:27:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:27:56.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:56.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:56 smithi089 ceph-mon[103441]: pgmap v17631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:56 smithi026 ceph-mon[93126]: pgmap v17631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:27:57.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:57.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:58.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:58.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:27:58.871 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:27:58 smithi089 ceph-mon[103441]: pgmap v17632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:27:58 smithi026 ceph-mon[93126]: pgmap v17632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:27:59.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:27:59.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:00.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:00.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:01 smithi026 ceph-mon[93126]: pgmap v17633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:28:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:28:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:28:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:28:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:28:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:28:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:28:01.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:01.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:01 smithi089 ceph-mon[103441]: pgmap v17633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:28:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:28:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:28:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:28:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:28:01.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:28:01.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:28:02.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:02.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:02 smithi026 ceph-mon[93126]: pgmap v17634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:02 smithi089 ceph-mon[103441]: pgmap v17634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:03.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:03.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:04.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:04.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:04 smithi089 ceph-mon[103441]: pgmap v17635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:04 smithi026 ceph-mon[93126]: pgmap v17635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:05.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:05.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:06.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:06.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:06 smithi089 ceph-mon[103441]: pgmap v17636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:06 smithi026 ceph-mon[93126]: pgmap v17636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:07.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:07.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:08.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:08.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:08 smithi089 ceph-mon[103441]: pgmap v17637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:08 smithi026 ceph-mon[93126]: pgmap v17637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:09.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:09.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:10.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:10.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:10 smithi089 ceph-mon[103441]: pgmap v17638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:10 smithi026 ceph-mon[93126]: pgmap v17638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:11.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:11.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:12.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:12.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:12 smithi026 ceph-mon[93126]: pgmap v17639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:12 smithi089 ceph-mon[103441]: pgmap v17639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:13.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:13.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:14.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:14.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:14 smithi089 ceph-mon[103441]: pgmap v17640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:14 smithi026 ceph-mon[93126]: pgmap v17640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:15.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:15.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:16.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:16.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:16 smithi089 ceph-mon[103441]: pgmap v17641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:16 smithi026 ceph-mon[93126]: pgmap v17641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:17.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:17.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:18.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:18.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:18 smithi089 ceph-mon[103441]: pgmap v17642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:18 smithi026 ceph-mon[93126]: pgmap v17642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:19.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:19.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:20.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:20.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:20 smithi089 ceph-mon[103441]: pgmap v17643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:20 smithi026 ceph-mon[93126]: pgmap v17643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:21.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:21.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:22.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:22.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:22 smithi026 ceph-mon[93126]: pgmap v17644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:22.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:22 smithi089 ceph-mon[103441]: pgmap v17644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:23.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:23.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:24.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:24.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:24.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:24 smithi089 ceph-mon[103441]: pgmap v17645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:24 smithi026 ceph-mon[93126]: pgmap v17645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:25.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:25.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:26.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:26.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:26.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:26 smithi089 ceph-mon[103441]: pgmap v17646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:26 smithi026 ceph-mon[93126]: pgmap v17646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:27.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:27.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:28.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:28.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:28 smithi089 ceph-mon[103441]: pgmap v17647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:28 smithi026 ceph-mon[93126]: pgmap v17647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:29.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:29.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:30.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:30.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:30 smithi089 ceph-mon[103441]: pgmap v17648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:30 smithi026 ceph-mon[93126]: pgmap v17648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:31.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:31.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:32.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:32.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:32 smithi026 ceph-mon[93126]: pgmap v17649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:32 smithi089 ceph-mon[103441]: pgmap v17649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:33.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:33.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:34.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:34.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:34.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:34 smithi089 ceph-mon[103441]: pgmap v17650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:34 smithi026 ceph-mon[93126]: pgmap v17650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:35.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:35.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:36.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:36.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:36 smithi089 ceph-mon[103441]: pgmap v17651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:36 smithi026 ceph-mon[93126]: pgmap v17651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:37.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:37.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:38.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:38.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:38 smithi089 ceph-mon[103441]: pgmap v17652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:38 smithi026 ceph-mon[93126]: pgmap v17652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:39.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:39.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:40.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:40.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:40 smithi089 ceph-mon[103441]: pgmap v17653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:40 smithi026 ceph-mon[93126]: pgmap v17653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:41.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:41.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:42.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:42.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:42 smithi026 ceph-mon[93126]: pgmap v17654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:42.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:42 smithi089 ceph-mon[103441]: pgmap v17654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:43.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:43.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:44.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:44.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:44 smithi089 ceph-mon[103441]: pgmap v17655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:44 smithi026 ceph-mon[93126]: pgmap v17655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:45.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:45.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:46.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:46.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:46 smithi089 ceph-mon[103441]: pgmap v17656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:46 smithi026 ceph-mon[93126]: pgmap v17656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:47.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:47.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:48.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:48.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:48 smithi026 ceph-mon[93126]: pgmap v17657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:48.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:48 smithi089 ceph-mon[103441]: pgmap v17657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:49.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:49.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:28:50.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:50.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:50.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:50 smithi089 ceph-mon[103441]: pgmap v17658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:50 smithi026 ceph-mon[93126]: pgmap v17658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:51.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:51.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:52.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:52.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:52 smithi026 ceph-mon[93126]: pgmap v17659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:52 smithi089 ceph-mon[103441]: pgmap v17659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:53.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:53.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:54.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:54.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:54.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:54 smithi089 ceph-mon[103441]: pgmap v17660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:54 smithi026 ceph-mon[93126]: pgmap v17660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:55.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:55.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:56.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:56.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:56.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:56 smithi089 ceph-mon[103441]: pgmap v17661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:56 smithi026 ceph-mon[93126]: pgmap v17661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:28:57.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:57.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:58.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:58.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:28:58.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:28:58 smithi089 ceph-mon[103441]: pgmap v17662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:28:58 smithi026 ceph-mon[93126]: pgmap v17662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:28:59.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:28:59.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:00.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:00.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:00 smithi089 ceph-mon[103441]: pgmap v17663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:01.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:00 smithi026 ceph-mon[93126]: pgmap v17663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:01.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:01.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:29:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:29:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:29:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:29:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:29:01.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:29:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:29:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:29:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:29:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:29:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:29:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:29:02.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:02.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:02 smithi089 ceph-mon[103441]: pgmap v17664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:02 smithi026 ceph-mon[93126]: pgmap v17664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:03.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:03.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:04.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:04.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:04 smithi089 ceph-mon[103441]: pgmap v17665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:04 smithi026 ceph-mon[93126]: pgmap v17665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:05.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:05.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:06.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:06.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:06 smithi089 ceph-mon[103441]: pgmap v17666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:06 smithi026 ceph-mon[93126]: pgmap v17666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:07.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:07.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:08.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:08.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:08 smithi089 ceph-mon[103441]: pgmap v17667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:08 smithi026 ceph-mon[93126]: pgmap v17667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:09.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:09.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:10.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:10.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:10.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:10 smithi089 ceph-mon[103441]: pgmap v17668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:10 smithi026 ceph-mon[93126]: pgmap v17668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:11.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:11.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:12.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:12.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:12 smithi026 ceph-mon[93126]: pgmap v17669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:12.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:12 smithi089 ceph-mon[103441]: pgmap v17669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:13.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:13.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:14.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:14.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:14.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:14 smithi089 ceph-mon[103441]: pgmap v17670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:14 smithi026 ceph-mon[93126]: pgmap v17670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:15.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:15.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:16.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:16.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:16 smithi089 ceph-mon[103441]: pgmap v17671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:16 smithi026 ceph-mon[93126]: pgmap v17671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:17.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:17.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:18.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:18.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:18 smithi089 ceph-mon[103441]: pgmap v17672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:18 smithi026 ceph-mon[93126]: pgmap v17672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:19.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:19.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:20.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:20.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:20.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:20 smithi089 ceph-mon[103441]: pgmap v17673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:20 smithi026 ceph-mon[93126]: pgmap v17673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:21.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:21.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:22.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:22.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:22 smithi026 ceph-mon[93126]: pgmap v17674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:22 smithi089 ceph-mon[103441]: pgmap v17674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:23.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:23.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:24.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:24.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:24 smithi089 ceph-mon[103441]: pgmap v17675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:24 smithi026 ceph-mon[93126]: pgmap v17675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:25.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:25.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:26.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:26.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:26 smithi089 ceph-mon[103441]: pgmap v17676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:27.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:26 smithi026 ceph-mon[93126]: pgmap v17676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:27.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:27.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:28.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:28.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:28 smithi089 ceph-mon[103441]: pgmap v17677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:28.928 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:28 smithi026 ceph-mon[93126]: pgmap v17677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:29.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:29.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:30.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:30.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:30 smithi089 ceph-mon[103441]: pgmap v17678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:30 smithi026 ceph-mon[93126]: pgmap v17678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:31.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:31.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:32.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:32.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:32 smithi026 ceph-mon[93126]: pgmap v17679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:32 smithi089 ceph-mon[103441]: pgmap v17679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:33.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:33.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:34.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:34.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:34 smithi089 ceph-mon[103441]: pgmap v17680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:34 smithi026 ceph-mon[93126]: pgmap v17680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:35.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:35.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:36.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:36.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:36 smithi089 ceph-mon[103441]: pgmap v17681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:36 smithi026 ceph-mon[93126]: pgmap v17681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:37.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:37.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:38.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:38.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:38 smithi089 ceph-mon[103441]: pgmap v17682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:39.042 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:38 smithi026 ceph-mon[93126]: pgmap v17682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:39.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:39.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:40.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:40.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:40 smithi089 ceph-mon[103441]: pgmap v17683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:40 smithi026 ceph-mon[93126]: pgmap v17683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:41.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:41.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:42.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:42.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:42 smithi026 ceph-mon[93126]: pgmap v17684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:42 smithi089 ceph-mon[103441]: pgmap v17684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:43.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:43.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:44.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:44.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:44 smithi089 ceph-mon[103441]: pgmap v17685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:44 smithi026 ceph-mon[93126]: pgmap v17685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:45.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:45.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:46.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:46.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:46 smithi089 ceph-mon[103441]: pgmap v17686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:46 smithi026 ceph-mon[93126]: pgmap v17686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:47.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:47.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:48.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:48.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:48 smithi089 ceph-mon[103441]: pgmap v17687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:48 smithi026 ceph-mon[93126]: pgmap v17687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:49.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:49.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:29:50.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:50.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:50 smithi089 ceph-mon[103441]: pgmap v17688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:50.972 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:50 smithi026 ceph-mon[93126]: pgmap v17688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:51.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:51.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:52.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:52.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:52 smithi026 ceph-mon[93126]: pgmap v17689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:52 smithi089 ceph-mon[103441]: pgmap v17689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:53.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:53.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:54.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:54.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:54.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:54 smithi089 ceph-mon[103441]: pgmap v17690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:54 smithi026 ceph-mon[93126]: pgmap v17690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:55.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:55.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:56.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:56.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:56 smithi089 ceph-mon[103441]: pgmap v17691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:56 smithi026 ceph-mon[93126]: pgmap v17691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:29:57.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:57.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:58.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:58.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:29:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:29:58 smithi089 ceph-mon[103441]: pgmap v17692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:29:58 smithi026 ceph-mon[93126]: pgmap v17692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:29:59.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:29:59.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:00.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:00.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:00 smithi089 ceph-mon[103441]: pgmap v17693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T06:30:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:00 smithi026 ceph-mon[93126]: pgmap v17693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T06:30:01.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:01.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:01.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:30:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:30:02.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:02.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:02 smithi089 ceph-mon[103441]: pgmap v17694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:02 smithi026 ceph-mon[93126]: pgmap v17694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:03.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:03.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:04.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:04.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:04 smithi089 ceph-mon[103441]: pgmap v17695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:04 smithi026 ceph-mon[93126]: pgmap v17695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:05.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:05.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:06.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:06.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:06 smithi089 ceph-mon[103441]: pgmap v17696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:06 smithi026 ceph-mon[93126]: pgmap v17696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:07.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:07.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:08.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:08.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:08 smithi089 ceph-mon[103441]: pgmap v17697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:08 smithi026 ceph-mon[93126]: pgmap v17697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:09.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:09.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:10.235 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:30:10.236 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:30:10.237 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.237 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:30:10.237 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:09 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:30:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:30:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:30:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:09 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:30:10.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:10.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:10 smithi026 ceph-mon[93126]: pgmap v17698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:10 smithi089 ceph-mon[103441]: pgmap v17698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:11.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:11.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:12.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:12.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:12 smithi026 ceph-mon[93126]: pgmap v17699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:12 smithi089 ceph-mon[103441]: pgmap v17699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:13.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:13.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:14.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:14.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:14.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:14 smithi026 ceph-mon[93126]: pgmap v17700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:14 smithi089 ceph-mon[103441]: pgmap v17700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:15.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:15.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:16.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:16.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:16 smithi089 ceph-mon[103441]: pgmap v17701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:16 smithi026 ceph-mon[93126]: pgmap v17701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:17.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:17.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:18.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:18.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:18.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:18 smithi089 ceph-mon[103441]: pgmap v17702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:18 smithi026 ceph-mon[93126]: pgmap v17702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:19.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:19.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:20.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:20.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:20.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:20 smithi089 ceph-mon[103441]: pgmap v17703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:20 smithi026 ceph-mon[93126]: pgmap v17703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:21.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:21.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:22.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:22.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:22 smithi026 ceph-mon[93126]: pgmap v17704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:22 smithi089 ceph-mon[103441]: pgmap v17704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:23.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:23.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:24.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:24.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:24 smithi089 ceph-mon[103441]: pgmap v17705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:24 smithi026 ceph-mon[93126]: pgmap v17705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:25.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:25.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:26.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:26.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:26 smithi089 ceph-mon[103441]: pgmap v17706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:26 smithi026 ceph-mon[93126]: pgmap v17706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:27.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:27.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:28.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:28.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:28.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:28 smithi089 ceph-mon[103441]: pgmap v17707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:28 smithi026 ceph-mon[93126]: pgmap v17707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:29.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:29.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:30.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:30.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:30 smithi089 ceph-mon[103441]: pgmap v17708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:30 smithi026 ceph-mon[93126]: pgmap v17708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:31.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:31.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:32.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:32.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:32 smithi026 ceph-mon[93126]: pgmap v17709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:32 smithi089 ceph-mon[103441]: pgmap v17709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:33.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:33.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:34.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:34.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:34 smithi089 ceph-mon[103441]: pgmap v17710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:34 smithi026 ceph-mon[93126]: pgmap v17710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:35.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:35.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:36.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:36.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:36.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:36 smithi089 ceph-mon[103441]: pgmap v17711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:36 smithi026 ceph-mon[93126]: pgmap v17711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:37.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:37.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:38.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:38.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:38.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:38 smithi089 ceph-mon[103441]: pgmap v17712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:38 smithi026 ceph-mon[93126]: pgmap v17712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:39.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:39.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:40.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:40.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:40 smithi089 ceph-mon[103441]: pgmap v17713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:40 smithi026 ceph-mon[93126]: pgmap v17713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:41.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:41.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:42.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:42.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:42 smithi026 ceph-mon[93126]: pgmap v17714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:42 smithi089 ceph-mon[103441]: pgmap v17714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:43.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:43.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:44.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:44.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:44 smithi089 ceph-mon[103441]: pgmap v17715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:44 smithi026 ceph-mon[93126]: pgmap v17715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:45.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:45.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:46.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:46.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:46.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:46 smithi089 ceph-mon[103441]: pgmap v17716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:46 smithi026 ceph-mon[93126]: pgmap v17716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:47.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:47.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:48.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:48.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:48 smithi089 ceph-mon[103441]: pgmap v17717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:48 smithi026 ceph-mon[93126]: pgmap v17717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:49.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:49.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:30:50.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:50.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:50 smithi089 ceph-mon[103441]: pgmap v17718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:50 smithi026 ceph-mon[93126]: pgmap v17718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:51.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:51.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:52.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:52.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:52 smithi026 ceph-mon[93126]: pgmap v17719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:52 smithi089 ceph-mon[103441]: pgmap v17719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:53.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:53.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:54.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:54.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:54.919 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:54 smithi026 ceph-mon[93126]: pgmap v17720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:54.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:54 smithi089 ceph-mon[103441]: pgmap v17720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:55.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:55.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:56.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:56.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:56.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:56 smithi089 ceph-mon[103441]: pgmap v17721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:56 smithi026 ceph-mon[93126]: pgmap v17721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:30:57.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:57.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:58.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:58.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:30:58.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:30:58 smithi089 ceph-mon[103441]: pgmap v17722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:30:58 smithi026 ceph-mon[93126]: pgmap v17722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:30:59.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:30:59.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:00.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:00.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:00 smithi089 ceph-mon[103441]: pgmap v17723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:00 smithi026 ceph-mon[93126]: pgmap v17723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:01.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:01.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:02.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:02.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:02 smithi026 ceph-mon[93126]: pgmap v17724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:02.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:02 smithi089 ceph-mon[103441]: pgmap v17724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:03.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:03.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:04.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:04.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:04 smithi089 ceph-mon[103441]: pgmap v17725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:05.033 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:04 smithi026 ceph-mon[93126]: pgmap v17725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:05.034 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:05.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:05.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:06.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:06.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:06 smithi089 ceph-mon[103441]: pgmap v17726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:06 smithi026 ceph-mon[93126]: pgmap v17726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:07.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:07.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:08.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:08.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:08 smithi089 ceph-mon[103441]: pgmap v17727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:08 smithi026 ceph-mon[93126]: pgmap v17727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:09.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:09.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:10.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:10.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:10 smithi026 ceph-mon[93126]: pgmap v17728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:10 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:31:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:10 smithi089 ceph-mon[103441]: pgmap v17728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:10 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:31:11.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:11.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:31:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:31:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:31:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:31:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:31:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:31:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:31:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:31:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:31:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:31:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:31:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:31:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:31:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:31:12.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:12.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:12 smithi026 ceph-mon[93126]: pgmap v17729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:12 smithi089 ceph-mon[103441]: pgmap v17729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:13.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:13.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:14.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:14.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:14 smithi026 ceph-mon[93126]: pgmap v17730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:15.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:14 smithi089 ceph-mon[103441]: pgmap v17730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:15.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:15.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:16.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:16.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:16 smithi026 ceph-mon[93126]: pgmap v17731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:16 smithi089 ceph-mon[103441]: pgmap v17731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:17.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:17.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:18.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:18.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:18 smithi026 ceph-mon[93126]: pgmap v17732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:18 smithi089 ceph-mon[103441]: pgmap v17732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:19.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:19.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:20.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:20.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:20 smithi026 ceph-mon[93126]: pgmap v17733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:20 smithi089 ceph-mon[103441]: pgmap v17733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:21.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:21.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:22.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:22.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:22 smithi026 ceph-mon[93126]: pgmap v17734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:22 smithi089 ceph-mon[103441]: pgmap v17734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:23.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:23.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:24.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:24.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:24 smithi089 ceph-mon[103441]: pgmap v17735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:24 smithi026 ceph-mon[93126]: pgmap v17735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:25.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:25.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:26.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:26.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:26 smithi026 ceph-mon[93126]: pgmap v17736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:26 smithi089 ceph-mon[103441]: pgmap v17736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:27.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:27.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:28.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:28.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:28 smithi026 ceph-mon[93126]: pgmap v17737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:29.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:28 smithi089 ceph-mon[103441]: pgmap v17737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:29.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:29.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:30.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:30.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:30 smithi026 ceph-mon[93126]: pgmap v17738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:31.076 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:30 smithi089 ceph-mon[103441]: pgmap v17738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:31.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:31.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:32.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:32.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:32 smithi026 ceph-mon[93126]: pgmap v17739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:32 smithi089 ceph-mon[103441]: pgmap v17739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:33.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:33.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:34.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:34.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:34 smithi026 ceph-mon[93126]: pgmap v17740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:34 smithi089 ceph-mon[103441]: pgmap v17740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:35.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:35.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:36.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:36.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:36 smithi026 ceph-mon[93126]: pgmap v17741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:36 smithi089 ceph-mon[103441]: pgmap v17741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:37.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:37.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:38.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:38.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:38 smithi026 ceph-mon[93126]: pgmap v17742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:38 smithi089 ceph-mon[103441]: pgmap v17742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:39.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:39.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:40.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:40.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:40 smithi026 ceph-mon[93126]: pgmap v17743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:40 smithi089 ceph-mon[103441]: pgmap v17743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:41.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:41.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:42.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:42.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:42 smithi026 ceph-mon[93126]: pgmap v17744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:42 smithi089 ceph-mon[103441]: pgmap v17744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:43.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:43.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:44.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:44.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:44 smithi026 ceph-mon[93126]: pgmap v17745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:44 smithi089 ceph-mon[103441]: pgmap v17745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:45.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:45.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:46.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:46.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:46 smithi026 ceph-mon[93126]: pgmap v17746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:47.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:46 smithi089 ceph-mon[103441]: pgmap v17746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:47.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:47.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:48.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:48.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:48 smithi026 ceph-mon[93126]: pgmap v17747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:49.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:48 smithi089 ceph-mon[103441]: pgmap v17747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:49.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:49.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:31:50.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:50.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:50 smithi026 ceph-mon[93126]: pgmap v17748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:51.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:50 smithi089 ceph-mon[103441]: pgmap v17748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:51.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:51.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:52.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:52.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:52 smithi026 ceph-mon[93126]: pgmap v17749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:52 smithi089 ceph-mon[103441]: pgmap v17749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:53.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:53.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:54.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:54.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:54 smithi026 ceph-mon[93126]: pgmap v17750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:54 smithi089 ceph-mon[103441]: pgmap v17750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:55.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:55.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:56.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:56.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:56 smithi026 ceph-mon[93126]: pgmap v17751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:56 smithi089 ceph-mon[103441]: pgmap v17751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:31:57.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:57.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:58.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:58.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:31:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:31:58 smithi026 ceph-mon[93126]: pgmap v17752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:31:58 smithi089 ceph-mon[103441]: pgmap v17752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:31:59.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:31:59.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:00.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:00.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:00 smithi026 ceph-mon[93126]: pgmap v17753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:00 smithi089 ceph-mon[103441]: pgmap v17753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:01.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:01.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:02.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:02.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:02 smithi026 ceph-mon[93126]: pgmap v17754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:02 smithi089 ceph-mon[103441]: pgmap v17754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:03.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:03.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:04.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:04.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:04 smithi026 ceph-mon[93126]: pgmap v17755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:04 smithi089 ceph-mon[103441]: pgmap v17755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:05.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:05.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:06.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:06.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:06.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:06 smithi089 ceph-mon[103441]: pgmap v17756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:06 smithi026 ceph-mon[93126]: pgmap v17756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:07.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:07.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:08.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:08.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:08 smithi026 ceph-mon[93126]: pgmap v17757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:08 smithi089 ceph-mon[103441]: pgmap v17757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:09.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:09.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:10.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:10.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:10 smithi026 ceph-mon[93126]: pgmap v17758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:11.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:10 smithi089 ceph-mon[103441]: pgmap v17758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:11.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:11.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:32:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:11 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:32:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:11 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:12.771 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:12 smithi026 ceph-mon[93126]: pgmap v17759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:12.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:12.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:12.982 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:12 smithi089 ceph-mon[103441]: pgmap v17759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:13.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:13.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:14.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:14.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:14 smithi026 ceph-mon[93126]: pgmap v17760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:14 smithi089 ceph-mon[103441]: pgmap v17760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:15.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:15.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:16.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:16.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:16 smithi089 ceph-mon[103441]: pgmap v17761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:32:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:32:16.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:32:16.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:16 smithi026 ceph-mon[93126]: pgmap v17761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:32:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:32:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:17.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:32:17.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:32:17.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:17.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:18.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:18.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:18 smithi026 ceph-mon[93126]: pgmap v17762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:18 smithi089 ceph-mon[103441]: pgmap v17762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:19.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:19.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:20.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:20.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:20 smithi026 ceph-mon[93126]: pgmap v17763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:20 smithi089 ceph-mon[103441]: pgmap v17763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:21.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:21.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:22 smithi026 ceph-mon[93126]: pgmap v17764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:22.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:22.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:22 smithi089 ceph-mon[103441]: pgmap v17764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:23.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:23.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:24.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:24.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:24 smithi026 ceph-mon[93126]: pgmap v17765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:24 smithi089 ceph-mon[103441]: pgmap v17765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:25.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:25.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:26.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:26.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:26.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:26 smithi089 ceph-mon[103441]: pgmap v17766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:26 smithi026 ceph-mon[93126]: pgmap v17766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:27.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:27.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:28.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:28.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:28 smithi026 ceph-mon[93126]: pgmap v17767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:28 smithi089 ceph-mon[103441]: pgmap v17767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:29.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:29.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:30.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:30.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:31.016 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:30 smithi026 ceph-mon[93126]: pgmap v17768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:30 smithi089 ceph-mon[103441]: pgmap v17768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:31.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:31.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:32 smithi026 ceph-mon[93126]: pgmap v17769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:32.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:32.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:32 smithi089 ceph-mon[103441]: pgmap v17769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:33.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:33.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:34.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:34.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:34 smithi026 ceph-mon[93126]: pgmap v17770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:34 smithi089 ceph-mon[103441]: pgmap v17770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:35.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:35.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:36.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:36.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:36 smithi026 ceph-mon[93126]: pgmap v17771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:36 smithi089 ceph-mon[103441]: pgmap v17771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:37.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:37.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:38.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:38.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:38 smithi026 ceph-mon[93126]: pgmap v17772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:38 smithi089 ceph-mon[103441]: pgmap v17772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:39.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:39.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:40.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:40.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:40 smithi026 ceph-mon[93126]: pgmap v17773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:40 smithi089 ceph-mon[103441]: pgmap v17773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:41.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:41.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:42 smithi026 ceph-mon[93126]: pgmap v17774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:42.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:42.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:42 smithi089 ceph-mon[103441]: pgmap v17774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:43.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:43.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:44.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:44.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:44 smithi026 ceph-mon[93126]: pgmap v17775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:44 smithi089 ceph-mon[103441]: pgmap v17775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:45.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:45.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:46.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:46.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:46 smithi026 ceph-mon[93126]: pgmap v17776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:46 smithi089 ceph-mon[103441]: pgmap v17776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:47.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:47.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:48.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:48.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:48 smithi026 ceph-mon[93126]: pgmap v17777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:48 smithi089 ceph-mon[103441]: pgmap v17777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:49.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:49.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:32:50.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:50.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:50 smithi026 ceph-mon[93126]: pgmap v17778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:50 smithi089 ceph-mon[103441]: pgmap v17778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:51.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:51.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:52 smithi026 ceph-mon[93126]: pgmap v17779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:52.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:52.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:52 smithi089 ceph-mon[103441]: pgmap v17779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:53.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:53.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:54.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:54.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:54 smithi026 ceph-mon[93126]: pgmap v17780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:54 smithi089 ceph-mon[103441]: pgmap v17780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:55.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:55.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:56.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:56.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:56.966 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:56 smithi089 ceph-mon[103441]: pgmap v17781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:56 smithi026 ceph-mon[93126]: pgmap v17781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:32:57.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:57.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:58.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:58.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:32:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:32:58 smithi026 ceph-mon[93126]: pgmap v17782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:32:58 smithi089 ceph-mon[103441]: pgmap v17782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:32:59.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:32:59.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:00.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:00.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:00 smithi026 ceph-mon[93126]: pgmap v17783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:00 smithi089 ceph-mon[103441]: pgmap v17783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:01.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:01.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:02 smithi026 ceph-mon[93126]: pgmap v17784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:02.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:02.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:02 smithi089 ceph-mon[103441]: pgmap v17784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:03.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:03.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:04.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:04.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:04 smithi026 ceph-mon[93126]: pgmap v17785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:04 smithi089 ceph-mon[103441]: pgmap v17785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:05.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:05.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:06.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:06.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:06 smithi026 ceph-mon[93126]: pgmap v17786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:07.072 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:06 smithi089 ceph-mon[103441]: pgmap v17786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:07.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:07.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:08.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:08.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:08 smithi026 ceph-mon[93126]: pgmap v17787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:08 smithi089 ceph-mon[103441]: pgmap v17787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:09.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:09.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:10.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:10.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:10 smithi026 ceph-mon[93126]: pgmap v17788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:10 smithi089 ceph-mon[103441]: pgmap v17788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:11.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:11.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:12 smithi026 ceph-mon[93126]: pgmap v17789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:12.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:12.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:12 smithi089 ceph-mon[103441]: pgmap v17789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:13.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:13.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:14.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:14.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:14 smithi026 ceph-mon[93126]: pgmap v17790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:14 smithi089 ceph-mon[103441]: pgmap v17790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:15.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:15.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:16 smithi026 ceph-mon[93126]: pgmap v17791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:33:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:33:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:33:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:33:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:33:16.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:33:16.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:16.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:16 smithi089 ceph-mon[103441]: pgmap v17791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:33:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:33:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:33:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:33:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:33:17.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:33:17.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:17.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:18.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:18.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:18 smithi026 ceph-mon[93126]: pgmap v17792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:18 smithi089 ceph-mon[103441]: pgmap v17792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:19.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:19.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:20.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:20.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:20 smithi026 ceph-mon[93126]: pgmap v17793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:20 smithi089 ceph-mon[103441]: pgmap v17793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:21.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:21.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:22 smithi026 ceph-mon[93126]: pgmap v17794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:22.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:22.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:22 smithi089 ceph-mon[103441]: pgmap v17794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:23.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:23.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:24.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:24.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:24 smithi026 ceph-mon[93126]: pgmap v17795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:24 smithi089 ceph-mon[103441]: pgmap v17795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:25.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:25.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:26.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:26.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:26 smithi026 ceph-mon[93126]: pgmap v17796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:26 smithi089 ceph-mon[103441]: pgmap v17796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:27.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:27.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:28.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:28.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:28 smithi026 ceph-mon[93126]: pgmap v17797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:28 smithi089 ceph-mon[103441]: pgmap v17797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:29.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:29.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:30.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:30.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:30 smithi026 ceph-mon[93126]: pgmap v17798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:30 smithi089 ceph-mon[103441]: pgmap v17798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:31.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:31.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:32 smithi089 ceph-mon[103441]: pgmap v17799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:32 smithi026 ceph-mon[93126]: pgmap v17799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:32.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:32.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:33.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:33.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:34.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:34.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:34 smithi026 ceph-mon[93126]: pgmap v17800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:34 smithi089 ceph-mon[103441]: pgmap v17800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:35.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:35.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:36.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:36.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:36 smithi026 ceph-mon[93126]: pgmap v17801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:36 smithi089 ceph-mon[103441]: pgmap v17801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:37.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:37.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:38.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:38.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:38 smithi026 ceph-mon[93126]: pgmap v17802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:38 smithi089 ceph-mon[103441]: pgmap v17802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:39.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:39.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:40.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:40.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:40 smithi026 ceph-mon[93126]: pgmap v17803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:40 smithi089 ceph-mon[103441]: pgmap v17803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:41.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:41.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:42 smithi026 ceph-mon[93126]: pgmap v17804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:42 smithi089 ceph-mon[103441]: pgmap v17804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:42.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:42.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:43.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:43.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:44.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:44.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:44 smithi026 ceph-mon[93126]: pgmap v17805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:44 smithi089 ceph-mon[103441]: pgmap v17805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:45.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:45.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:46.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:46.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:46 smithi026 ceph-mon[93126]: pgmap v17806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:46 smithi089 ceph-mon[103441]: pgmap v17806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:47.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:47.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:48.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:48.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:48 smithi026 ceph-mon[93126]: pgmap v17807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:48 smithi089 ceph-mon[103441]: pgmap v17807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:49.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:49.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:33:50.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:50.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:50 smithi026 ceph-mon[93126]: pgmap v17808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:50 smithi089 ceph-mon[103441]: pgmap v17808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:51.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:51.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:52.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:52 smithi026 ceph-mon[93126]: pgmap v17809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:52 smithi089 ceph-mon[103441]: pgmap v17809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:52.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:52.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:53.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:53.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:54.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:54.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:54 smithi026 ceph-mon[93126]: pgmap v17810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:54 smithi089 ceph-mon[103441]: pgmap v17810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:55.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:55.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:56.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:56.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:56.998 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:56 smithi026 ceph-mon[93126]: pgmap v17811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:56 smithi089 ceph-mon[103441]: pgmap v17811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:33:57.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:57.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:58.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:58.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:33:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:33:58 smithi026 ceph-mon[93126]: pgmap v17812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:33:58 smithi089 ceph-mon[103441]: pgmap v17812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:33:59.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:33:59.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:00.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:00.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:00 smithi026 ceph-mon[93126]: pgmap v17813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:00 smithi089 ceph-mon[103441]: pgmap v17813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:01.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:01.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:02 smithi089 ceph-mon[103441]: pgmap v17814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:02.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:02.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:02 smithi026 ceph-mon[93126]: pgmap v17814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:03.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:03.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:04.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:04.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:04 smithi026 ceph-mon[93126]: pgmap v17815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:04 smithi089 ceph-mon[103441]: pgmap v17815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:05.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:05.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:06.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:06.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:06 smithi026 ceph-mon[93126]: pgmap v17816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:06 smithi089 ceph-mon[103441]: pgmap v17816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:07.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:07.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:08.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:08.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:08 smithi026 ceph-mon[93126]: pgmap v17817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:08 smithi089 ceph-mon[103441]: pgmap v17817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:09.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:09.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:10.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:10.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:10 smithi026 ceph-mon[93126]: pgmap v17818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:10 smithi089 ceph-mon[103441]: pgmap v17818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:11.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:11.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:12.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:12 smithi089 ceph-mon[103441]: pgmap v17819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:12.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:12.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:12 smithi026 ceph-mon[93126]: pgmap v17819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:14.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:14.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:15.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:15.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:14 smithi026 ceph-mon[93126]: pgmap v17820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:15.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:14 smithi089 ceph-mon[103441]: pgmap v17820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:16.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:16.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:17.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:17.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:16 smithi026 ceph-mon[93126]: pgmap v17821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:16 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:34:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:16 smithi089 ceph-mon[103441]: pgmap v17821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:16 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:34:18.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:18.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:34:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:34:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:34:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:34:18.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:34:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:34:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:34:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:34:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:34:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:34:19.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:19.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:19 smithi026 ceph-mon[93126]: pgmap v17822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:19 smithi089 ceph-mon[103441]: pgmap v17822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:20.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:20.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:21.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:21.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:21 smithi026 ceph-mon[93126]: pgmap v17823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:21 smithi089 ceph-mon[103441]: pgmap v17823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:22.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:22.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:22.856 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:22 smithi089 ceph-mon[103441]: pgmap v17824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:23.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:23.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:22 smithi026 ceph-mon[93126]: pgmap v17824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:24.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:24.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:25.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:25.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:24 smithi026 ceph-mon[93126]: pgmap v17825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:24 smithi089 ceph-mon[103441]: pgmap v17825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:26.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:26.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:27.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:27.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:26 smithi026 ceph-mon[93126]: pgmap v17826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:26 smithi089 ceph-mon[103441]: pgmap v17826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:28.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:28.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:29.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:29.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:28 smithi026 ceph-mon[93126]: pgmap v17827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:28 smithi089 ceph-mon[103441]: pgmap v17827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:30.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:30.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:31.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:31.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:30 smithi026 ceph-mon[93126]: pgmap v17828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:30 smithi089 ceph-mon[103441]: pgmap v17828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:32.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:32.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:32.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:32 smithi026 ceph-mon[93126]: pgmap v17829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:32 smithi089 ceph-mon[103441]: pgmap v17829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:33.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:33.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:34.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:34.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:35.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:35.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:34 smithi026 ceph-mon[93126]: pgmap v17830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:34 smithi089 ceph-mon[103441]: pgmap v17830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:36.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:36.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:37.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:37.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:36 smithi026 ceph-mon[93126]: pgmap v17831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:36 smithi089 ceph-mon[103441]: pgmap v17831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:38.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:38.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:39.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:39.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:38 smithi026 ceph-mon[93126]: pgmap v17832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:38 smithi089 ceph-mon[103441]: pgmap v17832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:40.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:40.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:41.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:41.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:41.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:40 smithi026 ceph-mon[93126]: pgmap v17833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:40 smithi089 ceph-mon[103441]: pgmap v17833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:42.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:42.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:42.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:42 smithi026 ceph-mon[93126]: pgmap v17834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:42 smithi089 ceph-mon[103441]: pgmap v17834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:43.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:43.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:44.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:44.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:44 smithi026 ceph-mon[93126]: pgmap v17835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:45.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:45.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:44 smithi089 ceph-mon[103441]: pgmap v17835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:46.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:46.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:46 smithi026 ceph-mon[93126]: pgmap v17836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:47.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:47.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:46 smithi089 ceph-mon[103441]: pgmap v17836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:48.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:48.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:48 smithi026 ceph-mon[93126]: pgmap v17837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:49.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:49.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:48 smithi089 ceph-mon[103441]: pgmap v17837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:50.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:50.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:34:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:50 smithi026 ceph-mon[93126]: pgmap v17838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:51.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:51.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:50 smithi089 ceph-mon[103441]: pgmap v17838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:52.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:52.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:52 smithi089 ceph-mon[103441]: pgmap v17839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:52 smithi026 ceph-mon[93126]: pgmap v17839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:53.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:53.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:54.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:54.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:54 smithi026 ceph-mon[93126]: pgmap v17840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:55.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:55.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:54 smithi089 ceph-mon[103441]: pgmap v17840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:56.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:56.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:56 smithi026 ceph-mon[93126]: pgmap v17841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:57.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:57.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:56 smithi089 ceph-mon[103441]: pgmap v17841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:34:58.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:58.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:34:58 smithi026 ceph-mon[93126]: pgmap v17842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:34:59.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:34:59.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:34:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:34:58 smithi089 ceph-mon[103441]: pgmap v17842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:00.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:00.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:00 smithi026 ceph-mon[93126]: pgmap v17843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:01.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:01.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:00 smithi089 ceph-mon[103441]: pgmap v17843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:02.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:02.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:02 smithi089 ceph-mon[103441]: pgmap v17844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:02 smithi026 ceph-mon[93126]: pgmap v17844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:03.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:03.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:04.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:04.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:04 smithi026 ceph-mon[93126]: pgmap v17845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:05.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:05.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:04 smithi089 ceph-mon[103441]: pgmap v17845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:06.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:06.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:06 smithi026 ceph-mon[93126]: pgmap v17846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:07.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:07.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:06 smithi089 ceph-mon[103441]: pgmap v17846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:08.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:08.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:09.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:08 smithi026 ceph-mon[93126]: pgmap v17847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:09.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:09.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:08 smithi089 ceph-mon[103441]: pgmap v17847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:10.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:10.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:10 smithi026 ceph-mon[93126]: pgmap v17848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:11.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:11.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:10 smithi089 ceph-mon[103441]: pgmap v17848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:12.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:12.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:12.862 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:12 smithi026 ceph-mon[93126]: pgmap v17849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:12 smithi089 ceph-mon[103441]: pgmap v17849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:13.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:13.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:14.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:14.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:14 smithi026 ceph-mon[93126]: pgmap v17850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:15.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:15.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:14 smithi089 ceph-mon[103441]: pgmap v17850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:16.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:16.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:16 smithi026 ceph-mon[93126]: pgmap v17851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:17.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:17.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:16 smithi089 ceph-mon[103441]: pgmap v17851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:35:18.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:18.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:35:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:18 smithi026 ceph-mon[93126]: pgmap v17852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:35:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:35:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:35:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:35:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:35:19.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:19.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:18 smithi089 ceph-mon[103441]: pgmap v17852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:35:19.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:35:19.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:35:19.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:35:19.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:35:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:20.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:20.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:20 smithi026 ceph-mon[93126]: pgmap v17853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:21.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:21.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:20 smithi089 ceph-mon[103441]: pgmap v17853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:22.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:22.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:22 smithi089 ceph-mon[103441]: pgmap v17854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:22.973 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:22 smithi026 ceph-mon[93126]: pgmap v17854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:23.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:23.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:24.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:24.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:24 smithi026 ceph-mon[93126]: pgmap v17855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:25.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:25.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:24 smithi089 ceph-mon[103441]: pgmap v17855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:26.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:26.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:26 smithi026 ceph-mon[93126]: pgmap v17856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:27.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:27.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:26 smithi089 ceph-mon[103441]: pgmap v17856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:28.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:28.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:28 smithi089 ceph-mon[103441]: pgmap v17857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:28 smithi026 ceph-mon[93126]: pgmap v17857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:29.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:29.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:30.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:30.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:30 smithi026 ceph-mon[93126]: pgmap v17858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:31.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:31.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:30 smithi089 ceph-mon[103441]: pgmap v17858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:32.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:32.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:32 smithi089 ceph-mon[103441]: pgmap v17859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:32 smithi026 ceph-mon[93126]: pgmap v17859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:33.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:33.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:34.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:34.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:34 smithi026 ceph-mon[93126]: pgmap v17860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:35.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:35.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:34 smithi089 ceph-mon[103441]: pgmap v17860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:36.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:36.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:36 smithi026 ceph-mon[93126]: pgmap v17861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:37.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:37.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:36 smithi089 ceph-mon[103441]: pgmap v17861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:38.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:38.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:38 smithi089 ceph-mon[103441]: pgmap v17862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:38 smithi026 ceph-mon[93126]: pgmap v17862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:39.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:39.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:40.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:40.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:40 smithi026 ceph-mon[93126]: pgmap v17863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:41.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:41.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:40 smithi089 ceph-mon[103441]: pgmap v17863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:42.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:42.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:42 smithi089 ceph-mon[103441]: pgmap v17864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:42 smithi026 ceph-mon[93126]: pgmap v17864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:43.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:43.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:44.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:44.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:44 smithi026 ceph-mon[93126]: pgmap v17865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:45.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:45.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:44 smithi089 ceph-mon[103441]: pgmap v17865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:46.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:46.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:46 smithi026 ceph-mon[93126]: pgmap v17866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:47.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:47.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:46 smithi089 ceph-mon[103441]: pgmap v17866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:48.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:48.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:48 smithi026 ceph-mon[93126]: pgmap v17867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:49.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:49.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:48 smithi089 ceph-mon[103441]: pgmap v17867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:50.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:50.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:35:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:50 smithi026 ceph-mon[93126]: pgmap v17868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:51.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:51.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:50 smithi089 ceph-mon[103441]: pgmap v17868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:52.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:52.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:52 smithi089 ceph-mon[103441]: pgmap v17869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:52 smithi026 ceph-mon[93126]: pgmap v17869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:53.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:53.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:54.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:54.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:54 smithi026 ceph-mon[93126]: pgmap v17870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:55.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:55.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:54 smithi089 ceph-mon[103441]: pgmap v17870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:56.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:56.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:56 smithi026 ceph-mon[93126]: pgmap v17871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:57.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:57.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:57.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:56 smithi089 ceph-mon[103441]: pgmap v17871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:35:58.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:58.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:35:58 smithi026 ceph-mon[93126]: pgmap v17872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:35:59.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:35:59.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:35:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:35:58 smithi089 ceph-mon[103441]: pgmap v17872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:00.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:00.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:00 smithi026 ceph-mon[93126]: pgmap v17873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:00 smithi089 ceph-mon[103441]: pgmap v17873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:01.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:01.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:02.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:02.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:02 smithi089 ceph-mon[103441]: pgmap v17874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:02 smithi026 ceph-mon[93126]: pgmap v17874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:03.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:03.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:04.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:04.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:04 smithi026 ceph-mon[93126]: pgmap v17875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:04 smithi089 ceph-mon[103441]: pgmap v17875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:05.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:05.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:06.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:06.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:06 smithi026 ceph-mon[93126]: pgmap v17876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:06 smithi089 ceph-mon[103441]: pgmap v17876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:07.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:07.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:08.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:08.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:08 smithi026 ceph-mon[93126]: pgmap v17877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:08 smithi089 ceph-mon[103441]: pgmap v17877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:09.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:09.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:10.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:10.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:10 smithi026 ceph-mon[93126]: pgmap v17878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:10 smithi089 ceph-mon[103441]: pgmap v17878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:11.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:11.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:12.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:12.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:12 smithi089 ceph-mon[103441]: pgmap v17879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:12 smithi026 ceph-mon[93126]: pgmap v17879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:13.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:13.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:14.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:14.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:14 smithi026 ceph-mon[93126]: pgmap v17880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:14 smithi089 ceph-mon[103441]: pgmap v17880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:15.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:15.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:16.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:16.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:16 smithi026 ceph-mon[93126]: pgmap v17881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:17.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:16 smithi089 ceph-mon[103441]: pgmap v17881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:17.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:17.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:18.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:18.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:18 smithi026 ceph-mon[93126]: pgmap v17882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:36:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:36:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:36:19.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:36:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:36:19.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:36:19.061 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:18 smithi089 ceph-mon[103441]: pgmap v17882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:19.061 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:36:19.061 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:36:19.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:36:19.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:36:19.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:36:19.062 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:36:19.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:19.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:20.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:20.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:20 smithi026 ceph-mon[93126]: pgmap v17883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:20 smithi089 ceph-mon[103441]: pgmap v17883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:21.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:21.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:22.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:22.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:22 smithi089 ceph-mon[103441]: pgmap v17884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:22 smithi026 ceph-mon[93126]: pgmap v17884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:23.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:23.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:24.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:24.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:24 smithi026 ceph-mon[93126]: pgmap v17885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:24 smithi089 ceph-mon[103441]: pgmap v17885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:25.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:25.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:26.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:26.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:26 smithi026 ceph-mon[93126]: pgmap v17886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:26 smithi089 ceph-mon[103441]: pgmap v17886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:27.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:27.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:28.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:28.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:28 smithi026 ceph-mon[93126]: pgmap v17887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:29.162 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:28 smithi089 ceph-mon[103441]: pgmap v17887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:29.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:29.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:30.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:30.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:30 smithi026 ceph-mon[93126]: pgmap v17888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:30 smithi089 ceph-mon[103441]: pgmap v17888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:31.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:31.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:32.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:32.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:32 smithi089 ceph-mon[103441]: pgmap v17889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:32 smithi026 ceph-mon[93126]: pgmap v17889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:33.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:33.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:34.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:34.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:34 smithi026 ceph-mon[93126]: pgmap v17890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:34 smithi089 ceph-mon[103441]: pgmap v17890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:35.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:35.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:36.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:36.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:36 smithi026 ceph-mon[93126]: pgmap v17891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:36 smithi089 ceph-mon[103441]: pgmap v17891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:37.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:37.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:38.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:38.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:38 smithi026 ceph-mon[93126]: pgmap v17892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:38 smithi089 ceph-mon[103441]: pgmap v17892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:39.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:39.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:40.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:40.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:41.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:40 smithi026 ceph-mon[93126]: pgmap v17893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:40 smithi089 ceph-mon[103441]: pgmap v17893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:41.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:41.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:42.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:42.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:42 smithi089 ceph-mon[103441]: pgmap v17894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:42 smithi026 ceph-mon[93126]: pgmap v17894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:43.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:43.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:44.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:44.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:44 smithi026 ceph-mon[93126]: pgmap v17895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:44 smithi089 ceph-mon[103441]: pgmap v17895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:45.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:45.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:46.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:46.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:46 smithi026 ceph-mon[93126]: pgmap v17896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:46 smithi089 ceph-mon[103441]: pgmap v17896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:47.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:47.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:48.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:48.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:48 smithi026 ceph-mon[93126]: pgmap v17897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:48 smithi089 ceph-mon[103441]: pgmap v17897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:49.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:49.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:36:50.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:50.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:51.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:50 smithi026 ceph-mon[93126]: pgmap v17898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:50 smithi089 ceph-mon[103441]: pgmap v17898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:51.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:51.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:52.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:52.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:52 smithi089 ceph-mon[103441]: pgmap v17899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:52 smithi026 ceph-mon[93126]: pgmap v17899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:53.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:53.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:54.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:54.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:54 smithi026 ceph-mon[93126]: pgmap v17900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:54 smithi089 ceph-mon[103441]: pgmap v17900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:55.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:55.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:56.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:56.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:56 smithi026 ceph-mon[93126]: pgmap v17901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:56 smithi089 ceph-mon[103441]: pgmap v17901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:36:57.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:57.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:58.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:58.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:36:59.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:36:58 smithi026 ceph-mon[93126]: pgmap v17902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:36:58 smithi089 ceph-mon[103441]: pgmap v17902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:36:59.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:36:59.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:00.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:00.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:00 smithi026 ceph-mon[93126]: pgmap v17903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:00 smithi089 ceph-mon[103441]: pgmap v17903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:01.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:01.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:02.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:02.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:02 smithi089 ceph-mon[103441]: pgmap v17904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:02 smithi026 ceph-mon[93126]: pgmap v17904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:03.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:03.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:04.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:04.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:04 smithi026 ceph-mon[93126]: pgmap v17905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:04 smithi089 ceph-mon[103441]: pgmap v17905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:05.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:05.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:06.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:06.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:06 smithi026 ceph-mon[93126]: pgmap v17906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:06 smithi089 ceph-mon[103441]: pgmap v17906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:07.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:07.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:08.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:08.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:09.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:08 smithi026 ceph-mon[93126]: pgmap v17907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:08 smithi089 ceph-mon[103441]: pgmap v17907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:09.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:09.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:10.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:10.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:11.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:10 smithi026 ceph-mon[93126]: pgmap v17908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:10 smithi089 ceph-mon[103441]: pgmap v17908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:11.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:11.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:12.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:12.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:12 smithi089 ceph-mon[103441]: pgmap v17909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:12 smithi026 ceph-mon[93126]: pgmap v17909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:13.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:13.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:14.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:14.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:14 smithi089 ceph-mon[103441]: pgmap v17910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:14 smithi026 ceph-mon[93126]: pgmap v17910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:15.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:15.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:16.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:16.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:16 smithi026 ceph-mon[93126]: pgmap v17911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:16 smithi089 ceph-mon[103441]: pgmap v17911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:17.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:17.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:18.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:18.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:19.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:18 smithi026 ceph-mon[93126]: pgmap v17912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:18 smithi089 ceph-mon[103441]: pgmap v17912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:19.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:19.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:37:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:37:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:37:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:37:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:37:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:37:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:37:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:37:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:37:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:37:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:37:20.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:37:20.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:20.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:20 smithi026 ceph-mon[93126]: pgmap v17913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:20 smithi089 ceph-mon[103441]: pgmap v17913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:21.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:21.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:22.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:22.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:22 smithi089 ceph-mon[103441]: pgmap v17914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:22 smithi026 ceph-mon[93126]: pgmap v17914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:23.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:23.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:24.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:24.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:25.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:24 smithi026 ceph-mon[93126]: pgmap v17915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:24 smithi089 ceph-mon[103441]: pgmap v17915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:25.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:25.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:26.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:26.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:27.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:26 smithi026 ceph-mon[93126]: pgmap v17916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:26 smithi089 ceph-mon[103441]: pgmap v17916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:27.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:27.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:28.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:28.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:28 smithi026 ceph-mon[93126]: pgmap v17917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:28 smithi089 ceph-mon[103441]: pgmap v17917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:29.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:29.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:30.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:30.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:30 smithi026 ceph-mon[93126]: pgmap v17918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:30 smithi089 ceph-mon[103441]: pgmap v17918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:31.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:31.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:32.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:32.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:32 smithi089 ceph-mon[103441]: pgmap v17919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:32 smithi026 ceph-mon[93126]: pgmap v17919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:33.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:33.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:34.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:34.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:34 smithi026 ceph-mon[93126]: pgmap v17920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:34 smithi089 ceph-mon[103441]: pgmap v17920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:35.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:35.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:36.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:36.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:37.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:36 smithi026 ceph-mon[93126]: pgmap v17921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:36 smithi089 ceph-mon[103441]: pgmap v17921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:37.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:37.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:38.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:38.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:39.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:38 smithi026 ceph-mon[93126]: pgmap v17922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:38 smithi089 ceph-mon[103441]: pgmap v17922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:39.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:39.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:40.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:40.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:40 smithi089 ceph-mon[103441]: pgmap v17923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:40 smithi026 ceph-mon[93126]: pgmap v17923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:41.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:41.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:42.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:42.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:42 smithi089 ceph-mon[103441]: pgmap v17924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:42 smithi026 ceph-mon[93126]: pgmap v17924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:43.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:43.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:44.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:44.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:44 smithi026 ceph-mon[93126]: pgmap v17925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:44 smithi089 ceph-mon[103441]: pgmap v17925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:45.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:45.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:46.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:46.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:46 smithi026 ceph-mon[93126]: pgmap v17926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:46 smithi089 ceph-mon[103441]: pgmap v17926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:47.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:47.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:48.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:48.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:48 smithi089 ceph-mon[103441]: pgmap v17927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:48 smithi026 ceph-mon[93126]: pgmap v17927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:49.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:49.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:37:50.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:50.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:50 smithi089 ceph-mon[103441]: pgmap v17928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:50 smithi026 ceph-mon[93126]: pgmap v17928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:51.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:51.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:52.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:52.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:52 smithi089 ceph-mon[103441]: pgmap v17929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:52 smithi026 ceph-mon[93126]: pgmap v17929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:53.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:53.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:54.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:54.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:55.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:54 smithi026 ceph-mon[93126]: pgmap v17930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:54 smithi089 ceph-mon[103441]: pgmap v17930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:55.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:55.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:56.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:56.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:56 smithi089 ceph-mon[103441]: pgmap v17931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:56 smithi026 ceph-mon[93126]: pgmap v17931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:37:57.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:57.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:58.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:58.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:37:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:37:58 smithi089 ceph-mon[103441]: pgmap v17932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:37:58 smithi026 ceph-mon[93126]: pgmap v17932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:37:59.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:37:59.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:00.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:00.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:00 smithi089 ceph-mon[103441]: pgmap v17933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:00 smithi026 ceph-mon[93126]: pgmap v17933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:01.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:01.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:02.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:02.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:02 smithi089 ceph-mon[103441]: pgmap v17934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:02 smithi026 ceph-mon[93126]: pgmap v17934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:03.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:03.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:04.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:04.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:05.158 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:04 smithi089 ceph-mon[103441]: pgmap v17935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:05.158 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:04 smithi026 ceph-mon[93126]: pgmap v17935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:05.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:05.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:06.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:06.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:06 smithi089 ceph-mon[103441]: pgmap v17936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:06 smithi026 ceph-mon[93126]: pgmap v17936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:07.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:07.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:08.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:08.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:08 smithi089 ceph-mon[103441]: pgmap v17937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:08 smithi026 ceph-mon[93126]: pgmap v17937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:09.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:09.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:10.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:10.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:10 smithi089 ceph-mon[103441]: pgmap v17938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:10 smithi026 ceph-mon[93126]: pgmap v17938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:11.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:11.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:12.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:12.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:12 smithi089 ceph-mon[103441]: pgmap v17939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:12 smithi026 ceph-mon[93126]: pgmap v17939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:13.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:13.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:14.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:14.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:14 smithi089 ceph-mon[103441]: pgmap v17940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:14 smithi026 ceph-mon[93126]: pgmap v17940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:15.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:15.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:16.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:16.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:16 smithi089 ceph-mon[103441]: pgmap v17941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:16 smithi026 ceph-mon[93126]: pgmap v17941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:17.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:17.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:18.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:18.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:18 smithi089 ceph-mon[103441]: pgmap v17942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:18 smithi026 ceph-mon[93126]: pgmap v17942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:19.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:19.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:38:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:38:20.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:20.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:20 smithi089 ceph-mon[103441]: pgmap v17943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:20 smithi026 ceph-mon[93126]: pgmap v17943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:21.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:21.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:22.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:22.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:22 smithi089 ceph-mon[103441]: pgmap v17944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:22 smithi026 ceph-mon[93126]: pgmap v17944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:23.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:23.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:24.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:24.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:25 smithi026 ceph-mon[93126]: pgmap v17945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:38:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:38:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:38:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:38:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:38:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:38:25.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:38:25.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:25.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:25 smithi089 ceph-mon[103441]: pgmap v17945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:38:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:38:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:38:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:38:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:38:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:38:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:38:26.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:26.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:27.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:27.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:27 smithi026 ceph-mon[93126]: pgmap v17946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:27 smithi089 ceph-mon[103441]: pgmap v17946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:28.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:28.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:29.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:29.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:29 smithi026 ceph-mon[93126]: pgmap v17947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:29 smithi089 ceph-mon[103441]: pgmap v17947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:30.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:30.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:31.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:31.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:31 smithi026 ceph-mon[93126]: pgmap v17948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:31 smithi089 ceph-mon[103441]: pgmap v17948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:32.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:32.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:32 smithi089 ceph-mon[103441]: pgmap v17949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:32 smithi026 ceph-mon[93126]: pgmap v17949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:33.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:33.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:34.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:34.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:35.164 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:34 smithi026 ceph-mon[93126]: pgmap v17950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:35.164 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:34 smithi089 ceph-mon[103441]: pgmap v17950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:35.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:35.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:36.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:36.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:36 smithi089 ceph-mon[103441]: pgmap v17951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:36 smithi026 ceph-mon[93126]: pgmap v17951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:37.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:37.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:38.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:38.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:38 smithi089 ceph-mon[103441]: pgmap v17952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:38 smithi026 ceph-mon[93126]: pgmap v17952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:39.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:39.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:40.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:40.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:40 smithi089 ceph-mon[103441]: pgmap v17953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:40 smithi026 ceph-mon[93126]: pgmap v17953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:41.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:41.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:42.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:42.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:42 smithi089 ceph-mon[103441]: pgmap v17954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:42 smithi026 ceph-mon[93126]: pgmap v17954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:43.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:43.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:44.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:44.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:44 smithi089 ceph-mon[103441]: pgmap v17955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:45.280 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:44 smithi026 ceph-mon[93126]: pgmap v17955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:45.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:45.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:46.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:46.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:46 smithi089 ceph-mon[103441]: pgmap v17956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:46 smithi026 ceph-mon[93126]: pgmap v17956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:47.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:47.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:48.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:48.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:48 smithi089 ceph-mon[103441]: pgmap v17957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:48 smithi026 ceph-mon[93126]: pgmap v17957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:49.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:49.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:38:50.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:50.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:50 smithi089 ceph-mon[103441]: pgmap v17958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:50 smithi026 ceph-mon[93126]: pgmap v17958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:51.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:51.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:52.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:52.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:52 smithi089 ceph-mon[103441]: pgmap v17959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:52 smithi026 ceph-mon[93126]: pgmap v17959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:53.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:53.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:54.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:54.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:54 smithi089 ceph-mon[103441]: pgmap v17960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:54 smithi026 ceph-mon[93126]: pgmap v17960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:55.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:55.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:56.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:56.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:56 smithi089 ceph-mon[103441]: pgmap v17961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:56 smithi026 ceph-mon[93126]: pgmap v17961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:38:57.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:57.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:58.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:58.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:38:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:38:58 smithi089 ceph-mon[103441]: pgmap v17962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:38:58 smithi026 ceph-mon[93126]: pgmap v17962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:38:59.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:38:59.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:00.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:00.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:00 smithi089 ceph-mon[103441]: pgmap v17963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:00 smithi026 ceph-mon[93126]: pgmap v17963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:01.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:01.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:02.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:02.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:02 smithi089 ceph-mon[103441]: pgmap v17964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:02 smithi026 ceph-mon[93126]: pgmap v17964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:03.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:03.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:04.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:04.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:04 smithi089 ceph-mon[103441]: pgmap v17965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:04 smithi026 ceph-mon[93126]: pgmap v17965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:05.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:05.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:06.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:06.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:06 smithi089 ceph-mon[103441]: pgmap v17966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:06 smithi026 ceph-mon[93126]: pgmap v17966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:07.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:07.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:08.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:08.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:08 smithi089 ceph-mon[103441]: pgmap v17967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:08 smithi026 ceph-mon[93126]: pgmap v17967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:09.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:09.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:10.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:10.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:10 smithi089 ceph-mon[103441]: pgmap v17968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:10 smithi026 ceph-mon[93126]: pgmap v17968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:11.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:11.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:12.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:12.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:12 smithi089 ceph-mon[103441]: pgmap v17969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:12 smithi026 ceph-mon[93126]: pgmap v17969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:13.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:13.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:14.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:14.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:14 smithi089 ceph-mon[103441]: pgmap v17970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:14 smithi026 ceph-mon[93126]: pgmap v17970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:15.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:15.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:16.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:16.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:16 smithi089 ceph-mon[103441]: pgmap v17971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:16 smithi026 ceph-mon[93126]: pgmap v17971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:17.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:17.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:18.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:18.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:18 smithi089 ceph-mon[103441]: pgmap v17972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:18 smithi026 ceph-mon[93126]: pgmap v17972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:19.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:19.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:20.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:20.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:20 smithi026 ceph-mon[93126]: pgmap v17973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:20 smithi089 ceph-mon[103441]: pgmap v17973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:21.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:21.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:22.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:22.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:22 smithi089 ceph-mon[103441]: pgmap v17974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:22 smithi026 ceph-mon[93126]: pgmap v17974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:23.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:23.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:24.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:24.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:24 smithi089 ceph-mon[103441]: pgmap v17975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:24 smithi026 ceph-mon[93126]: pgmap v17975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:25.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:25.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:39:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:39:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:39:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:39:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:39:26.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:39:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:39:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:39:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:39:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:39:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:39:26.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:39:26.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:26.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:26 smithi089 ceph-mon[103441]: pgmap v17976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:26 smithi026 ceph-mon[93126]: pgmap v17976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:27.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:27.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:28.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:28.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:28 smithi089 ceph-mon[103441]: pgmap v17977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:28 smithi026 ceph-mon[93126]: pgmap v17977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:29.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:29.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:30.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:30.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:31.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:30 smithi026 ceph-mon[93126]: pgmap v17978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:30 smithi089 ceph-mon[103441]: pgmap v17978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:31.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:31.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:32.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:32.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:32 smithi089 ceph-mon[103441]: pgmap v17979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:32 smithi026 ceph-mon[93126]: pgmap v17979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:33.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:33.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:34.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:34.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:34 smithi089 ceph-mon[103441]: pgmap v17980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:34 smithi026 ceph-mon[93126]: pgmap v17980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:35.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:35.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:36.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:36.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:36 smithi089 ceph-mon[103441]: pgmap v17981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:36 smithi026 ceph-mon[93126]: pgmap v17981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:37.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:37.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:38.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:38.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:38 smithi089 ceph-mon[103441]: pgmap v17982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:38 smithi026 ceph-mon[93126]: pgmap v17982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:39.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:39.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:40.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:40.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:41.152 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:40 smithi089 ceph-mon[103441]: pgmap v17983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:40 smithi026 ceph-mon[93126]: pgmap v17983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:41.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:41.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:42.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:42.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:42 smithi089 ceph-mon[103441]: pgmap v17984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:42 smithi026 ceph-mon[93126]: pgmap v17984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:43.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:43.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:44.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:44.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:44 smithi089 ceph-mon[103441]: pgmap v17985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:44 smithi026 ceph-mon[93126]: pgmap v17985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:45.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:45.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:46.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:46.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:46 smithi089 ceph-mon[103441]: pgmap v17986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:46 smithi026 ceph-mon[93126]: pgmap v17986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:47.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:47.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:48.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:48.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:48 smithi089 ceph-mon[103441]: pgmap v17987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:48 smithi026 ceph-mon[93126]: pgmap v17987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:49.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:49.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:50.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:39:50.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:50.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:50 smithi089 ceph-mon[103441]: pgmap v17988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:50 smithi026 ceph-mon[93126]: pgmap v17988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:51.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:51.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:52.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:52.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:52 smithi089 ceph-mon[103441]: pgmap v17989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:52 smithi026 ceph-mon[93126]: pgmap v17989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:53.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:53.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:54.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:54.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:54 smithi089 ceph-mon[103441]: pgmap v17990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:54 smithi026 ceph-mon[93126]: pgmap v17990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:55.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:55.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:56.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:56.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:56 smithi089 ceph-mon[103441]: pgmap v17991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:56 smithi026 ceph-mon[93126]: pgmap v17991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:39:57.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:57.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:58.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:58.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:39:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:39:58 smithi089 ceph-mon[103441]: pgmap v17992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:39:58 smithi026 ceph-mon[93126]: pgmap v17992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:39:59.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:39:59.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:00.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:00.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:01.136 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:00 smithi026 ceph-mon[93126]: pgmap v17993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:01.137 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T06:40:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:00 smithi089 ceph-mon[103441]: pgmap v17993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T06:40:01.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:01.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:02.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:02.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:02 smithi089 ceph-mon[103441]: pgmap v17994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:02 smithi026 ceph-mon[93126]: pgmap v17994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:03.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:03.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:04.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:04.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:04 smithi089 ceph-mon[103441]: pgmap v17995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:04 smithi026 ceph-mon[93126]: pgmap v17995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:05.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:05.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:06.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:06.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:06 smithi089 ceph-mon[103441]: pgmap v17996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:06 smithi026 ceph-mon[93126]: pgmap v17996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:07.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:07.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:08.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:08.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:08 smithi089 ceph-mon[103441]: pgmap v17997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:08 smithi026 ceph-mon[93126]: pgmap v17997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:09.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:09.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:10.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:10.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:10 smithi089 ceph-mon[103441]: pgmap v17998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:11.251 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:10 smithi026 ceph-mon[93126]: pgmap v17998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:11.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:11.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:12.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:12.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:12 smithi089 ceph-mon[103441]: pgmap v17999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:12 smithi026 ceph-mon[93126]: pgmap v17999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:13.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:13.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:14.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:14.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:14 smithi089 ceph-mon[103441]: pgmap v18000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:14 smithi026 ceph-mon[93126]: pgmap v18000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:15.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:15.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:16.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:16.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:16 smithi089 ceph-mon[103441]: pgmap v18001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:16 smithi026 ceph-mon[93126]: pgmap v18001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:17.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:17.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:18.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:18.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:18 smithi089 ceph-mon[103441]: pgmap v18002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:18 smithi026 ceph-mon[93126]: pgmap v18002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:19.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:19.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:20.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:20.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:20 smithi089 ceph-mon[103441]: pgmap v18003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:20 smithi026 ceph-mon[93126]: pgmap v18003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:21.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:21.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:22.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:22.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:22 smithi089 ceph-mon[103441]: pgmap v18004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:22 smithi026 ceph-mon[93126]: pgmap v18004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:23.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:23.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:24.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:24.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:24 smithi089 ceph-mon[103441]: pgmap v18005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:24 smithi026 ceph-mon[93126]: pgmap v18005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:25.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:25.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:40:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:40:26.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:26.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:27 smithi089 ceph-mon[103441]: pgmap v18006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:27 smithi026 ceph-mon[93126]: pgmap v18006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:27.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:27.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:28.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:28.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:29 smithi089 ceph-mon[103441]: pgmap v18007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:29 smithi026 ceph-mon[93126]: pgmap v18007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:29.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:29.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:30.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:30.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:31 smithi089 ceph-mon[103441]: pgmap v18008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:31.477 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:31 smithi026 ceph-mon[93126]: pgmap v18008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:31.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:31.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:32.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:32.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:32 smithi089 ceph-mon[103441]: pgmap v18009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:32 smithi026 ceph-mon[93126]: pgmap v18009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:33.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:33.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:40:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:40:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:40:34.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:40:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:40:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:40:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:40:34.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:34.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:35 smithi026 ceph-mon[93126]: pgmap v18010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:35 smithi089 ceph-mon[103441]: pgmap v18010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:35.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:35.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:36.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:36.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:37 smithi026 ceph-mon[93126]: pgmap v18011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:37 smithi089 ceph-mon[103441]: pgmap v18011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:37.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:37.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:38.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:38.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:39 smithi026 ceph-mon[93126]: pgmap v18012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:39 smithi089 ceph-mon[103441]: pgmap v18012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:39.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:39.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:40.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:40.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:41 smithi026 ceph-mon[93126]: pgmap v18013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:41 smithi089 ceph-mon[103441]: pgmap v18013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:41.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:41.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:42.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:42.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:42 smithi089 ceph-mon[103441]: pgmap v18014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:42 smithi026 ceph-mon[93126]: pgmap v18014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:43.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:43.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:44.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:44.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:44 smithi089 ceph-mon[103441]: pgmap v18015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:44 smithi026 ceph-mon[93126]: pgmap v18015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:45.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:45.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:46.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:46.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:47.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:46 smithi026 ceph-mon[93126]: pgmap v18016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:46 smithi089 ceph-mon[103441]: pgmap v18016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:47.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:47.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:48.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:48.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:48 smithi089 ceph-mon[103441]: pgmap v18017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:48 smithi026 ceph-mon[93126]: pgmap v18017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:49.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:49.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:40:50.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:50.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:50 smithi089 ceph-mon[103441]: pgmap v18018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:50 smithi026 ceph-mon[93126]: pgmap v18018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:51.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:51.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:52.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:52.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:52 smithi089 ceph-mon[103441]: pgmap v18019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:52 smithi026 ceph-mon[93126]: pgmap v18019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:53.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:53.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:54.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:54.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:54 smithi089 ceph-mon[103441]: pgmap v18020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:54 smithi026 ceph-mon[93126]: pgmap v18020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:55.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:55.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:56.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:56.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:57.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:56 smithi026 ceph-mon[93126]: pgmap v18021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:56 smithi089 ceph-mon[103441]: pgmap v18021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:40:57.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:57.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:58.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:58.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:40:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:40:58 smithi089 ceph-mon[103441]: pgmap v18022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:40:58 smithi026 ceph-mon[93126]: pgmap v18022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:40:59.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:40:59.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:00.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:00.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:00 smithi089 ceph-mon[103441]: pgmap v18023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:00 smithi026 ceph-mon[93126]: pgmap v18023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:01.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:01.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:02.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:02.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:02 smithi089 ceph-mon[103441]: pgmap v18024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:02 smithi026 ceph-mon[93126]: pgmap v18024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:03.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:03.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:04.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:04.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:04 smithi089 ceph-mon[103441]: pgmap v18025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:04 smithi026 ceph-mon[93126]: pgmap v18025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:05.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:05.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:06.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:06.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:06 smithi089 ceph-mon[103441]: pgmap v18026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:06 smithi026 ceph-mon[93126]: pgmap v18026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:07.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:07.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:08.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:08.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:08 smithi089 ceph-mon[103441]: pgmap v18027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:08 smithi026 ceph-mon[93126]: pgmap v18027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:09.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:09.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:10.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:10.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:10 smithi089 ceph-mon[103441]: pgmap v18028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:10 smithi026 ceph-mon[93126]: pgmap v18028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:11.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:11.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:12.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:12.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:12 smithi089 ceph-mon[103441]: pgmap v18029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:12 smithi026 ceph-mon[93126]: pgmap v18029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:13.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:13.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:14.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:14.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:14 smithi089 ceph-mon[103441]: pgmap v18030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:14 smithi026 ceph-mon[93126]: pgmap v18030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:15.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:15.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:16.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:16.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:17.153 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:16 smithi089 ceph-mon[103441]: pgmap v18031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:16 smithi026 ceph-mon[93126]: pgmap v18031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:17.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:17.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:18.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:18.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:18 smithi089 ceph-mon[103441]: pgmap v18032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:18 smithi026 ceph-mon[93126]: pgmap v18032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:19.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:19.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:20.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:20.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:20 smithi089 ceph-mon[103441]: pgmap v18033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:20 smithi026 ceph-mon[93126]: pgmap v18033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:21.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:21.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:22.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:22.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:22 smithi089 ceph-mon[103441]: pgmap v18034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:22 smithi026 ceph-mon[93126]: pgmap v18034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:23.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:23.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:24.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:24.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:24 smithi089 ceph-mon[103441]: pgmap v18035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:24 smithi026 ceph-mon[93126]: pgmap v18035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:25.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:25.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:26.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:26.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:26 smithi089 ceph-mon[103441]: pgmap v18036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:26 smithi026 ceph-mon[93126]: pgmap v18036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:27.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:27.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:28.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:28.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:28 smithi089 ceph-mon[103441]: pgmap v18037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:28 smithi026 ceph-mon[93126]: pgmap v18037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:29.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:29.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:30.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:30.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:30 smithi089 ceph-mon[103441]: pgmap v18038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:30 smithi026 ceph-mon[93126]: pgmap v18038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:31.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:31.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:32.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:32.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:32 smithi089 ceph-mon[103441]: pgmap v18039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:32 smithi026 ceph-mon[93126]: pgmap v18039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:33.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:33.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:41:34.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:41:34.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:34.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:34 smithi026 ceph-mon[93126]: pgmap v18040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:35.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:41:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:41:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:41:35.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:41:35.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:41:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:34 smithi089 ceph-mon[103441]: pgmap v18040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:41:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:41:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:41:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:41:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:41:35.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:35.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:36.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:36.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:36 smithi089 ceph-mon[103441]: pgmap v18041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:37.218 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:36 smithi026 ceph-mon[93126]: pgmap v18041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:37.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:37.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:38.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:38.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:38 smithi089 ceph-mon[103441]: pgmap v18042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:38 smithi026 ceph-mon[93126]: pgmap v18042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:39.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:39.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:40.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:40.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:40 smithi089 ceph-mon[103441]: pgmap v18043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:40 smithi026 ceph-mon[93126]: pgmap v18043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:41.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:41.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:42.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:42.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:42 smithi089 ceph-mon[103441]: pgmap v18044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:42 smithi026 ceph-mon[93126]: pgmap v18044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:43.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:43.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:44.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:44.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:44 smithi089 ceph-mon[103441]: pgmap v18045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:44 smithi026 ceph-mon[93126]: pgmap v18045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:45.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:45.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:46.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:46.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:46 smithi089 ceph-mon[103441]: pgmap v18046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:46 smithi026 ceph-mon[93126]: pgmap v18046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:47.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:47.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:48.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:48.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:48 smithi089 ceph-mon[103441]: pgmap v18047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:48 smithi026 ceph-mon[93126]: pgmap v18047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:49.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:49.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:41:50.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:50.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:50 smithi089 ceph-mon[103441]: pgmap v18048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:50 smithi026 ceph-mon[93126]: pgmap v18048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:51.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:51.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:52.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:52.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:52.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:52 smithi089 ceph-mon[103441]: pgmap v18049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:52 smithi026 ceph-mon[93126]: pgmap v18049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:53.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:53.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:54.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:54.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:54 smithi089 ceph-mon[103441]: pgmap v18050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:54 smithi026 ceph-mon[93126]: pgmap v18050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:55.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:55.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:56.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:56.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:56 smithi089 ceph-mon[103441]: pgmap v18051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:56 smithi026 ceph-mon[93126]: pgmap v18051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:41:57.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:57.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:58.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:58.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:41:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:41:58 smithi089 ceph-mon[103441]: pgmap v18052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:41:58 smithi026 ceph-mon[93126]: pgmap v18052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:41:59.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:41:59.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:00.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:00.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:00 smithi089 ceph-mon[103441]: pgmap v18053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:00 smithi026 ceph-mon[93126]: pgmap v18053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:01.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:01.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:02.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:02.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:02 smithi026 ceph-mon[93126]: pgmap v18054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:02.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:02 smithi089 ceph-mon[103441]: pgmap v18054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:03.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:03.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:04.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:04.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:04 smithi089 ceph-mon[103441]: pgmap v18055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:04 smithi026 ceph-mon[93126]: pgmap v18055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:05.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:05.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:06.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:06.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:07.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:06 smithi089 ceph-mon[103441]: pgmap v18056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:06 smithi026 ceph-mon[93126]: pgmap v18056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:07.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:07.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:08.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:08.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:08 smithi089 ceph-mon[103441]: pgmap v18057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:08 smithi026 ceph-mon[93126]: pgmap v18057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:09.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:09.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:10.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:10.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:10 smithi089 ceph-mon[103441]: pgmap v18058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:10 smithi026 ceph-mon[93126]: pgmap v18058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:11.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:11.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:12.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:12.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:12 smithi089 ceph-mon[103441]: pgmap v18059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:12 smithi026 ceph-mon[93126]: pgmap v18059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:13.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:13.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:14.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:14.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:15.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:14 smithi089 ceph-mon[103441]: pgmap v18060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:14 smithi026 ceph-mon[93126]: pgmap v18060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:15.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:15.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:16.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:16.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:16 smithi089 ceph-mon[103441]: pgmap v18061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:16 smithi026 ceph-mon[93126]: pgmap v18061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:17.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:17.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:18.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:18.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:18 smithi089 ceph-mon[103441]: pgmap v18062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:18 smithi026 ceph-mon[93126]: pgmap v18062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:19.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:19.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:20.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:20.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:20 smithi089 ceph-mon[103441]: pgmap v18063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:20 smithi026 ceph-mon[93126]: pgmap v18063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:21.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:21.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:22.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:22.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:22.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:22 smithi089 ceph-mon[103441]: pgmap v18064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:22 smithi026 ceph-mon[93126]: pgmap v18064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:23.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:23.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:24.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:24.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:24 smithi089 ceph-mon[103441]: pgmap v18065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:24 smithi026 ceph-mon[93126]: pgmap v18065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:25.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:25.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:26.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:26.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:26 smithi089 ceph-mon[103441]: pgmap v18066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:26 smithi026 ceph-mon[93126]: pgmap v18066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:27.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:27.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:28.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:28.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:28 smithi089 ceph-mon[103441]: pgmap v18067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:28 smithi026 ceph-mon[93126]: pgmap v18067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:29.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:29.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:30.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:30.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:30 smithi089 ceph-mon[103441]: pgmap v18068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:30 smithi026 ceph-mon[93126]: pgmap v18068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:31.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:31.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:32.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:32.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:32.940 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:32 smithi089 ceph-mon[103441]: pgmap v18069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:32 smithi026 ceph-mon[93126]: pgmap v18069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:33.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:33.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:34.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:34.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:34 smithi089 ceph-mon[103441]: pgmap v18070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:42:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:42:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:42:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:34 smithi026 ceph-mon[93126]: pgmap v18070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:42:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:42:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:42:35.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:35.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:42:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:42:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:42:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:42:36.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:42:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:42:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:42:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:42:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:42:36.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:42:36.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:36.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:37 smithi026 ceph-mon[93126]: pgmap v18071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:37.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:37.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:37 smithi089 ceph-mon[103441]: pgmap v18071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:38.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:38.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:39 smithi026 ceph-mon[93126]: pgmap v18072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:39.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:39.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:39 smithi089 ceph-mon[103441]: pgmap v18072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:40.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:40.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:41 smithi026 ceph-mon[93126]: pgmap v18073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:41.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:41.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:41 smithi089 ceph-mon[103441]: pgmap v18073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:42.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:42.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:42.967 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:42 smithi026 ceph-mon[93126]: pgmap v18074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:43.044 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:42 smithi089 ceph-mon[103441]: pgmap v18074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:43.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:43.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:44.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:44.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:44 smithi089 ceph-mon[103441]: pgmap v18075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:44 smithi026 ceph-mon[93126]: pgmap v18075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:45.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:45.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:46.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:46.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:46 smithi089 ceph-mon[103441]: pgmap v18076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:46 smithi026 ceph-mon[93126]: pgmap v18076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:47.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:47.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:48.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:48.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:48 smithi089 ceph-mon[103441]: pgmap v18077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:48 smithi026 ceph-mon[93126]: pgmap v18077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:49.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:49.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:42:50.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:50.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:50 smithi089 ceph-mon[103441]: pgmap v18078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:50 smithi026 ceph-mon[93126]: pgmap v18078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:51.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:51.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:52.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:52.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:52 smithi026 ceph-mon[93126]: pgmap v18079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:53.149 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:52 smithi089 ceph-mon[103441]: pgmap v18079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:53.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:53.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:54.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:54.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:54 smithi089 ceph-mon[103441]: pgmap v18080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:54 smithi026 ceph-mon[93126]: pgmap v18080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:55.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:55.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:56.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:56.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:56 smithi089 ceph-mon[103441]: pgmap v18081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:56 smithi026 ceph-mon[93126]: pgmap v18081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:42:57.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:57.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:58.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:58.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:42:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:42:58 smithi089 ceph-mon[103441]: pgmap v18082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:42:58 smithi026 ceph-mon[93126]: pgmap v18082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:42:59.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:42:59.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:00.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:00.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:00 smithi089 ceph-mon[103441]: pgmap v18083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:00 smithi026 ceph-mon[93126]: pgmap v18083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:01.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:01.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:02.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:02.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:02 smithi026 ceph-mon[93126]: pgmap v18084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:02 smithi089 ceph-mon[103441]: pgmap v18084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:03.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:03.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:04.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:04.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:04 smithi089 ceph-mon[103441]: pgmap v18085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:04 smithi026 ceph-mon[93126]: pgmap v18085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:05.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:05.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:06.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:06.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:06 smithi089 ceph-mon[103441]: pgmap v18086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:06 smithi026 ceph-mon[93126]: pgmap v18086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:07.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:07.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:08.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:08.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:08 smithi089 ceph-mon[103441]: pgmap v18087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:08 smithi026 ceph-mon[93126]: pgmap v18087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:09.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:09.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:10.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:10.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:10 smithi089 ceph-mon[103441]: pgmap v18088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:10 smithi026 ceph-mon[93126]: pgmap v18088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:11.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:11.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:12.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:12.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:12 smithi026 ceph-mon[93126]: pgmap v18089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:12 smithi089 ceph-mon[103441]: pgmap v18089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:13.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:13.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:14.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:14.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:14 smithi089 ceph-mon[103441]: pgmap v18090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:14 smithi026 ceph-mon[93126]: pgmap v18090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:15.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:15.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:16.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:16.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:16 smithi089 ceph-mon[103441]: pgmap v18091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:16 smithi026 ceph-mon[93126]: pgmap v18091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:17.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:17.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:18.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:18.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:18 smithi089 ceph-mon[103441]: pgmap v18092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:18 smithi026 ceph-mon[93126]: pgmap v18092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:19.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:19.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:20.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:20.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:20 smithi089 ceph-mon[103441]: pgmap v18093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:20 smithi026 ceph-mon[93126]: pgmap v18093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:21.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:21.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:22.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:22.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:22 smithi026 ceph-mon[93126]: pgmap v18094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:22 smithi089 ceph-mon[103441]: pgmap v18094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:23.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:23.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:24.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:24.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:24 smithi089 ceph-mon[103441]: pgmap v18095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:24 smithi026 ceph-mon[93126]: pgmap v18095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:25.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:25.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:26.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:26.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:26 smithi089 ceph-mon[103441]: pgmap v18096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:26 smithi026 ceph-mon[93126]: pgmap v18096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:27.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:27.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:28.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:28.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:28 smithi089 ceph-mon[103441]: pgmap v18097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:28 smithi026 ceph-mon[93126]: pgmap v18097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:29.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:29.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:30.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:30.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:30 smithi089 ceph-mon[103441]: pgmap v18098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:30 smithi026 ceph-mon[93126]: pgmap v18098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:31.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:31.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:32.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:32.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:32 smithi026 ceph-mon[93126]: pgmap v18099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:32 smithi089 ceph-mon[103441]: pgmap v18099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:33.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:33.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:34.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:34.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:34 smithi089 ceph-mon[103441]: pgmap v18100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:34 smithi026 ceph-mon[93126]: pgmap v18100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:35.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:35.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:43:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:43:36.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:36.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:36 smithi089 ceph-mon[103441]: pgmap v18101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:43:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:43:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:43:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:43:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:43:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:36 smithi026 ceph-mon[93126]: pgmap v18101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:43:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:43:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:43:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:43:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:43:37.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:37.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:38.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:38.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:38 smithi089 ceph-mon[103441]: pgmap v18102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:38 smithi026 ceph-mon[93126]: pgmap v18102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:39.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:39.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:40.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:40.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:40 smithi026 ceph-mon[93126]: pgmap v18103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:40 smithi089 ceph-mon[103441]: pgmap v18103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:41.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:41.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:42.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:42.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:42 smithi026 ceph-mon[93126]: pgmap v18104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:42 smithi089 ceph-mon[103441]: pgmap v18104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:43.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:43.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:44.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:44.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:44 smithi089 ceph-mon[103441]: pgmap v18105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:44 smithi026 ceph-mon[93126]: pgmap v18105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:45.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:45.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:46.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:46.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:46 smithi089 ceph-mon[103441]: pgmap v18106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:46 smithi026 ceph-mon[93126]: pgmap v18106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:47.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:47.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:48.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:48.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:48 smithi026 ceph-mon[93126]: pgmap v18107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:48 smithi089 ceph-mon[103441]: pgmap v18107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:49.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:49.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:43:50.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:50.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:50 smithi026 ceph-mon[93126]: pgmap v18108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:50 smithi089 ceph-mon[103441]: pgmap v18108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:51.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:51.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:52.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:52.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:52 smithi026 ceph-mon[93126]: pgmap v18109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:52 smithi089 ceph-mon[103441]: pgmap v18109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:53.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:53.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:54.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:54.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:54 smithi089 ceph-mon[103441]: pgmap v18110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:54 smithi026 ceph-mon[93126]: pgmap v18110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:55.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:55.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:56.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:56.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:56 smithi089 ceph-mon[103441]: pgmap v18111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:56 smithi026 ceph-mon[93126]: pgmap v18111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:43:57.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:57.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:58.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:58.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:43:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:43:58 smithi089 ceph-mon[103441]: pgmap v18112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:43:58 smithi026 ceph-mon[93126]: pgmap v18112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:43:59.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:43:59.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:00.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:00.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:00 smithi026 ceph-mon[93126]: pgmap v18113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:00 smithi089 ceph-mon[103441]: pgmap v18113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:01.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:01.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:02.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:02.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:02 smithi026 ceph-mon[93126]: pgmap v18114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:02 smithi089 ceph-mon[103441]: pgmap v18114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:03.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:03.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:04.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:04.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:04 smithi089 ceph-mon[103441]: pgmap v18115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:04 smithi026 ceph-mon[93126]: pgmap v18115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:05.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:05.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:06.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:06.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:06 smithi026 ceph-mon[93126]: pgmap v18116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:06 smithi089 ceph-mon[103441]: pgmap v18116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:07.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:07.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:08.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:08.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:08 smithi026 ceph-mon[93126]: pgmap v18117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:08 smithi089 ceph-mon[103441]: pgmap v18117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:09.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:09.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:10.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:10.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:10 smithi026 ceph-mon[93126]: pgmap v18118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:10 smithi089 ceph-mon[103441]: pgmap v18118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:11.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:11.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:12.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:13.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:12 smithi026 ceph-mon[93126]: pgmap v18119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:12 smithi089 ceph-mon[103441]: pgmap v18119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:14.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:14.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:15.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:15.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:14 smithi026 ceph-mon[93126]: pgmap v18120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:14 smithi089 ceph-mon[103441]: pgmap v18120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:16.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:16.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:17.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:17.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:16 smithi026 ceph-mon[93126]: pgmap v18121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:16 smithi089 ceph-mon[103441]: pgmap v18121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:18.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:18.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:19.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:19.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:18 smithi026 ceph-mon[93126]: pgmap v18122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:18 smithi089 ceph-mon[103441]: pgmap v18122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:20.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:20.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:21.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:21.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:20 smithi026 ceph-mon[93126]: pgmap v18123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:20 smithi089 ceph-mon[103441]: pgmap v18123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:22.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:22.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:23.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:23.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:22 smithi026 ceph-mon[93126]: pgmap v18124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:22 smithi089 ceph-mon[103441]: pgmap v18124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:24.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:24.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:25.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:25.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:24 smithi026 ceph-mon[93126]: pgmap v18125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:24 smithi089 ceph-mon[103441]: pgmap v18125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:26.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:26.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:27.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:27.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:26 smithi026 ceph-mon[93126]: pgmap v18126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:26 smithi089 ceph-mon[103441]: pgmap v18126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:28.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:28.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:29.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:29.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:29.190 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:28 smithi026 ceph-mon[93126]: pgmap v18127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:28 smithi089 ceph-mon[103441]: pgmap v18127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:30.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:30.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:31.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:31.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:30 smithi026 ceph-mon[93126]: pgmap v18128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:30 smithi089 ceph-mon[103441]: pgmap v18128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:32.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:32.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:33.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:33.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:32 smithi026 ceph-mon[93126]: pgmap v18129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:32 smithi089 ceph-mon[103441]: pgmap v18129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:34.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:34.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:35.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:35.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:34 smithi026 ceph-mon[93126]: pgmap v18130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:34 smithi089 ceph-mon[103441]: pgmap v18130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:36.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:36.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:37.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:37.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:36 smithi026 ceph-mon[93126]: pgmap v18131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:44:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:44:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:44:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:44:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:44:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:44:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:36 smithi089 ceph-mon[103441]: pgmap v18131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:44:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:44:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:44:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:44:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:44:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:44:38.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:38.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:39.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:39.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:39.249 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:38 smithi089 ceph-mon[103441]: pgmap v18132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:38 smithi026 ceph-mon[93126]: pgmap v18132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:40.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:40.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:41.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:41.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:40 smithi026 ceph-mon[93126]: pgmap v18133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:40 smithi089 ceph-mon[103441]: pgmap v18133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:42.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:42.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:43.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:43.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:42 smithi026 ceph-mon[93126]: pgmap v18134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:42 smithi089 ceph-mon[103441]: pgmap v18134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:44.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:44.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:45.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:45.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:44 smithi026 ceph-mon[93126]: pgmap v18135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:44 smithi089 ceph-mon[103441]: pgmap v18135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:46.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:46.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:47.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:47.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:46 smithi026 ceph-mon[93126]: pgmap v18136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:46 smithi089 ceph-mon[103441]: pgmap v18136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:48.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:48.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:49.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:49.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:48 smithi026 ceph-mon[93126]: pgmap v18137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:49.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:48 smithi089 ceph-mon[103441]: pgmap v18137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:50.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:50.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:44:51.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:51.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:50 smithi026 ceph-mon[93126]: pgmap v18138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:50 smithi089 ceph-mon[103441]: pgmap v18138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:52.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:52.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:52 smithi026 ceph-mon[93126]: pgmap v18139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:53.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:53.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:52 smithi089 ceph-mon[103441]: pgmap v18139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:54.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:54.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:55.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:55.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:54 smithi026 ceph-mon[93126]: pgmap v18140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:54 smithi089 ceph-mon[103441]: pgmap v18140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:56.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:56.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:57.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:57.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:56 smithi026 ceph-mon[93126]: pgmap v18141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:56 smithi089 ceph-mon[103441]: pgmap v18141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:44:58.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:58.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:59.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:44:59.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:44:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:44:58 smithi026 ceph-mon[93126]: pgmap v18142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:44:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:44:58 smithi089 ceph-mon[103441]: pgmap v18142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:00.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:00.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:01.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:01.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:00 smithi026 ceph-mon[93126]: pgmap v18143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:00 smithi089 ceph-mon[103441]: pgmap v18143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:02.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:02.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:02 smithi026 ceph-mon[93126]: pgmap v18144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:03.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:03.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:02 smithi089 ceph-mon[103441]: pgmap v18144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:04.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:04.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:05.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:05.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:04 smithi026 ceph-mon[93126]: pgmap v18145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:04 smithi089 ceph-mon[103441]: pgmap v18145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:06.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:06.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:07.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:07.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:06 smithi026 ceph-mon[93126]: pgmap v18146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:06 smithi089 ceph-mon[103441]: pgmap v18146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:08.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:08.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:09.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:09.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:08 smithi026 ceph-mon[93126]: pgmap v18147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:08 smithi089 ceph-mon[103441]: pgmap v18147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:10.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:10.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:11.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:11.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:10 smithi026 ceph-mon[93126]: pgmap v18148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:10 smithi089 ceph-mon[103441]: pgmap v18148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:12.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:12.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:12 smithi026 ceph-mon[93126]: pgmap v18149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:13.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:13.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:12 smithi089 ceph-mon[103441]: pgmap v18149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:14.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:14.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:14 smithi026 ceph-mon[93126]: pgmap v18150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:15.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:15.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:14 smithi089 ceph-mon[103441]: pgmap v18150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:16.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:16.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:17.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:17.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:16 smithi026 ceph-mon[93126]: pgmap v18151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:16 smithi089 ceph-mon[103441]: pgmap v18151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:18.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:18.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:19.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:19.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:18 smithi026 ceph-mon[93126]: pgmap v18152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:18 smithi089 ceph-mon[103441]: pgmap v18152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:20.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:20.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:21.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:21.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:20 smithi026 ceph-mon[93126]: pgmap v18153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:20 smithi089 ceph-mon[103441]: pgmap v18153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:22.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:22.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:22 smithi026 ceph-mon[93126]: pgmap v18154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:23.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:23.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:22 smithi089 ceph-mon[103441]: pgmap v18154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:24.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:24.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:25.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:25.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:24 smithi089 ceph-mon[103441]: pgmap v18155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:24 smithi026 ceph-mon[93126]: pgmap v18155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:26.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:26.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:27.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:27.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:26 smithi026 ceph-mon[93126]: pgmap v18156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:26 smithi089 ceph-mon[103441]: pgmap v18156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:28.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:28.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:29.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:29.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:28 smithi026 ceph-mon[93126]: pgmap v18157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:28 smithi089 ceph-mon[103441]: pgmap v18157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:30.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:30.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:31.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:31.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:30 smithi026 ceph-mon[93126]: pgmap v18158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:30 smithi089 ceph-mon[103441]: pgmap v18158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:32.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:32.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:32 smithi026 ceph-mon[93126]: pgmap v18159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:33.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:33.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:32 smithi089 ceph-mon[103441]: pgmap v18159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:34.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:34.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:35.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:35.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:34 smithi089 ceph-mon[103441]: pgmap v18160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:34 smithi026 ceph-mon[93126]: pgmap v18160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:36.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:36.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:37.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:37.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:36 smithi026 ceph-mon[93126]: pgmap v18161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:36 smithi089 ceph-mon[103441]: pgmap v18161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:38.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:38.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:45:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:45:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:45:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:45:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:45:38.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:45:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:45:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:45:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:45:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:45:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:45:38.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:45:39.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:39.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:38 smithi026 ceph-mon[93126]: pgmap v18162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:38 smithi089 ceph-mon[103441]: pgmap v18162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:40.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:40.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:41.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:41.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:40 smithi026 ceph-mon[93126]: pgmap v18163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:40 smithi089 ceph-mon[103441]: pgmap v18163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:42.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:42.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:42 smithi026 ceph-mon[93126]: pgmap v18164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:43.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:43.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:43.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:42 smithi089 ceph-mon[103441]: pgmap v18164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:44.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:44.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:45.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:45.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:44 smithi026 ceph-mon[93126]: pgmap v18165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:44 smithi089 ceph-mon[103441]: pgmap v18165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:46.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:46.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:47.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:47.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:46 smithi026 ceph-mon[93126]: pgmap v18166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:46 smithi089 ceph-mon[103441]: pgmap v18166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:48.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:48.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:49.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:49.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:48 smithi026 ceph-mon[93126]: pgmap v18167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:48 smithi089 ceph-mon[103441]: pgmap v18167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:50.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:50.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:45:51.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:51.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:50 smithi026 ceph-mon[93126]: pgmap v18168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:50 smithi089 ceph-mon[103441]: pgmap v18168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:52.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:52.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:52 smithi026 ceph-mon[93126]: pgmap v18169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:53.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:53.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:52 smithi089 ceph-mon[103441]: pgmap v18169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:54.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:54.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:55.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:55.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:54 smithi026 ceph-mon[93126]: pgmap v18170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:54 smithi089 ceph-mon[103441]: pgmap v18170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:56.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:56.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:57.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:57.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:56 smithi026 ceph-mon[93126]: pgmap v18171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:56 smithi089 ceph-mon[103441]: pgmap v18171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:45:58.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:58.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:59.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:45:59.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:45:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:45:58 smithi026 ceph-mon[93126]: pgmap v18172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:45:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:45:58 smithi089 ceph-mon[103441]: pgmap v18172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:00.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:00.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:01.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:01.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:00 smithi026 ceph-mon[93126]: pgmap v18173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:00 smithi089 ceph-mon[103441]: pgmap v18173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:02.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:02.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:02 smithi026 ceph-mon[93126]: pgmap v18174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:02 smithi089 ceph-mon[103441]: pgmap v18174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:03.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:03.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:04.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:04.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:05.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:05.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:05.287 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:04 smithi026 ceph-mon[93126]: pgmap v18175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:05.288 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:04 smithi089 ceph-mon[103441]: pgmap v18175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:06.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:06.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:07.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:07.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:06 smithi026 ceph-mon[93126]: pgmap v18176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:06 smithi089 ceph-mon[103441]: pgmap v18176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:08.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:08.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:09.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:09.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:08 smithi026 ceph-mon[93126]: pgmap v18177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:08 smithi089 ceph-mon[103441]: pgmap v18177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:10.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:10.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:11.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:11.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:10 smithi026 ceph-mon[93126]: pgmap v18178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:10 smithi089 ceph-mon[103441]: pgmap v18178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:12.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:12.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:12 smithi026 ceph-mon[93126]: pgmap v18179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:12 smithi089 ceph-mon[103441]: pgmap v18179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:13.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:13.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:14.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:14.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:15.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:15.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:15.247 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:14 smithi089 ceph-mon[103441]: pgmap v18180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:14 smithi026 ceph-mon[93126]: pgmap v18180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:16.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:16.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:17.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:17.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:16 smithi026 ceph-mon[93126]: pgmap v18181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:16 smithi089 ceph-mon[103441]: pgmap v18181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:18.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:18.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:19.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:19.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:18 smithi026 ceph-mon[93126]: pgmap v18182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:18 smithi089 ceph-mon[103441]: pgmap v18182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:20.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:20.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:20.300 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:20.303 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:21.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:21.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:20 smithi026 ceph-mon[93126]: pgmap v18183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:20 smithi089 ceph-mon[103441]: pgmap v18183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:22.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:22.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:22 smithi026 ceph-mon[93126]: pgmap v18184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:22 smithi089 ceph-mon[103441]: pgmap v18184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:23.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:23.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:24.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:24.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:25.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:25.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:24 smithi026 ceph-mon[93126]: pgmap v18185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:25.353 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:24 smithi089 ceph-mon[103441]: pgmap v18185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:26.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:26.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:27.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:27.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:26 smithi026 ceph-mon[93126]: pgmap v18186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:26 smithi089 ceph-mon[103441]: pgmap v18186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:28.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:28.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:29.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:29.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:28 smithi026 ceph-mon[93126]: pgmap v18187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:28 smithi089 ceph-mon[103441]: pgmap v18187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:30.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:30.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:31.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:31.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:30 smithi026 ceph-mon[93126]: pgmap v18188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:30 smithi089 ceph-mon[103441]: pgmap v18188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:32.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:32.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:32 smithi026 ceph-mon[93126]: pgmap v18189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:32 smithi089 ceph-mon[103441]: pgmap v18189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:33.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:33.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:34.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:34.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:35.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:35.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:34 smithi026 ceph-mon[93126]: pgmap v18190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:34 smithi089 ceph-mon[103441]: pgmap v18190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:36.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:36.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:37.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:37.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:36 smithi026 ceph-mon[93126]: pgmap v18191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:36 smithi089 ceph-mon[103441]: pgmap v18191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:38.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:38.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:46:38.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:46:39.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:39.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:38 smithi026 ceph-mon[93126]: pgmap v18192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:46:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:46:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:46:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:46:39.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:46:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:38 smithi089 ceph-mon[103441]: pgmap v18192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:46:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:46:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:46:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:46:39.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:46:40.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:40.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:41.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:41.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:40 smithi026 ceph-mon[93126]: pgmap v18193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:40 smithi089 ceph-mon[103441]: pgmap v18193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:42.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:42.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:42 smithi026 ceph-mon[93126]: pgmap v18194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:42 smithi089 ceph-mon[103441]: pgmap v18194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:43.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:43.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:44.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:44.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:45.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:45.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:44 smithi026 ceph-mon[93126]: pgmap v18195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:44 smithi089 ceph-mon[103441]: pgmap v18195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:46.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:46.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:47.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:47.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:46 smithi026 ceph-mon[93126]: pgmap v18196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:46 smithi089 ceph-mon[103441]: pgmap v18196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:48.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:48.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:49.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:49.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:48 smithi026 ceph-mon[93126]: pgmap v18197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:48 smithi089 ceph-mon[103441]: pgmap v18197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:50.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:50.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:46:51.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:51.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:50 smithi026 ceph-mon[93126]: pgmap v18198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:50 smithi089 ceph-mon[103441]: pgmap v18198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:52.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:52.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:52 smithi026 ceph-mon[93126]: pgmap v18199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:52 smithi089 ceph-mon[103441]: pgmap v18199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:53.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:53.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:54.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:54.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:55.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:55.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:54 smithi026 ceph-mon[93126]: pgmap v18200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:54 smithi089 ceph-mon[103441]: pgmap v18200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:56.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:56.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:57.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:57.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:56 smithi026 ceph-mon[93126]: pgmap v18201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:56 smithi089 ceph-mon[103441]: pgmap v18201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:46:58.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:58.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:59.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:46:59.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:46:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:46:58 smithi026 ceph-mon[93126]: pgmap v18202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:46:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:46:58 smithi089 ceph-mon[103441]: pgmap v18202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:00.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:00.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:01.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:01.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:00 smithi026 ceph-mon[93126]: pgmap v18203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:00 smithi089 ceph-mon[103441]: pgmap v18203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:02.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:02.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:02 smithi026 ceph-mon[93126]: pgmap v18204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:02 smithi089 ceph-mon[103441]: pgmap v18204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:03.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:03.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:04.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:04.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:05.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:05.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:04 smithi026 ceph-mon[93126]: pgmap v18205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:04 smithi089 ceph-mon[103441]: pgmap v18205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:06.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:06.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:07.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:07.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:06 smithi026 ceph-mon[93126]: pgmap v18206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:06 smithi089 ceph-mon[103441]: pgmap v18206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:08.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:08.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:09.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:09.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:08 smithi026 ceph-mon[93126]: pgmap v18207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:08 smithi089 ceph-mon[103441]: pgmap v18207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:10.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:10.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:10 smithi089 ceph-mon[103441]: pgmap v18208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:11.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:11.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:10 smithi026 ceph-mon[93126]: pgmap v18208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:12.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:12.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:12 smithi026 ceph-mon[93126]: pgmap v18209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:12 smithi089 ceph-mon[103441]: pgmap v18209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:13.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:13.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:14.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:14.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:14 smithi026 ceph-mon[93126]: pgmap v18210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:15.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:15.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:14 smithi089 ceph-mon[103441]: pgmap v18210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:16.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:16.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:16 smithi026 ceph-mon[93126]: pgmap v18211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:17.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:17.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:16 smithi089 ceph-mon[103441]: pgmap v18211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:18.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:18.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:18 smithi026 ceph-mon[93126]: pgmap v18212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:19.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:19.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:18 smithi089 ceph-mon[103441]: pgmap v18212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:20.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:20.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:20 smithi026 ceph-mon[93126]: pgmap v18213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:21.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:21.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:20 smithi089 ceph-mon[103441]: pgmap v18213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:22.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:22.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:22 smithi026 ceph-mon[93126]: pgmap v18214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:22 smithi089 ceph-mon[103441]: pgmap v18214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:23.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:23.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:24.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:24.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:24 smithi026 ceph-mon[93126]: pgmap v18215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:25.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:25.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:24 smithi089 ceph-mon[103441]: pgmap v18215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:26.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:26.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:26 smithi026 ceph-mon[93126]: pgmap v18216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:27.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:27.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:26 smithi089 ceph-mon[103441]: pgmap v18216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:28.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:28.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:28 smithi026 ceph-mon[93126]: pgmap v18217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:29.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:29.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:28 smithi089 ceph-mon[103441]: pgmap v18217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:30.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:30.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:31.266 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:30 smithi026 ceph-mon[93126]: pgmap v18218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:31.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:31.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:30 smithi089 ceph-mon[103441]: pgmap v18218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:32.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:32.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:32 smithi026 ceph-mon[93126]: pgmap v18219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:32 smithi089 ceph-mon[103441]: pgmap v18219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:33.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:33.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:34.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:34.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:34 smithi026 ceph-mon[93126]: pgmap v18220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:35.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:35.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:34 smithi089 ceph-mon[103441]: pgmap v18220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:36.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:36.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:36 smithi026 ceph-mon[93126]: pgmap v18221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:37.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:37.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:36 smithi089 ceph-mon[103441]: pgmap v18221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:38.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:38.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:38 smithi026 ceph-mon[93126]: pgmap v18222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:47:39.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:39.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:38 smithi089 ceph-mon[103441]: pgmap v18222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:47:40.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:47:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:47:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:47:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:47:40.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:47:40.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:40.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:47:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:47:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:47:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:47:40.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:47:41.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:41.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:41.381 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:41 smithi026 ceph-mon[93126]: pgmap v18223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:41 smithi089 ceph-mon[103441]: pgmap v18223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:42.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:42.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:42 smithi026 ceph-mon[93126]: pgmap v18224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:42 smithi089 ceph-mon[103441]: pgmap v18224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:43.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:43.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:44.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:44.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:44 smithi026 ceph-mon[93126]: pgmap v18225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:45.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:45.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:44 smithi089 ceph-mon[103441]: pgmap v18225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:46.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:46.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:46 smithi026 ceph-mon[93126]: pgmap v18226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:47.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:47.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:47 smithi089 ceph-mon[103441]: pgmap v18226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:48.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:48.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:49 smithi026 ceph-mon[93126]: pgmap v18227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:49.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:49.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:49 smithi089 ceph-mon[103441]: pgmap v18227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:50.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:50.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:47:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:51 smithi026 ceph-mon[93126]: pgmap v18228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:51.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:51.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:51 smithi089 ceph-mon[103441]: pgmap v18228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:52.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:52.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:52 smithi026 ceph-mon[93126]: pgmap v18229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:52 smithi089 ceph-mon[103441]: pgmap v18229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:53.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:53.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:54.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:54.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:54 smithi026 ceph-mon[93126]: pgmap v18230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:55.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:55.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:55 smithi089 ceph-mon[103441]: pgmap v18230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:56.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:56.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:57 smithi026 ceph-mon[93126]: pgmap v18231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:57.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:57.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:57 smithi089 ceph-mon[103441]: pgmap v18231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:47:58.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:58.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:47:59 smithi026 ceph-mon[93126]: pgmap v18232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:47:59.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:47:59.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:47:59.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:47:59 smithi089 ceph-mon[103441]: pgmap v18232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:00.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:00.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:01 smithi026 ceph-mon[93126]: pgmap v18233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:01.352 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:01 smithi089 ceph-mon[103441]: pgmap v18233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:01.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:01.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:02.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:02.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:02 smithi026 ceph-mon[93126]: pgmap v18234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:02 smithi089 ceph-mon[103441]: pgmap v18234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:03.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:03.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:04.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:04.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:05 smithi026 ceph-mon[93126]: pgmap v18235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:05.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:05.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:05 smithi089 ceph-mon[103441]: pgmap v18235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:06.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:06.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:07 smithi026 ceph-mon[93126]: pgmap v18236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:07.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:07.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:07 smithi089 ceph-mon[103441]: pgmap v18236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:08.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:08.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:09 smithi026 ceph-mon[93126]: pgmap v18237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:09.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:09.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:09 smithi089 ceph-mon[103441]: pgmap v18237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:10.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:10.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:11 smithi026 ceph-mon[93126]: pgmap v18238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:11.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:11.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:11 smithi089 ceph-mon[103441]: pgmap v18238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:12.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:12.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:12 smithi026 ceph-mon[93126]: pgmap v18239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:12 smithi089 ceph-mon[103441]: pgmap v18239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:13.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:13.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:14.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:14.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:15 smithi026 ceph-mon[93126]: pgmap v18240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:15.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:15.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:15 smithi089 ceph-mon[103441]: pgmap v18240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:16.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:16.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:17 smithi026 ceph-mon[93126]: pgmap v18241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:17.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:17.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:17 smithi089 ceph-mon[103441]: pgmap v18241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:18.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:18.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:19 smithi026 ceph-mon[93126]: pgmap v18242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:19.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:19.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:19 smithi089 ceph-mon[103441]: pgmap v18242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:20.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:20.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:21 smithi026 ceph-mon[93126]: pgmap v18243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:21.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:21.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:21 smithi089 ceph-mon[103441]: pgmap v18243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:22.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:22.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:22 smithi026 ceph-mon[93126]: pgmap v18244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:22 smithi089 ceph-mon[103441]: pgmap v18244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:23.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:23.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:24.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:24.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:25 smithi026 ceph-mon[93126]: pgmap v18245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:25.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:25.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:25.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:25 smithi089 ceph-mon[103441]: pgmap v18245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:26.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:26.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:27 smithi026 ceph-mon[93126]: pgmap v18246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:27.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:27.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:27 smithi089 ceph-mon[103441]: pgmap v18246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:28.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:28.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:29 smithi026 ceph-mon[93126]: pgmap v18247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:29.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:29 smithi089 ceph-mon[103441]: pgmap v18247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:29.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:29.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:30.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:30.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:31 smithi026 ceph-mon[93126]: pgmap v18248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:31.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:31 smithi089 ceph-mon[103441]: pgmap v18248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:31.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:31.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:32.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:32.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:32 smithi026 ceph-mon[93126]: pgmap v18249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:32 smithi089 ceph-mon[103441]: pgmap v18249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:33.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:33.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:34.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:34.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:35 smithi026 ceph-mon[93126]: pgmap v18250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:35 smithi089 ceph-mon[103441]: pgmap v18250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:35.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:35.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:36.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:36.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:37 smithi026 ceph-mon[93126]: pgmap v18251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:37 smithi089 ceph-mon[103441]: pgmap v18251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:37.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:37.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:38.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:38.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:39 smithi026 ceph-mon[93126]: pgmap v18252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:39.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:39 smithi089 ceph-mon[103441]: pgmap v18252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:39.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:39.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:48:40.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:48:40.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:40.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:41 smithi026 ceph-mon[93126]: pgmap v18253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:41 smithi089 ceph-mon[103441]: pgmap v18253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:41.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:41.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:42.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:42.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:42 smithi026 ceph-mon[93126]: pgmap v18254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:42 smithi089 ceph-mon[103441]: pgmap v18254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:43.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:43.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:44.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:44.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:48:44.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:48:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:48:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:48:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:48:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:48:44.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:48:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:48:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:48:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:48:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:48:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:48:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:48:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:48:45.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:45.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:45 smithi026 ceph-mon[93126]: pgmap v18255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:45 smithi089 ceph-mon[103441]: pgmap v18255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:46.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:46.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:47.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:47.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:47 smithi026 ceph-mon[93126]: pgmap v18256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:47 smithi089 ceph-mon[103441]: pgmap v18256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:48.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:48.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:49.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:49.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:49 smithi026 ceph-mon[93126]: pgmap v18257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:49.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:49 smithi089 ceph-mon[103441]: pgmap v18257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:48:50.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:50.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:51.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:51.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:51 smithi026 ceph-mon[93126]: pgmap v18258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:51.876 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:51 smithi089 ceph-mon[103441]: pgmap v18258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:52.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:52.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:52 smithi026 ceph-mon[93126]: pgmap v18259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:53.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:52 smithi089 ceph-mon[103441]: pgmap v18259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:53.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:53.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:54.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:54.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:55 smithi026 ceph-mon[93126]: pgmap v18260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:55 smithi089 ceph-mon[103441]: pgmap v18260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:55.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:55.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:56.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:56.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:57 smithi026 ceph-mon[93126]: pgmap v18261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:57 smithi089 ceph-mon[103441]: pgmap v18261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:48:57.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:57.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:58.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:58.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:48:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:48:59 smithi026 ceph-mon[93126]: pgmap v18262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:48:59 smithi089 ceph-mon[103441]: pgmap v18262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:48:59.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:48:59.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:00.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:00.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:01 smithi026 ceph-mon[93126]: pgmap v18263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:01 smithi089 ceph-mon[103441]: pgmap v18263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:01.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:01.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:02.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:02.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:02 smithi026 ceph-mon[93126]: pgmap v18264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:02 smithi089 ceph-mon[103441]: pgmap v18264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:03.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:03.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:04.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:04.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:05 smithi026 ceph-mon[93126]: pgmap v18265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:05 smithi089 ceph-mon[103441]: pgmap v18265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:05.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:05.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:06.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:06.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:07 smithi026 ceph-mon[93126]: pgmap v18266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:07.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:07 smithi089 ceph-mon[103441]: pgmap v18266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:07.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:07.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:08.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:08.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:09 smithi026 ceph-mon[93126]: pgmap v18267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:09 smithi089 ceph-mon[103441]: pgmap v18267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:09.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:09.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:10.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:10.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:11 smithi026 ceph-mon[93126]: pgmap v18268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:11 smithi089 ceph-mon[103441]: pgmap v18268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:11.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:11.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:12.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:12.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:12 smithi026 ceph-mon[93126]: pgmap v18269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:13.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:12 smithi089 ceph-mon[103441]: pgmap v18269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:13.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:13.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:14.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:14.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:15 smithi026 ceph-mon[93126]: pgmap v18270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:15 smithi089 ceph-mon[103441]: pgmap v18270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:15.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:15.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:16.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:16.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:17 smithi026 ceph-mon[93126]: pgmap v18271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:17 smithi089 ceph-mon[103441]: pgmap v18271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:17.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:17.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:18.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:18.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:19 smithi026 ceph-mon[93126]: pgmap v18272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:19 smithi089 ceph-mon[103441]: pgmap v18272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:19.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:19.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:20.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:20.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:21 smithi026 ceph-mon[93126]: pgmap v18273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:21 smithi089 ceph-mon[103441]: pgmap v18273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:21.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:21.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:22.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:22.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:22 smithi026 ceph-mon[93126]: pgmap v18274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:22 smithi089 ceph-mon[103441]: pgmap v18274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:23.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:23.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:24.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:24.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:25 smithi026 ceph-mon[93126]: pgmap v18275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:25.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:25 smithi089 ceph-mon[103441]: pgmap v18275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:25.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:25.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:26.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:26.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:27 smithi026 ceph-mon[93126]: pgmap v18276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:27 smithi089 ceph-mon[103441]: pgmap v18276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:27.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:27.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:28.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:28.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:29 smithi026 ceph-mon[93126]: pgmap v18277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:29 smithi089 ceph-mon[103441]: pgmap v18277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:29.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:29.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:30.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:30.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:31 smithi026 ceph-mon[93126]: pgmap v18278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:31 smithi089 ceph-mon[103441]: pgmap v18278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:31.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:31.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:32.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:32.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:32 smithi026 ceph-mon[93126]: pgmap v18279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:32 smithi089 ceph-mon[103441]: pgmap v18279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:33.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:33.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:34.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:34.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:35 smithi026 ceph-mon[93126]: pgmap v18280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:35 smithi089 ceph-mon[103441]: pgmap v18280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:35.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:35.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:36.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:36.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:37 smithi026 ceph-mon[93126]: pgmap v18281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:37.349 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:37 smithi089 ceph-mon[103441]: pgmap v18281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:37.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:37.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:38.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:38.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:39 smithi026 ceph-mon[93126]: pgmap v18282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:39 smithi089 ceph-mon[103441]: pgmap v18282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:39.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:39.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:40.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:40.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:41 smithi026 ceph-mon[93126]: pgmap v18283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:41 smithi089 ceph-mon[103441]: pgmap v18283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:41.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:41.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:42.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:42.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:42 smithi026 ceph-mon[93126]: pgmap v18284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:42 smithi089 ceph-mon[103441]: pgmap v18284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:43.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:43.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:44.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:44.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:45 smithi026 ceph-mon[93126]: pgmap v18285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:49:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:49:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:49:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:49:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:49:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:49:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:45 smithi089 ceph-mon[103441]: pgmap v18285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:49:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:49:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:49:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:49:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:49:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:49:45.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:45.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:46.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:46.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:47 smithi026 ceph-mon[93126]: pgmap v18286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:47 smithi089 ceph-mon[103441]: pgmap v18286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:47.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:47.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:48.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:48.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:49 smithi026 ceph-mon[93126]: pgmap v18287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:49 smithi089 ceph-mon[103441]: pgmap v18287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:49.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:49.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:49:50.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:50.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:51 smithi026 ceph-mon[93126]: pgmap v18288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:51 smithi089 ceph-mon[103441]: pgmap v18288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:51.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:51.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:52.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:52.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:52 smithi026 ceph-mon[93126]: pgmap v18289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:53.198 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:52 smithi089 ceph-mon[103441]: pgmap v18289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:53.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:53.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:54.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:54.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:55 smithi026 ceph-mon[93126]: pgmap v18290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:55 smithi089 ceph-mon[103441]: pgmap v18290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:55.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:55.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:56.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:56.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:57 smithi026 ceph-mon[93126]: pgmap v18291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:57 smithi089 ceph-mon[103441]: pgmap v18291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:49:57.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:57.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:58.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:58.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:49:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:49:59 smithi026 ceph-mon[93126]: pgmap v18292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:49:59 smithi089 ceph-mon[103441]: pgmap v18292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:49:59.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:49:59.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T06:50:00.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T06:50:00.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:00.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:01 smithi026 ceph-mon[93126]: pgmap v18293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:01.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:01 smithi089 ceph-mon[103441]: pgmap v18293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:01.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:01.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:02.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:02.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:02.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:02 smithi089 ceph-mon[103441]: pgmap v18294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:02 smithi026 ceph-mon[93126]: pgmap v18294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:03.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:03.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:04.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:04.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:05 smithi026 ceph-mon[93126]: pgmap v18295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:05 smithi089 ceph-mon[103441]: pgmap v18295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:05.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:05.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:06.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:06.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:07 smithi026 ceph-mon[93126]: pgmap v18296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:07 smithi089 ceph-mon[103441]: pgmap v18296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:07.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:07.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:08.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:08.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:09 smithi026 ceph-mon[93126]: pgmap v18297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:09 smithi089 ceph-mon[103441]: pgmap v18297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:09.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:09.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:10.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:10.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:11 smithi026 ceph-mon[93126]: pgmap v18298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:11 smithi089 ceph-mon[103441]: pgmap v18298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:11.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:11.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:12.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:12.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:12 smithi026 ceph-mon[93126]: pgmap v18299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:13.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:12 smithi089 ceph-mon[103441]: pgmap v18299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:13.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:13.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:14.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:14.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:15 smithi026 ceph-mon[93126]: pgmap v18300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:15 smithi089 ceph-mon[103441]: pgmap v18300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:15.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:15.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:16.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:16.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:17 smithi026 ceph-mon[93126]: pgmap v18301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:17 smithi089 ceph-mon[103441]: pgmap v18301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:17.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:17.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:18.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:18.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:19 smithi026 ceph-mon[93126]: pgmap v18302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:19 smithi089 ceph-mon[103441]: pgmap v18302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:19.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:19.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:20.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:20.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:21 smithi089 ceph-mon[103441]: pgmap v18303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:21 smithi026 ceph-mon[93126]: pgmap v18303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:21.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:21.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:22.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:22.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:22 smithi026 ceph-mon[93126]: pgmap v18304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:22 smithi089 ceph-mon[103441]: pgmap v18304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:23.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:23.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:24.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:24.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:25 smithi026 ceph-mon[93126]: pgmap v18305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:25 smithi089 ceph-mon[103441]: pgmap v18305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:25.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:25.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:26.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:26.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:27 smithi026 ceph-mon[93126]: pgmap v18306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:27 smithi089 ceph-mon[103441]: pgmap v18306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:27.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:27.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:28.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:28.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:29 smithi089 ceph-mon[103441]: pgmap v18307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:29 smithi026 ceph-mon[93126]: pgmap v18307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:29.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:29.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:30.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:30.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:31 smithi089 ceph-mon[103441]: pgmap v18308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:31 smithi026 ceph-mon[93126]: pgmap v18308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:31.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:31.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:32.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:32.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:33.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:32 smithi026 ceph-mon[93126]: pgmap v18309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:32 smithi089 ceph-mon[103441]: pgmap v18309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:33.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:33.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:34.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:34.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:35 smithi026 ceph-mon[93126]: pgmap v18310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:35 smithi089 ceph-mon[103441]: pgmap v18310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:35.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:35.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:36.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:36.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:37 smithi089 ceph-mon[103441]: pgmap v18311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:37 smithi026 ceph-mon[93126]: pgmap v18311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:37.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:37.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:38.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:38.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:39 smithi089 ceph-mon[103441]: pgmap v18312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:39 smithi026 ceph-mon[93126]: pgmap v18312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:39.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:39.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:40.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:40.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:41 smithi089 ceph-mon[103441]: pgmap v18313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:41 smithi026 ceph-mon[93126]: pgmap v18313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:41.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:41.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:42.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:42.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:42 smithi026 ceph-mon[93126]: pgmap v18314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:42 smithi089 ceph-mon[103441]: pgmap v18314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:43.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:43.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:44.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:44.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:45 smithi089 ceph-mon[103441]: pgmap v18315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:50:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:45 smithi026 ceph-mon[93126]: pgmap v18315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:50:45.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:45.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:46.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:46.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:47.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:47.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:47 smithi089 ceph-mon[103441]: pgmap v18316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:47 smithi026 ceph-mon[93126]: pgmap v18316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:48.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:48.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:49.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:49.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:49 smithi089 ceph-mon[103441]: pgmap v18317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:49.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:49 smithi026 ceph-mon[93126]: pgmap v18317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:50:50.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:50.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:51.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:51.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:51.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:51 smithi089 ceph-mon[103441]: pgmap v18318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:51 smithi026 ceph-mon[93126]: pgmap v18318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:52.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:52.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:52 smithi026 ceph-mon[93126]: pgmap v18319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:53.142 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:52 smithi089 ceph-mon[103441]: pgmap v18319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:53.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:53.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:50:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:50:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:50:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:50:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:50:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:50:54.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:50:54.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:54.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:54 smithi089 ceph-mon[103441]: pgmap v18320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:54 smithi026 ceph-mon[93126]: pgmap v18320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:55.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:55.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:56.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:56.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:57 smithi089 ceph-mon[103441]: pgmap v18321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:57 smithi026 ceph-mon[93126]: pgmap v18321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:50:57.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:57.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:58.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:58.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:50:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:50:59 smithi089 ceph-mon[103441]: pgmap v18322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:50:59 smithi026 ceph-mon[93126]: pgmap v18322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:50:59.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:50:59.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:00.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:00.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:01 smithi089 ceph-mon[103441]: pgmap v18323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:01 smithi026 ceph-mon[93126]: pgmap v18323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:01.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:01.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:02.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:02.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:02 smithi026 ceph-mon[93126]: pgmap v18324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:02 smithi089 ceph-mon[103441]: pgmap v18324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:03.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:03.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:04.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:04.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:05 smithi089 ceph-mon[103441]: pgmap v18325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:05 smithi026 ceph-mon[93126]: pgmap v18325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:05.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:05.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:06.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:06.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:07 smithi089 ceph-mon[103441]: pgmap v18326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:07 smithi026 ceph-mon[93126]: pgmap v18326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:07.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:07.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:08.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:08.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:09 smithi089 ceph-mon[103441]: pgmap v18327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:09 smithi026 ceph-mon[93126]: pgmap v18327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:09.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:09.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:10.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:10.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:11.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:11 smithi089 ceph-mon[103441]: pgmap v18328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:11 smithi026 ceph-mon[93126]: pgmap v18328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:11.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:11.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:12.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:12.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:13.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:12 smithi026 ceph-mon[93126]: pgmap v18329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:12 smithi089 ceph-mon[103441]: pgmap v18329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:13.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:13.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:14.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:14.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:15 smithi089 ceph-mon[103441]: pgmap v18330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:15 smithi026 ceph-mon[93126]: pgmap v18330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:15.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:15.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:16.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:16.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:17 smithi089 ceph-mon[103441]: pgmap v18331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:17 smithi026 ceph-mon[93126]: pgmap v18331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:17.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:17.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:18.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:18.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:19 smithi026 ceph-mon[93126]: pgmap v18332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:19 smithi089 ceph-mon[103441]: pgmap v18332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:19.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:19.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:20.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:20.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:21 smithi089 ceph-mon[103441]: pgmap v18333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:21 smithi026 ceph-mon[93126]: pgmap v18333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:21.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:21.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:22.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:22.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:22 smithi089 ceph-mon[103441]: pgmap v18334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:22 smithi026 ceph-mon[93126]: pgmap v18334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:23.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:23.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:24.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:24.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:25 smithi089 ceph-mon[103441]: pgmap v18335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:25 smithi026 ceph-mon[93126]: pgmap v18335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:25.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:25.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:26.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:26.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:27 smithi089 ceph-mon[103441]: pgmap v18336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:27 smithi026 ceph-mon[93126]: pgmap v18336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:27.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:27.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:28.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:28.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:29 smithi026 ceph-mon[93126]: pgmap v18337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:29.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:29 smithi089 ceph-mon[103441]: pgmap v18337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:29.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:29.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:30.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:30.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:31 smithi089 ceph-mon[103441]: pgmap v18338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:31 smithi026 ceph-mon[93126]: pgmap v18338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:31.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:31.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:32.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:32.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:32 smithi089 ceph-mon[103441]: pgmap v18339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:32 smithi026 ceph-mon[93126]: pgmap v18339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:33.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:33.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:34.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:34.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:35 smithi089 ceph-mon[103441]: pgmap v18340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:35 smithi026 ceph-mon[93126]: pgmap v18340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:35.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:35.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:36.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:36.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:37 smithi089 ceph-mon[103441]: pgmap v18341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:37 smithi026 ceph-mon[93126]: pgmap v18341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:37.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:37.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:38.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:38.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:39 smithi089 ceph-mon[103441]: pgmap v18342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:39 smithi026 ceph-mon[93126]: pgmap v18342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:39.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:39.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:40.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:40.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:41 smithi089 ceph-mon[103441]: pgmap v18343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:41 smithi026 ceph-mon[93126]: pgmap v18343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:41.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:41.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:42.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:42.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:42 smithi089 ceph-mon[103441]: pgmap v18344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:42 smithi026 ceph-mon[93126]: pgmap v18344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:43.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:43.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:44.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:44.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:45 smithi089 ceph-mon[103441]: pgmap v18345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:45 smithi026 ceph-mon[93126]: pgmap v18345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:45.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:45.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:46.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:46.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:47 smithi089 ceph-mon[103441]: pgmap v18346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:47 smithi026 ceph-mon[93126]: pgmap v18346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:47.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:47.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:48.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:48.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:49 smithi089 ceph-mon[103441]: pgmap v18347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:49 smithi026 ceph-mon[93126]: pgmap v18347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:49.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:49.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:51:50.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:50.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:51 smithi089 ceph-mon[103441]: pgmap v18348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:51 smithi026 ceph-mon[93126]: pgmap v18348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:51.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:51.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:52.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:52.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:52 smithi089 ceph-mon[103441]: pgmap v18349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:52 smithi026 ceph-mon[93126]: pgmap v18349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:53.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:53.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:51:54.240 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:51:54.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:54.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:54 smithi089 ceph-mon[103441]: pgmap v18350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:51:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:51:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:51:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:51:55.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:54 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:51:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:54 smithi026 ceph-mon[93126]: pgmap v18350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:51:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:51:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:51:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:51:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:54 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:51:55.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:55.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:56.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:56.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:57 smithi089 ceph-mon[103441]: pgmap v18351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:57 smithi026 ceph-mon[93126]: pgmap v18351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:51:57.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:57.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:58.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:58.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:51:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:51:59 smithi089 ceph-mon[103441]: pgmap v18352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:51:59 smithi026 ceph-mon[93126]: pgmap v18352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:51:59.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:51:59.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:00.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:00.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:01 smithi089 ceph-mon[103441]: pgmap v18353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:01 smithi026 ceph-mon[93126]: pgmap v18353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:01.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:01.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:02.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:02.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:02 smithi089 ceph-mon[103441]: pgmap v18354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:02 smithi026 ceph-mon[93126]: pgmap v18354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:03.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:03.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:04.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:04.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:05 smithi089 ceph-mon[103441]: pgmap v18355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:05 smithi026 ceph-mon[93126]: pgmap v18355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:05.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:05.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:06.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:06.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:07 smithi089 ceph-mon[103441]: pgmap v18356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:07 smithi026 ceph-mon[93126]: pgmap v18356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:07.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:07.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:08.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:08.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:09.413 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:09 smithi026 ceph-mon[93126]: pgmap v18357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:09 smithi089 ceph-mon[103441]: pgmap v18357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:09.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:09.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:10.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:10.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:11 smithi089 ceph-mon[103441]: pgmap v18358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:11 smithi026 ceph-mon[93126]: pgmap v18358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:11.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:11.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:12.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:12.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:12 smithi089 ceph-mon[103441]: pgmap v18359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:12 smithi026 ceph-mon[93126]: pgmap v18359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:13.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:13.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:14.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:14.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:15 smithi089 ceph-mon[103441]: pgmap v18360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:15 smithi026 ceph-mon[93126]: pgmap v18360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:15.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:15.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:16.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:16.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:17 smithi089 ceph-mon[103441]: pgmap v18361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:17.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:17 smithi026 ceph-mon[93126]: pgmap v18361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:17.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:17.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:18.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:18.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:19 smithi089 ceph-mon[103441]: pgmap v18362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:19.528 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:19 smithi026 ceph-mon[93126]: pgmap v18362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:19.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:19.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:20.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:20.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:21 smithi089 ceph-mon[103441]: pgmap v18363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:21 smithi026 ceph-mon[93126]: pgmap v18363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:21.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:21.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:22.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:22.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:23.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:22 smithi089 ceph-mon[103441]: pgmap v18364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:22 smithi026 ceph-mon[93126]: pgmap v18364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:23.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:23.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:24.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:24.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:25 smithi089 ceph-mon[103441]: pgmap v18365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:25 smithi026 ceph-mon[93126]: pgmap v18365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:25.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:25.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:26.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:26.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:27 smithi089 ceph-mon[103441]: pgmap v18366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:27 smithi026 ceph-mon[93126]: pgmap v18366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:27.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:27.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:28.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:28.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:29 smithi089 ceph-mon[103441]: pgmap v18367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:29 smithi026 ceph-mon[93126]: pgmap v18367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:29.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:29.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:30.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:30.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:31 smithi089 ceph-mon[103441]: pgmap v18368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:31 smithi026 ceph-mon[93126]: pgmap v18368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:31.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:31.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:32.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:32.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:32 smithi089 ceph-mon[103441]: pgmap v18369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:32 smithi026 ceph-mon[93126]: pgmap v18369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:33.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:33.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:34.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:34.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:35 smithi089 ceph-mon[103441]: pgmap v18370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:35 smithi026 ceph-mon[93126]: pgmap v18370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:35.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:35.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:36.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:36.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:37 smithi089 ceph-mon[103441]: pgmap v18371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:37 smithi026 ceph-mon[93126]: pgmap v18371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:37.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:37.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:38.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:38.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:39 smithi089 ceph-mon[103441]: pgmap v18372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:39 smithi026 ceph-mon[93126]: pgmap v18372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:39.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:39.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:40.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:40.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:41 smithi089 ceph-mon[103441]: pgmap v18373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:41 smithi026 ceph-mon[93126]: pgmap v18373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:41.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:41.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:42.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:42.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:42 smithi089 ceph-mon[103441]: pgmap v18374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:42 smithi026 ceph-mon[93126]: pgmap v18374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:43.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:43.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:44.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:44.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:45 smithi089 ceph-mon[103441]: pgmap v18375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:45 smithi026 ceph-mon[93126]: pgmap v18375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:45.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:45.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:46.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:46.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:47 smithi089 ceph-mon[103441]: pgmap v18376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:47 smithi026 ceph-mon[93126]: pgmap v18376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:47.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:47.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:48.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:48.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:49.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:49 smithi089 ceph-mon[103441]: pgmap v18377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:49.362 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:49 smithi026 ceph-mon[93126]: pgmap v18377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:52:49.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:49.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:50.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:50.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:51 smithi089 ceph-mon[103441]: pgmap v18378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:51 smithi026 ceph-mon[93126]: pgmap v18378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:51.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:51.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:52.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:52.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:52 smithi089 ceph-mon[103441]: pgmap v18379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:52 smithi026 ceph-mon[93126]: pgmap v18379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:53.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:53.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:54.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:54.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:55 smithi026 ceph-mon[93126]: pgmap v18380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:52:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:52:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:52:55.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:55 smithi089 ceph-mon[103441]: pgmap v18380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:52:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:52:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:52:55.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:55.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:52:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:52:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:52:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:52:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:52:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:52:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:52:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:52:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:52:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:52:56.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:56.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:57 smithi089 ceph-mon[103441]: pgmap v18381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:57 smithi026 ceph-mon[93126]: pgmap v18381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:52:57.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:57.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:58.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:58.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:52:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:52:59 smithi089 ceph-mon[103441]: pgmap v18382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:52:59 smithi026 ceph-mon[93126]: pgmap v18382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:52:59.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:52:59.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:00.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:00.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:01 smithi089 ceph-mon[103441]: pgmap v18383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:01 smithi026 ceph-mon[93126]: pgmap v18383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:01.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:01.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:02.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:02.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:02 smithi089 ceph-mon[103441]: pgmap v18384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:02 smithi026 ceph-mon[93126]: pgmap v18384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:03.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:03.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:04.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:04.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:05 smithi026 ceph-mon[93126]: pgmap v18385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:05 smithi089 ceph-mon[103441]: pgmap v18385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:05.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:05.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:06.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:06.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:07 smithi089 ceph-mon[103441]: pgmap v18386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:07 smithi026 ceph-mon[93126]: pgmap v18386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:07.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:07.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:08.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:08.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:09 smithi089 ceph-mon[103441]: pgmap v18387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:09 smithi026 ceph-mon[93126]: pgmap v18387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:09.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:09.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:10.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:10.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:11 smithi089 ceph-mon[103441]: pgmap v18388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:11 smithi026 ceph-mon[93126]: pgmap v18388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:11.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:11.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:12.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:12.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:12 smithi089 ceph-mon[103441]: pgmap v18389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:12 smithi026 ceph-mon[93126]: pgmap v18389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:13.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:13.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:14.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:14.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:15 smithi089 ceph-mon[103441]: pgmap v18390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:15 smithi026 ceph-mon[93126]: pgmap v18390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:15.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:15.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:16.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:16.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:17 smithi089 ceph-mon[103441]: pgmap v18391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:17 smithi026 ceph-mon[93126]: pgmap v18391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:17.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:17.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:18.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:18.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:19 smithi089 ceph-mon[103441]: pgmap v18392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:19 smithi026 ceph-mon[93126]: pgmap v18392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:19.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:19.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:20.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:20.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:21 smithi089 ceph-mon[103441]: pgmap v18393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:21 smithi026 ceph-mon[93126]: pgmap v18393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:21.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:21.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:22.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:22.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:22 smithi089 ceph-mon[103441]: pgmap v18394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:22 smithi026 ceph-mon[93126]: pgmap v18394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:23.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:23.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:24.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:24.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:25 smithi089 ceph-mon[103441]: pgmap v18395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:25 smithi026 ceph-mon[93126]: pgmap v18395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:25.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:25.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:26.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:26.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:27 smithi089 ceph-mon[103441]: pgmap v18396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:27 smithi026 ceph-mon[93126]: pgmap v18396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:27.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:27.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:28.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:28.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:29 smithi089 ceph-mon[103441]: pgmap v18397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:29 smithi026 ceph-mon[93126]: pgmap v18397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:29.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:29.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:30.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:30.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:31 smithi089 ceph-mon[103441]: pgmap v18398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:31 smithi026 ceph-mon[93126]: pgmap v18398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:31.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:31.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:32.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:32.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:32 smithi089 ceph-mon[103441]: pgmap v18399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:32 smithi026 ceph-mon[93126]: pgmap v18399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:33.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:33.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:34.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:34.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:35 smithi089 ceph-mon[103441]: pgmap v18400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:35 smithi026 ceph-mon[93126]: pgmap v18400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:35.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:35.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:36.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:36.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:37 smithi089 ceph-mon[103441]: pgmap v18401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:37 smithi026 ceph-mon[93126]: pgmap v18401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:37.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:37.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:38.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:38.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:39 smithi089 ceph-mon[103441]: pgmap v18402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:39 smithi026 ceph-mon[93126]: pgmap v18402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:39.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:39.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:40.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:40.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:41 smithi089 ceph-mon[103441]: pgmap v18403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:41 smithi026 ceph-mon[93126]: pgmap v18403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:41.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:41.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:42.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:42.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:42 smithi089 ceph-mon[103441]: pgmap v18404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:42 smithi026 ceph-mon[93126]: pgmap v18404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:43.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:43.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:44.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:44.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:45 smithi089 ceph-mon[103441]: pgmap v18405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:45.502 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:45 smithi026 ceph-mon[93126]: pgmap v18405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:45.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:45.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:46.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:46.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:47 smithi089 ceph-mon[103441]: pgmap v18406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:47 smithi026 ceph-mon[93126]: pgmap v18406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:47.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:47.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:48.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:48.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:49 smithi089 ceph-mon[103441]: pgmap v18407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:49 smithi026 ceph-mon[93126]: pgmap v18407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:53:49.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:49.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:50.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:50.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:51 smithi089 ceph-mon[103441]: pgmap v18408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:51 smithi026 ceph-mon[93126]: pgmap v18408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:51.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:51.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:52.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:52.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:53.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:52 smithi089 ceph-mon[103441]: pgmap v18409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:52 smithi026 ceph-mon[93126]: pgmap v18409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:53.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:53.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:54.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:54.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:55 smithi089 ceph-mon[103441]: pgmap v18410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:55 smithi026 ceph-mon[93126]: pgmap v18410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:55.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:55.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:53:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:53:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:53:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:53:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:53:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:53:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:53:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:53:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:53:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:53:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:53:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:53:56.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:56.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:57 smithi089 ceph-mon[103441]: pgmap v18411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:57 smithi026 ceph-mon[93126]: pgmap v18411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:53:57.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:57.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:58.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:58.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:53:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:53:59 smithi089 ceph-mon[103441]: pgmap v18412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:53:59 smithi026 ceph-mon[93126]: pgmap v18412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:53:59.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:53:59.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:00.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:00.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:01 smithi089 ceph-mon[103441]: pgmap v18413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:01 smithi026 ceph-mon[93126]: pgmap v18413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:01.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:01.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:02.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:02.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:02 smithi089 ceph-mon[103441]: pgmap v18414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:02 smithi026 ceph-mon[93126]: pgmap v18414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:03.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:03.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:04.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:04.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:05 smithi089 ceph-mon[103441]: pgmap v18415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:05 smithi026 ceph-mon[93126]: pgmap v18415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:05.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:05.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:06.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:06.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:07 smithi089 ceph-mon[103441]: pgmap v18416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:07 smithi026 ceph-mon[93126]: pgmap v18416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:07.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:07.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:08.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:08.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:09 smithi089 ceph-mon[103441]: pgmap v18417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:09 smithi026 ceph-mon[93126]: pgmap v18417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:09.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:09.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:11.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:11.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:11 smithi089 ceph-mon[103441]: pgmap v18418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:11 smithi026 ceph-mon[93126]: pgmap v18418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:12.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:12.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:13.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:13.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:12 smithi089 ceph-mon[103441]: pgmap v18419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:12 smithi026 ceph-mon[93126]: pgmap v18419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:14.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:14.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:15.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:15.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:15 smithi089 ceph-mon[103441]: pgmap v18420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:15 smithi026 ceph-mon[93126]: pgmap v18420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:16.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:16.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:17.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:17.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:17 smithi089 ceph-mon[103441]: pgmap v18421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:17 smithi026 ceph-mon[93126]: pgmap v18421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:18.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:18.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:19.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:19.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:19 smithi089 ceph-mon[103441]: pgmap v18422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:19 smithi026 ceph-mon[93126]: pgmap v18422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:20.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:20.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:21.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:21.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:21 smithi026 ceph-mon[93126]: pgmap v18423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:21 smithi089 ceph-mon[103441]: pgmap v18423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:22.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:22.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:23.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:23.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:22 smithi089 ceph-mon[103441]: pgmap v18424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:22 smithi026 ceph-mon[93126]: pgmap v18424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:24.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:24.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:25.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:25.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:25 smithi089 ceph-mon[103441]: pgmap v18425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:25 smithi026 ceph-mon[93126]: pgmap v18425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:26.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:26.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:27.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:27.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:27 smithi089 ceph-mon[103441]: pgmap v18426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:27 smithi026 ceph-mon[93126]: pgmap v18426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:28.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:28.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:29.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:29.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:29 smithi089 ceph-mon[103441]: pgmap v18427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:29 smithi026 ceph-mon[93126]: pgmap v18427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:30.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:30.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:31.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:31.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:31 smithi026 ceph-mon[93126]: pgmap v18428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:31 smithi089 ceph-mon[103441]: pgmap v18428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:32.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:32.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:33.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:33.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:32 smithi089 ceph-mon[103441]: pgmap v18429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:32 smithi026 ceph-mon[93126]: pgmap v18429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:34.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:34.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:35.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:35.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:35 smithi089 ceph-mon[103441]: pgmap v18430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:35 smithi026 ceph-mon[93126]: pgmap v18430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:36.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:36.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:37.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:37.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:37 smithi089 ceph-mon[103441]: pgmap v18431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:37 smithi026 ceph-mon[93126]: pgmap v18431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:38.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:38.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:39.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:39.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:39 smithi089 ceph-mon[103441]: pgmap v18432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:39 smithi026 ceph-mon[93126]: pgmap v18432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:40.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:40.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:41.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:41.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:41 smithi089 ceph-mon[103441]: pgmap v18433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:41 smithi026 ceph-mon[93126]: pgmap v18433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:42.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:42.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:43.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:43.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:42 smithi089 ceph-mon[103441]: pgmap v18434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:42 smithi026 ceph-mon[93126]: pgmap v18434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:44.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:44.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:45.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:45.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:45 smithi089 ceph-mon[103441]: pgmap v18435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:45 smithi026 ceph-mon[93126]: pgmap v18435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:46.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:46.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:47.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:47.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:47 smithi089 ceph-mon[103441]: pgmap v18436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:47 smithi026 ceph-mon[93126]: pgmap v18436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:48.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:48.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:49.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:49.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:49 smithi089 ceph-mon[103441]: pgmap v18437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:49 smithi026 ceph-mon[93126]: pgmap v18437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:54:50.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:50.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:51.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:51.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:51 smithi089 ceph-mon[103441]: pgmap v18438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:51 smithi026 ceph-mon[93126]: pgmap v18438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:52.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:52.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:53.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:53.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:52 smithi089 ceph-mon[103441]: pgmap v18439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:52 smithi026 ceph-mon[93126]: pgmap v18439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:54.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:54.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:55.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:55.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:55 smithi089 ceph-mon[103441]: pgmap v18440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:55 smithi026 ceph-mon[93126]: pgmap v18440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:56.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:56.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:57.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:57.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:57 smithi089 ceph-mon[103441]: pgmap v18441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:54:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:54:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:54:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:54:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:54:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:54:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:57 smithi026 ceph-mon[93126]: pgmap v18441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:54:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:54:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:54:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:54:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:54:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:54:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:54:58.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:58.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:59.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:54:59.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:54:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:54:59 smithi089 ceph-mon[103441]: pgmap v18442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:54:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:54:59 smithi026 ceph-mon[93126]: pgmap v18442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:00.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:00.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:01.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:01.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:01 smithi089 ceph-mon[103441]: pgmap v18443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:01 smithi026 ceph-mon[93126]: pgmap v18443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:02.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:02.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:03.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:03.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:02 smithi089 ceph-mon[103441]: pgmap v18444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:02 smithi026 ceph-mon[93126]: pgmap v18444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:04.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:04.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:05.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:05.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:05 smithi089 ceph-mon[103441]: pgmap v18445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:05 smithi026 ceph-mon[93126]: pgmap v18445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:06.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:06.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:07.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:07.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:07 smithi089 ceph-mon[103441]: pgmap v18446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:07 smithi026 ceph-mon[93126]: pgmap v18446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:08.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:08.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:09.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:09.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:09 smithi089 ceph-mon[103441]: pgmap v18447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:09 smithi026 ceph-mon[93126]: pgmap v18447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:10.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:10.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:11.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:11.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:11 smithi089 ceph-mon[103441]: pgmap v18448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:11.478 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:11 smithi026 ceph-mon[93126]: pgmap v18448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:12.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:12.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:13.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:13.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:12 smithi089 ceph-mon[103441]: pgmap v18449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:12 smithi026 ceph-mon[93126]: pgmap v18449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:14.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:14.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:15.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:15.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:15 smithi089 ceph-mon[103441]: pgmap v18450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:15 smithi026 ceph-mon[93126]: pgmap v18450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:16.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:16.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:17.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:17.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:17 smithi089 ceph-mon[103441]: pgmap v18451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:17 smithi026 ceph-mon[93126]: pgmap v18451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:18.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:18.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:19.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:19.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:19 smithi089 ceph-mon[103441]: pgmap v18452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:19 smithi026 ceph-mon[93126]: pgmap v18452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:20.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:20.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:21.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:21.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:21 smithi089 ceph-mon[103441]: pgmap v18453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:21 smithi026 ceph-mon[93126]: pgmap v18453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:22.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:22.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:23.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:23.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:23.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:22 smithi089 ceph-mon[103441]: pgmap v18454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:22 smithi026 ceph-mon[93126]: pgmap v18454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:24.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:24.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:25.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:25.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:25 smithi089 ceph-mon[103441]: pgmap v18455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:25 smithi026 ceph-mon[93126]: pgmap v18455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:26.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:26.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:27.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:27.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:27.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:27 smithi089 ceph-mon[103441]: pgmap v18456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:27 smithi026 ceph-mon[93126]: pgmap v18456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:28.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:28.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:29.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:29.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:29 smithi089 ceph-mon[103441]: pgmap v18457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:29 smithi026 ceph-mon[93126]: pgmap v18457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:30.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:30.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:31.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:31.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:31 smithi089 ceph-mon[103441]: pgmap v18458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:31 smithi026 ceph-mon[93126]: pgmap v18458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:32.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:32.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:33.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:33.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:32 smithi089 ceph-mon[103441]: pgmap v18459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:32 smithi026 ceph-mon[93126]: pgmap v18459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:34.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:34.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:35.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:35.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:35 smithi089 ceph-mon[103441]: pgmap v18460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:35 smithi026 ceph-mon[93126]: pgmap v18460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:36.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:36.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:37.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:37.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:37 smithi089 ceph-mon[103441]: pgmap v18461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:37 smithi026 ceph-mon[93126]: pgmap v18461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:38.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:38.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:39.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:39.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:39 smithi089 ceph-mon[103441]: pgmap v18462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:39 smithi026 ceph-mon[93126]: pgmap v18462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:40.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:40.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:41.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:41.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:41 smithi089 ceph-mon[103441]: pgmap v18463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:41 smithi026 ceph-mon[93126]: pgmap v18463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:42.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:42.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:43.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:43.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:43.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:42 smithi089 ceph-mon[103441]: pgmap v18464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:42 smithi026 ceph-mon[93126]: pgmap v18464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:44.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:44.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:45.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:45.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:45 smithi089 ceph-mon[103441]: pgmap v18465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:45 smithi026 ceph-mon[93126]: pgmap v18465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:46.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:46.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:47.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:47.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:47 smithi089 ceph-mon[103441]: pgmap v18466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:47 smithi026 ceph-mon[93126]: pgmap v18466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:48.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:48.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:49.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:49.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:49 smithi089 ceph-mon[103441]: pgmap v18467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:49.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:49 smithi026 ceph-mon[93126]: pgmap v18467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:55:50.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:50.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:51.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:51.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:51 smithi089 ceph-mon[103441]: pgmap v18468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:51 smithi026 ceph-mon[93126]: pgmap v18468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:52.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:52.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:53.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:53.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:53.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:52 smithi089 ceph-mon[103441]: pgmap v18469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:52 smithi026 ceph-mon[93126]: pgmap v18469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:54.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:54.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:55.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:55.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:55 smithi089 ceph-mon[103441]: pgmap v18470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:55 smithi026 ceph-mon[93126]: pgmap v18470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:56.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:56.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:57.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:57.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:57 smithi026 ceph-mon[93126]: pgmap v18471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:55:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:57 smithi089 ceph-mon[103441]: pgmap v18471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:55:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:55:58.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:58.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:55:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:55:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:55:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:55:58.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:55:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:55:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:55:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:55:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:55:58.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:55:59.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:55:59.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:55:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:55:59 smithi026 ceph-mon[93126]: pgmap v18472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:55:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:55:59 smithi089 ceph-mon[103441]: pgmap v18472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:00.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:00.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:01.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:01.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:01 smithi089 ceph-mon[103441]: pgmap v18473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:01 smithi026 ceph-mon[93126]: pgmap v18473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:02.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:02.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:02 smithi089 ceph-mon[103441]: pgmap v18474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:03.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:03.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:02 smithi026 ceph-mon[93126]: pgmap v18474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:04.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:04.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:05.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:05.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:05 smithi089 ceph-mon[103441]: pgmap v18475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:05 smithi026 ceph-mon[93126]: pgmap v18475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:06.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:06.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:07.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:07.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:07 smithi089 ceph-mon[103441]: pgmap v18476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:07 smithi026 ceph-mon[93126]: pgmap v18476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:08.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:08.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:09.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:09.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:09 smithi089 ceph-mon[103441]: pgmap v18477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:09 smithi026 ceph-mon[93126]: pgmap v18477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:10.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:10.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:11.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:11.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:11 smithi089 ceph-mon[103441]: pgmap v18478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:11 smithi026 ceph-mon[93126]: pgmap v18478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:12.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:12.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:12 smithi089 ceph-mon[103441]: pgmap v18479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:13.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:13.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:12 smithi026 ceph-mon[93126]: pgmap v18479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:14.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:14.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:15.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:15.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:15 smithi089 ceph-mon[103441]: pgmap v18480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:15 smithi026 ceph-mon[93126]: pgmap v18480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:16.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:16.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:17.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:17.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:17 smithi089 ceph-mon[103441]: pgmap v18481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:17 smithi026 ceph-mon[93126]: pgmap v18481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:18.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:18.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:19.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:19.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:19.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:19 smithi089 ceph-mon[103441]: pgmap v18482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:19 smithi026 ceph-mon[93126]: pgmap v18482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:20.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:20.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:21.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:21.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:21 smithi089 ceph-mon[103441]: pgmap v18483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:21 smithi026 ceph-mon[93126]: pgmap v18483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:22.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:22.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:22 smithi089 ceph-mon[103441]: pgmap v18484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:23.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:23.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:22 smithi026 ceph-mon[93126]: pgmap v18484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:24.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:24.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:25.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:25.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:25.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:25 smithi089 ceph-mon[103441]: pgmap v18485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:25 smithi026 ceph-mon[93126]: pgmap v18485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:26.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:26.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:27.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:27.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:27 smithi089 ceph-mon[103441]: pgmap v18486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:27 smithi026 ceph-mon[93126]: pgmap v18486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:28.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:28.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:29.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:29.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:29 smithi089 ceph-mon[103441]: pgmap v18487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:29 smithi026 ceph-mon[93126]: pgmap v18487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:30.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:30.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:31.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:31.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:31 smithi026 ceph-mon[93126]: pgmap v18488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:31.670 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:31 smithi089 ceph-mon[103441]: pgmap v18488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:32.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:32.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:32 smithi089 ceph-mon[103441]: pgmap v18489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:33.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:33.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:32 smithi026 ceph-mon[93126]: pgmap v18489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:34.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:34.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:35.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:35.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:35 smithi089 ceph-mon[103441]: pgmap v18490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:35 smithi026 ceph-mon[93126]: pgmap v18490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:36.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:36.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:37.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:37.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:37 smithi089 ceph-mon[103441]: pgmap v18491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:37.465 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:37 smithi026 ceph-mon[93126]: pgmap v18491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:38.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:38.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:39.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:39.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:39 smithi026 ceph-mon[93126]: pgmap v18492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:39 smithi089 ceph-mon[103441]: pgmap v18492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:40.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:40.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:41.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:41.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:41 smithi026 ceph-mon[93126]: pgmap v18493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:41 smithi089 ceph-mon[103441]: pgmap v18493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:42.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:42.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:42 smithi089 ceph-mon[103441]: pgmap v18494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:43.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:43.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:42 smithi026 ceph-mon[93126]: pgmap v18494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:44.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:44.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:45.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:45.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:45 smithi089 ceph-mon[103441]: pgmap v18495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:45 smithi026 ceph-mon[93126]: pgmap v18495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:46.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:46.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:47.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:47.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:47 smithi026 ceph-mon[93126]: pgmap v18496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:47 smithi089 ceph-mon[103441]: pgmap v18496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:48.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:48.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:49.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:49.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:49 smithi026 ceph-mon[93126]: pgmap v18497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:49 smithi089 ceph-mon[103441]: pgmap v18497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:56:50.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:50.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:51.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:51.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:51 smithi026 ceph-mon[93126]: pgmap v18498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:51 smithi089 ceph-mon[103441]: pgmap v18498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:52.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:52.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:52 smithi026 ceph-mon[93126]: pgmap v18499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:52 smithi089 ceph-mon[103441]: pgmap v18499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:53.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:53.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:54.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:54.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:55.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:55.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:55 smithi026 ceph-mon[93126]: pgmap v18500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:55 smithi089 ceph-mon[103441]: pgmap v18500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:56.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:56.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:57.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:57.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:57 smithi089 ceph-mon[103441]: pgmap v18501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:57 smithi026 ceph-mon[93126]: pgmap v18501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:56:58.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:58.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:58 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:56:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:58 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:56:59.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:56:59.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:56:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:59 smithi026 ceph-mon[93126]: pgmap v18502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:56:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:56:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:56:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:56:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:56:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:56:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:59 smithi089 ceph-mon[103441]: pgmap v18502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:56:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:56:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:56:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:56:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:56:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:56:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:57:00.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:00.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:01.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:01.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:01 smithi026 ceph-mon[93126]: pgmap v18503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:01 smithi089 ceph-mon[103441]: pgmap v18503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:02.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:02.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:02 smithi026 ceph-mon[93126]: pgmap v18504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:02 smithi089 ceph-mon[103441]: pgmap v18504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:03.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:03.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:04.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:04.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:05.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:05.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:05 smithi026 ceph-mon[93126]: pgmap v18505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:05 smithi089 ceph-mon[103441]: pgmap v18505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:06.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:06.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:07.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:07.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:07 smithi089 ceph-mon[103441]: pgmap v18506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:07 smithi026 ceph-mon[93126]: pgmap v18506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:08.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:08.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:09.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:09.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:09 smithi026 ceph-mon[93126]: pgmap v18507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:09 smithi089 ceph-mon[103441]: pgmap v18507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:10.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:10.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:11.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:11.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:11 smithi026 ceph-mon[93126]: pgmap v18508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:11 smithi089 ceph-mon[103441]: pgmap v18508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:12.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:12.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:12 smithi089 ceph-mon[103441]: pgmap v18509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:12 smithi026 ceph-mon[93126]: pgmap v18509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:13.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:13.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:14.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:14.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:15.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:15.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:15 smithi026 ceph-mon[93126]: pgmap v18510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:15 smithi089 ceph-mon[103441]: pgmap v18510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:16.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:16.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:17.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:17.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:17 smithi089 ceph-mon[103441]: pgmap v18511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:17 smithi026 ceph-mon[93126]: pgmap v18511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:18.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:18.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:19.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:19.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:19 smithi026 ceph-mon[93126]: pgmap v18512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:19 smithi089 ceph-mon[103441]: pgmap v18512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:20.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:20.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:21.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:21.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:21 smithi026 ceph-mon[93126]: pgmap v18513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:21 smithi089 ceph-mon[103441]: pgmap v18513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:22.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:22.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:22 smithi089 ceph-mon[103441]: pgmap v18514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:22 smithi026 ceph-mon[93126]: pgmap v18514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:23.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:23.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:24.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:24.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:25.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:25.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:25 smithi026 ceph-mon[93126]: pgmap v18515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:25 smithi089 ceph-mon[103441]: pgmap v18515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:26.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:26.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:27.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:27.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:27 smithi026 ceph-mon[93126]: pgmap v18516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:27 smithi089 ceph-mon[103441]: pgmap v18516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:28.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:28.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:29.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:29.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:29 smithi026 ceph-mon[93126]: pgmap v18517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:29 smithi089 ceph-mon[103441]: pgmap v18517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:30.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:30.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:31.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:31.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:31 smithi026 ceph-mon[93126]: pgmap v18518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:31 smithi089 ceph-mon[103441]: pgmap v18518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:32.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:32.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:32 smithi089 ceph-mon[103441]: pgmap v18519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:32 smithi026 ceph-mon[93126]: pgmap v18519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:33.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:33.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:34.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:34.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:35.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:35.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:35 smithi026 ceph-mon[93126]: pgmap v18520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:35 smithi089 ceph-mon[103441]: pgmap v18520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:36.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:36.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:37.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:37.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:37 smithi026 ceph-mon[93126]: pgmap v18521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:37 smithi089 ceph-mon[103441]: pgmap v18521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:38.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:38.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:39.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:39.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:39 smithi026 ceph-mon[93126]: pgmap v18522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:39 smithi089 ceph-mon[103441]: pgmap v18522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:40.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:40.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:41.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:41.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:41 smithi026 ceph-mon[93126]: pgmap v18523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:41 smithi089 ceph-mon[103441]: pgmap v18523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:42.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:42.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:42 smithi089 ceph-mon[103441]: pgmap v18524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:43.212 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:42 smithi026 ceph-mon[93126]: pgmap v18524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:43.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:43.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:44.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:44.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:45.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:45.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:45 smithi026 ceph-mon[93126]: pgmap v18525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:45 smithi089 ceph-mon[103441]: pgmap v18525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:46.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:46.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:47.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:47.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:47.461 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:47 smithi089 ceph-mon[103441]: pgmap v18526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:47 smithi026 ceph-mon[93126]: pgmap v18526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:48.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:48.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:49.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:49.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:49 smithi026 ceph-mon[93126]: pgmap v18527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:49 smithi089 ceph-mon[103441]: pgmap v18527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:57:50.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:50.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:51.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:51.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:51 smithi026 ceph-mon[93126]: pgmap v18528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:51 smithi089 ceph-mon[103441]: pgmap v18528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:52.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:52.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:52 smithi089 ceph-mon[103441]: pgmap v18529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:52 smithi026 ceph-mon[93126]: pgmap v18529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:53.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:53.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:54.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:54.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:55.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:55.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:55 smithi026 ceph-mon[93126]: pgmap v18530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:55 smithi089 ceph-mon[103441]: pgmap v18530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:56.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:56.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:57.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:57.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:57 smithi026 ceph-mon[93126]: pgmap v18531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:57.566 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:57 smithi089 ceph-mon[103441]: pgmap v18531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:57:58.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:58.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:59.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:57:59.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:57:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:59 smithi026 ceph-mon[93126]: pgmap v18532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:57:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:57:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:57:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:57:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:57:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:57:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:57:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:59 smithi089 ceph-mon[103441]: pgmap v18532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:57:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:57:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:57:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:57:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:57:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:57:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:57:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:58:00.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:00.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:01.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:01.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:01 smithi026 ceph-mon[93126]: pgmap v18533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:01 smithi089 ceph-mon[103441]: pgmap v18533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:02.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:02.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:02 smithi089 ceph-mon[103441]: pgmap v18534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:02 smithi026 ceph-mon[93126]: pgmap v18534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:03.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:03.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:04.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:04.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:05.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:05.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:05 smithi026 ceph-mon[93126]: pgmap v18535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:05 smithi089 ceph-mon[103441]: pgmap v18535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:06.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:06.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:07.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:07.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:07 smithi026 ceph-mon[93126]: pgmap v18536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:07.672 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:07 smithi089 ceph-mon[103441]: pgmap v18536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:08.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:08.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:09.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:09.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:09 smithi026 ceph-mon[93126]: pgmap v18537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:09 smithi089 ceph-mon[103441]: pgmap v18537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:10.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:10.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:11.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:11.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:11 smithi026 ceph-mon[93126]: pgmap v18538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:11 smithi089 ceph-mon[103441]: pgmap v18538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:12.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:12.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:12 smithi089 ceph-mon[103441]: pgmap v18539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:12 smithi026 ceph-mon[93126]: pgmap v18539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:13.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:13.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:14.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:14.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:15.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:15.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:15 smithi026 ceph-mon[93126]: pgmap v18540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:15 smithi089 ceph-mon[103441]: pgmap v18540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:16.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:16.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:17.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:17.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:17 smithi026 ceph-mon[93126]: pgmap v18541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:17 smithi089 ceph-mon[103441]: pgmap v18541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:18.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:18.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:19.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:19.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:19 smithi026 ceph-mon[93126]: pgmap v18542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:19.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:19 smithi089 ceph-mon[103441]: pgmap v18542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:20.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:20.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:21.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:21.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:21 smithi026 ceph-mon[93126]: pgmap v18543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:21 smithi089 ceph-mon[103441]: pgmap v18543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:22.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:22.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:22 smithi089 ceph-mon[103441]: pgmap v18544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:22 smithi026 ceph-mon[93126]: pgmap v18544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:23.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:23.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:24.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:24.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:25.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:25.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:25 smithi026 ceph-mon[93126]: pgmap v18545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:25 smithi089 ceph-mon[103441]: pgmap v18545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:26.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:26.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:27.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:27.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:27 smithi026 ceph-mon[93126]: pgmap v18546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:27.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:27 smithi089 ceph-mon[103441]: pgmap v18546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:28.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:28.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:29.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:29.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:29 smithi026 ceph-mon[93126]: pgmap v18547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:29.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:29 smithi089 ceph-mon[103441]: pgmap v18547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:30.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:30.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:31.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:31.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:31 smithi026 ceph-mon[93126]: pgmap v18548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:31 smithi089 ceph-mon[103441]: pgmap v18548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:32.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:32.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:32 smithi089 ceph-mon[103441]: pgmap v18549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:32 smithi026 ceph-mon[93126]: pgmap v18549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:33.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:33.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:34.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:34.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:35 smithi089 ceph-mon[103441]: pgmap v18550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:35.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:35.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:35 smithi026 ceph-mon[93126]: pgmap v18550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:36.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:36.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:37.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:37.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:37 smithi026 ceph-mon[93126]: pgmap v18551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:37.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:37 smithi089 ceph-mon[103441]: pgmap v18551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:38.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:38.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:39.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:39.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:39 smithi026 ceph-mon[93126]: pgmap v18552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:39 smithi089 ceph-mon[103441]: pgmap v18552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:40.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:40.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:41.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:41.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:41 smithi026 ceph-mon[93126]: pgmap v18553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:41 smithi089 ceph-mon[103441]: pgmap v18553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:42.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:42.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:42 smithi089 ceph-mon[103441]: pgmap v18554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:42 smithi026 ceph-mon[93126]: pgmap v18554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:43.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:43.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:44.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:44.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:45.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:45.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:45 smithi026 ceph-mon[93126]: pgmap v18555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:45 smithi089 ceph-mon[103441]: pgmap v18555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:46.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:46.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:47.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:47.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:47 smithi026 ceph-mon[93126]: pgmap v18556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:47 smithi089 ceph-mon[103441]: pgmap v18556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:48.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:48.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:49.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:49.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:49 smithi026 ceph-mon[93126]: pgmap v18557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:49 smithi089 ceph-mon[103441]: pgmap v18557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:58:50.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:50.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:51.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:51.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:51 smithi026 ceph-mon[93126]: pgmap v18558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:51 smithi089 ceph-mon[103441]: pgmap v18558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:52.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:52.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:52 smithi089 ceph-mon[103441]: pgmap v18559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:53.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:52 smithi026 ceph-mon[93126]: pgmap v18559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:53.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:53.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:54.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:54.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:55.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:55.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:55 smithi026 ceph-mon[93126]: pgmap v18560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:55.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:55 smithi089 ceph-mon[103441]: pgmap v18560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:56.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:56.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:57.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:57.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:57 smithi026 ceph-mon[93126]: pgmap v18561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:57 smithi089 ceph-mon[103441]: pgmap v18561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:58:58.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:58.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:59.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:58:59.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:58:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:59 smithi026 ceph-mon[93126]: pgmap v18562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:58:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:58:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:59 smithi089 ceph-mon[103441]: pgmap v18562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:58:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:58:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T06:59:00.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:00.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:01 smithi089 ceph-mon[103441]: pgmap v18563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:01.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:01.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:01 smithi026 ceph-mon[93126]: pgmap v18563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:02.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:02.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:02 smithi089 ceph-mon[103441]: pgmap v18564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:02 smithi026 ceph-mon[93126]: pgmap v18564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:03.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:03.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:04.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:04.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:59:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:59:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:59:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:59:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:59:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:59:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:59:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:59:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T06:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T06:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:59:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T06:59:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T06:59:05.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:05.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:05 smithi089 ceph-mon[103441]: pgmap v18565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:05 smithi026 ceph-mon[93126]: pgmap v18565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:06.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:06.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:07.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:07.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:07 smithi089 ceph-mon[103441]: pgmap v18566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:07 smithi026 ceph-mon[93126]: pgmap v18566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:08.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:08.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:09.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:09.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:09 smithi089 ceph-mon[103441]: pgmap v18567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:09 smithi026 ceph-mon[93126]: pgmap v18567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:10.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:10.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:11.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:11.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:11 smithi089 ceph-mon[103441]: pgmap v18568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:11 smithi026 ceph-mon[93126]: pgmap v18568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:12.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:12.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:12 smithi089 ceph-mon[103441]: pgmap v18569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:12 smithi026 ceph-mon[93126]: pgmap v18569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:13.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:13.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:14.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:14.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:15.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:15.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:15 smithi026 ceph-mon[93126]: pgmap v18570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:15 smithi089 ceph-mon[103441]: pgmap v18570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:16.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:16.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:17.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:17.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:17 smithi026 ceph-mon[93126]: pgmap v18571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:17 smithi089 ceph-mon[103441]: pgmap v18571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:18.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:18.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:19.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:19.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:19 smithi026 ceph-mon[93126]: pgmap v18572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:19 smithi089 ceph-mon[103441]: pgmap v18572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:20.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:20.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:21.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:21.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:21 smithi026 ceph-mon[93126]: pgmap v18573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:21 smithi089 ceph-mon[103441]: pgmap v18573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:22.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:22.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:22 smithi089 ceph-mon[103441]: pgmap v18574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:22 smithi026 ceph-mon[93126]: pgmap v18574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:23.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:23.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:24.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:24.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:25.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:25.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:25 smithi026 ceph-mon[93126]: pgmap v18575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:25 smithi089 ceph-mon[103441]: pgmap v18575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:26.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:26.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:27.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:27.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:27 smithi026 ceph-mon[93126]: pgmap v18576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:27 smithi089 ceph-mon[103441]: pgmap v18576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:28.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:28.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:29.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:29.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:29 smithi026 ceph-mon[93126]: pgmap v18577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:29 smithi089 ceph-mon[103441]: pgmap v18577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:30.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:30.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:31.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:31.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:31 smithi026 ceph-mon[93126]: pgmap v18578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:31 smithi089 ceph-mon[103441]: pgmap v18578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:32.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:32.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:32 smithi089 ceph-mon[103441]: pgmap v18579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:32 smithi026 ceph-mon[93126]: pgmap v18579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:33.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:33.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:34.480 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:34.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:34.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:35 smithi089 ceph-mon[103441]: pgmap v18580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:35.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:35.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:35 smithi026 ceph-mon[93126]: pgmap v18580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:36.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:36.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:37.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:37.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:37 smithi026 ceph-mon[93126]: pgmap v18581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:37 smithi089 ceph-mon[103441]: pgmap v18581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:38.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:38.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:39.537 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:39 smithi026 ceph-mon[93126]: pgmap v18582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:39.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:39.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:39 smithi089 ceph-mon[103441]: pgmap v18582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:40.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:40.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:41.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:41.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:41 smithi026 ceph-mon[93126]: pgmap v18583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:41 smithi089 ceph-mon[103441]: pgmap v18583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:42.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:42.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:42 smithi026 ceph-mon[93126]: pgmap v18584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:42 smithi089 ceph-mon[103441]: pgmap v18584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:43.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:43.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:44.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:44.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:45 smithi026 ceph-mon[93126]: pgmap v18585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:45.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:45.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:45 smithi089 ceph-mon[103441]: pgmap v18585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:46.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:46.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:47 smithi026 ceph-mon[93126]: pgmap v18586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:47.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:47.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:47 smithi089 ceph-mon[103441]: pgmap v18586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:48.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:48.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:49 smithi026 ceph-mon[93126]: pgmap v18587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:49.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:49.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:49 smithi089 ceph-mon[103441]: pgmap v18587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T06:59:50.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:50.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:51 smithi026 ceph-mon[93126]: pgmap v18588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:51.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:51.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:51 smithi089 ceph-mon[103441]: pgmap v18588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:52.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:52.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:52 smithi026 ceph-mon[93126]: pgmap v18589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:52 smithi089 ceph-mon[103441]: pgmap v18589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:53.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:53.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:54.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:54.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:55 smithi026 ceph-mon[93126]: pgmap v18590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:55.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:55.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:55 smithi089 ceph-mon[103441]: pgmap v18590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:56.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:56.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:57 smithi026 ceph-mon[93126]: pgmap v18591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:57.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:57.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:57 smithi089 ceph-mon[103441]: pgmap v18591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T06:59:58.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:58.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 06:59:59 smithi026 ceph-mon[93126]: pgmap v18592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T06:59:59.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T06:59:59.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T06:59:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 06:59:59 smithi089 ceph-mon[103441]: pgmap v18592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T07:00:00.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:00.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T07:00:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:01 smithi026 ceph-mon[93126]: pgmap v18593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:01.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:01.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:01 smithi089 ceph-mon[103441]: pgmap v18593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:02.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:02.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:03.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:02 smithi026 ceph-mon[93126]: pgmap v18594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:02 smithi089 ceph-mon[103441]: pgmap v18594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:03.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:03.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:04.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:04.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:05 smithi089 ceph-mon[103441]: pgmap v18595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:00:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:00:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:00:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:00:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:00:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:00:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:05 smithi026 ceph-mon[93126]: pgmap v18595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:00:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:00:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:00:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:00:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:00:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:00:05.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:05.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:06.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:06.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:07 smithi026 ceph-mon[93126]: pgmap v18596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:07.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:07.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:07 smithi089 ceph-mon[103441]: pgmap v18596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:08.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:08.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:09 smithi026 ceph-mon[93126]: pgmap v18597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:09.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:09.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:09 smithi089 ceph-mon[103441]: pgmap v18597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:10.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:10.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:11 smithi026 ceph-mon[93126]: pgmap v18598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:11.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:11.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:11 smithi089 ceph-mon[103441]: pgmap v18598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:12.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:12.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:12 smithi026 ceph-mon[93126]: pgmap v18599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:12 smithi089 ceph-mon[103441]: pgmap v18599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:13.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:13.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:14.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:14.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:15 smithi026 ceph-mon[93126]: pgmap v18600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:15.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:15.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:15 smithi089 ceph-mon[103441]: pgmap v18600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:16.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:16.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:17 smithi026 ceph-mon[93126]: pgmap v18601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:17.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:17.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:17 smithi089 ceph-mon[103441]: pgmap v18601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:18.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:18.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:19 smithi089 ceph-mon[103441]: pgmap v18602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:19 smithi026 ceph-mon[93126]: pgmap v18602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:19.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:19.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:20.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:20.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:21 smithi026 ceph-mon[93126]: pgmap v18603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:21.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:21.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:21 smithi089 ceph-mon[103441]: pgmap v18603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:22.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:22.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:22 smithi026 ceph-mon[93126]: pgmap v18604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:22 smithi089 ceph-mon[103441]: pgmap v18604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:23.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:23.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:24.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:24.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:25 smithi026 ceph-mon[93126]: pgmap v18605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:25.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:25.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:25 smithi089 ceph-mon[103441]: pgmap v18605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:26.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:26.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:27 smithi026 ceph-mon[93126]: pgmap v18606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:27.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:27.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:27 smithi089 ceph-mon[103441]: pgmap v18606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:28.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:28.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:29 smithi089 ceph-mon[103441]: pgmap v18607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:29 smithi026 ceph-mon[93126]: pgmap v18607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:29.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:29.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:30.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:30.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:31 smithi026 ceph-mon[93126]: pgmap v18608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:31.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:31.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:31 smithi089 ceph-mon[103441]: pgmap v18608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:32.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:32.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:32 smithi026 ceph-mon[93126]: pgmap v18609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:32 smithi089 ceph-mon[103441]: pgmap v18609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:33.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:33.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:34.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:34.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:35 smithi089 ceph-mon[103441]: pgmap v18610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:35 smithi026 ceph-mon[93126]: pgmap v18610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:35.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:35.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:36.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:36.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:37 smithi026 ceph-mon[93126]: pgmap v18611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:37.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:37.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:37 smithi089 ceph-mon[103441]: pgmap v18611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:38.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:38.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:39 smithi026 ceph-mon[93126]: pgmap v18612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:39.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:39.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:39 smithi089 ceph-mon[103441]: pgmap v18612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:40.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:40.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:41 smithi026 ceph-mon[93126]: pgmap v18613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:41.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:41.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:41 smithi089 ceph-mon[103441]: pgmap v18613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:42.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:42.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:42 smithi026 ceph-mon[93126]: pgmap v18614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:42 smithi089 ceph-mon[103441]: pgmap v18614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:43.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:43.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:44.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:44.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:45 smithi026 ceph-mon[93126]: pgmap v18615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:45.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:45.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:45 smithi089 ceph-mon[103441]: pgmap v18615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:46.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:46.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:47 smithi026 ceph-mon[93126]: pgmap v18616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:47.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:47.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:47.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:47 smithi089 ceph-mon[103441]: pgmap v18616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:48.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:48.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:49 smithi026 ceph-mon[93126]: pgmap v18617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:49.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:49.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:49.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:49 smithi089 ceph-mon[103441]: pgmap v18617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:00:50.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:50.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:51 smithi026 ceph-mon[93126]: pgmap v18618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:51.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:51.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:51.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:51 smithi089 ceph-mon[103441]: pgmap v18618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:52.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:52.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:52 smithi026 ceph-mon[93126]: pgmap v18619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:52 smithi089 ceph-mon[103441]: pgmap v18619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:53.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:53.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:54.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:54.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:55 smithi026 ceph-mon[93126]: pgmap v18620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:55 smithi089 ceph-mon[103441]: pgmap v18620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:55.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:55.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:56.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:56.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:57 smithi026 ceph-mon[93126]: pgmap v18621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:57 smithi089 ceph-mon[103441]: pgmap v18621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:00:57.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:57.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:58.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:58.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:00:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:00:59 smithi026 ceph-mon[93126]: pgmap v18622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:00:59 smithi089 ceph-mon[103441]: pgmap v18622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:00:59.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:00:59.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:00.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:00.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:01 smithi026 ceph-mon[93126]: pgmap v18623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:01 smithi089 ceph-mon[103441]: pgmap v18623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:01.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:01.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:02.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:02.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:02 smithi026 ceph-mon[93126]: pgmap v18624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:02 smithi089 ceph-mon[103441]: pgmap v18624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:03.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:03.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:04.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:04.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:05 smithi089 ceph-mon[103441]: pgmap v18625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:01:05.514 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:05 smithi026 ceph-mon[93126]: pgmap v18625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:05.514 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:01:05.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:05.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:06.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:06.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:06.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:06.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:07.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:07.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:07 smithi026 ceph-mon[93126]: pgmap v18626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:07 smithi089 ceph-mon[103441]: pgmap v18626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:08.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:08.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:09.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:09.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:09 smithi026 ceph-mon[93126]: pgmap v18627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:09 smithi089 ceph-mon[103441]: pgmap v18627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:10.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:10.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:11.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:11.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:11 smithi026 ceph-mon[93126]: pgmap v18628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:11 smithi089 ceph-mon[103441]: pgmap v18628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:12.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:12.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:13.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:13.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:13 smithi026 ceph-mon[93126]: pgmap v18629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:01:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:01:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:13.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:01:13.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:13 smithi089 ceph-mon[103441]: pgmap v18629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:01:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:01:13.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:13.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:01:13.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:01:14.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:14.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:15.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:15.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:15 smithi026 ceph-mon[93126]: pgmap v18630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:15 smithi089 ceph-mon[103441]: pgmap v18630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:16.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:16.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:17.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:17.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:17 smithi026 ceph-mon[93126]: pgmap v18631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:17 smithi089 ceph-mon[103441]: pgmap v18631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:18.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:18.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:19.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:19.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:19 smithi026 ceph-mon[93126]: pgmap v18632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:19 smithi089 ceph-mon[103441]: pgmap v18632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:20.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:20.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:21.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:21.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:21 smithi026 ceph-mon[93126]: pgmap v18633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:21 smithi089 ceph-mon[103441]: pgmap v18633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:22.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:22.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:22 smithi026 ceph-mon[93126]: pgmap v18634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:22 smithi089 ceph-mon[103441]: pgmap v18634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:23.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:23.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:24.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:24.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:25 smithi026 ceph-mon[93126]: pgmap v18635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:25 smithi089 ceph-mon[103441]: pgmap v18635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:25.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:25.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:26.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:26.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:27 smithi026 ceph-mon[93126]: pgmap v18636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:27 smithi089 ceph-mon[103441]: pgmap v18636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:27.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:28.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:28.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:29 smithi026 ceph-mon[93126]: pgmap v18637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:29 smithi089 ceph-mon[103441]: pgmap v18637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:29.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:29.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:30.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:30.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:31 smithi026 ceph-mon[93126]: pgmap v18638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:31 smithi089 ceph-mon[103441]: pgmap v18638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:31.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:31.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:32.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:32.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:32 smithi026 ceph-mon[93126]: pgmap v18639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:32 smithi089 ceph-mon[103441]: pgmap v18639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:33.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:33.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:34.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:34.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:34.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:35 smithi089 ceph-mon[103441]: pgmap v18640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:35 smithi026 ceph-mon[93126]: pgmap v18640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:35.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:35.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:36.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:36.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:37 smithi026 ceph-mon[93126]: pgmap v18641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:37 smithi089 ceph-mon[103441]: pgmap v18641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:37.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:37.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:38.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:38.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:39 smithi026 ceph-mon[93126]: pgmap v18642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:39.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:39 smithi089 ceph-mon[103441]: pgmap v18642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:39.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:39.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:40.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:40.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:41 smithi026 ceph-mon[93126]: pgmap v18643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:41 smithi089 ceph-mon[103441]: pgmap v18643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:41.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:41.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:42.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:42.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:42 smithi026 ceph-mon[93126]: pgmap v18644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:42 smithi089 ceph-mon[103441]: pgmap v18644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:43.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:43.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:44.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:44.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:45 smithi026 ceph-mon[93126]: pgmap v18645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:45 smithi089 ceph-mon[103441]: pgmap v18645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:45.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:45.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:46.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:46.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:47 smithi026 ceph-mon[93126]: pgmap v18646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:47 smithi089 ceph-mon[103441]: pgmap v18646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:47.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:47.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:48.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:48.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:49 smithi026 ceph-mon[93126]: pgmap v18647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:49 smithi089 ceph-mon[103441]: pgmap v18647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:01:49.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:49.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:50.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:50.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:51 smithi026 ceph-mon[93126]: pgmap v18648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:51 smithi089 ceph-mon[103441]: pgmap v18648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:51.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:51.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:52.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:52.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:52 smithi026 ceph-mon[93126]: pgmap v18649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:52 smithi089 ceph-mon[103441]: pgmap v18649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:53.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:53.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:54.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:54.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:55 smithi089 ceph-mon[103441]: pgmap v18650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:55 smithi026 ceph-mon[93126]: pgmap v18650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:55.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:55.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:56.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:56.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:57 smithi026 ceph-mon[93126]: pgmap v18651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:57 smithi089 ceph-mon[103441]: pgmap v18651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:01:57.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:57.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:58.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:58.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:01:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:01:59 smithi026 ceph-mon[93126]: pgmap v18652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:01:59 smithi089 ceph-mon[103441]: pgmap v18652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:01:59.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:01:59.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:00.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:00.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:01 smithi026 ceph-mon[93126]: pgmap v18653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:01 smithi089 ceph-mon[103441]: pgmap v18653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:01.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:01.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:02.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:02.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:02 smithi026 ceph-mon[93126]: pgmap v18654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:03.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:02 smithi089 ceph-mon[103441]: pgmap v18654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:03.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:03.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:04.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:04.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:05 smithi089 ceph-mon[103441]: pgmap v18655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:05 smithi026 ceph-mon[93126]: pgmap v18655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:05.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:05.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:06.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:06.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:07 smithi026 ceph-mon[93126]: pgmap v18656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:07 smithi089 ceph-mon[103441]: pgmap v18656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:07.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:07.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:08.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:08.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:09 smithi026 ceph-mon[93126]: pgmap v18657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:09 smithi089 ceph-mon[103441]: pgmap v18657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:09.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:09.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:10.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:10.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:11 smithi026 ceph-mon[93126]: pgmap v18658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:11 smithi089 ceph-mon[103441]: pgmap v18658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:11.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:11.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:12.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:12.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:12 smithi026 ceph-mon[93126]: pgmap v18659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:12 smithi089 ceph-mon[103441]: pgmap v18659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:13.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:13.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:13 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:02:14.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:13 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:02:14.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:14.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:15 smithi026 ceph-mon[93126]: pgmap v18660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:02:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:02:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:02:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:02:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:02:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:02:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:02:15.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:15.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:15 smithi089 ceph-mon[103441]: pgmap v18660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:02:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:02:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:02:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:02:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:02:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:02:15.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:02:16.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:16.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:17 smithi026 ceph-mon[93126]: pgmap v18661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:17.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:17.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:17 smithi089 ceph-mon[103441]: pgmap v18661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:18.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:18.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:19 smithi026 ceph-mon[93126]: pgmap v18662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:19.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:19.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:19 smithi089 ceph-mon[103441]: pgmap v18662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:20.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:20.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:21 smithi026 ceph-mon[93126]: pgmap v18663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:21.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:21.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:21 smithi089 ceph-mon[103441]: pgmap v18663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:22.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:22.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:22 smithi026 ceph-mon[93126]: pgmap v18664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:22 smithi089 ceph-mon[103441]: pgmap v18664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:23.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:23.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:24.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:24.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:25 smithi026 ceph-mon[93126]: pgmap v18665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:25 smithi089 ceph-mon[103441]: pgmap v18665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:25.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:25.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:26.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:26.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:27 smithi026 ceph-mon[93126]: pgmap v18666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:27 smithi089 ceph-mon[103441]: pgmap v18666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:27.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:27.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:28.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:28.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:29 smithi026 ceph-mon[93126]: pgmap v18667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:29 smithi089 ceph-mon[103441]: pgmap v18667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:29.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:29.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:30.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:30.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:31 smithi026 ceph-mon[93126]: pgmap v18668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:31 smithi089 ceph-mon[103441]: pgmap v18668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:31.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:31.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:32.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:32.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:32 smithi026 ceph-mon[93126]: pgmap v18669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:32 smithi089 ceph-mon[103441]: pgmap v18669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:33.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:33.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:34.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:34.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:35 smithi089 ceph-mon[103441]: pgmap v18670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:35 smithi026 ceph-mon[93126]: pgmap v18670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:35.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:35.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:36.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:36.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:37 smithi026 ceph-mon[93126]: pgmap v18671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:37 smithi089 ceph-mon[103441]: pgmap v18671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:37.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:37.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:38.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:38.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:39 smithi026 ceph-mon[93126]: pgmap v18672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:39 smithi089 ceph-mon[103441]: pgmap v18672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:39.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:39.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:40.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:40.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:41 smithi026 ceph-mon[93126]: pgmap v18673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:41 smithi089 ceph-mon[103441]: pgmap v18673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:41.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:41.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:42.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:42.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:42 smithi026 ceph-mon[93126]: pgmap v18674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:42 smithi089 ceph-mon[103441]: pgmap v18674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:43.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:43.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:44.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:44.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:45 smithi026 ceph-mon[93126]: pgmap v18675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:45.582 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:45 smithi089 ceph-mon[103441]: pgmap v18675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:45.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:45.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:46.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:46.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:47 smithi026 ceph-mon[93126]: pgmap v18676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:47 smithi089 ceph-mon[103441]: pgmap v18676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:47.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:47.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:48.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:48.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:49 smithi026 ceph-mon[93126]: pgmap v18677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:49 smithi089 ceph-mon[103441]: pgmap v18677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:02:49.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:49.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:50.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:50.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:51 smithi026 ceph-mon[93126]: pgmap v18678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:51 smithi089 ceph-mon[103441]: pgmap v18678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:51.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:51.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:52.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:52.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:52 smithi026 ceph-mon[93126]: pgmap v18679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:52 smithi089 ceph-mon[103441]: pgmap v18679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:53.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:53.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:54.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:54.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:55 smithi026 ceph-mon[93126]: pgmap v18680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:55 smithi089 ceph-mon[103441]: pgmap v18680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:55.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:55.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:56.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:56.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:57 smithi026 ceph-mon[93126]: pgmap v18681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:57 smithi089 ceph-mon[103441]: pgmap v18681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:02:57.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:57.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:58.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:58.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:02:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:02:59 smithi026 ceph-mon[93126]: pgmap v18682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:02:59 smithi089 ceph-mon[103441]: pgmap v18682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:02:59.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:02:59.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:00.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:00.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:01 smithi089 ceph-mon[103441]: pgmap v18683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:01 smithi026 ceph-mon[93126]: pgmap v18683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:01.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:01.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:02.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:02.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:02 smithi026 ceph-mon[93126]: pgmap v18684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:02 smithi089 ceph-mon[103441]: pgmap v18684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:03.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:03.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:04.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:04.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:05.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:05 smithi089 ceph-mon[103441]: pgmap v18685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:05 smithi026 ceph-mon[93126]: pgmap v18685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:05.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:05.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:06.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:06.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:07 smithi026 ceph-mon[93126]: pgmap v18686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:07 smithi089 ceph-mon[103441]: pgmap v18686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:07.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:07.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:08.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:08.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:09 smithi026 ceph-mon[93126]: pgmap v18687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:09 smithi089 ceph-mon[103441]: pgmap v18687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:09.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:09.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:10.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:10.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:11 smithi089 ceph-mon[103441]: pgmap v18688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:11 smithi026 ceph-mon[93126]: pgmap v18688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:11.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:11.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:12.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:12.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:12 smithi026 ceph-mon[93126]: pgmap v18689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:12 smithi089 ceph-mon[103441]: pgmap v18689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:13.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:13.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:14.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:14.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:15 smithi026 ceph-mon[93126]: pgmap v18690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:03:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:15 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:15 smithi089 ceph-mon[103441]: pgmap v18690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:03:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:15 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:15.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:15.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:16.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:16.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:17 smithi026 ceph-mon[93126]: pgmap v18691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:17.584 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:17 smithi089 ceph-mon[103441]: pgmap v18691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:17.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:17.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:18.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:18.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:19 smithi089 ceph-mon[103441]: pgmap v18692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:19 smithi026 ceph-mon[93126]: pgmap v18692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:19.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:19.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:03:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:03:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:03:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:03:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:03:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:03:20.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:03:20.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:20.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:21 smithi089 ceph-mon[103441]: pgmap v18693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:21 smithi026 ceph-mon[93126]: pgmap v18693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:21.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:21.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:22.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:22.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:22 smithi026 ceph-mon[93126]: pgmap v18694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:22 smithi089 ceph-mon[103441]: pgmap v18694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:23.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:23.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:24.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:24.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:25 smithi026 ceph-mon[93126]: pgmap v18695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:25 smithi089 ceph-mon[103441]: pgmap v18695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:25.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:25.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:26.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:26.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:27 smithi026 ceph-mon[93126]: pgmap v18696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:27 smithi089 ceph-mon[103441]: pgmap v18696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:27.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:27.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:28.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:28.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:29 smithi089 ceph-mon[103441]: pgmap v18697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:29 smithi026 ceph-mon[93126]: pgmap v18697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:29.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:29.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:30.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:30.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:31 smithi089 ceph-mon[103441]: pgmap v18698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:31 smithi026 ceph-mon[93126]: pgmap v18698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:31.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:31.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:32.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:32.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:32 smithi026 ceph-mon[93126]: pgmap v18699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:32 smithi089 ceph-mon[103441]: pgmap v18699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:33.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:33.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:34.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:34.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:35 smithi089 ceph-mon[103441]: pgmap v18700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:35 smithi026 ceph-mon[93126]: pgmap v18700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:35.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:35.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:36.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:36.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:37 smithi026 ceph-mon[93126]: pgmap v18701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:37 smithi089 ceph-mon[103441]: pgmap v18701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:37.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:37.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:38.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:38.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:39 smithi089 ceph-mon[103441]: pgmap v18702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:39 smithi026 ceph-mon[93126]: pgmap v18702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:39.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:39.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:40.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:40.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:41 smithi089 ceph-mon[103441]: pgmap v18703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:41 smithi026 ceph-mon[93126]: pgmap v18703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:41.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:41.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:42.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:42.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:42 smithi026 ceph-mon[93126]: pgmap v18704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:42 smithi089 ceph-mon[103441]: pgmap v18704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:43.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:43.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:44.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:44.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:45 smithi089 ceph-mon[103441]: pgmap v18705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:45 smithi026 ceph-mon[93126]: pgmap v18705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:45.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:45.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:46.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:46.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:47 smithi089 ceph-mon[103441]: pgmap v18706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:47 smithi026 ceph-mon[93126]: pgmap v18706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:47.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:47.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:48.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:48.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:49 smithi089 ceph-mon[103441]: pgmap v18707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:49 smithi026 ceph-mon[93126]: pgmap v18707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:03:49.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:49.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:50.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:50.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:51 smithi089 ceph-mon[103441]: pgmap v18708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:51 smithi026 ceph-mon[93126]: pgmap v18708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:51.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:51.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:52.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:52.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:52 smithi026 ceph-mon[93126]: pgmap v18709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:52 smithi089 ceph-mon[103441]: pgmap v18709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:53.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:53.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:54.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:54.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:55 smithi089 ceph-mon[103441]: pgmap v18710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:55 smithi026 ceph-mon[93126]: pgmap v18710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:55.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:55.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:56.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:56.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:57 smithi089 ceph-mon[103441]: pgmap v18711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:57 smithi026 ceph-mon[93126]: pgmap v18711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:03:57.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:57.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:58.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:58.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:03:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:03:59 smithi089 ceph-mon[103441]: pgmap v18712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:03:59 smithi026 ceph-mon[93126]: pgmap v18712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:03:59.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:03:59.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:00.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:00.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:01 smithi089 ceph-mon[103441]: pgmap v18713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:01 smithi026 ceph-mon[93126]: pgmap v18713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:01.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:01.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:02.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:02.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:02 smithi026 ceph-mon[93126]: pgmap v18714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:02 smithi089 ceph-mon[103441]: pgmap v18714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:03.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:03.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:04.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:04.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:05 smithi089 ceph-mon[103441]: pgmap v18715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:05 smithi026 ceph-mon[93126]: pgmap v18715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:06.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:06.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:07.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:07.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:07.588 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:07 smithi026 ceph-mon[93126]: pgmap v18716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:07 smithi089 ceph-mon[103441]: pgmap v18716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:08.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:08.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:09.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:09.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:09 smithi089 ceph-mon[103441]: pgmap v18717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:09 smithi026 ceph-mon[93126]: pgmap v18717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:10.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:10.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:11.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:11.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:11 smithi089 ceph-mon[103441]: pgmap v18718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:11 smithi026 ceph-mon[93126]: pgmap v18718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:12.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:12.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:13.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:13.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:12 smithi026 ceph-mon[93126]: pgmap v18719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:12 smithi089 ceph-mon[103441]: pgmap v18719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:14.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:14.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:15.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:15.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:15 smithi089 ceph-mon[103441]: pgmap v18720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:15 smithi026 ceph-mon[93126]: pgmap v18720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:16.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:16.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:17.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:17.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:17 smithi089 ceph-mon[103441]: pgmap v18721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:17.703 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:17 smithi026 ceph-mon[93126]: pgmap v18721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:18.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:18.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:19.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:19.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:19 smithi089 ceph-mon[103441]: pgmap v18722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:19 smithi026 ceph-mon[93126]: pgmap v18722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:20.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:20.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:04:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:04:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:04:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:04:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:04:20.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:04:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:04:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:04:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:04:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:04:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:04:20.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:04:21.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:21.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:21 smithi089 ceph-mon[103441]: pgmap v18723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:21 smithi026 ceph-mon[93126]: pgmap v18723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:22.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:22.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:23.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:23.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:22 smithi026 ceph-mon[93126]: pgmap v18724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:22 smithi089 ceph-mon[103441]: pgmap v18724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:24.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:24.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:25.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:25.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:25 smithi089 ceph-mon[103441]: pgmap v18725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:25 smithi026 ceph-mon[93126]: pgmap v18725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:26.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:26.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:27.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:27.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:27 smithi089 ceph-mon[103441]: pgmap v18726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:27 smithi026 ceph-mon[93126]: pgmap v18726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:28.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:28.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:29.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:29.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:29 smithi089 ceph-mon[103441]: pgmap v18727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:29 smithi026 ceph-mon[93126]: pgmap v18727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:30.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:30.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:31.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:31.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:31 smithi089 ceph-mon[103441]: pgmap v18728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:31 smithi026 ceph-mon[93126]: pgmap v18728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:32.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:32.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:33.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:33.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:32 smithi026 ceph-mon[93126]: pgmap v18729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:32 smithi089 ceph-mon[103441]: pgmap v18729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:34.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:34.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:35.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:35.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:35 smithi089 ceph-mon[103441]: pgmap v18730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:35 smithi026 ceph-mon[93126]: pgmap v18730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:36.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:36.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:37.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:37.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:37 smithi089 ceph-mon[103441]: pgmap v18731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:37 smithi026 ceph-mon[93126]: pgmap v18731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:38.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:38.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:39.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:39.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:39 smithi089 ceph-mon[103441]: pgmap v18732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:39 smithi026 ceph-mon[93126]: pgmap v18732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:40.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:40.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:41.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:41.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:41 smithi089 ceph-mon[103441]: pgmap v18733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:41 smithi026 ceph-mon[93126]: pgmap v18733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:42.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:42.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:43.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:43.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:42 smithi026 ceph-mon[93126]: pgmap v18734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:42 smithi089 ceph-mon[103441]: pgmap v18734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:44.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:44.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:45.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:45.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:45 smithi089 ceph-mon[103441]: pgmap v18735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:45 smithi026 ceph-mon[93126]: pgmap v18735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:46.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:46.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:47.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:47.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:47 smithi089 ceph-mon[103441]: pgmap v18736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:47 smithi026 ceph-mon[93126]: pgmap v18736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:48.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:48.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:49.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:49.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:49 smithi089 ceph-mon[103441]: pgmap v18737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:49 smithi026 ceph-mon[93126]: pgmap v18737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:04:50.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:50.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:51.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:51.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:51 smithi089 ceph-mon[103441]: pgmap v18738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:51 smithi026 ceph-mon[93126]: pgmap v18738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:52.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:52.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:53.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:53.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:52 smithi026 ceph-mon[93126]: pgmap v18739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:52 smithi089 ceph-mon[103441]: pgmap v18739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:54.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:54.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:55.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:55.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:55 smithi089 ceph-mon[103441]: pgmap v18740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:55 smithi026 ceph-mon[93126]: pgmap v18740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:56.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:56.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:57.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:57.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:57 smithi089 ceph-mon[103441]: pgmap v18741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:57 smithi026 ceph-mon[93126]: pgmap v18741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:04:58.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:58.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:59.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:04:59.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:04:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:04:59 smithi089 ceph-mon[103441]: pgmap v18742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:04:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:04:59 smithi026 ceph-mon[93126]: pgmap v18742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:00.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:00.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:01.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:01.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:01 smithi089 ceph-mon[103441]: pgmap v18743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:01 smithi026 ceph-mon[93126]: pgmap v18743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:02.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:02.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:03.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:03.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:02 smithi026 ceph-mon[93126]: pgmap v18744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:03 smithi089 ceph-mon[103441]: pgmap v18744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:04.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:04.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:05.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:05.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:05 smithi089 ceph-mon[103441]: pgmap v18745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:05 smithi026 ceph-mon[93126]: pgmap v18745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:06.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:06.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:07.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:07.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:07 smithi089 ceph-mon[103441]: pgmap v18746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:07 smithi026 ceph-mon[93126]: pgmap v18746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:08.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:08.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:09.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:09.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:09 smithi089 ceph-mon[103441]: pgmap v18747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:09 smithi026 ceph-mon[93126]: pgmap v18747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:10.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:10.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:11.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:11.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:11 smithi089 ceph-mon[103441]: pgmap v18748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:11 smithi026 ceph-mon[93126]: pgmap v18748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:12.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:12.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:13.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:13.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:13 smithi026 ceph-mon[93126]: pgmap v18749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:14.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:14.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:15.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:15.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:13 smithi089 ceph-mon[103441]: pgmap v18749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:15 smithi089 ceph-mon[103441]: pgmap v18750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:15 smithi026 ceph-mon[93126]: pgmap v18750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:16.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:16.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:17.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:17.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:17 smithi089 ceph-mon[103441]: pgmap v18751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:17 smithi026 ceph-mon[93126]: pgmap v18751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:18.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:18.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:19.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:19.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:19 smithi089 ceph-mon[103441]: pgmap v18752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:19 smithi026 ceph-mon[93126]: pgmap v18752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:19.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:20.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:20.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:05:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:05:21.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:21.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:21 smithi089 ceph-mon[103441]: pgmap v18753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:05:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:05:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:05:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:05:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:05:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:21 smithi026 ceph-mon[93126]: pgmap v18753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:05:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:05:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:05:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:05:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:05:22.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:22.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:23.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:23.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:23 smithi026 ceph-mon[93126]: pgmap v18754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:23 smithi089 ceph-mon[103441]: pgmap v18754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:24.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:24.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:25.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:25.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:25 smithi089 ceph-mon[103441]: pgmap v18755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:25 smithi026 ceph-mon[93126]: pgmap v18755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:26.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:26.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:27.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:27.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:27 smithi089 ceph-mon[103441]: pgmap v18756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:27 smithi026 ceph-mon[93126]: pgmap v18756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:28.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:28.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:29.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:29.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:29 smithi089 ceph-mon[103441]: pgmap v18757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:29 smithi026 ceph-mon[93126]: pgmap v18757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:30.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:30.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:31.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:31.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:31 smithi089 ceph-mon[103441]: pgmap v18758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:31 smithi026 ceph-mon[93126]: pgmap v18758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:32.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:32.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:33.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:33.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:33 smithi026 ceph-mon[93126]: pgmap v18759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:33 smithi089 ceph-mon[103441]: pgmap v18759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:34.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:34.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:35.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:35.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:35 smithi089 ceph-mon[103441]: pgmap v18760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:35 smithi026 ceph-mon[93126]: pgmap v18760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:36.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:36.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:37.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:37.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:37 smithi089 ceph-mon[103441]: pgmap v18761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:37 smithi026 ceph-mon[93126]: pgmap v18761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:38.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:38.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:39.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:39.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:39 smithi089 ceph-mon[103441]: pgmap v18762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:39 smithi026 ceph-mon[93126]: pgmap v18762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:40.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:40.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:41.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:41.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:41 smithi089 ceph-mon[103441]: pgmap v18763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:41 smithi026 ceph-mon[93126]: pgmap v18763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:42.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:42.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:43.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:43.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:43 smithi026 ceph-mon[93126]: pgmap v18764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:43 smithi089 ceph-mon[103441]: pgmap v18764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:44.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:44.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:45.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:45.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:45 smithi089 ceph-mon[103441]: pgmap v18765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:45 smithi026 ceph-mon[93126]: pgmap v18765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:46.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:46.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:47.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:47.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:47 smithi089 ceph-mon[103441]: pgmap v18766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:47 smithi026 ceph-mon[93126]: pgmap v18766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:48.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:48.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:49.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:49.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:49 smithi089 ceph-mon[103441]: pgmap v18767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:49 smithi026 ceph-mon[93126]: pgmap v18767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:05:50.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:50.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:51.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:51.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:51 smithi089 ceph-mon[103441]: pgmap v18768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:51 smithi026 ceph-mon[93126]: pgmap v18768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:52.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:52.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:53.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:53.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:53 smithi026 ceph-mon[93126]: pgmap v18769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:53 smithi089 ceph-mon[103441]: pgmap v18769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:54.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:54.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:55.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:55.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:55 smithi089 ceph-mon[103441]: pgmap v18770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:55 smithi026 ceph-mon[93126]: pgmap v18770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:56.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:56.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:57.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:57.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:57 smithi089 ceph-mon[103441]: pgmap v18771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:57 smithi026 ceph-mon[93126]: pgmap v18771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:05:58.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:58.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:59.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:05:59.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:05:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:05:59 smithi089 ceph-mon[103441]: pgmap v18772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:05:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:05:59 smithi026 ceph-mon[93126]: pgmap v18772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:00.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:00.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:01.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:01.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:01 smithi089 ceph-mon[103441]: pgmap v18773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:01 smithi026 ceph-mon[93126]: pgmap v18773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:02.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:02.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:03.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:03.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:03 smithi026 ceph-mon[93126]: pgmap v18774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:03 smithi089 ceph-mon[103441]: pgmap v18774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:04.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:04.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:05.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:05.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:05 smithi089 ceph-mon[103441]: pgmap v18775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:05 smithi026 ceph-mon[93126]: pgmap v18775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:06.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:06.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:07.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:07.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:07 smithi089 ceph-mon[103441]: pgmap v18776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:07 smithi026 ceph-mon[93126]: pgmap v18776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:08.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:08.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:09.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:09.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:09 smithi089 ceph-mon[103441]: pgmap v18777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:09 smithi026 ceph-mon[93126]: pgmap v18777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:10.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:10.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:11.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:11.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:11 smithi089 ceph-mon[103441]: pgmap v18778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:11 smithi026 ceph-mon[93126]: pgmap v18778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:12.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:12.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:13.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:13.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:13 smithi026 ceph-mon[93126]: pgmap v18779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:13 smithi089 ceph-mon[103441]: pgmap v18779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:14.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:14.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:15.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:15.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:15 smithi089 ceph-mon[103441]: pgmap v18780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:15 smithi026 ceph-mon[93126]: pgmap v18780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:16.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:16.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:17.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:17.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:17 smithi089 ceph-mon[103441]: pgmap v18781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:17 smithi026 ceph-mon[93126]: pgmap v18781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:18.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:18.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:19.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:19.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:19 smithi089 ceph-mon[103441]: pgmap v18782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:19 smithi026 ceph-mon[93126]: pgmap v18782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:20.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:20.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:21.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:21.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:21 smithi089 ceph-mon[103441]: pgmap v18783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:06:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:21 smithi026 ceph-mon[93126]: pgmap v18783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:06:22.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:22.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:06:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:06:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:06:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:06:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:06:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:06:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:06:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:06:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:06:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:06:23.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:23.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:23 smithi089 ceph-mon[103441]: pgmap v18784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:23 smithi026 ceph-mon[93126]: pgmap v18784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:24.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:24.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:25.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:25.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:25 smithi089 ceph-mon[103441]: pgmap v18785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:25 smithi026 ceph-mon[93126]: pgmap v18785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:26.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:26.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:27.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:27.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:27 smithi089 ceph-mon[103441]: pgmap v18786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:27 smithi026 ceph-mon[93126]: pgmap v18786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:28.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:28.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:29.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:29.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:29 smithi026 ceph-mon[93126]: pgmap v18787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:29 smithi089 ceph-mon[103441]: pgmap v18787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:30.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:30.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:31.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:31.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:31 smithi089 ceph-mon[103441]: pgmap v18788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:31 smithi026 ceph-mon[93126]: pgmap v18788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:32.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:32.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:33.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:33.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:33 smithi026 ceph-mon[93126]: pgmap v18789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:33 smithi089 ceph-mon[103441]: pgmap v18789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:34.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:34.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:35.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:35.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:35 smithi089 ceph-mon[103441]: pgmap v18790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:35 smithi026 ceph-mon[93126]: pgmap v18790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:36.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:36.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:37.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:37.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:37 smithi089 ceph-mon[103441]: pgmap v18791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:37 smithi026 ceph-mon[93126]: pgmap v18791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:38.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:38.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:39.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:39.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:39 smithi089 ceph-mon[103441]: pgmap v18792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:39 smithi026 ceph-mon[93126]: pgmap v18792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:40.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:40.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:41.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:41.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:41 smithi089 ceph-mon[103441]: pgmap v18793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:41 smithi026 ceph-mon[93126]: pgmap v18793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:42.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:42.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:43.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:43.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:43 smithi026 ceph-mon[93126]: pgmap v18794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:43 smithi089 ceph-mon[103441]: pgmap v18794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:44.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:44.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:45.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:45.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:45 smithi089 ceph-mon[103441]: pgmap v18795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:45 smithi026 ceph-mon[93126]: pgmap v18795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:46.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:46.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:47.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:47.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:47 smithi089 ceph-mon[103441]: pgmap v18796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:47 smithi026 ceph-mon[93126]: pgmap v18796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:48.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:48.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:49.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:49.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:49 smithi089 ceph-mon[103441]: pgmap v18797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:49 smithi026 ceph-mon[93126]: pgmap v18797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:06:50.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:50.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:51.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:51.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:51 smithi089 ceph-mon[103441]: pgmap v18798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:51 smithi026 ceph-mon[93126]: pgmap v18798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:52.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:52.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:53.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:53.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:53 smithi026 ceph-mon[93126]: pgmap v18799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:53 smithi089 ceph-mon[103441]: pgmap v18799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:54.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:54.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:55.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:55.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:55 smithi089 ceph-mon[103441]: pgmap v18800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:55 smithi026 ceph-mon[93126]: pgmap v18800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:56.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:56.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:57.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:57.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:57 smithi089 ceph-mon[103441]: pgmap v18801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:57 smithi026 ceph-mon[93126]: pgmap v18801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:06:58.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:58.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:59.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:06:59.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:06:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:06:59 smithi089 ceph-mon[103441]: pgmap v18802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:06:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:06:59 smithi026 ceph-mon[93126]: pgmap v18802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:00.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:00.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:01.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:01.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:01 smithi089 ceph-mon[103441]: pgmap v18803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:01 smithi026 ceph-mon[93126]: pgmap v18803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:02.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:02.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:03.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:03.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:03 smithi026 ceph-mon[93126]: pgmap v18804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:03 smithi089 ceph-mon[103441]: pgmap v18804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:04.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:04.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:05.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:05.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:05 smithi089 ceph-mon[103441]: pgmap v18805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:05 smithi026 ceph-mon[93126]: pgmap v18805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:06.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:06.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:07.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:07.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:07 smithi089 ceph-mon[103441]: pgmap v18806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:07 smithi026 ceph-mon[93126]: pgmap v18806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:08.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:08.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:09.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:09.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:09.658 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:09 smithi026 ceph-mon[93126]: pgmap v18807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:09 smithi089 ceph-mon[103441]: pgmap v18807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:10.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:10.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:11.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:11.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:11 smithi089 ceph-mon[103441]: pgmap v18808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:11 smithi026 ceph-mon[93126]: pgmap v18808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:12.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:12.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:13 smithi026 ceph-mon[93126]: pgmap v18809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:13.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:13.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:13.364 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:13 smithi089 ceph-mon[103441]: pgmap v18809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:14.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:14.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:15.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:15.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:15 smithi089 ceph-mon[103441]: pgmap v18810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:15 smithi026 ceph-mon[93126]: pgmap v18810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:16.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:16.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:17.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:17.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:17 smithi089 ceph-mon[103441]: pgmap v18811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:17 smithi026 ceph-mon[93126]: pgmap v18811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:18.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:18.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:19.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:19.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:19 smithi089 ceph-mon[103441]: pgmap v18812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:19.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:19 smithi026 ceph-mon[93126]: pgmap v18812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:19.773 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:20.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:20.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:21.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:21.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:21 smithi089 ceph-mon[103441]: pgmap v18813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:21 smithi026 ceph-mon[93126]: pgmap v18813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:22.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:22.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:07:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:07:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:07:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:07:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:07:22.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:07:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:07:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:07:22.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:07:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:07:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:07:22.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:07:23.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:23.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:23 smithi089 ceph-mon[103441]: pgmap v18814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:23 smithi026 ceph-mon[93126]: pgmap v18814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:24.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:24.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:25.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:25.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:25 smithi089 ceph-mon[103441]: pgmap v18815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:25 smithi026 ceph-mon[93126]: pgmap v18815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:26.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:26.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:27.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:27.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:27 smithi089 ceph-mon[103441]: pgmap v18816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:27 smithi026 ceph-mon[93126]: pgmap v18816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:28.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:28.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:29.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:29.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:29 smithi089 ceph-mon[103441]: pgmap v18817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:29 smithi026 ceph-mon[93126]: pgmap v18817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:30.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:30.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:31.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:31.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:31 smithi089 ceph-mon[103441]: pgmap v18818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:31 smithi026 ceph-mon[93126]: pgmap v18818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:32.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:32.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:33 smithi026 ceph-mon[93126]: pgmap v18819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:33.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:33.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:33 smithi089 ceph-mon[103441]: pgmap v18819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:34.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:34.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:35 smithi026 ceph-mon[93126]: pgmap v18820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:35.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:35.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:35 smithi089 ceph-mon[103441]: pgmap v18820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:36.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:36.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:37.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:37.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:37 smithi089 ceph-mon[103441]: pgmap v18821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:37 smithi026 ceph-mon[93126]: pgmap v18821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:38.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:38.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:39.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:39.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:39 smithi089 ceph-mon[103441]: pgmap v18822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:39 smithi026 ceph-mon[93126]: pgmap v18822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:40.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:40.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:41.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:41.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:41 smithi089 ceph-mon[103441]: pgmap v18823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:41 smithi026 ceph-mon[93126]: pgmap v18823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:42.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:42.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:43 smithi026 ceph-mon[93126]: pgmap v18824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:43.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:43.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:43 smithi089 ceph-mon[103441]: pgmap v18824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:44.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:44.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:45.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:45.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:45 smithi089 ceph-mon[103441]: pgmap v18825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:45 smithi026 ceph-mon[93126]: pgmap v18825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:46.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:46.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:47.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:47.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:47 smithi089 ceph-mon[103441]: pgmap v18826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:47 smithi026 ceph-mon[93126]: pgmap v18826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:48.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:48.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:49.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:49.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:49 smithi089 ceph-mon[103441]: pgmap v18827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:49 smithi026 ceph-mon[93126]: pgmap v18827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:07:50.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:50.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:51.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:51.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:51 smithi089 ceph-mon[103441]: pgmap v18828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:51 smithi026 ceph-mon[93126]: pgmap v18828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:52.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:52.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:53 smithi026 ceph-mon[93126]: pgmap v18829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:53.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:53.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:53 smithi089 ceph-mon[103441]: pgmap v18829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:54.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:54.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:55.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:55.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:55 smithi026 ceph-mon[93126]: pgmap v18830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:55 smithi089 ceph-mon[103441]: pgmap v18830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:56.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:56.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:57.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:57.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:57 smithi089 ceph-mon[103441]: pgmap v18831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:57 smithi026 ceph-mon[93126]: pgmap v18831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:07:58.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:58.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:59.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:07:59.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:07:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:07:59 smithi089 ceph-mon[103441]: pgmap v18832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:07:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:07:59 smithi026 ceph-mon[93126]: pgmap v18832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:00.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:00.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:01.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:01.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:01 smithi089 ceph-mon[103441]: pgmap v18833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:01 smithi026 ceph-mon[93126]: pgmap v18833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:02.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:02.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:03 smithi026 ceph-mon[93126]: pgmap v18834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:03.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:03.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:03 smithi089 ceph-mon[103441]: pgmap v18834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:04.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:04.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:05.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:05.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:05 smithi089 ceph-mon[103441]: pgmap v18835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:05 smithi026 ceph-mon[93126]: pgmap v18835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:06.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:06.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:07.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:07.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:07 smithi089 ceph-mon[103441]: pgmap v18836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:07 smithi026 ceph-mon[93126]: pgmap v18836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:08.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:08.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:09.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:09.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:09 smithi089 ceph-mon[103441]: pgmap v18837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:09 smithi026 ceph-mon[93126]: pgmap v18837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:10.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:10.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:11.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:11.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:11 smithi089 ceph-mon[103441]: pgmap v18838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:11 smithi026 ceph-mon[93126]: pgmap v18838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:12.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:12.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:13 smithi026 ceph-mon[93126]: pgmap v18839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:13.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:13.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:13 smithi089 ceph-mon[103441]: pgmap v18839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:14.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:14.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:15.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:15.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:15 smithi089 ceph-mon[103441]: pgmap v18840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:15 smithi026 ceph-mon[93126]: pgmap v18840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:16.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:16.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:17.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:17.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:17 smithi089 ceph-mon[103441]: pgmap v18841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:17 smithi026 ceph-mon[93126]: pgmap v18841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:18.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:18.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:19.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:19.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:19 smithi089 ceph-mon[103441]: pgmap v18842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:19 smithi026 ceph-mon[93126]: pgmap v18842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:20.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:20.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:21.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:21.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:21 smithi089 ceph-mon[103441]: pgmap v18843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:21 smithi026 ceph-mon[93126]: pgmap v18843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:22.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:22.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:23 smithi026 ceph-mon[93126]: pgmap v18844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:08:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:08:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:08:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:08:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:08:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:08:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:23 smithi089 ceph-mon[103441]: pgmap v18844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:08:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:08:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:08:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:08:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:08:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:08:23.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:23.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:24.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:24.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:25.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:25.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:25 smithi089 ceph-mon[103441]: pgmap v18845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:25 smithi026 ceph-mon[93126]: pgmap v18845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:26.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:26.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:27.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:27.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:27 smithi089 ceph-mon[103441]: pgmap v18846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:27 smithi026 ceph-mon[93126]: pgmap v18846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:28.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:28.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:29 smithi089 ceph-mon[103441]: pgmap v18847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:29.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:29.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:29 smithi026 ceph-mon[93126]: pgmap v18847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:30.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:30.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:31.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:31.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:31 smithi089 ceph-mon[103441]: pgmap v18848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:31 smithi026 ceph-mon[93126]: pgmap v18848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:32.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:32.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:33 smithi026 ceph-mon[93126]: pgmap v18849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:33 smithi089 ceph-mon[103441]: pgmap v18849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:33.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:33.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:34.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:34.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:35 smithi089 ceph-mon[103441]: pgmap v18850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:35.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:35.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:35 smithi026 ceph-mon[93126]: pgmap v18850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:36.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:36.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:37.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:37.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:37 smithi089 ceph-mon[103441]: pgmap v18851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:37 smithi026 ceph-mon[93126]: pgmap v18851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:38.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:38.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:39.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:39.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:39 smithi089 ceph-mon[103441]: pgmap v18852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:39 smithi026 ceph-mon[93126]: pgmap v18852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:40.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:40.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:41.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:41.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:41 smithi089 ceph-mon[103441]: pgmap v18853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:41 smithi026 ceph-mon[93126]: pgmap v18853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:42.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:42.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:43 smithi026 ceph-mon[93126]: pgmap v18854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:43 smithi089 ceph-mon[103441]: pgmap v18854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:43.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:43.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:44.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:44.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:45.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:45.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:45 smithi089 ceph-mon[103441]: pgmap v18855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:45.753 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:45 smithi026 ceph-mon[93126]: pgmap v18855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:46.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:46.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:47.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:47.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:47 smithi089 ceph-mon[103441]: pgmap v18856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:47 smithi026 ceph-mon[93126]: pgmap v18856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:48.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:48.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:49.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:49.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:49 smithi089 ceph-mon[103441]: pgmap v18857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:49 smithi026 ceph-mon[93126]: pgmap v18857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:08:50.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:50.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:51.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:51.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:51 smithi089 ceph-mon[103441]: pgmap v18858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:51 smithi026 ceph-mon[93126]: pgmap v18858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:52.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:52.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:53 smithi026 ceph-mon[93126]: pgmap v18859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:53 smithi089 ceph-mon[103441]: pgmap v18859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:53.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:53.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:54.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:54.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:55.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:55.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:55 smithi089 ceph-mon[103441]: pgmap v18860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:55 smithi026 ceph-mon[93126]: pgmap v18860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:56.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:56.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:57.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:57.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:57 smithi089 ceph-mon[103441]: pgmap v18861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:57 smithi026 ceph-mon[93126]: pgmap v18861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:08:58.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:58.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:59.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:08:59.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:08:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:08:59 smithi089 ceph-mon[103441]: pgmap v18862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:08:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:08:59 smithi026 ceph-mon[93126]: pgmap v18862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:00.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:00.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:01.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:01.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:01 smithi089 ceph-mon[103441]: pgmap v18863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:01 smithi026 ceph-mon[93126]: pgmap v18863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:02.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:02.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:03 smithi089 ceph-mon[103441]: pgmap v18864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:03.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:03.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:03 smithi026 ceph-mon[93126]: pgmap v18864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:04.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:04.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:05 smithi089 ceph-mon[103441]: pgmap v18865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:05.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:05.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:05 smithi026 ceph-mon[93126]: pgmap v18865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:06.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:06.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:07.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:07.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:07 smithi089 ceph-mon[103441]: pgmap v18866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:07 smithi026 ceph-mon[93126]: pgmap v18866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:08.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:08.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:09.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:09.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:09 smithi089 ceph-mon[103441]: pgmap v18867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:09 smithi026 ceph-mon[93126]: pgmap v18867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:10.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:10.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:11.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:11.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:11 smithi089 ceph-mon[103441]: pgmap v18868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:11 smithi026 ceph-mon[93126]: pgmap v18868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:12.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:12.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:13 smithi089 ceph-mon[103441]: pgmap v18869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:13.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:13.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:13 smithi026 ceph-mon[93126]: pgmap v18869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:14.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:14.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:15.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:15.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:15.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:15 smithi089 ceph-mon[103441]: pgmap v18870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:15 smithi026 ceph-mon[93126]: pgmap v18870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:16.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:16.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:17.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:17.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:17 smithi089 ceph-mon[103441]: pgmap v18871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:17 smithi026 ceph-mon[93126]: pgmap v18871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:18.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:18.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:19.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:19.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:19 smithi089 ceph-mon[103441]: pgmap v18872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:19 smithi026 ceph-mon[93126]: pgmap v18872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:20.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:20.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:21.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:21.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:21 smithi089 ceph-mon[103441]: pgmap v18873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:21 smithi026 ceph-mon[93126]: pgmap v18873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:22.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:22.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:23 smithi089 ceph-mon[103441]: pgmap v18874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:23.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:23.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:23 smithi026 ceph-mon[93126]: pgmap v18874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:09:24.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:09:24.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:24.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:25 smithi089 ceph-mon[103441]: pgmap v18875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:25.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:25.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:25 smithi026 ceph-mon[93126]: pgmap v18875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:26.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:26.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:27.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:27.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:27 smithi089 ceph-mon[103441]: pgmap v18876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:27 smithi026 ceph-mon[93126]: pgmap v18876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:28.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:28.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:09:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:09:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:09:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:09:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:09:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:09:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:09:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:09:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:09:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:09:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:09:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:09:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:09:29.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:09:29.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:29.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:29 smithi089 ceph-mon[103441]: pgmap v18877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:29 smithi026 ceph-mon[93126]: pgmap v18877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:30.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:30.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:31.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:31.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:31 smithi089 ceph-mon[103441]: pgmap v18878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:31 smithi026 ceph-mon[93126]: pgmap v18878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:32.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:32.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:33 smithi089 ceph-mon[103441]: pgmap v18879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:33.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:33.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:33 smithi026 ceph-mon[93126]: pgmap v18879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:34.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:34.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:35.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:35.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:35.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:35 smithi026 ceph-mon[93126]: pgmap v18880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:35 smithi089 ceph-mon[103441]: pgmap v18880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:36.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:36.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:37.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:37.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:37 smithi089 ceph-mon[103441]: pgmap v18881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:37 smithi026 ceph-mon[93126]: pgmap v18881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:38.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:38.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:39.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:39.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:39 smithi089 ceph-mon[103441]: pgmap v18882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:39 smithi026 ceph-mon[93126]: pgmap v18882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:40.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:40.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:41.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:41.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:41 smithi026 ceph-mon[93126]: pgmap v18883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:41 smithi089 ceph-mon[103441]: pgmap v18883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:42.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:42.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:43 smithi089 ceph-mon[103441]: pgmap v18884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:43 smithi026 ceph-mon[93126]: pgmap v18884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:43.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:43.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:44.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:44.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:45.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:45.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:45 smithi089 ceph-mon[103441]: pgmap v18885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:45 smithi026 ceph-mon[93126]: pgmap v18885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:46.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:46.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:47.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:47.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:47 smithi026 ceph-mon[93126]: pgmap v18886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:47 smithi089 ceph-mon[103441]: pgmap v18886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:48.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:48.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:49.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:49.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:49 smithi026 ceph-mon[93126]: pgmap v18887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:49 smithi089 ceph-mon[103441]: pgmap v18887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:09:50.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:50.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:51.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:51.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:51 smithi026 ceph-mon[93126]: pgmap v18888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:51 smithi089 ceph-mon[103441]: pgmap v18888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:52.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:52.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:53 smithi089 ceph-mon[103441]: pgmap v18889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:53 smithi026 ceph-mon[93126]: pgmap v18889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:53.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:53.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:54.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:54.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:55.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:55.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:55 smithi026 ceph-mon[93126]: pgmap v18890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:55 smithi089 ceph-mon[103441]: pgmap v18890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:56.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:56.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:57.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:57.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:57 smithi026 ceph-mon[93126]: pgmap v18891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:57 smithi089 ceph-mon[103441]: pgmap v18891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:09:58.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:58.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:59.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:09:59.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:09:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:09:59 smithi026 ceph-mon[93126]: pgmap v18892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:09:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:09:59 smithi089 ceph-mon[103441]: pgmap v18892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:00.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:00.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T07:10:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T07:10:01.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:01.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:01 smithi026 ceph-mon[93126]: pgmap v18893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:01 smithi089 ceph-mon[103441]: pgmap v18893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:02.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:02.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:03 smithi089 ceph-mon[103441]: pgmap v18894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:03 smithi026 ceph-mon[93126]: pgmap v18894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:03.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:03.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:04.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:04.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:05 smithi089 ceph-mon[103441]: pgmap v18895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:05 smithi026 ceph-mon[93126]: pgmap v18895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:05.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:05.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:06.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:06.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:07.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:07.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:07 smithi026 ceph-mon[93126]: pgmap v18896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:07 smithi089 ceph-mon[103441]: pgmap v18896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:08.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:08.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:09.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:09.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:09 smithi026 ceph-mon[93126]: pgmap v18897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:09 smithi089 ceph-mon[103441]: pgmap v18897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:10.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:10.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:11 smithi026 ceph-mon[93126]: pgmap v18898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:11.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:11.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:11 smithi089 ceph-mon[103441]: pgmap v18898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:12.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:12.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:13 smithi089 ceph-mon[103441]: pgmap v18899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:13 smithi026 ceph-mon[93126]: pgmap v18899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:13.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:13.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:14.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:14.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:15.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:15.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:15 smithi089 ceph-mon[103441]: pgmap v18900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:15 smithi026 ceph-mon[93126]: pgmap v18900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:16.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:16.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:17.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:17.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:17 smithi026 ceph-mon[93126]: pgmap v18901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:17 smithi089 ceph-mon[103441]: pgmap v18901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:18.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:18.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:19.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:19.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:19 smithi026 ceph-mon[93126]: pgmap v18902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:19 smithi089 ceph-mon[103441]: pgmap v18902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:20.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:20.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:21.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:21.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:21 smithi026 ceph-mon[93126]: pgmap v18903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:21 smithi089 ceph-mon[103441]: pgmap v18903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:22.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:22.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:23 smithi089 ceph-mon[103441]: pgmap v18904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:23 smithi026 ceph-mon[93126]: pgmap v18904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:23.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:23.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:24.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:24.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:25.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:25.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:25 smithi089 ceph-mon[103441]: pgmap v18905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:25 smithi026 ceph-mon[93126]: pgmap v18905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:26.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:26.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:27.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:27.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:27 smithi026 ceph-mon[93126]: pgmap v18906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:27 smithi089 ceph-mon[103441]: pgmap v18906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:28.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:28.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:10:28.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:10:29.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:29.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:29 smithi026 ceph-mon[93126]: pgmap v18907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:10:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:10:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:10:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:10:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:10:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:29 smithi089 ceph-mon[103441]: pgmap v18907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:10:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:10:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:10:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:10:29.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:10:30.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:30.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:31.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:31.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:31 smithi026 ceph-mon[93126]: pgmap v18908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:31 smithi089 ceph-mon[103441]: pgmap v18908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:32.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:32.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:33 smithi089 ceph-mon[103441]: pgmap v18909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:33 smithi026 ceph-mon[93126]: pgmap v18909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:33.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:33.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:34.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:34.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:35.482 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:35 smithi089 ceph-mon[103441]: pgmap v18910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:35 smithi026 ceph-mon[93126]: pgmap v18910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:35.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:35.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:36.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:36.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:37.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:37.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:37 smithi026 ceph-mon[93126]: pgmap v18911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:37 smithi089 ceph-mon[103441]: pgmap v18911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:38.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:38.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:39.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:39.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:39 smithi026 ceph-mon[93126]: pgmap v18912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:39 smithi089 ceph-mon[103441]: pgmap v18912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:40.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:40.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:41.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:41.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:41 smithi026 ceph-mon[93126]: pgmap v18913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:41 smithi089 ceph-mon[103441]: pgmap v18913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:42.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:42.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:43 smithi089 ceph-mon[103441]: pgmap v18914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:43 smithi026 ceph-mon[93126]: pgmap v18914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:43.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:43.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:44.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:44.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:45.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:45.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:45 smithi026 ceph-mon[93126]: pgmap v18915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:45 smithi089 ceph-mon[103441]: pgmap v18915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:46.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:46.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:47.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:47.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:47 smithi026 ceph-mon[93126]: pgmap v18916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:47 smithi089 ceph-mon[103441]: pgmap v18916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:48.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:48.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:49.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:49.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:49 smithi026 ceph-mon[93126]: pgmap v18917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:49 smithi089 ceph-mon[103441]: pgmap v18917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:10:50.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:50.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:51.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:51.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:51 smithi026 ceph-mon[93126]: pgmap v18918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:51 smithi089 ceph-mon[103441]: pgmap v18918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:52.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:52.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:53 smithi089 ceph-mon[103441]: pgmap v18919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:53 smithi026 ceph-mon[93126]: pgmap v18919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:53.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:53.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:54.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:54.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:55.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:55.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:55 smithi026 ceph-mon[93126]: pgmap v18920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:55 smithi089 ceph-mon[103441]: pgmap v18920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:56.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:56.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:57 smithi026 ceph-mon[93126]: pgmap v18921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:57.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:57.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:57 smithi089 ceph-mon[103441]: pgmap v18921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:10:58.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:58.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:59.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:10:59.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:10:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:10:59 smithi026 ceph-mon[93126]: pgmap v18922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:10:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:10:59 smithi089 ceph-mon[103441]: pgmap v18922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:00.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:00.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:01.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:01.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:01 smithi026 ceph-mon[93126]: pgmap v18923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:01 smithi089 ceph-mon[103441]: pgmap v18923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:02.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:02.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:03 smithi089 ceph-mon[103441]: pgmap v18924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:03 smithi026 ceph-mon[93126]: pgmap v18924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:03.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:03.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:04.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:04.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:05 smithi026 ceph-mon[93126]: pgmap v18925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:05 smithi089 ceph-mon[103441]: pgmap v18925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:05.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:05.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:06.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:06.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:07.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:07.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:07 smithi026 ceph-mon[93126]: pgmap v18926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:07 smithi089 ceph-mon[103441]: pgmap v18926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:08.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:08.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:09.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:09.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:09 smithi026 ceph-mon[93126]: pgmap v18927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:09 smithi089 ceph-mon[103441]: pgmap v18927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:10.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:10.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:11.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:11.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:11 smithi026 ceph-mon[93126]: pgmap v18928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:11 smithi089 ceph-mon[103441]: pgmap v18928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:12.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:12.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:13 smithi089 ceph-mon[103441]: pgmap v18929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:13 smithi026 ceph-mon[93126]: pgmap v18929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:13.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:13.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:14.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:14.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:15.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:15.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:15 smithi026 ceph-mon[93126]: pgmap v18930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:15.904 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:15 smithi089 ceph-mon[103441]: pgmap v18930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:16.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:16.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:17.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:17.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:17 smithi026 ceph-mon[93126]: pgmap v18931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:17 smithi089 ceph-mon[103441]: pgmap v18931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:18.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:18.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:19.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:19.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:19 smithi026 ceph-mon[93126]: pgmap v18932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:19 smithi089 ceph-mon[103441]: pgmap v18932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:20.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:20.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:21.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:21.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:21 smithi026 ceph-mon[93126]: pgmap v18933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:21 smithi089 ceph-mon[103441]: pgmap v18933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:22.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:22.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:23 smithi089 ceph-mon[103441]: pgmap v18934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:23 smithi026 ceph-mon[93126]: pgmap v18934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:23.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:23.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:24.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:24.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:25.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:25.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:25 smithi026 ceph-mon[93126]: pgmap v18935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:25 smithi089 ceph-mon[103441]: pgmap v18935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:26.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:26.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:27.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:27.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:27 smithi026 ceph-mon[93126]: pgmap v18936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:27 smithi089 ceph-mon[103441]: pgmap v18936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:28.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:28.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:29.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:29.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:29 smithi026 ceph-mon[93126]: pgmap v18937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:11:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:29 smithi089 ceph-mon[103441]: pgmap v18937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:11:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:29.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:30.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:30.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:31.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:31.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:31 smithi026 ceph-mon[93126]: pgmap v18938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:31 smithi089 ceph-mon[103441]: pgmap v18938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:32.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:32.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:33 smithi089 ceph-mon[103441]: pgmap v18939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:33 smithi026 ceph-mon[93126]: pgmap v18939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:33.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:33.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:34.172 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:34.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:34.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:35 smithi026 ceph-mon[93126]: pgmap v18940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:35 smithi089 ceph-mon[103441]: pgmap v18940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:35.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:35.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:36.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:36.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:37.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:37.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:37 smithi026 ceph-mon[93126]: pgmap v18941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:11:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:11:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:11:38.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:37 smithi089 ceph-mon[103441]: pgmap v18941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:11:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:11:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:11:38.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:11:38.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:38.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:39.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:39.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:39 smithi026 ceph-mon[93126]: pgmap v18942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:39 smithi089 ceph-mon[103441]: pgmap v18942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:40.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:40.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:41.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:41.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:41 smithi026 ceph-mon[93126]: pgmap v18943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:41 smithi089 ceph-mon[103441]: pgmap v18943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:42.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:42.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:43 smithi089 ceph-mon[103441]: pgmap v18944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:43 smithi026 ceph-mon[93126]: pgmap v18944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:43.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:43.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:44.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:44.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:45.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:45.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:45 smithi026 ceph-mon[93126]: pgmap v18945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:45 smithi089 ceph-mon[103441]: pgmap v18945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:46.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:46.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:47.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:47.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:47 smithi026 ceph-mon[93126]: pgmap v18946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:47 smithi089 ceph-mon[103441]: pgmap v18946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:48.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:48.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:49.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:49.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:49 smithi026 ceph-mon[93126]: pgmap v18947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:49 smithi089 ceph-mon[103441]: pgmap v18947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:11:50.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:50.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:51 smithi089 ceph-mon[103441]: pgmap v18948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:51.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:51.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:51 smithi026 ceph-mon[93126]: pgmap v18948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:52.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:52.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:53 smithi026 ceph-mon[93126]: pgmap v18949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:53 smithi089 ceph-mon[103441]: pgmap v18949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:53.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:53.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:54.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:54.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:55.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:55.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:55 smithi026 ceph-mon[93126]: pgmap v18950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:55 smithi089 ceph-mon[103441]: pgmap v18950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:56.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:56.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:57.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:57.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:57 smithi026 ceph-mon[93126]: pgmap v18951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:57 smithi089 ceph-mon[103441]: pgmap v18951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:11:58.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:58.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:59.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:11:59.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:11:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:11:59 smithi026 ceph-mon[93126]: pgmap v18952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:11:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:11:59 smithi089 ceph-mon[103441]: pgmap v18952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:00.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:00.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:01 smithi089 ceph-mon[103441]: pgmap v18953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:01.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:01.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:01 smithi026 ceph-mon[93126]: pgmap v18953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:02.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:02.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:03 smithi026 ceph-mon[93126]: pgmap v18954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:03 smithi089 ceph-mon[103441]: pgmap v18954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:03.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:03.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:04.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:04.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:05 smithi026 ceph-mon[93126]: pgmap v18955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:05 smithi089 ceph-mon[103441]: pgmap v18955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:05.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:05.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:06.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:06.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:07 smithi026 ceph-mon[93126]: pgmap v18956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:07.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:07.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:07 smithi089 ceph-mon[103441]: pgmap v18956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:08.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:08.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:09 smithi026 ceph-mon[93126]: pgmap v18957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:09.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:09.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:09 smithi089 ceph-mon[103441]: pgmap v18957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:10.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:10.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:11 smithi026 ceph-mon[93126]: pgmap v18958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:11.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:11.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:11 smithi089 ceph-mon[103441]: pgmap v18958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:12.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:12.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:13 smithi089 ceph-mon[103441]: pgmap v18959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:13 smithi026 ceph-mon[93126]: pgmap v18959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:13.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:13.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:14.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:14.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:15 smithi026 ceph-mon[93126]: pgmap v18960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:15.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:15.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:15 smithi089 ceph-mon[103441]: pgmap v18960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:16.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:16.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:17 smithi026 ceph-mon[93126]: pgmap v18961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:17.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:17.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:17 smithi089 ceph-mon[103441]: pgmap v18961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:18.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:18.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:19 smithi026 ceph-mon[93126]: pgmap v18962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:19.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:19.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:19 smithi089 ceph-mon[103441]: pgmap v18962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:20.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:20.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:21 smithi026 ceph-mon[93126]: pgmap v18963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:21.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:21.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:21 smithi089 ceph-mon[103441]: pgmap v18963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:22.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:22.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:23 smithi089 ceph-mon[103441]: pgmap v18964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:23 smithi026 ceph-mon[93126]: pgmap v18964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:23.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:23.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:24.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:24.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:25 smithi026 ceph-mon[93126]: pgmap v18965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:25.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:25.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:25 smithi089 ceph-mon[103441]: pgmap v18965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:26.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:26.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:27 smithi026 ceph-mon[93126]: pgmap v18966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:27.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:27.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:27 smithi089 ceph-mon[103441]: pgmap v18966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:28.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:28.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:29 smithi026 ceph-mon[93126]: pgmap v18967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:29.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:29.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:29 smithi089 ceph-mon[103441]: pgmap v18967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:30.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:30.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:31 smithi026 ceph-mon[93126]: pgmap v18968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:31.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:31.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:31 smithi089 ceph-mon[103441]: pgmap v18968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:32.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:32.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:33 smithi089 ceph-mon[103441]: pgmap v18969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:33 smithi026 ceph-mon[93126]: pgmap v18969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:33.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:33.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:34.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:34.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:35 smithi026 ceph-mon[93126]: pgmap v18970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:35 smithi089 ceph-mon[103441]: pgmap v18970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:35.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:35.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:36.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:36.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:37 smithi026 ceph-mon[93126]: pgmap v18971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:12:37.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:37.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:37 smithi089 ceph-mon[103441]: pgmap v18971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:12:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:12:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:12:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:12:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:12:38.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:12:38.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:38.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:12:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:12:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:12:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:12:38.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:12:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:39 smithi026 ceph-mon[93126]: pgmap v18972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:39.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:39.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:39 smithi089 ceph-mon[103441]: pgmap v18972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:40.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:40.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:41.803 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:41 smithi089 ceph-mon[103441]: pgmap v18973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:41 smithi026 ceph-mon[93126]: pgmap v18973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:41.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:41.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:42.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:42.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:43 smithi089 ceph-mon[103441]: pgmap v18974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:43.449 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:43 smithi026 ceph-mon[93126]: pgmap v18974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:43.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:43.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:44.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:44.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:45 smithi026 ceph-mon[93126]: pgmap v18975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:45.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:45.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:45 smithi089 ceph-mon[103441]: pgmap v18975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:46.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:46.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:47 smithi026 ceph-mon[93126]: pgmap v18976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:47.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:47.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:47 smithi089 ceph-mon[103441]: pgmap v18976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:48.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:48.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:49 smithi026 ceph-mon[93126]: pgmap v18977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:49.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:49.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:49 smithi089 ceph-mon[103441]: pgmap v18977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:12:50.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:50.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:51 smithi026 ceph-mon[93126]: pgmap v18978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:51.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:51.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:51.908 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:51 smithi089 ceph-mon[103441]: pgmap v18978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:52.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:52.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:53 smithi089 ceph-mon[103441]: pgmap v18979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:53 smithi026 ceph-mon[93126]: pgmap v18979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:53.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:53.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:54.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:54.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:55 smithi026 ceph-mon[93126]: pgmap v18980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:55.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:55.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:55 smithi089 ceph-mon[103441]: pgmap v18980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:56.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:56.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:57 smithi026 ceph-mon[93126]: pgmap v18981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:57.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:57.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:57 smithi089 ceph-mon[103441]: pgmap v18981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:12:58.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:58.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:12:59 smithi026 ceph-mon[93126]: pgmap v18982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:12:59.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:12:59.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:12:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:12:59 smithi089 ceph-mon[103441]: pgmap v18982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:00.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:00.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:01 smithi026 ceph-mon[93126]: pgmap v18983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:01.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:01.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:01.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:01 smithi089 ceph-mon[103441]: pgmap v18983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:02.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:02.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:03 smithi089 ceph-mon[103441]: pgmap v18984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:03 smithi026 ceph-mon[93126]: pgmap v18984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:03.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:03.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:04.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:04.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:05 smithi026 ceph-mon[93126]: pgmap v18985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:05 smithi089 ceph-mon[103441]: pgmap v18985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:05.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:05.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:06.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:06.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:07 smithi026 ceph-mon[93126]: pgmap v18986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:07.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:07.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:07.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:07 smithi089 ceph-mon[103441]: pgmap v18986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:08.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:08.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:09 smithi026 ceph-mon[93126]: pgmap v18987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:09.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:09.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:09 smithi089 ceph-mon[103441]: pgmap v18987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:10.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:10.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:11 smithi026 ceph-mon[93126]: pgmap v18988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:11.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:11.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:11 smithi089 ceph-mon[103441]: pgmap v18988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:12.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:12.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:13 smithi089 ceph-mon[103441]: pgmap v18989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:13 smithi026 ceph-mon[93126]: pgmap v18989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:13.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:13.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:14.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:14.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:15 smithi026 ceph-mon[93126]: pgmap v18990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:15.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:15.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:15 smithi089 ceph-mon[103441]: pgmap v18990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:16.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:16.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:17 smithi026 ceph-mon[93126]: pgmap v18991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:17.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:17.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:17 smithi089 ceph-mon[103441]: pgmap v18991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:18.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:18.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:19 smithi026 ceph-mon[93126]: pgmap v18992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:19.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:19 smithi089 ceph-mon[103441]: pgmap v18992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:19.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:19.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:20.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:20.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:21 smithi026 ceph-mon[93126]: pgmap v18993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:21 smithi089 ceph-mon[103441]: pgmap v18993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:21.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:21.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:22.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:22.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:23 smithi089 ceph-mon[103441]: pgmap v18994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:23 smithi026 ceph-mon[93126]: pgmap v18994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:23.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:23.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:24.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:24.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:25 smithi026 ceph-mon[93126]: pgmap v18995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:25 smithi089 ceph-mon[103441]: pgmap v18995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:25.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:25.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:26.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:26.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:27 smithi089 ceph-mon[103441]: pgmap v18996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:27 smithi026 ceph-mon[93126]: pgmap v18996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:27.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:27.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:28.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:28.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:29 smithi026 ceph-mon[93126]: pgmap v18997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:29 smithi089 ceph-mon[103441]: pgmap v18997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:29.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:29.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:30.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:30.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:31 smithi026 ceph-mon[93126]: pgmap v18998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:31 smithi089 ceph-mon[103441]: pgmap v18998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:31.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:31.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:32.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:32.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:33 smithi089 ceph-mon[103441]: pgmap v18999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:33 smithi026 ceph-mon[93126]: pgmap v18999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:33.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:33.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:34.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:34.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:35 smithi026 ceph-mon[93126]: pgmap v19000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:35 smithi089 ceph-mon[103441]: pgmap v19000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:35.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:35.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:36.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:36.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:37 smithi089 ceph-mon[103441]: pgmap v19001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:37 smithi026 ceph-mon[93126]: pgmap v19001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:37.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:37.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:38 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:13:38.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:38 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:13:38.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:38.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:39 smithi026 ceph-mon[93126]: pgmap v19002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:13:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:13:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:13:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:13:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:13:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:13:39.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:13:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:39 smithi089 ceph-mon[103441]: pgmap v19002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:13:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:13:39.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:13:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:13:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:13:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:13:39.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:13:39.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:39.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:40.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:40.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:41 smithi026 ceph-mon[93126]: pgmap v19003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:41 smithi089 ceph-mon[103441]: pgmap v19003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:41.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:41.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:42.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:42.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:43 smithi089 ceph-mon[103441]: pgmap v19004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:43 smithi026 ceph-mon[93126]: pgmap v19004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:43.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:43.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:44.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:44.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:45 smithi026 ceph-mon[93126]: pgmap v19005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:45 smithi089 ceph-mon[103441]: pgmap v19005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:45.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:45.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:46.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:46.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:47 smithi026 ceph-mon[93126]: pgmap v19006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:47 smithi089 ceph-mon[103441]: pgmap v19006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:47.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:47.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:48.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:48.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:49 smithi026 ceph-mon[93126]: pgmap v19007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:49 smithi089 ceph-mon[103441]: pgmap v19007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:13:49.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:49.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:50.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:50.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:51 smithi026 ceph-mon[93126]: pgmap v19008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:51 smithi089 ceph-mon[103441]: pgmap v19008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:51.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:51.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:52.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:52.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:53 smithi089 ceph-mon[103441]: pgmap v19009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:53 smithi026 ceph-mon[93126]: pgmap v19009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:53.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:53.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:54.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:54.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:55 smithi026 ceph-mon[93126]: pgmap v19010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:55.925 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:55 smithi089 ceph-mon[103441]: pgmap v19010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:55.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:55.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:56.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:56.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:57 smithi026 ceph-mon[93126]: pgmap v19011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:57 smithi089 ceph-mon[103441]: pgmap v19011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:13:57.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:57.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:58.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:58.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:13:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:13:59 smithi026 ceph-mon[93126]: pgmap v19012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:13:59 smithi089 ceph-mon[103441]: pgmap v19012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:13:59.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:13:59.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:00.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:00.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:01 smithi026 ceph-mon[93126]: pgmap v19013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:01 smithi089 ceph-mon[103441]: pgmap v19013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:02.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:02.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:03.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:03.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:03 smithi089 ceph-mon[103441]: pgmap v19014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:03 smithi026 ceph-mon[93126]: pgmap v19014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:04.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:04.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:05.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:05.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:05 smithi089 ceph-mon[103441]: pgmap v19015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:05 smithi026 ceph-mon[93126]: pgmap v19015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:06.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:06.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:07.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:07.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:07 smithi026 ceph-mon[93126]: pgmap v19016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:07 smithi089 ceph-mon[103441]: pgmap v19016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:08.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:08.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:09.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:09.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:09 smithi026 ceph-mon[93126]: pgmap v19017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:09 smithi089 ceph-mon[103441]: pgmap v19017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:10.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:10.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:11.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:11.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:11 smithi026 ceph-mon[93126]: pgmap v19018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:11 smithi089 ceph-mon[103441]: pgmap v19018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:12.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:12.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:13.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:13.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:13 smithi089 ceph-mon[103441]: pgmap v19019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:13 smithi026 ceph-mon[93126]: pgmap v19019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:14.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:14.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:15.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:15.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:15 smithi026 ceph-mon[93126]: pgmap v19020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:15 smithi089 ceph-mon[103441]: pgmap v19020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:16.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:16.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:17.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:17.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:17 smithi026 ceph-mon[93126]: pgmap v19021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:17.806 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:17 smithi089 ceph-mon[103441]: pgmap v19021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:18.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:18.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:19.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:19.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:19 smithi026 ceph-mon[93126]: pgmap v19022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:19 smithi089 ceph-mon[103441]: pgmap v19022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:20.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:20.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:21.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:21.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:21 smithi026 ceph-mon[93126]: pgmap v19023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:21 smithi089 ceph-mon[103441]: pgmap v19023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:22.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:22.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:23.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:23.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:23 smithi089 ceph-mon[103441]: pgmap v19024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:23 smithi026 ceph-mon[93126]: pgmap v19024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:24.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:24.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:25.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:25.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:25 smithi026 ceph-mon[93126]: pgmap v19025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:25 smithi089 ceph-mon[103441]: pgmap v19025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:26.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:26.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:27.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:27.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:27 smithi026 ceph-mon[93126]: pgmap v19026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:27.913 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:27 smithi089 ceph-mon[103441]: pgmap v19026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:28.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:28.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:29.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:29.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:29 smithi026 ceph-mon[93126]: pgmap v19027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:29 smithi089 ceph-mon[103441]: pgmap v19027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:30.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:30.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:31.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:31.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:31 smithi026 ceph-mon[93126]: pgmap v19028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:31 smithi089 ceph-mon[103441]: pgmap v19028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:32.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:32.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:33.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:33.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:33 smithi089 ceph-mon[103441]: pgmap v19029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:33 smithi026 ceph-mon[93126]: pgmap v19029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:34.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:34.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:35.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:35.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:35 smithi089 ceph-mon[103441]: pgmap v19030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:35 smithi026 ceph-mon[93126]: pgmap v19030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:36.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:36.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:37.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:37.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:37 smithi026 ceph-mon[93126]: pgmap v19031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:37 smithi089 ceph-mon[103441]: pgmap v19031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:38.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:38.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:39.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:39.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:39.777 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:39 smithi026 ceph-mon[93126]: pgmap v19032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:39.777 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:39 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:14:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:39 smithi089 ceph-mon[103441]: pgmap v19032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:39 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:14:40.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:40.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:14:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:14:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:14:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:14:40.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:14:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:14:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:14:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:14:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:14:40.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:14:41.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:41.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:42.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:42.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:41 smithi089 ceph-mon[103441]: pgmap v19033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:41 smithi026 ceph-mon[93126]: pgmap v19033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:43.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:43.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:43 smithi089 ceph-mon[103441]: pgmap v19034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:43 smithi026 ceph-mon[93126]: pgmap v19034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:44.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:44.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:45.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:45.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:45 smithi026 ceph-mon[93126]: pgmap v19035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:45 smithi089 ceph-mon[103441]: pgmap v19035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:46.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:46.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:47.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:47.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:47 smithi026 ceph-mon[93126]: pgmap v19036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:47 smithi089 ceph-mon[103441]: pgmap v19036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:48.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:48.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:49.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:49.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:49 smithi026 ceph-mon[93126]: pgmap v19037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:49 smithi089 ceph-mon[103441]: pgmap v19037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:14:50.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:50.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:51.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:51.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:51 smithi026 ceph-mon[93126]: pgmap v19038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:51 smithi089 ceph-mon[103441]: pgmap v19038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:52.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:52.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:53.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:53.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:53 smithi089 ceph-mon[103441]: pgmap v19039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:53 smithi026 ceph-mon[93126]: pgmap v19039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:54.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:54.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:55.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:55.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:55 smithi026 ceph-mon[93126]: pgmap v19040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:55 smithi089 ceph-mon[103441]: pgmap v19040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:56.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:56.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:57.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:57.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:57 smithi026 ceph-mon[93126]: pgmap v19041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:57 smithi089 ceph-mon[103441]: pgmap v19041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:14:58.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:58.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:59.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:14:59.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:14:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:14:59 smithi026 ceph-mon[93126]: pgmap v19042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:14:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:14:59 smithi089 ceph-mon[103441]: pgmap v19042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:00.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:00.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:01.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:01.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:01 smithi026 ceph-mon[93126]: pgmap v19043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:01 smithi089 ceph-mon[103441]: pgmap v19043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:02.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:02.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:03.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:03.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:03 smithi089 ceph-mon[103441]: pgmap v19044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:03 smithi026 ceph-mon[93126]: pgmap v19044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:04.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:04.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:05.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:05.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:05 smithi089 ceph-mon[103441]: pgmap v19045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:05 smithi026 ceph-mon[93126]: pgmap v19045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:06.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:06.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:07.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:07.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:07 smithi026 ceph-mon[93126]: pgmap v19046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:07 smithi089 ceph-mon[103441]: pgmap v19046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:08.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:08.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:09.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:09.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:09 smithi026 ceph-mon[93126]: pgmap v19047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:09 smithi089 ceph-mon[103441]: pgmap v19047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:10.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:10.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:11.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:11.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:11 smithi026 ceph-mon[93126]: pgmap v19048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:11 smithi089 ceph-mon[103441]: pgmap v19048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:12.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:12.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:13.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:13.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:13 smithi089 ceph-mon[103441]: pgmap v19049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:13 smithi026 ceph-mon[93126]: pgmap v19049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:14.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:14.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:15.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:15.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:15 smithi026 ceph-mon[93126]: pgmap v19050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:15 smithi089 ceph-mon[103441]: pgmap v19050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:16.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:16.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:17.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:17.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:17 smithi026 ceph-mon[93126]: pgmap v19051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:17 smithi089 ceph-mon[103441]: pgmap v19051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:18.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:18.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:19.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:19.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:19 smithi026 ceph-mon[93126]: pgmap v19052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:19 smithi089 ceph-mon[103441]: pgmap v19052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:20.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:20.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:21.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:21.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:21 smithi026 ceph-mon[93126]: pgmap v19053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:21 smithi089 ceph-mon[103441]: pgmap v19053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:22.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:22.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:23.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:23.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:23 smithi089 ceph-mon[103441]: pgmap v19054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:23 smithi026 ceph-mon[93126]: pgmap v19054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:24.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:24.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:25.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:25.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:25 smithi026 ceph-mon[93126]: pgmap v19055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:25 smithi089 ceph-mon[103441]: pgmap v19055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:26.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:26.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:27.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:27.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:27 smithi026 ceph-mon[93126]: pgmap v19056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:27 smithi089 ceph-mon[103441]: pgmap v19056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:28.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:28.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:29.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:29.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:29 smithi026 ceph-mon[93126]: pgmap v19057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:29 smithi089 ceph-mon[103441]: pgmap v19057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:30.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:30.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:31.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:31.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:31 smithi026 ceph-mon[93126]: pgmap v19058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:31 smithi089 ceph-mon[103441]: pgmap v19058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:32.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:32.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:33.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:33.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:33 smithi089 ceph-mon[103441]: pgmap v19059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:33 smithi026 ceph-mon[93126]: pgmap v19059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:34.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:34.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:35.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:35.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:35.410 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:35 smithi026 ceph-mon[93126]: pgmap v19060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:35 smithi089 ceph-mon[103441]: pgmap v19060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:36.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:36.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:37.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:37.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:37 smithi026 ceph-mon[93126]: pgmap v19061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:37 smithi089 ceph-mon[103441]: pgmap v19061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:38.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:38.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:39.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:39.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:39 smithi026 ceph-mon[93126]: pgmap v19062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:39 smithi089 ceph-mon[103441]: pgmap v19062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:40.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:40.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:40 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:15:40.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:40 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:15:41.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:41.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:41 smithi026 ceph-mon[93126]: pgmap v19063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:15:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:15:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:15:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:15:41.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:15:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:41 smithi089 ceph-mon[103441]: pgmap v19063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:15:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:15:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:15:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:15:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:15:42.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:42.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:43.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:43.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:43 smithi089 ceph-mon[103441]: pgmap v19064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:43 smithi026 ceph-mon[93126]: pgmap v19064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:44.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:44.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:45.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:45.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:45 smithi026 ceph-mon[93126]: pgmap v19065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:45 smithi089 ceph-mon[103441]: pgmap v19065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:46.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:46.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:47.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:47.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:47 smithi026 ceph-mon[93126]: pgmap v19066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:47 smithi089 ceph-mon[103441]: pgmap v19066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:48.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:48.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:49.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:49.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:49 smithi026 ceph-mon[93126]: pgmap v19067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:49 smithi089 ceph-mon[103441]: pgmap v19067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:15:50.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:50.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:51.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:51.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:51 smithi026 ceph-mon[93126]: pgmap v19068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:51 smithi089 ceph-mon[103441]: pgmap v19068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:52.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:52.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:53.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:53.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:53 smithi089 ceph-mon[103441]: pgmap v19069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:53 smithi026 ceph-mon[93126]: pgmap v19069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:54.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:54.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:55.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:55.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:55 smithi026 ceph-mon[93126]: pgmap v19070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:55 smithi089 ceph-mon[103441]: pgmap v19070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:56.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:56.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:57.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:57.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:57 smithi026 ceph-mon[93126]: pgmap v19071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:57 smithi089 ceph-mon[103441]: pgmap v19071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:15:58.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:58.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:59.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:15:59.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:15:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:15:59 smithi026 ceph-mon[93126]: pgmap v19072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:15:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:15:59 smithi089 ceph-mon[103441]: pgmap v19072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:00.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:00.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:01.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:01.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:01 smithi026 ceph-mon[93126]: pgmap v19073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:01 smithi089 ceph-mon[103441]: pgmap v19073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:02.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:02.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:03.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:03.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:03 smithi089 ceph-mon[103441]: pgmap v19074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:03 smithi026 ceph-mon[93126]: pgmap v19074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:04.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:04.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:05.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:05.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:05 smithi089 ceph-mon[103441]: pgmap v19075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:05 smithi026 ceph-mon[93126]: pgmap v19075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:06.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:06.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:07.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:07.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:07 smithi026 ceph-mon[93126]: pgmap v19076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:07 smithi089 ceph-mon[103441]: pgmap v19076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:08.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:08.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:09.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:09.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:09 smithi026 ceph-mon[93126]: pgmap v19077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:09 smithi089 ceph-mon[103441]: pgmap v19077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:10.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:10.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:11.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:11.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:11 smithi026 ceph-mon[93126]: pgmap v19078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:11 smithi089 ceph-mon[103441]: pgmap v19078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:12.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:12.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:13.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:13.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:13 smithi089 ceph-mon[103441]: pgmap v19079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:13 smithi026 ceph-mon[93126]: pgmap v19079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:14.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:14.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:15.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:15.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:15 smithi026 ceph-mon[93126]: pgmap v19080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:15 smithi089 ceph-mon[103441]: pgmap v19080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:16.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:16.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:17.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:17.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:17 smithi026 ceph-mon[93126]: pgmap v19081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:17 smithi089 ceph-mon[103441]: pgmap v19081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:18.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:18.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:19.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:19.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:19 smithi089 ceph-mon[103441]: pgmap v19082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:19 smithi026 ceph-mon[93126]: pgmap v19082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:20.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:20.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:21.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:21.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:21 smithi089 ceph-mon[103441]: pgmap v19083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:21 smithi026 ceph-mon[93126]: pgmap v19083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:22.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:22.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:23.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:23.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:23 smithi089 ceph-mon[103441]: pgmap v19084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:23 smithi026 ceph-mon[93126]: pgmap v19084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:24.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:24.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:25.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:25.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:25 smithi026 ceph-mon[93126]: pgmap v19085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:25 smithi089 ceph-mon[103441]: pgmap v19085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:26.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:26.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:27.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:27.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:27 smithi089 ceph-mon[103441]: pgmap v19086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:27 smithi026 ceph-mon[93126]: pgmap v19086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:28.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:28.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:29.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:29.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:29 smithi089 ceph-mon[103441]: pgmap v19087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:29 smithi026 ceph-mon[93126]: pgmap v19087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:30.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:30.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:31.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:31.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:31 smithi089 ceph-mon[103441]: pgmap v19088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:31 smithi026 ceph-mon[93126]: pgmap v19088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:32.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:32.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:33.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:33.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:33 smithi089 ceph-mon[103441]: pgmap v19089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:33 smithi026 ceph-mon[93126]: pgmap v19089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:34.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:34.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:35.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:35.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:35 smithi089 ceph-mon[103441]: pgmap v19090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:35 smithi026 ceph-mon[93126]: pgmap v19090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:36.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:36.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:37.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:37.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:37 smithi089 ceph-mon[103441]: pgmap v19091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:37 smithi026 ceph-mon[93126]: pgmap v19091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:38.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:38.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:39.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:39.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:39 smithi089 ceph-mon[103441]: pgmap v19092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:39 smithi026 ceph-mon[93126]: pgmap v19092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:40.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:40.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:41.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:41.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:41 smithi089 ceph-mon[103441]: pgmap v19093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:16:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:16:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:16:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:16:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:16:41.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:16:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:41 smithi026 ceph-mon[93126]: pgmap v19093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:16:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:16:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:16:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:16:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:16:42.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:16:42.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:42.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:43.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:43.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:43 smithi089 ceph-mon[103441]: pgmap v19094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:43 smithi026 ceph-mon[93126]: pgmap v19094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:44.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:44.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:45.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:45.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:45 smithi089 ceph-mon[103441]: pgmap v19095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:45 smithi026 ceph-mon[93126]: pgmap v19095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:46.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:46.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:47.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:47.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:47 smithi089 ceph-mon[103441]: pgmap v19096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:47 smithi026 ceph-mon[93126]: pgmap v19096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:48.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:48.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:49.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:49.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:49 smithi089 ceph-mon[103441]: pgmap v19097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:49 smithi026 ceph-mon[93126]: pgmap v19097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:16:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:16:50.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:50.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:51.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:51.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:51 smithi089 ceph-mon[103441]: pgmap v19098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:51 smithi026 ceph-mon[93126]: pgmap v19098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:52.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:52.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:53.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:53.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:53 smithi089 ceph-mon[103441]: pgmap v19099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:53 smithi026 ceph-mon[93126]: pgmap v19099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:54.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:54.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:55.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:55.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:55 smithi089 ceph-mon[103441]: pgmap v19100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:55 smithi026 ceph-mon[93126]: pgmap v19100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:56.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:56.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:57.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:57.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:57 smithi089 ceph-mon[103441]: pgmap v19101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:57 smithi026 ceph-mon[93126]: pgmap v19101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:16:58.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:58.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:59.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:16:59.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:16:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:16:59 smithi089 ceph-mon[103441]: pgmap v19102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:16:59 smithi026 ceph-mon[93126]: pgmap v19102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:00.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:00.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:01.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:01.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:01 smithi026 ceph-mon[93126]: pgmap v19103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:01 smithi089 ceph-mon[103441]: pgmap v19103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:02.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:02.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:03.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:03.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:03 smithi089 ceph-mon[103441]: pgmap v19104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:03 smithi026 ceph-mon[93126]: pgmap v19104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:04.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:04.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:04.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:05.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:05.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:05 smithi026 ceph-mon[93126]: pgmap v19105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:05 smithi089 ceph-mon[103441]: pgmap v19105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:06.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:06.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:07.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:07.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:07 smithi089 ceph-mon[103441]: pgmap v19106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:07 smithi026 ceph-mon[93126]: pgmap v19106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:08.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:08.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:09.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:09.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:09 smithi089 ceph-mon[103441]: pgmap v19107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:09 smithi026 ceph-mon[93126]: pgmap v19107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:10.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:10.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:11.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:11.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:11 smithi026 ceph-mon[93126]: pgmap v19108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:11 smithi089 ceph-mon[103441]: pgmap v19108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:12.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:12.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:13.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:13.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:13 smithi089 ceph-mon[103441]: pgmap v19109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:13 smithi026 ceph-mon[93126]: pgmap v19109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:14.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:14.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:15.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:15.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:15 smithi089 ceph-mon[103441]: pgmap v19110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:15 smithi026 ceph-mon[93126]: pgmap v19110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:16.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:16.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:17.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:17.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:17 smithi089 ceph-mon[103441]: pgmap v19111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:17 smithi026 ceph-mon[93126]: pgmap v19111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:18.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:18.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:19.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:19.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:19 smithi089 ceph-mon[103441]: pgmap v19112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:19 smithi026 ceph-mon[93126]: pgmap v19112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:20.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:20.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:21.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:21.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:21 smithi089 ceph-mon[103441]: pgmap v19113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:21 smithi026 ceph-mon[93126]: pgmap v19113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:22.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:22.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:23.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:23.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:23 smithi026 ceph-mon[93126]: pgmap v19114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:23 smithi089 ceph-mon[103441]: pgmap v19114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:24.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:24.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:25.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:25.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:25 smithi089 ceph-mon[103441]: pgmap v19115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:25 smithi026 ceph-mon[93126]: pgmap v19115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:26.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:26.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:27.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:27.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:27 smithi089 ceph-mon[103441]: pgmap v19116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:27 smithi026 ceph-mon[93126]: pgmap v19116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:28.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:28.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:29.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:29.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:29 smithi089 ceph-mon[103441]: pgmap v19117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:29 smithi026 ceph-mon[93126]: pgmap v19117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:30.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:30.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:31.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:31.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:31 smithi089 ceph-mon[103441]: pgmap v19118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:31 smithi026 ceph-mon[93126]: pgmap v19118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:32.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:32.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:33.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:33.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:33 smithi026 ceph-mon[93126]: pgmap v19119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:33 smithi089 ceph-mon[103441]: pgmap v19119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:34.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:34.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:35.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:35.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:35 smithi026 ceph-mon[93126]: pgmap v19120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:35 smithi089 ceph-mon[103441]: pgmap v19120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:36.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:36.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:37.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:37.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:37 smithi089 ceph-mon[103441]: pgmap v19121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:37 smithi026 ceph-mon[93126]: pgmap v19121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:38.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:38.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:39.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:39.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:39.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:39 smithi089 ceph-mon[103441]: pgmap v19122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:39 smithi026 ceph-mon[93126]: pgmap v19122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:40.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:40.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:41.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:41.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:41.855 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:41 smithi026 ceph-mon[93126]: pgmap v19123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:41.855 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:17:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:41 smithi089 ceph-mon[103441]: pgmap v19123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:17:42.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:42.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:17:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:17:42.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:17:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:17:42.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:17:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:17:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:17:43.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:17:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:17:43.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:17:43.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:43.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:43.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:43 smithi026 ceph-mon[93126]: pgmap v19124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:43 smithi089 ceph-mon[103441]: pgmap v19124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:44.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:44.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:45.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:45.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:45 smithi089 ceph-mon[103441]: pgmap v19125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:45 smithi026 ceph-mon[93126]: pgmap v19125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:46.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:46.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:47.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:47.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:47 smithi089 ceph-mon[103441]: pgmap v19126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:47 smithi026 ceph-mon[93126]: pgmap v19126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:48.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:48.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:49.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:49.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:49 smithi089 ceph-mon[103441]: pgmap v19127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:49 smithi026 ceph-mon[93126]: pgmap v19127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:17:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:17:50.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:50.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:51.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:51.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:51 smithi089 ceph-mon[103441]: pgmap v19128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:51.970 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:51 smithi026 ceph-mon[93126]: pgmap v19128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:52.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:52.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:53.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:53.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:53 smithi026 ceph-mon[93126]: pgmap v19129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:53 smithi089 ceph-mon[103441]: pgmap v19129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:54.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:54.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:55.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:55.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:55 smithi089 ceph-mon[103441]: pgmap v19130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:55 smithi026 ceph-mon[93126]: pgmap v19130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:56.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:56.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:57.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:57.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:57 smithi089 ceph-mon[103441]: pgmap v19131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:57 smithi026 ceph-mon[93126]: pgmap v19131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:17:58.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:58.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:59.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:17:59.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:17:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:17:59 smithi089 ceph-mon[103441]: pgmap v19132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:17:59 smithi026 ceph-mon[93126]: pgmap v19132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:00.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:00.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:01.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:01.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:01 smithi089 ceph-mon[103441]: pgmap v19133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:01 smithi026 ceph-mon[93126]: pgmap v19133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:02.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:02.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:03.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:03.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:03 smithi026 ceph-mon[93126]: pgmap v19134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:03 smithi089 ceph-mon[103441]: pgmap v19134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:04.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:04.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:05.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:05.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:05 smithi026 ceph-mon[93126]: pgmap v19135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:05 smithi089 ceph-mon[103441]: pgmap v19135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:06.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:06.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:07.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:07.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:07 smithi089 ceph-mon[103441]: pgmap v19136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:07 smithi026 ceph-mon[93126]: pgmap v19136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:08.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:08.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:09.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:09.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:09 smithi089 ceph-mon[103441]: pgmap v19137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:09 smithi026 ceph-mon[93126]: pgmap v19137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:10.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:10.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:11.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:11.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:11 smithi089 ceph-mon[103441]: pgmap v19138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:11 smithi026 ceph-mon[93126]: pgmap v19138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:12.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:12.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:13.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:13.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:13 smithi026 ceph-mon[93126]: pgmap v19139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:13 smithi089 ceph-mon[103441]: pgmap v19139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:14.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:14.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:15.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:15.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:15 smithi089 ceph-mon[103441]: pgmap v19140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:15 smithi026 ceph-mon[93126]: pgmap v19140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:16.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:16.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:17.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:17.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:17 smithi089 ceph-mon[103441]: pgmap v19141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:17 smithi026 ceph-mon[93126]: pgmap v19141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:18.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:18.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:19.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:19.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:19 smithi089 ceph-mon[103441]: pgmap v19142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:19 smithi026 ceph-mon[93126]: pgmap v19142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:20.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:20.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:21.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:21.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:21 smithi089 ceph-mon[103441]: pgmap v19143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:21 smithi026 ceph-mon[93126]: pgmap v19143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:22.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:22.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:23.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:23.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:23 smithi026 ceph-mon[93126]: pgmap v19144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:23 smithi089 ceph-mon[103441]: pgmap v19144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:24.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:24.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:25.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:25.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:25 smithi089 ceph-mon[103441]: pgmap v19145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:25 smithi026 ceph-mon[93126]: pgmap v19145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:26.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:26.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:27.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:27.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:27 smithi026 ceph-mon[93126]: pgmap v19146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:27 smithi089 ceph-mon[103441]: pgmap v19146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:28.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:28.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:29.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:29.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:29 smithi089 ceph-mon[103441]: pgmap v19147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:29 smithi026 ceph-mon[93126]: pgmap v19147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:30.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:30.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:31.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:31.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:31 smithi089 ceph-mon[103441]: pgmap v19148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:31 smithi026 ceph-mon[93126]: pgmap v19148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:32.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:32.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:33.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:33.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:33 smithi026 ceph-mon[93126]: pgmap v19149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:33 smithi089 ceph-mon[103441]: pgmap v19149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:34.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:34.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:35.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:35.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:35.497 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:35 smithi089 ceph-mon[103441]: pgmap v19150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:35 smithi026 ceph-mon[93126]: pgmap v19150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:36.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:36.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:37.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:37.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:37 smithi026 ceph-mon[93126]: pgmap v19151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:37 smithi089 ceph-mon[103441]: pgmap v19151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:38.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:38.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:39.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:39.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:39 smithi089 ceph-mon[103441]: pgmap v19152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:39 smithi026 ceph-mon[93126]: pgmap v19152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:40.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:40.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:41.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:41.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:41 smithi089 ceph-mon[103441]: pgmap v19153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:41 smithi026 ceph-mon[93126]: pgmap v19153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:42.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:42.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:43.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:43.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:18:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:43 smithi026 ceph-mon[93126]: pgmap v19154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:18:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:18:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:18:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:18:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:18:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:18:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:43 smithi089 ceph-mon[103441]: pgmap v19154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:18:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:18:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:18:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:18:43.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:18:44.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:44.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:45.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:45.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:45 smithi089 ceph-mon[103441]: pgmap v19155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:45 smithi026 ceph-mon[93126]: pgmap v19155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:46.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:46.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:47.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:47.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:47 smithi089 ceph-mon[103441]: pgmap v19156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:47 smithi026 ceph-mon[93126]: pgmap v19156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:48.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:48.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:49.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:49.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:49 smithi089 ceph-mon[103441]: pgmap v19157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:49 smithi026 ceph-mon[93126]: pgmap v19157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:18:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:18:50.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:50.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:51.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:51.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:51 smithi089 ceph-mon[103441]: pgmap v19158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:51 smithi026 ceph-mon[93126]: pgmap v19158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:52.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:52.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:53.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:53.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:53 smithi026 ceph-mon[93126]: pgmap v19159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:53 smithi089 ceph-mon[103441]: pgmap v19159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:54.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:54.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:55.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:55.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:55 smithi089 ceph-mon[103441]: pgmap v19160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:55 smithi026 ceph-mon[93126]: pgmap v19160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:56.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:56.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:57.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:57.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:57 smithi089 ceph-mon[103441]: pgmap v19161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:57 smithi026 ceph-mon[93126]: pgmap v19161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:18:58.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:58.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:59.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:18:59.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:18:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:18:59 smithi089 ceph-mon[103441]: pgmap v19162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:18:59 smithi026 ceph-mon[93126]: pgmap v19162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:00.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:00.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:01.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:01.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:01 smithi089 ceph-mon[103441]: pgmap v19163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:01 smithi026 ceph-mon[93126]: pgmap v19163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:02.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:02.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:03.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:03.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:03 smithi026 ceph-mon[93126]: pgmap v19164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:03 smithi089 ceph-mon[103441]: pgmap v19164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:04.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:04.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:05.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:05.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:05 smithi026 ceph-mon[93126]: pgmap v19165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:05 smithi089 ceph-mon[103441]: pgmap v19165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:06.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:06.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:07.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:07.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:07 smithi089 ceph-mon[103441]: pgmap v19166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:07 smithi026 ceph-mon[93126]: pgmap v19166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:08.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:08.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:09.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:09.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:09 smithi089 ceph-mon[103441]: pgmap v19167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:09 smithi026 ceph-mon[93126]: pgmap v19167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:10.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:10.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:11.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:11.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:11 smithi089 ceph-mon[103441]: pgmap v19168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:11 smithi026 ceph-mon[93126]: pgmap v19168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:12.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:12.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:13.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:13.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:13 smithi026 ceph-mon[93126]: pgmap v19169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:13 smithi089 ceph-mon[103441]: pgmap v19169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:14.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:14.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:15.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:15.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:15.919 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:15 smithi089 ceph-mon[103441]: pgmap v19170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:15 smithi026 ceph-mon[93126]: pgmap v19170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:16.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:16.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:17.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:17.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:17 smithi089 ceph-mon[103441]: pgmap v19171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:17.947 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:17 smithi026 ceph-mon[93126]: pgmap v19171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:18.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:18.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:19.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:19.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:19 smithi089 ceph-mon[103441]: pgmap v19172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:19 smithi026 ceph-mon[93126]: pgmap v19172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:20.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:20.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:21.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:21.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:21 smithi089 ceph-mon[103441]: pgmap v19173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:21 smithi026 ceph-mon[93126]: pgmap v19173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:22.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:22.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:23 smithi026 ceph-mon[93126]: pgmap v19174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:23.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:23.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:23 smithi089 ceph-mon[103441]: pgmap v19174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:24.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:24.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:25.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:25.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:25 smithi089 ceph-mon[103441]: pgmap v19175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:25 smithi026 ceph-mon[93126]: pgmap v19175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:26.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:26.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:27.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:27.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:27 smithi089 ceph-mon[103441]: pgmap v19176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:27 smithi026 ceph-mon[93126]: pgmap v19176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:28.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:28.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:29.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:29.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:29 smithi089 ceph-mon[103441]: pgmap v19177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:29 smithi026 ceph-mon[93126]: pgmap v19177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:30.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:30.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:31.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:31.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:31 smithi089 ceph-mon[103441]: pgmap v19178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:31 smithi026 ceph-mon[93126]: pgmap v19178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:32.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:32.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:33 smithi026 ceph-mon[93126]: pgmap v19179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:33.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:33.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:33 smithi089 ceph-mon[103441]: pgmap v19179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:34.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:34.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:35 smithi026 ceph-mon[93126]: pgmap v19180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:35.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:35.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:35 smithi089 ceph-mon[103441]: pgmap v19180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:36.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:36.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:37.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:37.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:37 smithi089 ceph-mon[103441]: pgmap v19181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:37 smithi026 ceph-mon[93126]: pgmap v19181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:38.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:38.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:39.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:39.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:39 smithi089 ceph-mon[103441]: pgmap v19182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:39 smithi026 ceph-mon[93126]: pgmap v19182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:40.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:40.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:41.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:41.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:41 smithi089 ceph-mon[103441]: pgmap v19183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:41 smithi026 ceph-mon[93126]: pgmap v19183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:42.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:42.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:43 smithi026 ceph-mon[93126]: pgmap v19184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:19:43.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:43.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:43 smithi089 ceph-mon[103441]: pgmap v19184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:19:44.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:44.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:45.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:45.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:45 smithi089 ceph-mon[103441]: pgmap v19185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:45 smithi026 ceph-mon[93126]: pgmap v19185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:46.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:46.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:47.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:47.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:47 smithi089 ceph-mon[103441]: pgmap v19186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:19:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:19:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:47 smithi026 ceph-mon[93126]: pgmap v19186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:19:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:19:48.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:48.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:19:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:19:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:19:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:19:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:19:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:19:49.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:19:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:19:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:19:49.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:19:49.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:49.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:49 smithi089 ceph-mon[103441]: pgmap v19187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:49 smithi026 ceph-mon[93126]: pgmap v19187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:19:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:19:50.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:50.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:51.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:51.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:51 smithi089 ceph-mon[103441]: pgmap v19188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:51 smithi026 ceph-mon[93126]: pgmap v19188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:52.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:52.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:53 smithi026 ceph-mon[93126]: pgmap v19189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:53.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:53.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:53 smithi089 ceph-mon[103441]: pgmap v19189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:54.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:54.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:55.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:55.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:55 smithi089 ceph-mon[103441]: pgmap v19190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:55 smithi026 ceph-mon[93126]: pgmap v19190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:56.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:56.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:57.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:57.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:57 smithi089 ceph-mon[103441]: pgmap v19191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:57 smithi026 ceph-mon[93126]: pgmap v19191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:19:58.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:58.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:59.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:19:59.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:19:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:19:59 smithi089 ceph-mon[103441]: pgmap v19192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:19:59 smithi026 ceph-mon[93126]: pgmap v19192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:00.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:00.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:00.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T07:20:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T07:20:01.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:01.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:01.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:01 smithi089 ceph-mon[103441]: pgmap v19193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:01 smithi026 ceph-mon[93126]: pgmap v19193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:02.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:02.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:03 smithi026 ceph-mon[93126]: pgmap v19194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:03.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:03.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:03 smithi089 ceph-mon[103441]: pgmap v19194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:04.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:04.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:05 smithi026 ceph-mon[93126]: pgmap v19195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:05.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:05.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:05 smithi089 ceph-mon[103441]: pgmap v19195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:06.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:06.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:07.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:07.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:07 smithi089 ceph-mon[103441]: pgmap v19196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:07 smithi026 ceph-mon[93126]: pgmap v19196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:08.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:08.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:09.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:09.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:09 smithi089 ceph-mon[103441]: pgmap v19197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:09 smithi026 ceph-mon[93126]: pgmap v19197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:10.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:10.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:11.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:11.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:11 smithi089 ceph-mon[103441]: pgmap v19198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:11 smithi026 ceph-mon[93126]: pgmap v19198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:12.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:12.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:13 smithi026 ceph-mon[93126]: pgmap v19199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:13.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:13.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:13 smithi089 ceph-mon[103441]: pgmap v19199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:14.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:14.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:15.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:15.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:15 smithi089 ceph-mon[103441]: pgmap v19200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:15 smithi026 ceph-mon[93126]: pgmap v19200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:16.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:16.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:17.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:17.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:17 smithi089 ceph-mon[103441]: pgmap v19201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:17 smithi026 ceph-mon[93126]: pgmap v19201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:18.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:18.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:19.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:19.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:19 smithi089 ceph-mon[103441]: pgmap v19202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:19 smithi026 ceph-mon[93126]: pgmap v19202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:20.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:20.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:21.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:21.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:21 smithi089 ceph-mon[103441]: pgmap v19203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:21 smithi026 ceph-mon[93126]: pgmap v19203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:22.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:22.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:23 smithi026 ceph-mon[93126]: pgmap v19204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:23.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:23.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:23 smithi089 ceph-mon[103441]: pgmap v19204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:24.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:24.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:25.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:25.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:25 smithi089 ceph-mon[103441]: pgmap v19205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:25 smithi026 ceph-mon[93126]: pgmap v19205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:26.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:26.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:27.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:27.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:27 smithi089 ceph-mon[103441]: pgmap v19206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:27 smithi026 ceph-mon[93126]: pgmap v19206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:28.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:28.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:29.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:29.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:29 smithi089 ceph-mon[103441]: pgmap v19207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:29 smithi026 ceph-mon[93126]: pgmap v19207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:30.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:30.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:31.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:31.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:31 smithi089 ceph-mon[103441]: pgmap v19208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:31 smithi026 ceph-mon[93126]: pgmap v19208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:32.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:32.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:33 smithi026 ceph-mon[93126]: pgmap v19209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:33.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:33.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:33 smithi089 ceph-mon[103441]: pgmap v19209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:34.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:34.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:35 smithi026 ceph-mon[93126]: pgmap v19210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:35.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:35.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:35 smithi089 ceph-mon[103441]: pgmap v19210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:36.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:36.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:37.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:37.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:37 smithi089 ceph-mon[103441]: pgmap v19211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:37 smithi026 ceph-mon[93126]: pgmap v19211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:38.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:38.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:39.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:39.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:39 smithi089 ceph-mon[103441]: pgmap v19212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:39 smithi026 ceph-mon[93126]: pgmap v19212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:40.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:40.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:41.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:41.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:41 smithi089 ceph-mon[103441]: pgmap v19213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:41 smithi026 ceph-mon[93126]: pgmap v19213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:42.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:42.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:43 smithi026 ceph-mon[93126]: pgmap v19214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:43.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:43.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:43 smithi089 ceph-mon[103441]: pgmap v19214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:44.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:44.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:45.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:45.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:45 smithi089 ceph-mon[103441]: pgmap v19215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:45 smithi026 ceph-mon[93126]: pgmap v19215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:46.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:46.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:47.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:47.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:47 smithi089 ceph-mon[103441]: pgmap v19216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:47 smithi026 ceph-mon[93126]: pgmap v19216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:48.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:48.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:20:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:20:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:20:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:20:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:20:48.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:20:48.979 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:20:48.979 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:20:48.979 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:20:48.979 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:20:48.980 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:20:48.980 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:20:49.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:49.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:49 smithi089 ceph-mon[103441]: pgmap v19217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:49 smithi026 ceph-mon[93126]: pgmap v19217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:20:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:20:50.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:50.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:51.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:51.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:51.921 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:51 smithi089 ceph-mon[103441]: pgmap v19218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:51 smithi026 ceph-mon[93126]: pgmap v19218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:52.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:52.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:53 smithi026 ceph-mon[93126]: pgmap v19219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:53 smithi089 ceph-mon[103441]: pgmap v19219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:53.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:53.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:54.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:54.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:55.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:55.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:55 smithi089 ceph-mon[103441]: pgmap v19220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:55 smithi026 ceph-mon[93126]: pgmap v19220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:56.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:56.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:57.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:57.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:57 smithi089 ceph-mon[103441]: pgmap v19221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:57 smithi026 ceph-mon[93126]: pgmap v19221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:20:58.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:58.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:59.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:20:59.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:20:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:20:59 smithi089 ceph-mon[103441]: pgmap v19222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:20:59 smithi026 ceph-mon[93126]: pgmap v19222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:00.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:00.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:01.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:01.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:01 smithi089 ceph-mon[103441]: pgmap v19223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:01 smithi026 ceph-mon[93126]: pgmap v19223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:02.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:02.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:03 smithi026 ceph-mon[93126]: pgmap v19224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:03 smithi089 ceph-mon[103441]: pgmap v19224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:03.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:03.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:04.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:04.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:05 smithi026 ceph-mon[93126]: pgmap v19225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:05 smithi089 ceph-mon[103441]: pgmap v19225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:05.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:05.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:06.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:06.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:07.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:07.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:07 smithi089 ceph-mon[103441]: pgmap v19226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:07 smithi026 ceph-mon[93126]: pgmap v19226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:08.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:08.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:09.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:09.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:09 smithi089 ceph-mon[103441]: pgmap v19227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:09 smithi026 ceph-mon[93126]: pgmap v19227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:10.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:10.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:11.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:11.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:11 smithi089 ceph-mon[103441]: pgmap v19228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:11 smithi026 ceph-mon[93126]: pgmap v19228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:12.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:12.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:13 smithi026 ceph-mon[93126]: pgmap v19229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:13 smithi089 ceph-mon[103441]: pgmap v19229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:13.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:13.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:14.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:14.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:15.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:15.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:15 smithi089 ceph-mon[103441]: pgmap v19230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:15 smithi026 ceph-mon[93126]: pgmap v19230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:16.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:16.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:17.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:17.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:17 smithi089 ceph-mon[103441]: pgmap v19231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:17 smithi026 ceph-mon[93126]: pgmap v19231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:18.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:18.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:19.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:19.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:19 smithi089 ceph-mon[103441]: pgmap v19232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:19 smithi026 ceph-mon[93126]: pgmap v19232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:20.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:20.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:21.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:21.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:21 smithi089 ceph-mon[103441]: pgmap v19233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:21 smithi026 ceph-mon[93126]: pgmap v19233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:22.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:22.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:23 smithi026 ceph-mon[93126]: pgmap v19234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:23 smithi089 ceph-mon[103441]: pgmap v19234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:23.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:23.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:24.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:24.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:25.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:25.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:25 smithi089 ceph-mon[103441]: pgmap v19235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:25 smithi026 ceph-mon[93126]: pgmap v19235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:26.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:26.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:27.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:27.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:27 smithi089 ceph-mon[103441]: pgmap v19236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:27 smithi026 ceph-mon[93126]: pgmap v19236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:28.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:28.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:29.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:29.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:29 smithi026 ceph-mon[93126]: pgmap v19237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:29 smithi089 ceph-mon[103441]: pgmap v19237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:30.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:30.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:31.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:31.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:31 smithi089 ceph-mon[103441]: pgmap v19238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:31 smithi026 ceph-mon[93126]: pgmap v19238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:32.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:32.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:33 smithi026 ceph-mon[93126]: pgmap v19239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:33 smithi089 ceph-mon[103441]: pgmap v19239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:33.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:33.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:34.490 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:34.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:34.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:35 smithi026 ceph-mon[93126]: pgmap v19240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:35 smithi089 ceph-mon[103441]: pgmap v19240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:35.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:35.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:36.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:36.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:37.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:37.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:37 smithi089 ceph-mon[103441]: pgmap v19241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:37 smithi026 ceph-mon[93126]: pgmap v19241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:38.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:38.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:39.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:39.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:39 smithi026 ceph-mon[93126]: pgmap v19242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:39 smithi089 ceph-mon[103441]: pgmap v19242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:40.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:40.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:41.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:41.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:41 smithi089 ceph-mon[103441]: pgmap v19243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:41 smithi026 ceph-mon[93126]: pgmap v19243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:42.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:42.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:43 smithi026 ceph-mon[93126]: pgmap v19244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:43 smithi089 ceph-mon[103441]: pgmap v19244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:43.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:43.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:44.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:44.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:45.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:45.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:45 smithi089 ceph-mon[103441]: pgmap v19245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:45 smithi026 ceph-mon[93126]: pgmap v19245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:46.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:46.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:47.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:47.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:47 smithi089 ceph-mon[103441]: pgmap v19246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:47 smithi026 ceph-mon[93126]: pgmap v19246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:48.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:48.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:49.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:49.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:49 smithi089 ceph-mon[103441]: pgmap v19247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:21:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:49 smithi026 ceph-mon[93126]: pgmap v19247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:21:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:21:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:21:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:50.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:50.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:51.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:51.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:51 smithi089 ceph-mon[103441]: pgmap v19248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:51 smithi026 ceph-mon[93126]: pgmap v19248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:52.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:52.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:53 smithi026 ceph-mon[93126]: pgmap v19249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:53 smithi089 ceph-mon[103441]: pgmap v19249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:53.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:53.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:54.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:54.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:55.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:55.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:55 smithi089 ceph-mon[103441]: pgmap v19250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:55 smithi026 ceph-mon[93126]: pgmap v19250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:56.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:56.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:57 smithi026 ceph-mon[93126]: pgmap v19251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:21:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:21:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:57.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:21:57.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:57.607 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:57.608 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:57.608 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:57 smithi089 ceph-mon[103441]: pgmap v19251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:21:57.608 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:21:57.609 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:21:57.609 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:57.609 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:21:57.609 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:21:57.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:57.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:58.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:58.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:59.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:21:59.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:21:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:21:59 smithi089 ceph-mon[103441]: pgmap v19252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:21:59 smithi026 ceph-mon[93126]: pgmap v19252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:00.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:00.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:01.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:01.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:01 smithi089 ceph-mon[103441]: pgmap v19253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:01 smithi026 ceph-mon[93126]: pgmap v19253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:02.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:02.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:03 smithi026 ceph-mon[93126]: pgmap v19254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:03 smithi089 ceph-mon[103441]: pgmap v19254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:03.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:03.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:04.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:04.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:05 smithi026 ceph-mon[93126]: pgmap v19255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:05 smithi089 ceph-mon[103441]: pgmap v19255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:05.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:05.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:06.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:06.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:07.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:07.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:07 smithi089 ceph-mon[103441]: pgmap v19256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:07 smithi026 ceph-mon[93126]: pgmap v19256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:08.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:08.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:09.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:09.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:09 smithi089 ceph-mon[103441]: pgmap v19257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:09 smithi026 ceph-mon[93126]: pgmap v19257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:10.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:10.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:11.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:11.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:11 smithi089 ceph-mon[103441]: pgmap v19258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:11 smithi026 ceph-mon[93126]: pgmap v19258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:12.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:12.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:13 smithi026 ceph-mon[93126]: pgmap v19259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:13 smithi089 ceph-mon[103441]: pgmap v19259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:13.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:13.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:14.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:14.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:15.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:15.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:15 smithi089 ceph-mon[103441]: pgmap v19260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:15 smithi026 ceph-mon[93126]: pgmap v19260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:16.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:16.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:17.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:17.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:17 smithi089 ceph-mon[103441]: pgmap v19261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:17 smithi026 ceph-mon[93126]: pgmap v19261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:18.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:18.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:19.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:19.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:19 smithi089 ceph-mon[103441]: pgmap v19262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:20.008 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:19 smithi026 ceph-mon[93126]: pgmap v19262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:20.008 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:20.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:20.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:21.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:21.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:21 smithi026 ceph-mon[93126]: pgmap v19263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:21 smithi089 ceph-mon[103441]: pgmap v19263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:22.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:22.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:23 smithi026 ceph-mon[93126]: pgmap v19264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:23 smithi089 ceph-mon[103441]: pgmap v19264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:23.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:23.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:24.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:24.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:25.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:25.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:25 smithi089 ceph-mon[103441]: pgmap v19265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:25 smithi026 ceph-mon[93126]: pgmap v19265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:26.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:26.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:27.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:27.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:27 smithi089 ceph-mon[103441]: pgmap v19266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:27 smithi026 ceph-mon[93126]: pgmap v19266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:28.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:28.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:29.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:29.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:29 smithi026 ceph-mon[93126]: pgmap v19267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:29 smithi089 ceph-mon[103441]: pgmap v19267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:30.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:30.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:31.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:31.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:31 smithi026 ceph-mon[93126]: pgmap v19268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:31 smithi089 ceph-mon[103441]: pgmap v19268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:32.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:32.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:33 smithi026 ceph-mon[93126]: pgmap v19269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:33 smithi089 ceph-mon[103441]: pgmap v19269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:33.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:33.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:34.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:34.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:35 smithi026 ceph-mon[93126]: pgmap v19270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:35 smithi089 ceph-mon[103441]: pgmap v19270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:35.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:35.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:36.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:36.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:37.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:37.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:37 smithi089 ceph-mon[103441]: pgmap v19271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:37 smithi026 ceph-mon[93126]: pgmap v19271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:38.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:38.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:39.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:39.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:39 smithi026 ceph-mon[93126]: pgmap v19272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:39 smithi089 ceph-mon[103441]: pgmap v19272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:40.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:40.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:41.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:41.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:41 smithi026 ceph-mon[93126]: pgmap v19273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:41 smithi089 ceph-mon[103441]: pgmap v19273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:42.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:42.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:43 smithi089 ceph-mon[103441]: pgmap v19274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:43 smithi026 ceph-mon[93126]: pgmap v19274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:43.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:43.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:44.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:44.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:45.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:45.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:45 smithi026 ceph-mon[93126]: pgmap v19275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:45 smithi089 ceph-mon[103441]: pgmap v19275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:46.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:46.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:47.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:47.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:47 smithi026 ceph-mon[93126]: pgmap v19276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:48.137 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:47 smithi089 ceph-mon[103441]: pgmap v19276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:48.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:48.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:49.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:49.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:49 smithi026 ceph-mon[93126]: pgmap v19277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:49 smithi089 ceph-mon[103441]: pgmap v19277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:22:50.203 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:22:50.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:50.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:51.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:51.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:51 smithi026 ceph-mon[93126]: pgmap v19278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:51 smithi089 ceph-mon[103441]: pgmap v19278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:52.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:52.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:53 smithi026 ceph-mon[93126]: pgmap v19279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:53 smithi089 ceph-mon[103441]: pgmap v19279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:53.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:53.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:54.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:54.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:55.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:55.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:55 smithi026 ceph-mon[93126]: pgmap v19280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:55 smithi089 ceph-mon[103441]: pgmap v19280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:56.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:56.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:57.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:57.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:57 smithi026 ceph-mon[93126]: pgmap v19281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:22:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:22:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:22:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:22:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:22:58.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:22:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:57 smithi089 ceph-mon[103441]: pgmap v19281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:22:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:22:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:22:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:22:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:22:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:22:58.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:22:58.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:58.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:22:59.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:22:59.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:22:59 smithi026 ceph-mon[93126]: pgmap v19282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:22:59 smithi089 ceph-mon[103441]: pgmap v19282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:00.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:00.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:01.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:01.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:01 smithi026 ceph-mon[93126]: pgmap v19283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:01 smithi089 ceph-mon[103441]: pgmap v19283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:02.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:02.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:03 smithi026 ceph-mon[93126]: pgmap v19284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:03 smithi089 ceph-mon[103441]: pgmap v19284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:03.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:03.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:04.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:04.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:05.525 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:05 smithi026 ceph-mon[93126]: pgmap v19285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:05 smithi089 ceph-mon[103441]: pgmap v19285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:05.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:05.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:06.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:06.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:07.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:07.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:07 smithi026 ceph-mon[93126]: pgmap v19286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:07 smithi089 ceph-mon[103441]: pgmap v19286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:08.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:08.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:09.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:09.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:09 smithi026 ceph-mon[93126]: pgmap v19287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:09 smithi089 ceph-mon[103441]: pgmap v19287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:10.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:10.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:11.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:11.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:11 smithi026 ceph-mon[93126]: pgmap v19288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:11 smithi089 ceph-mon[103441]: pgmap v19288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:12.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:12.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:13 smithi026 ceph-mon[93126]: pgmap v19289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:13 smithi089 ceph-mon[103441]: pgmap v19289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:13.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:13.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:14.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:14.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:15.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:15.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:15 smithi026 ceph-mon[93126]: pgmap v19290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:15 smithi089 ceph-mon[103441]: pgmap v19290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:16.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:16.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:17.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:17.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:17 smithi026 ceph-mon[93126]: pgmap v19291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:17 smithi089 ceph-mon[103441]: pgmap v19291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:18.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:18.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:19.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:19.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:19 smithi026 ceph-mon[93126]: pgmap v19292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:19 smithi089 ceph-mon[103441]: pgmap v19292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:20.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:20.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:21.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:21.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:21 smithi026 ceph-mon[93126]: pgmap v19293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:21 smithi089 ceph-mon[103441]: pgmap v19293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:22.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:22.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:23 smithi026 ceph-mon[93126]: pgmap v19294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:23 smithi089 ceph-mon[103441]: pgmap v19294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:23.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:23.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:24.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:24.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:25.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:25.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:25 smithi026 ceph-mon[93126]: pgmap v19295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:25 smithi089 ceph-mon[103441]: pgmap v19295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:26.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:26.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:27.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:27.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:27 smithi026 ceph-mon[93126]: pgmap v19296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:27 smithi089 ceph-mon[103441]: pgmap v19296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:28.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:28.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:29.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:29.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:29 smithi026 ceph-mon[93126]: pgmap v19297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:29 smithi089 ceph-mon[103441]: pgmap v19297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:30.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:30.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:31.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:31.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:31 smithi026 ceph-mon[93126]: pgmap v19298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:31 smithi089 ceph-mon[103441]: pgmap v19298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:32.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:32.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:33 smithi026 ceph-mon[93126]: pgmap v19299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:33.607 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:33 smithi089 ceph-mon[103441]: pgmap v19299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:33.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:33.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:34.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:34.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:35 smithi026 ceph-mon[93126]: pgmap v19300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:35 smithi089 ceph-mon[103441]: pgmap v19300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:35.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:35.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:36.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:36.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:37.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:37.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:37 smithi026 ceph-mon[93126]: pgmap v19301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:37 smithi089 ceph-mon[103441]: pgmap v19301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:38.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:38.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:39.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:39.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:39 smithi026 ceph-mon[93126]: pgmap v19302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:39 smithi089 ceph-mon[103441]: pgmap v19302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:40.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:40.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:41.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:41.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:41 smithi026 ceph-mon[93126]: pgmap v19303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:41 smithi089 ceph-mon[103441]: pgmap v19303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:42.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:42.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:43 smithi026 ceph-mon[93126]: pgmap v19304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:43 smithi089 ceph-mon[103441]: pgmap v19304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:43.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:43.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:44.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:44.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:45.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:45.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:45.984 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:45 smithi026 ceph-mon[93126]: pgmap v19305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:45 smithi089 ceph-mon[103441]: pgmap v19305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:46.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:46.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:47.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:47.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:47 smithi026 ceph-mon[93126]: pgmap v19306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:47 smithi089 ceph-mon[103441]: pgmap v19306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:48.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:48.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:49.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:49.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:49 smithi026 ceph-mon[93126]: pgmap v19307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:49 smithi089 ceph-mon[103441]: pgmap v19307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:23:50.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:50.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:51.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:51.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:51 smithi026 ceph-mon[93126]: pgmap v19308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:51 smithi089 ceph-mon[103441]: pgmap v19308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:52.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:52.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:53 smithi026 ceph-mon[93126]: pgmap v19309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:53 smithi089 ceph-mon[103441]: pgmap v19309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:53.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:53.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:54.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:54.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:56.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:56.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:55 smithi026 ceph-mon[93126]: pgmap v19310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:55 smithi089 ceph-mon[103441]: pgmap v19310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:57.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:57.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:58.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:58.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:57 smithi026 ceph-mon[93126]: pgmap v19311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:23:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:57 smithi089 ceph-mon[103441]: pgmap v19311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:23:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:23:59.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:23:59.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:23:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:23:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:23:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:23:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:23:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:23:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:23:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:23:59.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:23:59 smithi089 ceph-mon[103441]: pgmap v19312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:23:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:23:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:23:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:23:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:23:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:23:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:23:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:23:59.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:23:59 smithi026 ceph-mon[93126]: pgmap v19312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:00.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:00.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:01.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:01.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:02.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:02.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:01 smithi026 ceph-mon[93126]: pgmap v19313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:01 smithi089 ceph-mon[103441]: pgmap v19313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:03.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:03.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:03 smithi026 ceph-mon[93126]: pgmap v19314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:03 smithi089 ceph-mon[103441]: pgmap v19314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:04.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:04.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:05.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:05.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:05 smithi026 ceph-mon[93126]: pgmap v19315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:05 smithi089 ceph-mon[103441]: pgmap v19315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:06.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:06.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:07.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:07.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:08.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:08.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:07 smithi026 ceph-mon[93126]: pgmap v19316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:07 smithi089 ceph-mon[103441]: pgmap v19316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:09.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:09.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:10.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:10.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:09 smithi026 ceph-mon[93126]: pgmap v19317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:09 smithi089 ceph-mon[103441]: pgmap v19317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:11.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:11.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:12.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:12.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:11 smithi026 ceph-mon[93126]: pgmap v19318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:11 smithi089 ceph-mon[103441]: pgmap v19318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:13.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:13.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:13 smithi026 ceph-mon[93126]: pgmap v19319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:13 smithi089 ceph-mon[103441]: pgmap v19319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:14.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:14.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:15.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:15.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:16.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:16.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:15 smithi026 ceph-mon[93126]: pgmap v19320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:15 smithi089 ceph-mon[103441]: pgmap v19320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:17.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:17.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:18.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:18.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:17 smithi026 ceph-mon[93126]: pgmap v19321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:17 smithi089 ceph-mon[103441]: pgmap v19321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:19.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:19.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:20.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:20.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:19 smithi026 ceph-mon[93126]: pgmap v19322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:19 smithi089 ceph-mon[103441]: pgmap v19322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:21.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:21.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:22.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:22.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:21 smithi026 ceph-mon[93126]: pgmap v19323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:21 smithi089 ceph-mon[103441]: pgmap v19323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:23.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:23.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:23 smithi026 ceph-mon[93126]: pgmap v19324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:23 smithi089 ceph-mon[103441]: pgmap v19324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:24.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:24.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:25.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:25.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:26.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:26.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:25 smithi026 ceph-mon[93126]: pgmap v19325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:25 smithi089 ceph-mon[103441]: pgmap v19325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:27.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:27.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:27 smithi026 ceph-mon[93126]: pgmap v19326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:28.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:28.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:27 smithi089 ceph-mon[103441]: pgmap v19326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:29.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:29.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:29 smithi026 ceph-mon[93126]: pgmap v19327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:30.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:30.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:29 smithi089 ceph-mon[103441]: pgmap v19327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:31.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:31.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:31 smithi026 ceph-mon[93126]: pgmap v19328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:32.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:32.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:31 smithi089 ceph-mon[103441]: pgmap v19328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:33.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:33.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:33 smithi026 ceph-mon[93126]: pgmap v19329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:33 smithi089 ceph-mon[103441]: pgmap v19329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:34.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:34.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:35.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:35.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:35 smithi026 ceph-mon[93126]: pgmap v19330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:35 smithi089 ceph-mon[103441]: pgmap v19330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:36.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:36.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:37.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:37.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:37 smithi026 ceph-mon[93126]: pgmap v19331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:38.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:38.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:37 smithi089 ceph-mon[103441]: pgmap v19331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:39.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:39.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:39 smithi026 ceph-mon[93126]: pgmap v19332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:40.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:40.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:39 smithi089 ceph-mon[103441]: pgmap v19332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:41.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:41.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:41 smithi026 ceph-mon[93126]: pgmap v19333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:42.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:42.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:41 smithi089 ceph-mon[103441]: pgmap v19333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:43.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:43.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:43 smithi026 ceph-mon[93126]: pgmap v19334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:43 smithi089 ceph-mon[103441]: pgmap v19334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:44.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:44.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:45.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:45.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:45 smithi026 ceph-mon[93126]: pgmap v19335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:46.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:46.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:45 smithi089 ceph-mon[103441]: pgmap v19335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:47.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:47.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:47 smithi026 ceph-mon[93126]: pgmap v19336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:48.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:48.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:47 smithi089 ceph-mon[103441]: pgmap v19336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:49.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:49.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:49 smithi026 ceph-mon[93126]: pgmap v19337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:50.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:50.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:49 smithi089 ceph-mon[103441]: pgmap v19337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:24:51.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:51.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:51 smithi026 ceph-mon[93126]: pgmap v19338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:52.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:52.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:51 smithi089 ceph-mon[103441]: pgmap v19338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:53.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:53.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:53 smithi026 ceph-mon[93126]: pgmap v19339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:53 smithi089 ceph-mon[103441]: pgmap v19339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:54.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:54.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:55.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:55.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:55 smithi026 ceph-mon[93126]: pgmap v19340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:56.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:56.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:55 smithi089 ceph-mon[103441]: pgmap v19340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:57.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:57.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:57 smithi026 ceph-mon[93126]: pgmap v19341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:58.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:58.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:57 smithi089 ceph-mon[103441]: pgmap v19341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:24:59.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:24:59.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:24:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: pgmap v19342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:24:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:24:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:24:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:24:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:24:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:24:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:24:59.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:24:59.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:24:59.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:24:59.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:24:59.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:24:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:25:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: pgmap v19342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:25:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:25:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:25:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:25:00.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:25:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:25:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:25:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:25:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:25:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:25:00.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:24:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:25:00.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:00.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:00 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1632M 2023-10-17T07:25:01.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:01.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:00 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1632M 2023-10-17T07:25:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:01 smithi026 ceph-mon[93126]: pgmap v19343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:02.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:02.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:01 smithi089 ceph-mon[103441]: pgmap v19343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:03.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:03.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:03 smithi026 ceph-mon[93126]: pgmap v19344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:03 smithi089 ceph-mon[103441]: pgmap v19344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:04.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:04.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:04.547 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:05.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:05.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:05 smithi026 ceph-mon[93126]: pgmap v19345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:05 smithi089 ceph-mon[103441]: pgmap v19345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:06.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:06.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:07.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:07.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:07 smithi026 ceph-mon[93126]: pgmap v19346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:08.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:08.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:07 smithi089 ceph-mon[103441]: pgmap v19346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:09.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:09.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:09 smithi089 ceph-mon[103441]: pgmap v19347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:09 smithi026 ceph-mon[93126]: pgmap v19347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:10.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:10.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:11.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:11.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:11 smithi026 ceph-mon[93126]: pgmap v19348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:12.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:12.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:11 smithi089 ceph-mon[103441]: pgmap v19348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:13.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:13.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:13 smithi026 ceph-mon[93126]: pgmap v19349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:13 smithi089 ceph-mon[103441]: pgmap v19349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:14.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:14.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:15.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:15.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:15 smithi026 ceph-mon[93126]: pgmap v19350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:16.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:16.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:15 smithi089 ceph-mon[103441]: pgmap v19350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:17.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:17.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:17 smithi026 ceph-mon[93126]: pgmap v19351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:18.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:18.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:17 smithi089 ceph-mon[103441]: pgmap v19351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:19.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:19.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:19 smithi026 ceph-mon[93126]: pgmap v19352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:20.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:20.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:19 smithi089 ceph-mon[103441]: pgmap v19352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:21.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:21.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:21 smithi026 ceph-mon[93126]: pgmap v19353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:22.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:22.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:21 smithi089 ceph-mon[103441]: pgmap v19353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:23.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:23.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:23 smithi026 ceph-mon[93126]: pgmap v19354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:23 smithi089 ceph-mon[103441]: pgmap v19354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:24.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:24.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:25.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:25.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:25 smithi026 ceph-mon[93126]: pgmap v19355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:26.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:26.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:25 smithi089 ceph-mon[103441]: pgmap v19355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:27.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:27.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:27 smithi026 ceph-mon[93126]: pgmap v19356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:28.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:28.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:27 smithi089 ceph-mon[103441]: pgmap v19356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:29.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:29.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:29 smithi026 ceph-mon[93126]: pgmap v19357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:30.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:30.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:29 smithi089 ceph-mon[103441]: pgmap v19357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:31.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:31.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:31 smithi026 ceph-mon[93126]: pgmap v19358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:32.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:32.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:31 smithi089 ceph-mon[103441]: pgmap v19358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:33.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:33.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:33 smithi026 ceph-mon[93126]: pgmap v19359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:33 smithi089 ceph-mon[103441]: pgmap v19359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:34.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:34.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:35.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:35.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:35 smithi026 ceph-mon[93126]: pgmap v19360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:35 smithi089 ceph-mon[103441]: pgmap v19360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:36.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:36.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:37.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:37.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:37 smithi026 ceph-mon[93126]: pgmap v19361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:38.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:38.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:37 smithi089 ceph-mon[103441]: pgmap v19361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:39.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:39.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:39 smithi026 ceph-mon[93126]: pgmap v19362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:39 smithi089 ceph-mon[103441]: pgmap v19362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:40.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:40.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:41.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:41.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:41 smithi026 ceph-mon[93126]: pgmap v19363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:41 smithi089 ceph-mon[103441]: pgmap v19363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:42.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:42.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:43.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:43.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:43 smithi026 ceph-mon[93126]: pgmap v19364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:43 smithi089 ceph-mon[103441]: pgmap v19364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:44.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:44.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:45.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:45.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:45 smithi026 ceph-mon[93126]: pgmap v19365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:45 smithi089 ceph-mon[103441]: pgmap v19365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:46.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:46.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:47.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:47.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:47 smithi026 ceph-mon[93126]: pgmap v19366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:47 smithi089 ceph-mon[103441]: pgmap v19366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:48.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:48.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:49.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:49.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:50.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:49 smithi089 ceph-mon[103441]: pgmap v19367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:50.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:49 smithi026 ceph-mon[93126]: pgmap v19367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:25:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:25:50.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:50.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:51.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:51.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:51 smithi026 ceph-mon[93126]: pgmap v19368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:51 smithi089 ceph-mon[103441]: pgmap v19368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:52.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:52.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:53.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:53.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:53 smithi026 ceph-mon[93126]: pgmap v19369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:53 smithi089 ceph-mon[103441]: pgmap v19369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:54.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:54.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:55.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:55.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:55 smithi026 ceph-mon[93126]: pgmap v19370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:55 smithi089 ceph-mon[103441]: pgmap v19370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:56.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:56.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:57.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:57.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:57 smithi026 ceph-mon[93126]: pgmap v19371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:57 smithi089 ceph-mon[103441]: pgmap v19371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:25:58.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:58.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:25:59.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:25:59.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:59 smithi026 ceph-mon[93126]: pgmap v19372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:25:59 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:26:00.128 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:59 smithi089 ceph-mon[103441]: pgmap v19372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:00.129 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:25:59 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:26:00.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:00.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:26:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:26:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:26:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:26:01.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:26:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:26:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:26:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:26:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:26:01.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:26:01.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:01.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:01 smithi026 ceph-mon[93126]: pgmap v19373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:01 smithi089 ceph-mon[103441]: pgmap v19373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:02.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:02.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:03.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:03.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:03 smithi026 ceph-mon[93126]: pgmap v19374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:03 smithi089 ceph-mon[103441]: pgmap v19374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:04.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:04.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:05.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:05.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:05 smithi089 ceph-mon[103441]: pgmap v19375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:05 smithi026 ceph-mon[93126]: pgmap v19375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:06.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:06.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:07.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:07.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:07 smithi026 ceph-mon[93126]: pgmap v19376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:07 smithi089 ceph-mon[103441]: pgmap v19376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:08.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:08.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:09.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:09.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:09 smithi026 ceph-mon[93126]: pgmap v19377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:09 smithi089 ceph-mon[103441]: pgmap v19377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:10.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:10.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:11.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:11.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:11 smithi026 ceph-mon[93126]: pgmap v19378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:11 smithi089 ceph-mon[103441]: pgmap v19378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:12.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:12.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:13.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:13.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:13 smithi026 ceph-mon[93126]: pgmap v19379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:13 smithi089 ceph-mon[103441]: pgmap v19379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:14.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:14.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:15.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:15.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:15 smithi026 ceph-mon[93126]: pgmap v19380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:15 smithi089 ceph-mon[103441]: pgmap v19380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:16.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:16.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:17.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:17.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:17 smithi026 ceph-mon[93126]: pgmap v19381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:17 smithi089 ceph-mon[103441]: pgmap v19381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:18.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:18.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:19.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:19.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:19 smithi026 ceph-mon[93126]: pgmap v19382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:20.100 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:19 smithi089 ceph-mon[103441]: pgmap v19382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:20.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:20.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:21.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:21.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:21 smithi026 ceph-mon[93126]: pgmap v19383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:21 smithi089 ceph-mon[103441]: pgmap v19383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:22.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:22.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:23.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:23.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:23 smithi026 ceph-mon[93126]: pgmap v19384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:23 smithi089 ceph-mon[103441]: pgmap v19384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:24.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:24.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:25.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:25.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:25 smithi026 ceph-mon[93126]: pgmap v19385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:25 smithi089 ceph-mon[103441]: pgmap v19385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:26.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:26.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:27.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:27.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:27 smithi026 ceph-mon[93126]: pgmap v19386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:27 smithi089 ceph-mon[103441]: pgmap v19386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:28.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:28.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:29.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:29.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:29 smithi026 ceph-mon[93126]: pgmap v19387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:29 smithi089 ceph-mon[103441]: pgmap v19387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:30.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:30.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:31.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:31.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:31 smithi026 ceph-mon[93126]: pgmap v19388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:31 smithi089 ceph-mon[103441]: pgmap v19388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:32.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:32.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:33.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:33.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:33 smithi089 ceph-mon[103441]: pgmap v19389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:33 smithi026 ceph-mon[93126]: pgmap v19389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:34.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:34.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:35.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:35.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:35 smithi089 ceph-mon[103441]: pgmap v19390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:35 smithi026 ceph-mon[93126]: pgmap v19390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:36.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:36.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:37.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:37.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:37 smithi026 ceph-mon[93126]: pgmap v19391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:37 smithi089 ceph-mon[103441]: pgmap v19391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:38.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:38.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:39.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:39.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:39 smithi026 ceph-mon[93126]: pgmap v19392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:39 smithi089 ceph-mon[103441]: pgmap v19392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:40.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:40.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:41.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:41.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:41 smithi026 ceph-mon[93126]: pgmap v19393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:41 smithi089 ceph-mon[103441]: pgmap v19393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:42.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:42.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:43.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:43.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:43 smithi089 ceph-mon[103441]: pgmap v19394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:43 smithi026 ceph-mon[93126]: pgmap v19394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:44.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:44.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:45.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:45.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:45 smithi089 ceph-mon[103441]: pgmap v19395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:45 smithi026 ceph-mon[93126]: pgmap v19395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:46.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:46.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:47.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:47.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:48.053 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:47 smithi026 ceph-mon[93126]: pgmap v19396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:47 smithi089 ceph-mon[103441]: pgmap v19396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:48.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:48.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:49.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:49.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:49 smithi026 ceph-mon[93126]: pgmap v19397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:49 smithi089 ceph-mon[103441]: pgmap v19397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:26:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:26:50.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:50.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:51.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:51.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:51 smithi026 ceph-mon[93126]: pgmap v19398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:51 smithi089 ceph-mon[103441]: pgmap v19398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:52.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:52.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:53.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:53.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:53 smithi026 ceph-mon[93126]: pgmap v19399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:53 smithi089 ceph-mon[103441]: pgmap v19399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:54.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:54.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:55.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:55.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:55 smithi026 ceph-mon[93126]: pgmap v19400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:55 smithi089 ceph-mon[103441]: pgmap v19400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:56.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:56.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:57.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:57.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:57 smithi026 ceph-mon[93126]: pgmap v19401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:57 smithi089 ceph-mon[103441]: pgmap v19401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:26:58.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:58.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:26:59.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:26:59.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:26:59 smithi026 ceph-mon[93126]: pgmap v19402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:26:59 smithi089 ceph-mon[103441]: pgmap v19402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:00.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:00.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:01.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:00 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:27:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:00 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:27:01.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:01.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:01 smithi026 ceph-mon[93126]: pgmap v19403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:27:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:27:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:27:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:27:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:27:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:01 smithi089 ceph-mon[103441]: pgmap v19403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:27:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:27:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:27:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:27:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:27:02.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:02.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:03.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:03.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:03 smithi026 ceph-mon[93126]: pgmap v19404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:03 smithi089 ceph-mon[103441]: pgmap v19404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:04.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:05.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:05.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:05 smithi089 ceph-mon[103441]: pgmap v19405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:05 smithi026 ceph-mon[93126]: pgmap v19405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:06.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:06.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:07.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:07.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:07 smithi026 ceph-mon[93126]: pgmap v19406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:07 smithi089 ceph-mon[103441]: pgmap v19406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:08.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:08.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:09.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:09.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:09 smithi026 ceph-mon[93126]: pgmap v19407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:09 smithi089 ceph-mon[103441]: pgmap v19407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:10.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:10.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:11.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:11.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:11 smithi026 ceph-mon[93126]: pgmap v19408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:11 smithi089 ceph-mon[103441]: pgmap v19408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:12.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:12.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:13.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:13.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:13 smithi089 ceph-mon[103441]: pgmap v19409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:13 smithi026 ceph-mon[93126]: pgmap v19409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:14.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:14.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:15.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:15.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:15 smithi026 ceph-mon[93126]: pgmap v19410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:15 smithi089 ceph-mon[103441]: pgmap v19410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:16.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:16.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:17.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:17.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:17 smithi026 ceph-mon[93126]: pgmap v19411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:17 smithi089 ceph-mon[103441]: pgmap v19411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:18.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:18.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:19.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:19.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:19 smithi026 ceph-mon[93126]: pgmap v19412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:19 smithi089 ceph-mon[103441]: pgmap v19412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:20.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:20.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:21.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:21.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:21 smithi026 ceph-mon[93126]: pgmap v19413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:21 smithi089 ceph-mon[103441]: pgmap v19413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:22.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:22.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:23.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:23.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:23 smithi089 ceph-mon[103441]: pgmap v19414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:23 smithi026 ceph-mon[93126]: pgmap v19414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:24.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:24.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:25.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:25.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:26.023 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:25 smithi089 ceph-mon[103441]: pgmap v19415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:25 smithi026 ceph-mon[93126]: pgmap v19415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:26.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:26.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:27.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:27.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:27 smithi026 ceph-mon[93126]: pgmap v19416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:27 smithi089 ceph-mon[103441]: pgmap v19416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:28.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:28.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:29.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:29.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:29 smithi026 ceph-mon[93126]: pgmap v19417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:29 smithi089 ceph-mon[103441]: pgmap v19417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:30.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:30.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:31.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:31.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:31 smithi026 ceph-mon[93126]: pgmap v19418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:31 smithi089 ceph-mon[103441]: pgmap v19418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:32.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:32.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:33.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:33.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:33.571 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:33 smithi026 ceph-mon[93126]: pgmap v19419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:33 smithi089 ceph-mon[103441]: pgmap v19419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:34.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:34.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:35.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:35.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:35 smithi089 ceph-mon[103441]: pgmap v19420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:35 smithi026 ceph-mon[93126]: pgmap v19420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:36.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:36.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:37.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:37.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:37 smithi026 ceph-mon[93126]: pgmap v19421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:37 smithi089 ceph-mon[103441]: pgmap v19421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:38.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:38.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:39.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:39.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:39 smithi026 ceph-mon[93126]: pgmap v19422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:39 smithi089 ceph-mon[103441]: pgmap v19422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:40.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:40.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:41.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:41.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:41 smithi026 ceph-mon[93126]: pgmap v19423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:41 smithi089 ceph-mon[103441]: pgmap v19423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:42.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:42.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:43.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:43.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:43 smithi089 ceph-mon[103441]: pgmap v19424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:43.686 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:43 smithi026 ceph-mon[93126]: pgmap v19424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:44.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:44.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:45.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:45.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:45 smithi026 ceph-mon[93126]: pgmap v19425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:45 smithi089 ceph-mon[103441]: pgmap v19425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:46.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:46.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:47.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:47.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:48.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:47 smithi026 ceph-mon[93126]: pgmap v19426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:47 smithi089 ceph-mon[103441]: pgmap v19426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:48.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:48.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:49.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:49.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:49 smithi026 ceph-mon[93126]: pgmap v19427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:49 smithi089 ceph-mon[103441]: pgmap v19427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:27:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:27:50.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:50.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:51.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:51.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:51 smithi026 ceph-mon[93126]: pgmap v19428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:51 smithi089 ceph-mon[103441]: pgmap v19428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:52.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:52.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:53.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:53.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:53 smithi089 ceph-mon[103441]: pgmap v19429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:53.803 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:53 smithi026 ceph-mon[93126]: pgmap v19429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:54.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:54.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:55.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:55.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:55 smithi026 ceph-mon[93126]: pgmap v19430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:55 smithi089 ceph-mon[103441]: pgmap v19430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:56.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:56.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:57.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:57.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:57 smithi026 ceph-mon[93126]: pgmap v19431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:57 smithi089 ceph-mon[103441]: pgmap v19431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:27:58.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:58.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:27:59.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:27:59.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:27:59 smithi026 ceph-mon[93126]: pgmap v19432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:27:59 smithi089 ceph-mon[103441]: pgmap v19432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:00.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:00.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:01.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:01.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:01 smithi026 ceph-mon[93126]: pgmap v19433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:28:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:28:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:28:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:28:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:28:02.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:28:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:01 smithi089 ceph-mon[103441]: pgmap v19433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:28:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:28:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:28:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:28:02.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:28:02.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:28:02.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:02.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:03.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:03.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:03 smithi089 ceph-mon[103441]: pgmap v19434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:03 smithi026 ceph-mon[93126]: pgmap v19434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:04.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:04.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:05.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:05.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:05 smithi089 ceph-mon[103441]: pgmap v19435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:05 smithi026 ceph-mon[93126]: pgmap v19435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:06.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:06.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:07.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:07.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:07 smithi026 ceph-mon[93126]: pgmap v19436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:07 smithi089 ceph-mon[103441]: pgmap v19436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:08.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:08.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:09.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:09.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:09 smithi026 ceph-mon[93126]: pgmap v19437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:09 smithi089 ceph-mon[103441]: pgmap v19437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:10.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:10.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:11.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:11.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:11 smithi026 ceph-mon[93126]: pgmap v19438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:11 smithi089 ceph-mon[103441]: pgmap v19438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:12.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:12.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:13.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:13.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:13 smithi089 ceph-mon[103441]: pgmap v19439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:13 smithi026 ceph-mon[93126]: pgmap v19439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:14.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:14.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:15.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:15.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:15 smithi026 ceph-mon[93126]: pgmap v19440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:15 smithi089 ceph-mon[103441]: pgmap v19440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:16.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:16.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:17.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:17.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:17 smithi026 ceph-mon[93126]: pgmap v19441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:17 smithi089 ceph-mon[103441]: pgmap v19441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:18.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:18.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:19.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:19.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:19 smithi026 ceph-mon[93126]: pgmap v19442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:19 smithi089 ceph-mon[103441]: pgmap v19442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:20.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:20.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:21.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:21.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:21 smithi089 ceph-mon[103441]: pgmap v19443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:22.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:21 smithi026 ceph-mon[93126]: pgmap v19443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:22.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:22.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:23.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:23.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:23 smithi089 ceph-mon[103441]: pgmap v19444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:23 smithi026 ceph-mon[93126]: pgmap v19444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:24.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:24.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:25.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:25.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:26.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:25 smithi026 ceph-mon[93126]: pgmap v19445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:25 smithi089 ceph-mon[103441]: pgmap v19445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:26.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:26.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:27.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:27.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:28.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:27 smithi026 ceph-mon[93126]: pgmap v19446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:27 smithi089 ceph-mon[103441]: pgmap v19446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:28.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:28.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:29.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:29.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:29 smithi026 ceph-mon[93126]: pgmap v19447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:29 smithi089 ceph-mon[103441]: pgmap v19447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:30.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:30.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:31.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:31.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:31 smithi026 ceph-mon[93126]: pgmap v19448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:31 smithi089 ceph-mon[103441]: pgmap v19448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:32.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:32.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:33.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:33.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:33 smithi089 ceph-mon[103441]: pgmap v19449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:33 smithi026 ceph-mon[93126]: pgmap v19449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:34.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:34.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:35.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:35.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:35 smithi089 ceph-mon[103441]: pgmap v19450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:35 smithi026 ceph-mon[93126]: pgmap v19450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:36.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:36.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:37.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:37.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:37 smithi026 ceph-mon[93126]: pgmap v19451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:37 smithi089 ceph-mon[103441]: pgmap v19451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:38.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:38.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:39.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:39.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:39 smithi026 ceph-mon[93126]: pgmap v19452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:39 smithi089 ceph-mon[103441]: pgmap v19452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:40.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:40.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:41.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:41.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:41 smithi026 ceph-mon[93126]: pgmap v19453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:41 smithi089 ceph-mon[103441]: pgmap v19453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:42.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:42.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:43.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:43.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:43 smithi089 ceph-mon[103441]: pgmap v19454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:43 smithi026 ceph-mon[93126]: pgmap v19454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:44.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:44.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:45.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:45.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:45 smithi026 ceph-mon[93126]: pgmap v19455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:45 smithi089 ceph-mon[103441]: pgmap v19455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:46.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:46.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:47.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:47.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:47 smithi026 ceph-mon[93126]: pgmap v19456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:47 smithi089 ceph-mon[103441]: pgmap v19456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:48.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:48.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:49.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:49.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:49 smithi026 ceph-mon[93126]: pgmap v19457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:49 smithi089 ceph-mon[103441]: pgmap v19457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:28:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:28:50.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:50.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:51.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:51.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:51 smithi026 ceph-mon[93126]: pgmap v19458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:51 smithi089 ceph-mon[103441]: pgmap v19458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:52.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:52.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:53.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:53.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:53 smithi089 ceph-mon[103441]: pgmap v19459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:53 smithi026 ceph-mon[93126]: pgmap v19459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:54.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:54.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:55.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:55.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:56.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:55 smithi026 ceph-mon[93126]: pgmap v19460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:55 smithi089 ceph-mon[103441]: pgmap v19460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:56.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:56.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:57.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:57.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:57 smithi026 ceph-mon[93126]: pgmap v19461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:57 smithi089 ceph-mon[103441]: pgmap v19461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:28:58.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:58.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:28:59.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:28:59.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:28:59 smithi026 ceph-mon[93126]: pgmap v19462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:28:59 smithi089 ceph-mon[103441]: pgmap v19462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:00.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:00.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:01.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:01.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:01 smithi089 ceph-mon[103441]: pgmap v19463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:29:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:01 smithi026 ceph-mon[93126]: pgmap v19463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:29:02.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:02.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:29:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:29:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:29:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:29:03.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:29:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:29:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:29:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:29:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:29:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:29:03.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:03.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:03 smithi089 ceph-mon[103441]: pgmap v19464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:03 smithi026 ceph-mon[93126]: pgmap v19464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:04.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:04.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:05.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:05.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:05 smithi089 ceph-mon[103441]: pgmap v19465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:05 smithi026 ceph-mon[93126]: pgmap v19465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:06.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:06.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:07.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:07.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:07 smithi089 ceph-mon[103441]: pgmap v19466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:07 smithi026 ceph-mon[93126]: pgmap v19466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:08.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:08.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:09.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:09.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:09 smithi026 ceph-mon[93126]: pgmap v19467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:09 smithi089 ceph-mon[103441]: pgmap v19467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:10.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:10.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:11.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:11.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:12.132 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:11 smithi089 ceph-mon[103441]: pgmap v19468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:11 smithi026 ceph-mon[93126]: pgmap v19468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:12.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:12.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:13.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:13.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:13 smithi089 ceph-mon[103441]: pgmap v19469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:13 smithi026 ceph-mon[93126]: pgmap v19469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:14.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:14.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:15.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:15.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:15 smithi026 ceph-mon[93126]: pgmap v19470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:15 smithi089 ceph-mon[103441]: pgmap v19470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:16.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:16.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:17.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:17.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:17 smithi089 ceph-mon[103441]: pgmap v19471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:17 smithi026 ceph-mon[93126]: pgmap v19471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:18.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:18.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:19.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:19.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:19 smithi026 ceph-mon[93126]: pgmap v19472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:20.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:19 smithi089 ceph-mon[103441]: pgmap v19472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:20.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:20.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:21.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:21.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:21 smithi089 ceph-mon[103441]: pgmap v19473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:21 smithi026 ceph-mon[93126]: pgmap v19473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:22.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:22.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:23.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:23.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:23 smithi089 ceph-mon[103441]: pgmap v19474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:23 smithi026 ceph-mon[93126]: pgmap v19474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:24.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:24.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:25.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:25.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:25 smithi089 ceph-mon[103441]: pgmap v19475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:25 smithi026 ceph-mon[93126]: pgmap v19475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:26.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:26.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:27.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:27.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:27 smithi089 ceph-mon[103441]: pgmap v19476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:27 smithi026 ceph-mon[93126]: pgmap v19476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:28.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:28.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:29.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:29.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:29 smithi089 ceph-mon[103441]: pgmap v19477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:29 smithi026 ceph-mon[93126]: pgmap v19477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:30.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:30.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:31.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:31.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:31 smithi089 ceph-mon[103441]: pgmap v19478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:31 smithi026 ceph-mon[93126]: pgmap v19478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:32.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:32.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:33.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:33.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:33 smithi089 ceph-mon[103441]: pgmap v19479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:33 smithi026 ceph-mon[93126]: pgmap v19479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:34.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:34.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:35.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:35.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:35 smithi089 ceph-mon[103441]: pgmap v19480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:35 smithi026 ceph-mon[93126]: pgmap v19480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:36.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:36.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:37.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:37.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:37 smithi089 ceph-mon[103441]: pgmap v19481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:37 smithi026 ceph-mon[93126]: pgmap v19481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:38.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:38.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:39.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:39.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:39 smithi089 ceph-mon[103441]: pgmap v19482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:39 smithi026 ceph-mon[93126]: pgmap v19482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:40.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:40.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:41.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:41.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:41 smithi089 ceph-mon[103441]: pgmap v19483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:41 smithi026 ceph-mon[93126]: pgmap v19483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:42.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:42.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:43.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:43.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:43 smithi089 ceph-mon[103441]: pgmap v19484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:43 smithi026 ceph-mon[93126]: pgmap v19484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:44.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:44.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:45.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:45.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:45 smithi089 ceph-mon[103441]: pgmap v19485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:45 smithi026 ceph-mon[93126]: pgmap v19485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:46.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:46.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:47.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:47.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:47 smithi089 ceph-mon[103441]: pgmap v19486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:47 smithi026 ceph-mon[93126]: pgmap v19486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:48.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:48.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:49.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:49.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:50.125 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:49 smithi026 ceph-mon[93126]: pgmap v19487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:50.126 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:49 smithi089 ceph-mon[103441]: pgmap v19487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:29:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:29:50.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:50.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:51.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:51.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:51 smithi089 ceph-mon[103441]: pgmap v19488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:51 smithi026 ceph-mon[93126]: pgmap v19488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:52.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:52.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:53.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:53.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:53 smithi089 ceph-mon[103441]: pgmap v19489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:53 smithi026 ceph-mon[93126]: pgmap v19489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:54.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:54.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:55.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:55.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:55 smithi089 ceph-mon[103441]: pgmap v19490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:55 smithi026 ceph-mon[93126]: pgmap v19490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:56.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:56.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:57.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:57.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:57 smithi089 ceph-mon[103441]: pgmap v19491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:57 smithi026 ceph-mon[93126]: pgmap v19491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:29:58.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:58.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:29:59.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:29:59.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:00.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:29:59 smithi089 ceph-mon[103441]: pgmap v19492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:00.240 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:29:59 smithi026 ceph-mon[93126]: pgmap v19492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:00.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:00.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T07:30:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T07:30:01.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:01.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:01 smithi089 ceph-mon[103441]: pgmap v19493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:01 smithi026 ceph-mon[93126]: pgmap v19493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:02.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:02.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:03.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:03.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:30:03.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:03 smithi089 ceph-mon[103441]: pgmap v19494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:30:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:03 smithi026 ceph-mon[93126]: pgmap v19494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:04.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:04.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:05 smithi026 ceph-mon[93126]: pgmap v19495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:05.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:05.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:05 smithi089 ceph-mon[103441]: pgmap v19495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:06.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:06.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:07.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:07.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:07 smithi026 ceph-mon[93126]: pgmap v19496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:30:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:30:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:30:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:30:08.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:30:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:30:08.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:30:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:07 smithi089 ceph-mon[103441]: pgmap v19496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:30:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:30:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:30:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:30:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:30:08.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:30:08.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:30:08.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:08.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:09.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:09.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:09 smithi026 ceph-mon[93126]: pgmap v19497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:09 smithi089 ceph-mon[103441]: pgmap v19497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:10.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:10.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:11.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:11.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:11 smithi026 ceph-mon[93126]: pgmap v19498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:11 smithi089 ceph-mon[103441]: pgmap v19498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:12.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:12.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:13.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:13.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:13 smithi089 ceph-mon[103441]: pgmap v19499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:13 smithi026 ceph-mon[93126]: pgmap v19499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:14.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:14.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:15.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:15.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:15 smithi089 ceph-mon[103441]: pgmap v19500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:15 smithi026 ceph-mon[93126]: pgmap v19500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:16.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:16.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:17.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:17.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:17 smithi089 ceph-mon[103441]: pgmap v19501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:17 smithi026 ceph-mon[93126]: pgmap v19501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:18.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:18.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:19.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:19.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:19 smithi089 ceph-mon[103441]: pgmap v19502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:19 smithi026 ceph-mon[93126]: pgmap v19502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:20.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:20.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:21.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:21.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:21 smithi089 ceph-mon[103441]: pgmap v19503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:21 smithi026 ceph-mon[93126]: pgmap v19503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:22.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:22.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:23.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:23.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:23 smithi089 ceph-mon[103441]: pgmap v19504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:23 smithi026 ceph-mon[93126]: pgmap v19504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:24.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:24.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:25.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:25.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:25 smithi089 ceph-mon[103441]: pgmap v19505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:25 smithi026 ceph-mon[93126]: pgmap v19505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:26.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:26.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:27.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:27.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:27 smithi089 ceph-mon[103441]: pgmap v19506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:27 smithi026 ceph-mon[93126]: pgmap v19506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:28.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:28.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:29.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:29.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:29 smithi089 ceph-mon[103441]: pgmap v19507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:29 smithi026 ceph-mon[93126]: pgmap v19507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:30.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:30.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:31.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:31.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:31 smithi089 ceph-mon[103441]: pgmap v19508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:31 smithi026 ceph-mon[93126]: pgmap v19508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:32.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:32.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:33.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:33.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:33 smithi089 ceph-mon[103441]: pgmap v19509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:33 smithi026 ceph-mon[93126]: pgmap v19509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:34.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:34.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:35.642 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:35 smithi026 ceph-mon[93126]: pgmap v19510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:35.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:35.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:35 smithi089 ceph-mon[103441]: pgmap v19510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:36.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:36.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:37.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:37.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:37 smithi089 ceph-mon[103441]: pgmap v19511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:37 smithi026 ceph-mon[93126]: pgmap v19511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:38.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:38.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:39.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:39.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:39 smithi089 ceph-mon[103441]: pgmap v19512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:39 smithi026 ceph-mon[93126]: pgmap v19512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:40.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:40.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:41.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:41.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:41 smithi089 ceph-mon[103441]: pgmap v19513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:41 smithi026 ceph-mon[93126]: pgmap v19513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:42.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:42.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:43 smithi089 ceph-mon[103441]: pgmap v19514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:43.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:43.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:43 smithi026 ceph-mon[93126]: pgmap v19514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:44.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:44.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:45.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:45.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:45 smithi026 ceph-mon[93126]: pgmap v19515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:45 smithi089 ceph-mon[103441]: pgmap v19515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:46.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:46.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:47.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:47.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:48.134 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:47 smithi089 ceph-mon[103441]: pgmap v19516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:47 smithi026 ceph-mon[93126]: pgmap v19516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:48.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:48.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:49.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:49.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:49 smithi089 ceph-mon[103441]: pgmap v19517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:49 smithi026 ceph-mon[93126]: pgmap v19517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:30:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:30:50.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:50.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:51.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:51.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:51 smithi089 ceph-mon[103441]: pgmap v19518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:51 smithi026 ceph-mon[93126]: pgmap v19518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:52.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:52.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:53 smithi089 ceph-mon[103441]: pgmap v19519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:53.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:53.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:53 smithi026 ceph-mon[93126]: pgmap v19519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:54.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:54.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:55.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:55.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:55 smithi089 ceph-mon[103441]: pgmap v19520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:55 smithi026 ceph-mon[93126]: pgmap v19520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:56.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:56.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:57.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:57.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:57 smithi089 ceph-mon[103441]: pgmap v19521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:57 smithi026 ceph-mon[93126]: pgmap v19521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:30:58.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:58.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:30:59.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:30:59.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:30:59 smithi089 ceph-mon[103441]: pgmap v19522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:30:59 smithi026 ceph-mon[93126]: pgmap v19522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:00.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:00.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:01.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:01.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:01 smithi089 ceph-mon[103441]: pgmap v19523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:01 smithi026 ceph-mon[93126]: pgmap v19523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:02.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:02.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:03 smithi089 ceph-mon[103441]: pgmap v19524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:03.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:03.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:03 smithi026 ceph-mon[93126]: pgmap v19524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:04.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:04.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:05 smithi089 ceph-mon[103441]: pgmap v19525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:05.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:05.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:05 smithi026 ceph-mon[93126]: pgmap v19525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:06.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:06.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:07.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:07.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:07 smithi089 ceph-mon[103441]: pgmap v19526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:08.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:31:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:07 smithi026 ceph-mon[93126]: pgmap v19526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:31:08.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:08.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:31:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:31:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:31:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:31:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:31:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:31:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:31:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:31:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:31:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:31:09.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:09.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:09 smithi089 ceph-mon[103441]: pgmap v19527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:09 smithi026 ceph-mon[93126]: pgmap v19527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:10.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:10.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:11.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:11.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:11 smithi089 ceph-mon[103441]: pgmap v19528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:11 smithi026 ceph-mon[93126]: pgmap v19528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:12.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:12.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:13 smithi089 ceph-mon[103441]: pgmap v19529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:13.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:13.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:13 smithi026 ceph-mon[93126]: pgmap v19529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:14.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:14.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:15.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:15.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:16.101 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:15 smithi026 ceph-mon[93126]: pgmap v19530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:15 smithi089 ceph-mon[103441]: pgmap v19530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:16.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:16.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:17.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:17.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:17 smithi089 ceph-mon[103441]: pgmap v19531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:17 smithi026 ceph-mon[93126]: pgmap v19531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:18.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:18.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:19.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:19.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:20.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:19 smithi089 ceph-mon[103441]: pgmap v19532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:20.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:19 smithi026 ceph-mon[93126]: pgmap v19532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:20.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:20.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:21.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:21.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:21 smithi089 ceph-mon[103441]: pgmap v19533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:21 smithi026 ceph-mon[93126]: pgmap v19533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:22.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:22.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:23 smithi089 ceph-mon[103441]: pgmap v19534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:23.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:23.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:23 smithi026 ceph-mon[93126]: pgmap v19534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:24.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:24.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:25.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:25.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:25 smithi089 ceph-mon[103441]: pgmap v19535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:26.215 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:25 smithi026 ceph-mon[93126]: pgmap v19535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:26.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:26.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:27.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:27.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:27 smithi089 ceph-mon[103441]: pgmap v19536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:27 smithi026 ceph-mon[93126]: pgmap v19536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:28.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:28.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:29.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:29.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:29 smithi089 ceph-mon[103441]: pgmap v19537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:29 smithi026 ceph-mon[93126]: pgmap v19537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:30.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:30.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:31.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:31.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:31 smithi089 ceph-mon[103441]: pgmap v19538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:31 smithi026 ceph-mon[93126]: pgmap v19538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:32.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:32.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:33 smithi089 ceph-mon[103441]: pgmap v19539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:33.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:33.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:33 smithi026 ceph-mon[93126]: pgmap v19539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:34.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:34.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:35 smithi089 ceph-mon[103441]: pgmap v19540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:35.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:35.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:35 smithi026 ceph-mon[93126]: pgmap v19540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:36.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:36.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:37.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:37.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:37 smithi089 ceph-mon[103441]: pgmap v19541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:37 smithi026 ceph-mon[93126]: pgmap v19541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:38.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:38.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:39.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:39.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:39 smithi089 ceph-mon[103441]: pgmap v19542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:39 smithi026 ceph-mon[93126]: pgmap v19542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:40.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:40.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:41.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:41.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:41 smithi089 ceph-mon[103441]: pgmap v19543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:42.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:41 smithi026 ceph-mon[93126]: pgmap v19543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:42.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:42.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:43 smithi089 ceph-mon[103441]: pgmap v19544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:43.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:43.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:43 smithi026 ceph-mon[93126]: pgmap v19544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:44.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:44.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:45.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:45.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:45 smithi089 ceph-mon[103441]: pgmap v19545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:45 smithi026 ceph-mon[93126]: pgmap v19545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:46.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:46.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:47.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:47.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:47 smithi089 ceph-mon[103441]: pgmap v19546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:47 smithi026 ceph-mon[93126]: pgmap v19546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:48.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:48.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:49.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:49.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:49 smithi089 ceph-mon[103441]: pgmap v19547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:49 smithi026 ceph-mon[93126]: pgmap v19547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:31:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:31:50.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:50.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:51.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:51.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:51 smithi089 ceph-mon[103441]: pgmap v19548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:51 smithi026 ceph-mon[93126]: pgmap v19548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:52.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:52.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:53 smithi089 ceph-mon[103441]: pgmap v19549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:53.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:53.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:53 smithi026 ceph-mon[93126]: pgmap v19549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:54.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:54.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:55.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:55.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:55 smithi089 ceph-mon[103441]: pgmap v19550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:55 smithi026 ceph-mon[93126]: pgmap v19550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:56.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:56.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:57.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:57.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:57 smithi089 ceph-mon[103441]: pgmap v19551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:57 smithi026 ceph-mon[93126]: pgmap v19551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:31:58.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:58.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:31:59.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:31:59.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:31:59 smithi089 ceph-mon[103441]: pgmap v19552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:31:59 smithi026 ceph-mon[93126]: pgmap v19552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:00.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:00.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:01.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:01.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:01 smithi026 ceph-mon[93126]: pgmap v19553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:01 smithi089 ceph-mon[103441]: pgmap v19553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:02.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:02.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:03 smithi089 ceph-mon[103441]: pgmap v19554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:03 smithi026 ceph-mon[93126]: pgmap v19554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:03.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:03.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:04.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:04.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:05 smithi089 ceph-mon[103441]: pgmap v19555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:05 smithi026 ceph-mon[93126]: pgmap v19555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:05.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:05.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:06.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:06.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:07.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:07.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:07 smithi089 ceph-mon[103441]: pgmap v19556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:07 smithi026 ceph-mon[93126]: pgmap v19556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:08.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:08.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:32:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:09.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:32:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:09.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:09.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:09.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:09 smithi089 ceph-mon[103441]: pgmap v19557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:09 smithi026 ceph-mon[93126]: pgmap v19557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:10.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:10.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:11.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:11.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:11 smithi026 ceph-mon[93126]: pgmap v19558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:11 smithi089 ceph-mon[103441]: pgmap v19558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:12.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:12.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:13 smithi089 ceph-mon[103441]: pgmap v19559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:13 smithi026 ceph-mon[93126]: pgmap v19559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:13.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:13.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:14.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:14.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:15.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:15.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:15 smithi089 ceph-mon[103441]: pgmap v19560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:15 smithi026 ceph-mon[93126]: pgmap v19560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:16.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:16.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:32:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:32:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:32:17.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:32:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:32:17.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:32:17.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:32:17.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:17.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:18 smithi026 ceph-mon[93126]: pgmap v19561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:18 smithi089 ceph-mon[103441]: pgmap v19561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:18.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:18.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:19.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:19.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:20 smithi026 ceph-mon[93126]: pgmap v19562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:20 smithi089 ceph-mon[103441]: pgmap v19562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:20.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:20.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:21.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:21.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:22 smithi026 ceph-mon[93126]: pgmap v19563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:22 smithi089 ceph-mon[103441]: pgmap v19563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:22.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:22.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:23 smithi089 ceph-mon[103441]: pgmap v19564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:23 smithi026 ceph-mon[93126]: pgmap v19564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:23.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:23.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:24.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:24.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:25.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:25.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:25 smithi089 ceph-mon[103441]: pgmap v19565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:25 smithi026 ceph-mon[93126]: pgmap v19565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:26.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:26.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:27.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:27.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:27 smithi089 ceph-mon[103441]: pgmap v19566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:27 smithi026 ceph-mon[93126]: pgmap v19566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:28.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:28.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:29.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:29.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:29 smithi089 ceph-mon[103441]: pgmap v19567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:29 smithi026 ceph-mon[93126]: pgmap v19567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:30.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:30.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:31.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:31.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:31 smithi089 ceph-mon[103441]: pgmap v19568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:31 smithi026 ceph-mon[93126]: pgmap v19568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:32.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:32.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:33 smithi089 ceph-mon[103441]: pgmap v19569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:33 smithi026 ceph-mon[93126]: pgmap v19569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:33.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:33.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:34.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:34.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:35 smithi089 ceph-mon[103441]: pgmap v19570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:35 smithi026 ceph-mon[93126]: pgmap v19570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:35.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:35.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:36.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:36.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:37.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:37.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:37 smithi089 ceph-mon[103441]: pgmap v19571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:37 smithi026 ceph-mon[93126]: pgmap v19571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:38.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:38.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:39.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:39.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:40.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:39 smithi026 ceph-mon[93126]: pgmap v19572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:39 smithi089 ceph-mon[103441]: pgmap v19572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:40.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:40.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:41.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:41.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:41 smithi089 ceph-mon[103441]: pgmap v19573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:41 smithi026 ceph-mon[93126]: pgmap v19573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:42.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:42.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:43 smithi089 ceph-mon[103441]: pgmap v19574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:43 smithi026 ceph-mon[93126]: pgmap v19574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:43.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:43.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:44.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:44.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:45.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:45.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:45 smithi089 ceph-mon[103441]: pgmap v19575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:45 smithi026 ceph-mon[93126]: pgmap v19575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:46.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:46.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:47.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:47.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:47 smithi089 ceph-mon[103441]: pgmap v19576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:47 smithi026 ceph-mon[93126]: pgmap v19576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:48.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:48.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:49.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:49.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:50.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:49 smithi026 ceph-mon[93126]: pgmap v19577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:49 smithi089 ceph-mon[103441]: pgmap v19577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:32:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:32:50.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:50.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:51.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:51.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:51 smithi089 ceph-mon[103441]: pgmap v19578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:52.206 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:51 smithi026 ceph-mon[93126]: pgmap v19578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:52.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:52.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:53 smithi089 ceph-mon[103441]: pgmap v19579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:53 smithi026 ceph-mon[93126]: pgmap v19579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:53.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:53.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:54.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:54.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:55.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:55.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:55 smithi089 ceph-mon[103441]: pgmap v19580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:55 smithi026 ceph-mon[93126]: pgmap v19580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:56.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:56.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:57.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:57.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:57 smithi089 ceph-mon[103441]: pgmap v19581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:57 smithi026 ceph-mon[93126]: pgmap v19581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:32:58.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:58.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:32:59.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:32:59.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:32:59 smithi089 ceph-mon[103441]: pgmap v19582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:32:59 smithi026 ceph-mon[93126]: pgmap v19582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:00.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:00.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:01.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:01.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:01 smithi089 ceph-mon[103441]: pgmap v19583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:01 smithi026 ceph-mon[93126]: pgmap v19583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:02.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:02.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:03 smithi089 ceph-mon[103441]: pgmap v19584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:03 smithi026 ceph-mon[93126]: pgmap v19584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:03.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:03.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:04.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:04.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:05 smithi089 ceph-mon[103441]: pgmap v19585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:05 smithi026 ceph-mon[93126]: pgmap v19585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:05.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:05.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:06.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:06.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:07.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:07.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:07 smithi089 ceph-mon[103441]: pgmap v19586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:07 smithi026 ceph-mon[93126]: pgmap v19586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:08.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:08.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:09.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:09.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:09 smithi089 ceph-mon[103441]: pgmap v19587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:09 smithi026 ceph-mon[93126]: pgmap v19587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:10.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:10.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:11.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:11.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:11 smithi089 ceph-mon[103441]: pgmap v19588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:11 smithi026 ceph-mon[93126]: pgmap v19588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:12.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:12.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:13 smithi089 ceph-mon[103441]: pgmap v19589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:13 smithi026 ceph-mon[93126]: pgmap v19589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:13.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:13.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:14.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:14.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:15.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:15.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:15 smithi089 ceph-mon[103441]: pgmap v19590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:15 smithi026 ceph-mon[93126]: pgmap v19590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:16.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:16.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:17.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:17.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:17 smithi089 ceph-mon[103441]: pgmap v19591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:18.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:17 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:33:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:17 smithi026 ceph-mon[93126]: pgmap v19591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:18.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:17 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:33:18.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:18.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:33:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:33:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:33:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:33:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:33:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:33:19.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:33:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:33:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:33:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:33:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:33:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:33:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:33:19.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:33:19.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:19.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:20 smithi089 ceph-mon[103441]: pgmap v19592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:20 smithi026 ceph-mon[93126]: pgmap v19592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:20.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:20.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:21.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:21.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:22 smithi089 ceph-mon[103441]: pgmap v19593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:22.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:22 smithi026 ceph-mon[93126]: pgmap v19593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:22.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:22.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:23 smithi089 ceph-mon[103441]: pgmap v19594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:23 smithi026 ceph-mon[93126]: pgmap v19594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:23.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:23.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:24.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:24.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:25.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:25.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:25 smithi089 ceph-mon[103441]: pgmap v19595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:25 smithi026 ceph-mon[93126]: pgmap v19595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:26.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:26.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:27.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:27.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:27 smithi089 ceph-mon[103441]: pgmap v19596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:27 smithi026 ceph-mon[93126]: pgmap v19596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:28.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:28.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:29.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:29.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:29 smithi089 ceph-mon[103441]: pgmap v19597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:29 smithi026 ceph-mon[93126]: pgmap v19597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:30.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:30.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:31.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:31.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:31 smithi089 ceph-mon[103441]: pgmap v19598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:31 smithi026 ceph-mon[93126]: pgmap v19598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:32.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:32.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:33 smithi089 ceph-mon[103441]: pgmap v19599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:33 smithi026 ceph-mon[93126]: pgmap v19599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:33.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:33.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:34.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:34.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:35 smithi089 ceph-mon[103441]: pgmap v19600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:35 smithi026 ceph-mon[93126]: pgmap v19600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:35.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:35.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:36.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:36.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:37.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:37.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:38.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:37 smithi026 ceph-mon[93126]: pgmap v19601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:37 smithi089 ceph-mon[103441]: pgmap v19601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:38.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:38.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:39.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:39.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:39 smithi089 ceph-mon[103441]: pgmap v19602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:39 smithi026 ceph-mon[93126]: pgmap v19602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:40.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:40.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:41.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:41.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:41 smithi089 ceph-mon[103441]: pgmap v19603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:41 smithi026 ceph-mon[93126]: pgmap v19603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:42.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:42.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:43 smithi089 ceph-mon[103441]: pgmap v19604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:43 smithi026 ceph-mon[93126]: pgmap v19604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:43.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:43.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:44.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:44.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:45.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:46.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:45 smithi089 ceph-mon[103441]: pgmap v19605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:45 smithi026 ceph-mon[93126]: pgmap v19605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:46.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:46.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:47.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:47.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:47 smithi089 ceph-mon[103441]: pgmap v19606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:47 smithi026 ceph-mon[93126]: pgmap v19606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:48.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:48.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:49.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:49.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:49 smithi089 ceph-mon[103441]: pgmap v19607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:50.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:49 smithi026 ceph-mon[93126]: pgmap v19607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:33:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:33:50.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:50.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:51.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:51.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:51 smithi089 ceph-mon[103441]: pgmap v19608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:51 smithi026 ceph-mon[93126]: pgmap v19608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:52.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:52.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:53 smithi089 ceph-mon[103441]: pgmap v19609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:53 smithi026 ceph-mon[93126]: pgmap v19609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:53.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:53.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:54.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:54.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:55.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:55.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:55 smithi089 ceph-mon[103441]: pgmap v19610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:55 smithi026 ceph-mon[93126]: pgmap v19610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:56.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:56.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:57.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:57.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:33:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:57 smithi089 ceph-mon[103441]: pgmap v19611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:58.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:57 smithi026 ceph-mon[93126]: pgmap v19611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:33:59.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:33:59.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:00.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:00.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:33:59 smithi089 ceph-mon[103441]: pgmap v19612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:33:59 smithi026 ceph-mon[93126]: pgmap v19612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:01.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:01.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:02.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:02.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:01 smithi089 ceph-mon[103441]: pgmap v19613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:01 smithi026 ceph-mon[93126]: pgmap v19613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:03.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:03.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:03 smithi089 ceph-mon[103441]: pgmap v19614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:03 smithi026 ceph-mon[93126]: pgmap v19614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:04.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:04.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:05.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:05.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:05 smithi089 ceph-mon[103441]: pgmap v19615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:05 smithi026 ceph-mon[93126]: pgmap v19615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:06.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:06.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:07.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:07.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:08.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:08.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:07 smithi089 ceph-mon[103441]: pgmap v19616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:07 smithi026 ceph-mon[93126]: pgmap v19616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:09.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:09.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:10.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:10.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:09 smithi089 ceph-mon[103441]: pgmap v19617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:09 smithi026 ceph-mon[93126]: pgmap v19617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:11.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:11.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:12.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:12.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:11 smithi089 ceph-mon[103441]: pgmap v19618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:11 smithi026 ceph-mon[93126]: pgmap v19618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:13.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:13.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:13 smithi089 ceph-mon[103441]: pgmap v19619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:13 smithi026 ceph-mon[93126]: pgmap v19619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:14.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:14.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:15.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:15.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:16.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:16.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:15 smithi089 ceph-mon[103441]: pgmap v19620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:15 smithi026 ceph-mon[93126]: pgmap v19620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:17.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:17.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:18.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:18.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:17 smithi089 ceph-mon[103441]: pgmap v19621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:18.184 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:17 smithi026 ceph-mon[93126]: pgmap v19621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:19.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:19.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:34:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:19.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:18 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:34:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:18 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:20.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:20.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:20.118 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:19 smithi026 ceph-mon[93126]: pgmap v19622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:20.118 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:20.174 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:19 smithi089 ceph-mon[103441]: pgmap v19622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:20.175 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:21.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:21.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:22.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:22.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:21 smithi089 ceph-mon[103441]: pgmap v19623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:22.192 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:21 smithi026 ceph-mon[93126]: pgmap v19623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:23.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:23.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:34:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:34:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:34:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:23 smithi026 ceph-mon[93126]: pgmap v19624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:34:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:34:23.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:34:23.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:34:23.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:23 smithi089 ceph-mon[103441]: pgmap v19624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:24.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:24.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:25.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:25.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:26.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:26.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:26.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:25 smithi089 ceph-mon[103441]: pgmap v19625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:25 smithi026 ceph-mon[93126]: pgmap v19625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:27.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:27.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:28.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:28.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:27 smithi089 ceph-mon[103441]: pgmap v19626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:27 smithi026 ceph-mon[93126]: pgmap v19626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:29.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:29.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:30.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:30.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:29 smithi089 ceph-mon[103441]: pgmap v19627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:29 smithi026 ceph-mon[93126]: pgmap v19627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:31.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:31.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:32.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:32.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:31 smithi089 ceph-mon[103441]: pgmap v19628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:31 smithi026 ceph-mon[93126]: pgmap v19628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:33.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:33.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:33 smithi089 ceph-mon[103441]: pgmap v19629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:33 smithi026 ceph-mon[93126]: pgmap v19629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:34.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:34.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:35.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:35.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:35 smithi026 ceph-mon[93126]: pgmap v19630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:35 smithi089 ceph-mon[103441]: pgmap v19630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:36.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:36.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:37.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:37.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:38.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:38.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:37 smithi089 ceph-mon[103441]: pgmap v19631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:37 smithi026 ceph-mon[93126]: pgmap v19631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:39.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:39.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:40.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:40.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:40.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:39 smithi089 ceph-mon[103441]: pgmap v19632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:39 smithi026 ceph-mon[93126]: pgmap v19632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:41.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:41.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:42.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:42.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:41 smithi089 ceph-mon[103441]: pgmap v19633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:41 smithi026 ceph-mon[93126]: pgmap v19633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:43.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:43.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:43 smithi089 ceph-mon[103441]: pgmap v19634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:43 smithi026 ceph-mon[93126]: pgmap v19634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:44.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:44.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:45.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:45.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:46.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:46.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:45 smithi089 ceph-mon[103441]: pgmap v19635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:45 smithi026 ceph-mon[93126]: pgmap v19635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:47.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:47.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:48.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:48.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:48.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:47 smithi089 ceph-mon[103441]: pgmap v19636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:47 smithi026 ceph-mon[93126]: pgmap v19636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:49.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:49.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:50.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:50.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:49 smithi089 ceph-mon[103441]: pgmap v19637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:49 smithi026 ceph-mon[93126]: pgmap v19637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:34:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:34:51.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:51.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:52.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:52.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:52.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:51 smithi089 ceph-mon[103441]: pgmap v19638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:51 smithi026 ceph-mon[93126]: pgmap v19638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:53.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:53.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:53 smithi026 ceph-mon[93126]: pgmap v19639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:53 smithi089 ceph-mon[103441]: pgmap v19639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:54.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:54.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:55.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:55.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:56.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:56.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:56.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:55 smithi089 ceph-mon[103441]: pgmap v19640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:55 smithi026 ceph-mon[93126]: pgmap v19640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:57.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:57.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:58.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:58.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:34:58.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:57 smithi089 ceph-mon[103441]: pgmap v19641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:57 smithi026 ceph-mon[93126]: pgmap v19641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:34:59.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:34:59.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:00.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:00.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:00.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:34:59 smithi089 ceph-mon[103441]: pgmap v19642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:34:59 smithi026 ceph-mon[93126]: pgmap v19642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:01.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:01.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:02.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:02.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:02.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:01 smithi089 ceph-mon[103441]: pgmap v19643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:01 smithi026 ceph-mon[93126]: pgmap v19643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:03.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:03.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:03.720 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:03 smithi026 ceph-mon[93126]: pgmap v19644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:03 smithi089 ceph-mon[103441]: pgmap v19644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:04.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:04.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:05.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:05.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:05 smithi026 ceph-mon[93126]: pgmap v19645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:05.831 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:05 smithi089 ceph-mon[103441]: pgmap v19645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:06.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:06.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:07.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:07.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:08.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:08.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:07 smithi089 ceph-mon[103441]: pgmap v19646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:07 smithi026 ceph-mon[93126]: pgmap v19646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:09.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:09.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:10.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:10.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:10.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:09 smithi089 ceph-mon[103441]: pgmap v19647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:09 smithi026 ceph-mon[93126]: pgmap v19647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:11.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:11.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:12.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:12.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:12.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:11 smithi089 ceph-mon[103441]: pgmap v19648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:11 smithi026 ceph-mon[93126]: pgmap v19648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:13.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:13.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:13 smithi026 ceph-mon[93126]: pgmap v19649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:13 smithi089 ceph-mon[103441]: pgmap v19649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:14.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:14.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:15.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:15.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:16.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:16.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:16.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:15 smithi089 ceph-mon[103441]: pgmap v19650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:15 smithi026 ceph-mon[93126]: pgmap v19650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:17.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:17.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:18.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:18.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:17 smithi089 ceph-mon[103441]: pgmap v19651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:17 smithi026 ceph-mon[93126]: pgmap v19651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:19.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:19.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:20.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:20.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:19 smithi089 ceph-mon[103441]: pgmap v19652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:19 smithi026 ceph-mon[93126]: pgmap v19652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:21.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:21.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:22.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:22.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:22.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:21 smithi089 ceph-mon[103441]: pgmap v19653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:21 smithi026 ceph-mon[93126]: pgmap v19653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:23.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:23.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:35:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:23 smithi026 ceph-mon[93126]: pgmap v19654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:35:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:35:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:35:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:35:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:35:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:35:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:35:23.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:35:23.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:35:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:35:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:23 smithi089 ceph-mon[103441]: pgmap v19654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:35:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:35:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:35:23.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:35:23.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:35:23.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:35:23.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:35:23.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:35:23.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:35:24.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:24.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:24 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1624M 2023-10-17T07:35:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:35:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:24 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1624M 2023-10-17T07:35:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:35:25.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:25.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:25 smithi026 ceph-mon[93126]: pgmap v19655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:25 smithi089 ceph-mon[103441]: pgmap v19655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:26.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:26.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:27.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:27.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:28.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:28.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:28.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:27 smithi089 ceph-mon[103441]: pgmap v19656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:27 smithi026 ceph-mon[93126]: pgmap v19656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:29.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:29.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:30.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:30.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:29 smithi089 ceph-mon[103441]: pgmap v19657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:29 smithi026 ceph-mon[93126]: pgmap v19657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:31.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:31.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:32.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:32.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:31 smithi089 ceph-mon[103441]: pgmap v19658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:31 smithi026 ceph-mon[93126]: pgmap v19658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:33.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:33.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:33 smithi026 ceph-mon[93126]: pgmap v19659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:33 smithi089 ceph-mon[103441]: pgmap v19659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:34.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:34.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:35.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:35.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:35 smithi026 ceph-mon[93126]: pgmap v19660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:35 smithi089 ceph-mon[103441]: pgmap v19660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:36.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:36.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:37.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:37.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:38.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:38.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:38.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:37 smithi089 ceph-mon[103441]: pgmap v19661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:37 smithi026 ceph-mon[93126]: pgmap v19661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:39.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:39.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:40.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:40.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:39 smithi026 ceph-mon[93126]: pgmap v19662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:39 smithi089 ceph-mon[103441]: pgmap v19662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:41.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:41.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:42.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:42.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:41 smithi026 ceph-mon[93126]: pgmap v19663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:41 smithi089 ceph-mon[103441]: pgmap v19663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:43.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:43.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:43 smithi026 ceph-mon[93126]: pgmap v19664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:43 smithi089 ceph-mon[103441]: pgmap v19664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:44.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:44.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:45.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:45.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:46.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:45 smithi089 ceph-mon[103441]: pgmap v19665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:46.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:46.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:45 smithi026 ceph-mon[93126]: pgmap v19665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:47.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:47.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:48.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:48.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:47 smithi026 ceph-mon[93126]: pgmap v19666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:47 smithi089 ceph-mon[103441]: pgmap v19666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:49.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:49.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:50.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:50.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:49 smithi026 ceph-mon[93126]: pgmap v19667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:49 smithi089 ceph-mon[103441]: pgmap v19667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:35:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:35:51.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:51.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:52.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:52.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:51 smithi026 ceph-mon[93126]: pgmap v19668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:51 smithi089 ceph-mon[103441]: pgmap v19668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:53.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:53.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:53 smithi026 ceph-mon[93126]: pgmap v19669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:53 smithi089 ceph-mon[103441]: pgmap v19669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:54.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:54.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:55.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:55.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:56.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:56.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:55 smithi026 ceph-mon[93126]: pgmap v19670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:56.360 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:55 smithi089 ceph-mon[103441]: pgmap v19670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:57.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:57.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:58.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:58.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:35:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:57 smithi026 ceph-mon[93126]: pgmap v19671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:57 smithi089 ceph-mon[103441]: pgmap v19671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:35:59.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:35:59.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:00.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:00.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:35:59 smithi026 ceph-mon[93126]: pgmap v19672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:35:59 smithi089 ceph-mon[103441]: pgmap v19672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:01.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:01.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:02.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:02.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:01 smithi026 ceph-mon[93126]: pgmap v19673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:01 smithi089 ceph-mon[103441]: pgmap v19673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:03.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:03.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:03 smithi026 ceph-mon[93126]: pgmap v19674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:03 smithi089 ceph-mon[103441]: pgmap v19674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:04.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:04.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:05.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:05.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:05 smithi026 ceph-mon[93126]: pgmap v19675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:05 smithi089 ceph-mon[103441]: pgmap v19675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:06.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:06.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:07.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:07.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:08.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:08.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:07 smithi026 ceph-mon[93126]: pgmap v19676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:07 smithi089 ceph-mon[103441]: pgmap v19676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:09.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:09.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:10.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:10.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:09 smithi026 ceph-mon[93126]: pgmap v19677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:09 smithi089 ceph-mon[103441]: pgmap v19677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:11.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:11.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:12.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:12.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:11 smithi026 ceph-mon[93126]: pgmap v19678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:11 smithi089 ceph-mon[103441]: pgmap v19678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:13.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:13.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:13 smithi026 ceph-mon[93126]: pgmap v19679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:13 smithi089 ceph-mon[103441]: pgmap v19679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:14.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:14.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:15.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:15.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:16.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:16.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:15 smithi026 ceph-mon[93126]: pgmap v19680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:15 smithi089 ceph-mon[103441]: pgmap v19680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:17.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:17.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:18.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:18.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:17 smithi026 ceph-mon[93126]: pgmap v19681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:17 smithi089 ceph-mon[103441]: pgmap v19681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:19.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:19.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:20.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:20.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:19 smithi026 ceph-mon[93126]: pgmap v19682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:19 smithi089 ceph-mon[103441]: pgmap v19682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:21.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:21.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:22.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:22.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:21 smithi026 ceph-mon[93126]: pgmap v19683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:21 smithi089 ceph-mon[103441]: pgmap v19683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:23.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:23.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:23 smithi026 ceph-mon[93126]: pgmap v19684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:23 smithi089 ceph-mon[103441]: pgmap v19684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:24.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:24.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:36:24.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:36:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:36:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:36:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:36:24.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:36:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:36:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:36:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:36:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:36:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:36:24.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:36:25.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:25.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:25 smithi026 ceph-mon[93126]: pgmap v19685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:25 smithi089 ceph-mon[103441]: pgmap v19685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:26.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:26.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:27.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:27.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:28.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:28.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:27 smithi026 ceph-mon[93126]: pgmap v19686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:27 smithi089 ceph-mon[103441]: pgmap v19686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:29.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:29.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:30.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:29 smithi026 ceph-mon[93126]: pgmap v19687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:30.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:30.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:29 smithi089 ceph-mon[103441]: pgmap v19687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:31.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:31.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:32.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:31 smithi089 ceph-mon[103441]: pgmap v19688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:32.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:32.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:31 smithi026 ceph-mon[93126]: pgmap v19688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:33.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:33.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:33 smithi026 ceph-mon[93126]: pgmap v19689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:33 smithi089 ceph-mon[103441]: pgmap v19689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:34.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:34.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:34.751 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:35.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:35.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:35 smithi026 ceph-mon[93126]: pgmap v19690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:35 smithi089 ceph-mon[103441]: pgmap v19690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:36.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:36.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:37.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:37.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:38.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:38.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:37 smithi026 ceph-mon[93126]: pgmap v19691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:37 smithi089 ceph-mon[103441]: pgmap v19691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:39.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:39.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:40.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:40.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:39 smithi026 ceph-mon[93126]: pgmap v19692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:39 smithi089 ceph-mon[103441]: pgmap v19692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:41.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:41.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:41 smithi089 ceph-mon[103441]: pgmap v19693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:42.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:42.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:41 smithi026 ceph-mon[93126]: pgmap v19693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:43.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:43.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:43 smithi026 ceph-mon[93126]: pgmap v19694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:43 smithi089 ceph-mon[103441]: pgmap v19694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:44.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:44.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:45.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:45.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:46.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:46.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:45 smithi026 ceph-mon[93126]: pgmap v19695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:45 smithi089 ceph-mon[103441]: pgmap v19695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:47.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:47.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:48.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:48.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:47 smithi026 ceph-mon[93126]: pgmap v19696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:47 smithi089 ceph-mon[103441]: pgmap v19696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:49.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:49.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:50.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:50.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:49 smithi026 ceph-mon[93126]: pgmap v19697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:49 smithi089 ceph-mon[103441]: pgmap v19697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:36:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:36:51.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:51.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:52.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:52.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:51 smithi026 ceph-mon[93126]: pgmap v19698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:51 smithi089 ceph-mon[103441]: pgmap v19698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:53.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:53.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:53 smithi026 ceph-mon[93126]: pgmap v19699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:53 smithi089 ceph-mon[103441]: pgmap v19699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:54.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:54.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:55.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:55.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:56.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:56.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:55 smithi026 ceph-mon[93126]: pgmap v19700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:55 smithi089 ceph-mon[103441]: pgmap v19700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:57.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:57.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:58.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:58.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:36:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:57 smithi026 ceph-mon[93126]: pgmap v19701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:57 smithi089 ceph-mon[103441]: pgmap v19701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:36:59.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:36:59.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:00.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:00.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:00.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:36:59 smithi026 ceph-mon[93126]: pgmap v19702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:36:59 smithi089 ceph-mon[103441]: pgmap v19702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:01.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:01.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:01 smithi026 ceph-mon[93126]: pgmap v19703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:02.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:02.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:01 smithi089 ceph-mon[103441]: pgmap v19703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:03.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:03.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:03 smithi026 ceph-mon[93126]: pgmap v19704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:03 smithi089 ceph-mon[103441]: pgmap v19704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:04.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:04.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:04.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:05.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:05.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:05 smithi026 ceph-mon[93126]: pgmap v19705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:05 smithi089 ceph-mon[103441]: pgmap v19705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:06.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:06.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:07.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:07.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:07 smithi026 ceph-mon[93126]: pgmap v19706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:08.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:08.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:07 smithi089 ceph-mon[103441]: pgmap v19706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:09.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:09.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:09 smithi026 ceph-mon[93126]: pgmap v19707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:10.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:10.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:09 smithi089 ceph-mon[103441]: pgmap v19707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:11.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:11.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:11 smithi026 ceph-mon[93126]: pgmap v19708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:12.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:12.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:11 smithi089 ceph-mon[103441]: pgmap v19708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:13.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:13.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:13 smithi026 ceph-mon[93126]: pgmap v19709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:13 smithi089 ceph-mon[103441]: pgmap v19709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:14.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:14.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:15.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:15.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:15 smithi026 ceph-mon[93126]: pgmap v19710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:16.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:16.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:15 smithi089 ceph-mon[103441]: pgmap v19710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:17.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:17.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:17 smithi026 ceph-mon[93126]: pgmap v19711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:18.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:18.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:17 smithi089 ceph-mon[103441]: pgmap v19711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:19.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:19.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:20.270 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:19 smithi026 ceph-mon[93126]: pgmap v19712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:20.270 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:20.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:20.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:19 smithi089 ceph-mon[103441]: pgmap v19712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:21.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:21.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:22.261 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:21 smithi089 ceph-mon[103441]: pgmap v19713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:21 smithi026 ceph-mon[93126]: pgmap v19713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:22.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:22.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:23.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:23.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:23 smithi026 ceph-mon[93126]: pgmap v19714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:23 smithi089 ceph-mon[103441]: pgmap v19714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:24.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:24.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:24.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:24 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:37:24.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:24 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:37:25.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:25.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:37:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:37:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:37:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:37:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:25 smithi026 ceph-mon[93126]: pgmap v19715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:37:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:37:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:37:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:37:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:37:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:25 smithi089 ceph-mon[103441]: pgmap v19715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:25.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:37:26.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:26.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:27.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:27.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:27 smithi026 ceph-mon[93126]: pgmap v19716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:28.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:28.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:27 smithi089 ceph-mon[103441]: pgmap v19716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:29.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:29.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:29 smithi026 ceph-mon[93126]: pgmap v19717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:30.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:30.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:29 smithi089 ceph-mon[103441]: pgmap v19717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:31.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:31.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:31 smithi026 ceph-mon[93126]: pgmap v19718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:32.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:32.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:32.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:31 smithi089 ceph-mon[103441]: pgmap v19718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:33.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:33.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:33 smithi026 ceph-mon[93126]: pgmap v19719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:33 smithi089 ceph-mon[103441]: pgmap v19719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:34.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:34.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:35.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:35.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:35 smithi026 ceph-mon[93126]: pgmap v19720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:35 smithi089 ceph-mon[103441]: pgmap v19720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:36.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:36.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:37.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:37.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:37 smithi026 ceph-mon[93126]: pgmap v19721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:38.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:38.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:37 smithi089 ceph-mon[103441]: pgmap v19721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:39.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:39.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:39 smithi026 ceph-mon[93126]: pgmap v19722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:40.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:40.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:39 smithi089 ceph-mon[103441]: pgmap v19722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:41.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:41.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:41 smithi026 ceph-mon[93126]: pgmap v19723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:42.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:42.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:41 smithi089 ceph-mon[103441]: pgmap v19723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:43.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:43.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:43 smithi026 ceph-mon[93126]: pgmap v19724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:43 smithi089 ceph-mon[103441]: pgmap v19724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:44.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:44.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:45.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:45.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:45 smithi026 ceph-mon[93126]: pgmap v19725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:46.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:46.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:45 smithi089 ceph-mon[103441]: pgmap v19725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:47.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:47.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:47 smithi026 ceph-mon[93126]: pgmap v19726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:48.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:48.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:47 smithi089 ceph-mon[103441]: pgmap v19726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:49.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:49.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:49 smithi026 ceph-mon[93126]: pgmap v19727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:50.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:50.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:49 smithi089 ceph-mon[103441]: pgmap v19727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:37:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:37:51.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:51.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:51 smithi026 ceph-mon[93126]: pgmap v19728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:52.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:52.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:51 smithi089 ceph-mon[103441]: pgmap v19728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:53.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:53.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:53 smithi026 ceph-mon[93126]: pgmap v19729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:53 smithi089 ceph-mon[103441]: pgmap v19729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:54.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:54.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:55.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:55.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:55 smithi026 ceph-mon[93126]: pgmap v19730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:56.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:56.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:56.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:55 smithi089 ceph-mon[103441]: pgmap v19730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:57.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:57.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:57 smithi026 ceph-mon[93126]: pgmap v19731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:58.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:58.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:37:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:57 smithi089 ceph-mon[103441]: pgmap v19731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:37:59.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:37:59.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:37:59 smithi026 ceph-mon[93126]: pgmap v19732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:00.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:00.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:37:59 smithi089 ceph-mon[103441]: pgmap v19732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:01.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:01.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:01 smithi026 ceph-mon[93126]: pgmap v19733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:02.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:02.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:01 smithi089 ceph-mon[103441]: pgmap v19733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:03.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:03.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:03 smithi026 ceph-mon[93126]: pgmap v19734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:03 smithi089 ceph-mon[103441]: pgmap v19734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:04.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:04.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:05.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:05.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:05.784 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:05 smithi026 ceph-mon[93126]: pgmap v19735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:05 smithi089 ceph-mon[103441]: pgmap v19735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:06.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:06.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:07.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:07.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:07 smithi089 ceph-mon[103441]: pgmap v19736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:07 smithi026 ceph-mon[93126]: pgmap v19736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:08.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:08.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:09.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:09.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:09 smithi026 ceph-mon[93126]: pgmap v19737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:10.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:10.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:09 smithi089 ceph-mon[103441]: pgmap v19737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:11.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:11.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:11 smithi026 ceph-mon[93126]: pgmap v19738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:12.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:12.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:11 smithi089 ceph-mon[103441]: pgmap v19738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:13.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:13.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:13 smithi026 ceph-mon[93126]: pgmap v19739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:13 smithi089 ceph-mon[103441]: pgmap v19739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:14.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:14.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:15.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:15.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:15 smithi026 ceph-mon[93126]: pgmap v19740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:15 smithi089 ceph-mon[103441]: pgmap v19740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:16.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:16.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:17.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:17.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:18.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:17 smithi089 ceph-mon[103441]: pgmap v19741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:17 smithi026 ceph-mon[93126]: pgmap v19741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:18.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:18.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:19.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:19.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:19 smithi026 ceph-mon[93126]: pgmap v19742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:19 smithi089 ceph-mon[103441]: pgmap v19742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:20.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:20.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:21.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:21.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:21 smithi026 ceph-mon[93126]: pgmap v19743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:21 smithi089 ceph-mon[103441]: pgmap v19743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:22.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:22.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:23.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:23.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:23 smithi026 ceph-mon[93126]: pgmap v19744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:23 smithi089 ceph-mon[103441]: pgmap v19744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:24.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:24.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:25.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:25.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:26.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:25 smithi026 ceph-mon[93126]: pgmap v19745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:38:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:38:26.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:38:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:38:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:38:26.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:38:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:25 smithi089 ceph-mon[103441]: pgmap v19745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:38:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:38:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:38:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:38:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:38:26.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:38:26.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:26.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:27.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:27.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:27 smithi026 ceph-mon[93126]: pgmap v19746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:27 smithi089 ceph-mon[103441]: pgmap v19746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:28.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:28.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:29.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:29.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:29 smithi026 ceph-mon[93126]: pgmap v19747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:30.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:29 smithi089 ceph-mon[103441]: pgmap v19747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:30.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:30.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:31.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:31.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:31 smithi026 ceph-mon[93126]: pgmap v19748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:31 smithi089 ceph-mon[103441]: pgmap v19748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:32.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:32.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:33.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:33.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:33 smithi026 ceph-mon[93126]: pgmap v19749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:33 smithi089 ceph-mon[103441]: pgmap v19749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:34.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:34.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:35.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:35.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:35 smithi026 ceph-mon[93126]: pgmap v19750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:35 smithi089 ceph-mon[103441]: pgmap v19750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:36.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:36.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:37.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:37.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:37 smithi026 ceph-mon[93126]: pgmap v19751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:37 smithi089 ceph-mon[103441]: pgmap v19751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:38.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:38.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:39.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:39.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:39 smithi026 ceph-mon[93126]: pgmap v19752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:39 smithi089 ceph-mon[103441]: pgmap v19752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:40.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:40.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:41.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:41.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:41 smithi026 ceph-mon[93126]: pgmap v19753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:41 smithi089 ceph-mon[103441]: pgmap v19753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:42.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:42.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:43.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:43.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:43 smithi026 ceph-mon[93126]: pgmap v19754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:43 smithi089 ceph-mon[103441]: pgmap v19754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:44.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:44.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:45.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:45.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:46.240 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:45 smithi026 ceph-mon[93126]: pgmap v19755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:45 smithi089 ceph-mon[103441]: pgmap v19755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:46.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:46.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:47.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:47.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:47 smithi026 ceph-mon[93126]: pgmap v19756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:47 smithi089 ceph-mon[103441]: pgmap v19756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:48.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:48.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:49.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:49.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:49 smithi026 ceph-mon[93126]: pgmap v19757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:49 smithi089 ceph-mon[103441]: pgmap v19757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:38:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:38:50.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:50.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:51.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:51.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:51 smithi026 ceph-mon[93126]: pgmap v19758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:51 smithi089 ceph-mon[103441]: pgmap v19758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:52.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:52.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:53.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:53.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:53 smithi026 ceph-mon[93126]: pgmap v19759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:53 smithi089 ceph-mon[103441]: pgmap v19759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:54.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:54.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:55.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:55.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:55 smithi026 ceph-mon[93126]: pgmap v19760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:55 smithi089 ceph-mon[103441]: pgmap v19760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:56.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:56.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:57.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:57.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:58.270 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:57 smithi089 ceph-mon[103441]: pgmap v19761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:57 smithi026 ceph-mon[93126]: pgmap v19761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:38:58.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:58.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:38:59.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:38:59.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:38:59 smithi026 ceph-mon[93126]: pgmap v19762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:38:59 smithi089 ceph-mon[103441]: pgmap v19762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:00.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:00.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:01.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:01.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:01 smithi026 ceph-mon[93126]: pgmap v19763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:01 smithi089 ceph-mon[103441]: pgmap v19763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:02.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:02.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:03.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:03.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:03 smithi089 ceph-mon[103441]: pgmap v19764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:03 smithi026 ceph-mon[93126]: pgmap v19764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:04.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:04.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:05.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:05.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:05 smithi026 ceph-mon[93126]: pgmap v19765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:05 smithi089 ceph-mon[103441]: pgmap v19765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:06.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:06.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:07.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:07.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:07 smithi026 ceph-mon[93126]: pgmap v19766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:08.376 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:07 smithi089 ceph-mon[103441]: pgmap v19766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:08.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:08.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:09.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:09.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:09 smithi026 ceph-mon[93126]: pgmap v19767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:09 smithi089 ceph-mon[103441]: pgmap v19767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:10.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:10.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:11.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:11.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:11 smithi026 ceph-mon[93126]: pgmap v19768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:11 smithi089 ceph-mon[103441]: pgmap v19768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:12.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:12.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:13.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:13.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:13 smithi026 ceph-mon[93126]: pgmap v19769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:13 smithi089 ceph-mon[103441]: pgmap v19769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:14.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:14.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:15.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:15.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:15 smithi026 ceph-mon[93126]: pgmap v19770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:15 smithi089 ceph-mon[103441]: pgmap v19770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:16.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:16.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:17.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:17.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:17 smithi026 ceph-mon[93126]: pgmap v19771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:17 smithi089 ceph-mon[103441]: pgmap v19771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:18.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:18.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:19.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:19.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:19 smithi026 ceph-mon[93126]: pgmap v19772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:20 smithi089 ceph-mon[103441]: pgmap v19772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:20.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:20.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:21.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:21.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:22 smithi026 ceph-mon[93126]: pgmap v19773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:22 smithi089 ceph-mon[103441]: pgmap v19773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:22.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:22.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:23.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:23.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:23 smithi026 ceph-mon[93126]: pgmap v19774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:23 smithi089 ceph-mon[103441]: pgmap v19774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:24.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:24.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:25.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:25.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:25 smithi026 ceph-mon[93126]: pgmap v19775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:25 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:39:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:25 smithi089 ceph-mon[103441]: pgmap v19775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:26.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:25 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:39:26.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:26.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:39:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:39:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:39:27.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:39:27.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:26 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:39:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:39:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:39:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:39:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:39:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:26 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:39:27.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:27.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:27 smithi026 ceph-mon[93126]: pgmap v19776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:27 smithi089 ceph-mon[103441]: pgmap v19776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:28.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:28.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:29.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:29.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:30 smithi026 ceph-mon[93126]: pgmap v19777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:30 smithi089 ceph-mon[103441]: pgmap v19777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:30.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:30.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:31.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:31.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:32.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:32 smithi026 ceph-mon[93126]: pgmap v19778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:32 smithi089 ceph-mon[103441]: pgmap v19778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:32.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:32.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:33.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:33.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:33 smithi026 ceph-mon[93126]: pgmap v19779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:33 smithi089 ceph-mon[103441]: pgmap v19779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:34.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:34.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:35.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:35.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:35 smithi026 ceph-mon[93126]: pgmap v19780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:35 smithi089 ceph-mon[103441]: pgmap v19780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:36.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:36.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:37.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:37.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:38 smithi026 ceph-mon[93126]: pgmap v19781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:38 smithi089 ceph-mon[103441]: pgmap v19781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:38.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:38.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:39.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:39.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:40 smithi026 ceph-mon[93126]: pgmap v19782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:40 smithi089 ceph-mon[103441]: pgmap v19782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:40.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:40.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:41.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:41.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:42 smithi026 ceph-mon[93126]: pgmap v19783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:42 smithi089 ceph-mon[103441]: pgmap v19783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:42.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:42.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:43.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:43.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:43 smithi026 ceph-mon[93126]: pgmap v19784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:43 smithi089 ceph-mon[103441]: pgmap v19784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:44.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:44.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:45.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:45.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:46 smithi026 ceph-mon[93126]: pgmap v19785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:46 smithi089 ceph-mon[103441]: pgmap v19785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:46.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:46.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:47.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:47.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:48 smithi026 ceph-mon[93126]: pgmap v19786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:48 smithi089 ceph-mon[103441]: pgmap v19786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:48.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:48.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:49.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:49.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:50 smithi026 ceph-mon[93126]: pgmap v19787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:50 smithi089 ceph-mon[103441]: pgmap v19787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:39:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:39:50.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:50.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:51.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:51.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:52 smithi026 ceph-mon[93126]: pgmap v19788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:52 smithi089 ceph-mon[103441]: pgmap v19788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:52.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:52.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:53.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:53.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:53 smithi026 ceph-mon[93126]: pgmap v19789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:53.856 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:53 smithi089 ceph-mon[103441]: pgmap v19789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:54.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:54.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:55.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:55.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:56 smithi026 ceph-mon[93126]: pgmap v19790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:56 smithi089 ceph-mon[103441]: pgmap v19790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:56.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:56.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:57.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:57.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:39:58 smithi026 ceph-mon[93126]: pgmap v19791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:39:58 smithi089 ceph-mon[103441]: pgmap v19791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:39:58.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:58.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:39:59.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:39:59.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:00 smithi026 ceph-mon[93126]: pgmap v19792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T07:40:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:00 smithi089 ceph-mon[103441]: pgmap v19792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:00.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T07:40:00.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:00.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:01.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:01.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:02 smithi026 ceph-mon[93126]: pgmap v19793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:02 smithi089 ceph-mon[103441]: pgmap v19793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:02.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:02.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:03.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:03.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:03 smithi026 ceph-mon[93126]: pgmap v19794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:03 smithi089 ceph-mon[103441]: pgmap v19794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:04.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:04.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:05.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:05.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:05 smithi026 ceph-mon[93126]: pgmap v19795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:05 smithi089 ceph-mon[103441]: pgmap v19795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:06.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:06.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:07.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:07.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:08 smithi026 ceph-mon[93126]: pgmap v19796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:08 smithi089 ceph-mon[103441]: pgmap v19796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:08.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:08.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:09.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:09.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:10 smithi026 ceph-mon[93126]: pgmap v19797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:10 smithi089 ceph-mon[103441]: pgmap v19797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:10.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:10.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:11.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:11.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:12 smithi026 ceph-mon[93126]: pgmap v19798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:12 smithi089 ceph-mon[103441]: pgmap v19798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:12.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:12.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:13.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:13.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:13 smithi026 ceph-mon[93126]: pgmap v19799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:13 smithi089 ceph-mon[103441]: pgmap v19799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:14.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:14.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:15.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:15.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:16 smithi026 ceph-mon[93126]: pgmap v19800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:16 smithi089 ceph-mon[103441]: pgmap v19800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:16.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:16.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:17.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:17.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:18 smithi026 ceph-mon[93126]: pgmap v19801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:18 smithi089 ceph-mon[103441]: pgmap v19801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:18.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:18.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:19.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:19.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:20 smithi026 ceph-mon[93126]: pgmap v19802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:20 smithi089 ceph-mon[103441]: pgmap v19802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:20.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:20.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:21.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:21.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:22 smithi026 ceph-mon[93126]: pgmap v19803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:22 smithi089 ceph-mon[103441]: pgmap v19803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:22.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:22.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:23.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:23.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:23 smithi026 ceph-mon[93126]: pgmap v19804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:23 smithi089 ceph-mon[103441]: pgmap v19804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:24.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:24.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:25.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:25.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:26 smithi026 ceph-mon[93126]: pgmap v19805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:26 smithi089 ceph-mon[103441]: pgmap v19805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:26.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:26.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:40:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:40:27.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:27.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:28 smithi026 ceph-mon[93126]: pgmap v19806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:28 smithi089 ceph-mon[103441]: pgmap v19806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:28.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:28.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:29.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:29.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:30 smithi026 ceph-mon[93126]: pgmap v19807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:30 smithi089 ceph-mon[103441]: pgmap v19807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:30.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:30.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:31.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:31.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:32 smithi026 ceph-mon[93126]: pgmap v19808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:40:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:40:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:40:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:40:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:40:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:40:32.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:40:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:32 smithi089 ceph-mon[103441]: pgmap v19808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:40:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:40:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:40:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:40:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:40:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:40:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:40:32.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:32.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:33.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:33.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:33 smithi026 ceph-mon[93126]: pgmap v19809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:33 smithi089 ceph-mon[103441]: pgmap v19809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:34.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:34.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:35.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:35.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:35 smithi026 ceph-mon[93126]: pgmap v19810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:35 smithi089 ceph-mon[103441]: pgmap v19810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:36.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:36.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:37.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:37.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:38 smithi026 ceph-mon[93126]: pgmap v19811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:38 smithi089 ceph-mon[103441]: pgmap v19811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:38.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:38.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:39.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:39.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:40 smithi026 ceph-mon[93126]: pgmap v19812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:40 smithi089 ceph-mon[103441]: pgmap v19812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:40.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:40.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:41.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:41.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:42.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:42 smithi026 ceph-mon[93126]: pgmap v19813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:42 smithi089 ceph-mon[103441]: pgmap v19813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:42.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:42.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:43.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:43.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:43 smithi026 ceph-mon[93126]: pgmap v19814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:43 smithi089 ceph-mon[103441]: pgmap v19814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:44.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:44.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:45.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:45.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:46 smithi026 ceph-mon[93126]: pgmap v19815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:46 smithi089 ceph-mon[103441]: pgmap v19815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:46.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:46.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:47.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:47.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:48 smithi026 ceph-mon[93126]: pgmap v19816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:48 smithi089 ceph-mon[103441]: pgmap v19816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:48.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:48.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:49.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:49.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:50 smithi026 ceph-mon[93126]: pgmap v19817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:50 smithi089 ceph-mon[103441]: pgmap v19817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:40:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:40:50.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:50.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:51.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:51.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:52.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:52 smithi026 ceph-mon[93126]: pgmap v19818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:52 smithi089 ceph-mon[103441]: pgmap v19818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:52.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:52.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:53.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:53.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:53 smithi026 ceph-mon[93126]: pgmap v19819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:53 smithi089 ceph-mon[103441]: pgmap v19819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:54.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:54.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:55.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:55.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:56 smithi026 ceph-mon[93126]: pgmap v19820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:56 smithi089 ceph-mon[103441]: pgmap v19820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:56.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:56.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:57.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:57.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:40:58 smithi026 ceph-mon[93126]: pgmap v19821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:40:58 smithi089 ceph-mon[103441]: pgmap v19821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:40:58.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:58.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:40:59.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:40:59.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:00 smithi026 ceph-mon[93126]: pgmap v19822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:00 smithi089 ceph-mon[103441]: pgmap v19822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:00.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:00.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:01.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:01.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:02.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:02 smithi026 ceph-mon[93126]: pgmap v19823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:02 smithi089 ceph-mon[103441]: pgmap v19823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:02.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:02.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:03.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:03.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:03 smithi026 ceph-mon[93126]: pgmap v19824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:03 smithi089 ceph-mon[103441]: pgmap v19824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:04.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:04.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:05.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:05.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:05 smithi026 ceph-mon[93126]: pgmap v19825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:05 smithi089 ceph-mon[103441]: pgmap v19825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:06.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:06.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:07.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:07.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:08 smithi026 ceph-mon[93126]: pgmap v19826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:08 smithi089 ceph-mon[103441]: pgmap v19826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:08.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:08.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:09.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:09.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:10 smithi026 ceph-mon[93126]: pgmap v19827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:10 smithi089 ceph-mon[103441]: pgmap v19827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:10.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:10.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:11.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:11.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:12 smithi026 ceph-mon[93126]: pgmap v19828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:12 smithi089 ceph-mon[103441]: pgmap v19828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:12.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:12.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:13.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:13.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:13 smithi026 ceph-mon[93126]: pgmap v19829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:13 smithi089 ceph-mon[103441]: pgmap v19829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:14.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:14.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:15.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:15.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:16 smithi026 ceph-mon[93126]: pgmap v19830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:16 smithi089 ceph-mon[103441]: pgmap v19830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:16.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:16.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:17.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:17.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:18.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:18 smithi026 ceph-mon[93126]: pgmap v19831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:18 smithi089 ceph-mon[103441]: pgmap v19831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:18.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:18.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:19.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:19.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:20 smithi026 ceph-mon[93126]: pgmap v19832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:20 smithi089 ceph-mon[103441]: pgmap v19832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:20.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:20.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:21.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:21.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:22 smithi026 ceph-mon[93126]: pgmap v19833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:22 smithi089 ceph-mon[103441]: pgmap v19833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:22.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:22.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:23.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:23.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:23 smithi026 ceph-mon[93126]: pgmap v19834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:23 smithi089 ceph-mon[103441]: pgmap v19834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:24.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:24.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:25.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:25.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:26.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:26 smithi026 ceph-mon[93126]: pgmap v19835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:26 smithi089 ceph-mon[103441]: pgmap v19835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:26.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:26.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:27.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:27.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:28 smithi026 ceph-mon[93126]: pgmap v19836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:28 smithi089 ceph-mon[103441]: pgmap v19836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:28.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:28.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:29.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:29.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:30.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:30 smithi089 ceph-mon[103441]: pgmap v19837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:30.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:30 smithi026 ceph-mon[93126]: pgmap v19837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:30.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:30.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:31.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:31.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:32.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:32 smithi026 ceph-mon[93126]: pgmap v19838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:32.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:32 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:41:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:32 smithi089 ceph-mon[103441]: pgmap v19838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:32.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:32 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:41:32.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:32.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:41:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:41:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:41:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:41:33.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:41:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:41:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:41:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:41:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:41:33.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:41:33.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:33.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:34 smithi026 ceph-mon[93126]: pgmap v19839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:34 smithi089 ceph-mon[103441]: pgmap v19839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:34.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:34.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:35.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:35.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:36 smithi089 ceph-mon[103441]: pgmap v19840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:36 smithi026 ceph-mon[93126]: pgmap v19840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:36.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:36.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:37.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:37.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:38 smithi089 ceph-mon[103441]: pgmap v19841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:38 smithi026 ceph-mon[93126]: pgmap v19841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:38.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:38.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:39.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:39.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:40 smithi089 ceph-mon[103441]: pgmap v19842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:40 smithi026 ceph-mon[93126]: pgmap v19842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:40.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:40.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:41.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:41.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:42 smithi089 ceph-mon[103441]: pgmap v19843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:42 smithi026 ceph-mon[93126]: pgmap v19843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:42.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:42.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:43.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:43.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:43 smithi026 ceph-mon[93126]: pgmap v19844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:43 smithi089 ceph-mon[103441]: pgmap v19844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:44.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:44.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:45.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:45.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:46.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:46 smithi026 ceph-mon[93126]: pgmap v19845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:46 smithi089 ceph-mon[103441]: pgmap v19845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:46.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:46.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:47.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:47.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:48.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:48 smithi026 ceph-mon[93126]: pgmap v19846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:48 smithi089 ceph-mon[103441]: pgmap v19846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:48.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:48.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:49.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:49.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:50 smithi026 ceph-mon[93126]: pgmap v19847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:50 smithi089 ceph-mon[103441]: pgmap v19847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:41:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:41:50.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:50.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:51.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:51.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:52.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:52 smithi026 ceph-mon[93126]: pgmap v19848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:52 smithi089 ceph-mon[103441]: pgmap v19848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:52.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:52.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:53.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:53.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:53 smithi026 ceph-mon[93126]: pgmap v19849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:53 smithi089 ceph-mon[103441]: pgmap v19849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:54.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:54.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:55.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:55.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:56.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:56 smithi026 ceph-mon[93126]: pgmap v19850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:56 smithi089 ceph-mon[103441]: pgmap v19850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:56.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:56.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:57.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:57.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:58.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:41:58 smithi026 ceph-mon[93126]: pgmap v19851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:41:58 smithi089 ceph-mon[103441]: pgmap v19851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:41:58.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:58.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:41:59.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:41:59.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:00.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:00 smithi026 ceph-mon[93126]: pgmap v19852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:00 smithi089 ceph-mon[103441]: pgmap v19852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:00.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:00.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:01.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:01.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:02 smithi089 ceph-mon[103441]: pgmap v19853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:02 smithi026 ceph-mon[93126]: pgmap v19853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:02.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:02.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:03 smithi026 ceph-mon[93126]: pgmap v19854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:03.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:03.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:03 smithi089 ceph-mon[103441]: pgmap v19854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:04.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:04.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:05 smithi026 ceph-mon[93126]: pgmap v19855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:05.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:05.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:05 smithi089 ceph-mon[103441]: pgmap v19855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:06.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:06.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:07.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:07.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:08 smithi026 ceph-mon[93126]: pgmap v19856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:08 smithi089 ceph-mon[103441]: pgmap v19856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:08.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:08.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:09.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:09.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:10.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:10 smithi026 ceph-mon[93126]: pgmap v19857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:10 smithi089 ceph-mon[103441]: pgmap v19857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:10.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:10.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:11.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:11.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:12 smithi089 ceph-mon[103441]: pgmap v19858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:12 smithi026 ceph-mon[93126]: pgmap v19858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:12.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:12.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:13 smithi026 ceph-mon[93126]: pgmap v19859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:13.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:13.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:13 smithi089 ceph-mon[103441]: pgmap v19859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:14.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:14.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:15.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:15.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:16.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:16 smithi026 ceph-mon[93126]: pgmap v19860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:16 smithi089 ceph-mon[103441]: pgmap v19860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:16.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:16.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:17.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:17.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:18 smithi089 ceph-mon[103441]: pgmap v19861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:18 smithi026 ceph-mon[93126]: pgmap v19861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:18.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:18.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:19.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:19.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:20.391 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:20 smithi089 ceph-mon[103441]: pgmap v19862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:20.392 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:20 smithi026 ceph-mon[93126]: pgmap v19862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:20.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:20.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:21.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:21.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:22 smithi089 ceph-mon[103441]: pgmap v19863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:22 smithi026 ceph-mon[93126]: pgmap v19863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:22.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:22.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:23 smithi026 ceph-mon[93126]: pgmap v19864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:23.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:23.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:23 smithi089 ceph-mon[103441]: pgmap v19864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:24.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:24.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:25.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:25.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:26 smithi089 ceph-mon[103441]: pgmap v19865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:26 smithi026 ceph-mon[93126]: pgmap v19865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:26.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:26.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:27.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:27.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:28 smithi089 ceph-mon[103441]: pgmap v19866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:28 smithi026 ceph-mon[93126]: pgmap v19866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:28.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:28.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:29.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:29.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:30 smithi089 ceph-mon[103441]: pgmap v19867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:30 smithi026 ceph-mon[93126]: pgmap v19867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:30.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:30.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:31.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:31.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:32 smithi089 ceph-mon[103441]: pgmap v19868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:32 smithi026 ceph-mon[93126]: pgmap v19868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:32.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:32.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:42:33.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:33.430 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:33 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:42:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:33 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:33.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:33.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:34 smithi026 ceph-mon[93126]: pgmap v19869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:34.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:34 smithi089 ceph-mon[103441]: pgmap v19869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:34.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:34.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:35.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:35.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:36 smithi089 ceph-mon[103441]: pgmap v19870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:36.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:36 smithi026 ceph-mon[93126]: pgmap v19870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:36.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:36.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:37.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:37.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:38 smithi089 ceph-mon[103441]: pgmap v19871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:38 smithi026 ceph-mon[93126]: pgmap v19871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:38.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:38.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:39.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:39.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:40 smithi089 ceph-mon[103441]: pgmap v19872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:40 smithi026 ceph-mon[93126]: pgmap v19872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:40.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:40.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:42:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:42:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:41.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:42:41.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:41.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:41 smithi026 ceph-mon[93126]: pgmap v19873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:42:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:42:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:42:41.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:42:41.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:41 smithi089 ceph-mon[103441]: pgmap v19873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:41.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:41.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:42.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:42.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:43 smithi026 ceph-mon[93126]: pgmap v19874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:43.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:43.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:43 smithi089 ceph-mon[103441]: pgmap v19874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:44.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:44.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:45.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:45.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:46 smithi089 ceph-mon[103441]: pgmap v19875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:46 smithi026 ceph-mon[93126]: pgmap v19875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:46.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:46.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:47.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:47.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:48 smithi089 ceph-mon[103441]: pgmap v19876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:48 smithi026 ceph-mon[93126]: pgmap v19876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:48.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:48.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:49.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:49.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:50 smithi089 ceph-mon[103441]: pgmap v19877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:50 smithi026 ceph-mon[93126]: pgmap v19877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:42:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:42:50.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:50.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:51.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:51.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:52 smithi089 ceph-mon[103441]: pgmap v19878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:52 smithi026 ceph-mon[93126]: pgmap v19878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:52.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:52.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:53 smithi026 ceph-mon[93126]: pgmap v19879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:53.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:53.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:53 smithi089 ceph-mon[103441]: pgmap v19879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:54.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:54.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:55.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:55.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:56 smithi089 ceph-mon[103441]: pgmap v19880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:56 smithi026 ceph-mon[93126]: pgmap v19880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:56.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:56.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:57.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:57.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:42:58 smithi089 ceph-mon[103441]: pgmap v19881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:42:58 smithi026 ceph-mon[93126]: pgmap v19881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:42:58.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:58.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:42:59.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:42:59.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:00 smithi089 ceph-mon[103441]: pgmap v19882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:00 smithi026 ceph-mon[93126]: pgmap v19882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:00.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:00.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:01.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:01.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:02.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:02 smithi089 ceph-mon[103441]: pgmap v19883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:02 smithi026 ceph-mon[93126]: pgmap v19883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:02.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:02.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:03 smithi026 ceph-mon[93126]: pgmap v19884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:03.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:03.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:03 smithi089 ceph-mon[103441]: pgmap v19884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:04.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:04.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:05.869 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:05 smithi089 ceph-mon[103441]: pgmap v19885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:05.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:05.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:05 smithi026 ceph-mon[93126]: pgmap v19885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:06.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:06.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:07.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:07.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:08 smithi089 ceph-mon[103441]: pgmap v19886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:08 smithi026 ceph-mon[93126]: pgmap v19886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:08.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:08.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:09.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:09.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:10 smithi089 ceph-mon[103441]: pgmap v19887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:10 smithi026 ceph-mon[93126]: pgmap v19887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:10.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:10.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:11.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:11.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:12 smithi089 ceph-mon[103441]: pgmap v19888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:12 smithi026 ceph-mon[93126]: pgmap v19888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:12.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:12.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:13 smithi026 ceph-mon[93126]: pgmap v19889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:13 smithi089 ceph-mon[103441]: pgmap v19889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:13.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:13.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:14.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:14.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:15.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:15.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:16 smithi089 ceph-mon[103441]: pgmap v19890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:16 smithi026 ceph-mon[93126]: pgmap v19890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:16.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:16.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:17.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:17.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:18 smithi089 ceph-mon[103441]: pgmap v19891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:18 smithi026 ceph-mon[93126]: pgmap v19891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:18.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:18.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:19.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:19.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:20 smithi089 ceph-mon[103441]: pgmap v19892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:20 smithi026 ceph-mon[93126]: pgmap v19892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:20.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:20.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:21.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:21.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:22 smithi089 ceph-mon[103441]: pgmap v19893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:22 smithi026 ceph-mon[93126]: pgmap v19893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:22.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:22.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:23.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:23 smithi026 ceph-mon[93126]: pgmap v19894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:23 smithi089 ceph-mon[103441]: pgmap v19894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:23.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:23.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:24.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:24.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:25.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:25.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:26 smithi089 ceph-mon[103441]: pgmap v19895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:26 smithi026 ceph-mon[93126]: pgmap v19895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:26.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:26.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:27.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:27.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:28 smithi089 ceph-mon[103441]: pgmap v19896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:28 smithi026 ceph-mon[93126]: pgmap v19896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:28.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:28.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:29.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:29.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:30 smithi089 ceph-mon[103441]: pgmap v19897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:30 smithi026 ceph-mon[93126]: pgmap v19897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:30.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:30.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:31.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:31.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:32 smithi089 ceph-mon[103441]: pgmap v19898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:32 smithi026 ceph-mon[93126]: pgmap v19898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:32.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:32.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:33 smithi026 ceph-mon[93126]: pgmap v19899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:33 smithi089 ceph-mon[103441]: pgmap v19899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:33.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:33.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:34.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:34.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:35 smithi089 ceph-mon[103441]: pgmap v19900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:35.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:35.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:35 smithi026 ceph-mon[93126]: pgmap v19900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:36.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:36.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:37.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:37.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:38 smithi089 ceph-mon[103441]: pgmap v19901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:38 smithi026 ceph-mon[93126]: pgmap v19901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:38.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:38.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:39.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:39.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:40 smithi089 ceph-mon[103441]: pgmap v19902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:40 smithi026 ceph-mon[93126]: pgmap v19902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:40.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:40.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:41 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:43:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:41 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:43:41.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:41.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:42 smithi089 ceph-mon[103441]: pgmap v19903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:43:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:43:42.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:43:42.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:43:42.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:43:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:42 smithi026 ceph-mon[93126]: pgmap v19903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:43:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:43:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:43:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:43:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:43:42.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:42.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:43.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:43 smithi026 ceph-mon[93126]: pgmap v19904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:43 smithi089 ceph-mon[103441]: pgmap v19904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:43.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:43.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:44.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:44.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:45.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:45.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:46 smithi089 ceph-mon[103441]: pgmap v19905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:46 smithi026 ceph-mon[93126]: pgmap v19905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:46.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:46.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:47.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:47.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:48 smithi089 ceph-mon[103441]: pgmap v19906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:48 smithi026 ceph-mon[93126]: pgmap v19906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:48.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:48.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:49.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:49.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:50 smithi089 ceph-mon[103441]: pgmap v19907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:50 smithi026 ceph-mon[93126]: pgmap v19907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:43:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:43:50.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:50.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:51.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:51.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:52 smithi089 ceph-mon[103441]: pgmap v19908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:52 smithi026 ceph-mon[93126]: pgmap v19908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:52.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:52.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:53.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:53 smithi026 ceph-mon[93126]: pgmap v19909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:53 smithi089 ceph-mon[103441]: pgmap v19909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:54.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:54.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:55.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:55.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:56.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:56.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:56.393 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:56 smithi089 ceph-mon[103441]: pgmap v19910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:56 smithi026 ceph-mon[93126]: pgmap v19910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:57.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:57.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:58.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:58.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:43:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:43:58 smithi089 ceph-mon[103441]: pgmap v19911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:43:58 smithi026 ceph-mon[93126]: pgmap v19911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:43:59.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:43:59.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:00.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:00.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:00 smithi089 ceph-mon[103441]: pgmap v19912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:00 smithi026 ceph-mon[93126]: pgmap v19912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:01.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:01.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:02.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:02.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:02 smithi089 ceph-mon[103441]: pgmap v19913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:02 smithi026 ceph-mon[93126]: pgmap v19913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:03.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:03.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:03.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:03 smithi026 ceph-mon[93126]: pgmap v19914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:03 smithi089 ceph-mon[103441]: pgmap v19914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:04.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:04.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:04.862 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:05.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:05.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:05 smithi089 ceph-mon[103441]: pgmap v19915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:06.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:06.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:05 smithi026 ceph-mon[93126]: pgmap v19915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:07.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:07.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:08.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:08.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:08 smithi089 ceph-mon[103441]: pgmap v19916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:08 smithi026 ceph-mon[93126]: pgmap v19916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:09.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:09.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:10.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:10.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:10.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:10 smithi026 ceph-mon[93126]: pgmap v19917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:10 smithi089 ceph-mon[103441]: pgmap v19917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:11.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:11.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:12.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:12.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:12 smithi089 ceph-mon[103441]: pgmap v19918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:12 smithi026 ceph-mon[93126]: pgmap v19918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:13.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:13.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:13.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:13 smithi026 ceph-mon[93126]: pgmap v19919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:13 smithi089 ceph-mon[103441]: pgmap v19919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:14.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:14.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:15.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:15.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:16.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:16.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:16 smithi089 ceph-mon[103441]: pgmap v19920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:16 smithi026 ceph-mon[93126]: pgmap v19920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:17.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:17.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:18.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:18.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:18 smithi089 ceph-mon[103441]: pgmap v19921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:18 smithi026 ceph-mon[93126]: pgmap v19921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:19.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:19.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:20.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:20.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:20 smithi026 ceph-mon[93126]: pgmap v19922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:20 smithi089 ceph-mon[103441]: pgmap v19922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:21.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:21.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:22.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:22.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:22 smithi089 ceph-mon[103441]: pgmap v19923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:22 smithi026 ceph-mon[93126]: pgmap v19923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:23.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:23.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:23.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:23 smithi026 ceph-mon[93126]: pgmap v19924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:23 smithi089 ceph-mon[103441]: pgmap v19924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:24.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:24.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:25.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:25.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:26.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:26.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:26 smithi089 ceph-mon[103441]: pgmap v19925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:26 smithi026 ceph-mon[93126]: pgmap v19925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:27.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:27.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:28.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:28.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:28 smithi089 ceph-mon[103441]: pgmap v19926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:28 smithi026 ceph-mon[93126]: pgmap v19926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:29.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:29.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:30.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:30.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:30 smithi089 ceph-mon[103441]: pgmap v19927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:30 smithi026 ceph-mon[93126]: pgmap v19927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:31.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:31.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:32.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:32.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:32 smithi089 ceph-mon[103441]: pgmap v19928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:32 smithi026 ceph-mon[93126]: pgmap v19928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:33.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:33.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:33 smithi026 ceph-mon[93126]: pgmap v19929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:33 smithi089 ceph-mon[103441]: pgmap v19929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:34.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:34.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:35.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:35.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:35 smithi089 ceph-mon[103441]: pgmap v19930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:35 smithi026 ceph-mon[93126]: pgmap v19930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:36.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:36.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:37.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:37.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:38.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:38.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:38.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:38 smithi089 ceph-mon[103441]: pgmap v19931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:38 smithi026 ceph-mon[93126]: pgmap v19931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:39.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:39.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:40.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:40.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:40 smithi089 ceph-mon[103441]: pgmap v19932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:40 smithi026 ceph-mon[93126]: pgmap v19932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:41.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:41.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:42.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:42.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:42 smithi089 ceph-mon[103441]: pgmap v19933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:42.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:42 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:44:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:42 smithi026 ceph-mon[93126]: pgmap v19933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:42.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:42 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:44:43.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:43.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:44:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:44:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:44:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:44:43.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:44:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:44:43.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:44:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:44:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:44:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:44:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:44:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:44:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:44:43.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:44:44.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:44.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:44.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:44 smithi089 ceph-mon[103441]: pgmap v19934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:44.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:44 smithi026 ceph-mon[93126]: pgmap v19934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:45.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:45.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:46.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:46.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:46.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:46 smithi089 ceph-mon[103441]: pgmap v19935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:46 smithi026 ceph-mon[93126]: pgmap v19935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:47.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:47.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:48.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:48.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:48 smithi089 ceph-mon[103441]: pgmap v19936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:48 smithi026 ceph-mon[93126]: pgmap v19936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:49.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:49.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:50.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:50.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:50 smithi089 ceph-mon[103441]: pgmap v19937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:50 smithi026 ceph-mon[93126]: pgmap v19937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:44:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:44:51.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:51.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:52.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:52.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:52 smithi089 ceph-mon[103441]: pgmap v19938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:52 smithi026 ceph-mon[93126]: pgmap v19938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:53.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:53.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:53.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:53 smithi026 ceph-mon[93126]: pgmap v19939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:53 smithi089 ceph-mon[103441]: pgmap v19939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:54.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:54.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:55.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:55.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:56.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:56.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:56 smithi089 ceph-mon[103441]: pgmap v19940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:56 smithi026 ceph-mon[93126]: pgmap v19940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:57.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:57.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:58.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:58.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:44:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:44:58 smithi089 ceph-mon[103441]: pgmap v19941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:44:58 smithi026 ceph-mon[93126]: pgmap v19941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:44:59.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:44:59.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:00.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:00.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:00 smithi089 ceph-mon[103441]: pgmap v19942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:00.493 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:00 smithi026 ceph-mon[93126]: pgmap v19942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:01.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:01.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:02.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:02.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:02 smithi089 ceph-mon[103441]: pgmap v19943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:02 smithi026 ceph-mon[93126]: pgmap v19943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:03.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:03.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:03.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:03 smithi026 ceph-mon[93126]: pgmap v19944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:03 smithi089 ceph-mon[103441]: pgmap v19944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:04.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:04.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:05.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:05.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:05 smithi026 ceph-mon[93126]: pgmap v19945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:05 smithi089 ceph-mon[103441]: pgmap v19945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:06.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:06.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:07.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:07.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:08.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:08.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:08 smithi089 ceph-mon[103441]: pgmap v19946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:08 smithi026 ceph-mon[93126]: pgmap v19946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:09.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:09.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:10.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:10.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:10 smithi089 ceph-mon[103441]: pgmap v19947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:10 smithi026 ceph-mon[93126]: pgmap v19947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:11.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:11.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:12.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:12.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:12 smithi089 ceph-mon[103441]: pgmap v19948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:12 smithi026 ceph-mon[93126]: pgmap v19948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:13.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:13.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:13.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:13 smithi026 ceph-mon[93126]: pgmap v19949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:13 smithi089 ceph-mon[103441]: pgmap v19949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:14.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:14.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:15.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:15.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:16.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:16.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:16 smithi089 ceph-mon[103441]: pgmap v19950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:16 smithi026 ceph-mon[93126]: pgmap v19950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:17.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:17.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:18.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:18.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:18 smithi089 ceph-mon[103441]: pgmap v19951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:18 smithi026 ceph-mon[93126]: pgmap v19951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:19.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:19.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:20.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:20.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:20 smithi089 ceph-mon[103441]: pgmap v19952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:20 smithi026 ceph-mon[93126]: pgmap v19952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:21.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:21.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:22.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:22.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:22 smithi089 ceph-mon[103441]: pgmap v19953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:22 smithi026 ceph-mon[93126]: pgmap v19953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:23.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:23.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:23.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:23 smithi026 ceph-mon[93126]: pgmap v19954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:23 smithi089 ceph-mon[103441]: pgmap v19954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:24.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:24.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:25.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:25.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:26.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:26.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:26 smithi089 ceph-mon[103441]: pgmap v19955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:26 smithi026 ceph-mon[93126]: pgmap v19955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:27.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:27.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:28.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:28.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:28 smithi089 ceph-mon[103441]: pgmap v19956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:28 smithi026 ceph-mon[93126]: pgmap v19956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:29.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:29.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:30.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:30.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:30 smithi089 ceph-mon[103441]: pgmap v19957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:30 smithi026 ceph-mon[93126]: pgmap v19957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:31.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:31.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:32.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:32.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:32.395 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:32 smithi089 ceph-mon[103441]: pgmap v19958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:32 smithi026 ceph-mon[93126]: pgmap v19958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:33.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:33.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:33 smithi026 ceph-mon[93126]: pgmap v19959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:33 smithi089 ceph-mon[103441]: pgmap v19959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:34.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:34.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:35.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:35.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:35.896 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:35 smithi026 ceph-mon[93126]: pgmap v19960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:35 smithi089 ceph-mon[103441]: pgmap v19960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:36.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:36.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:37.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:37.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:38.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:38.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:38 smithi089 ceph-mon[103441]: pgmap v19961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:38 smithi026 ceph-mon[93126]: pgmap v19961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:39.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:39.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:40.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:40.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:40 smithi089 ceph-mon[103441]: pgmap v19962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:40 smithi026 ceph-mon[93126]: pgmap v19962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:41.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:41.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:42.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:42.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:42 smithi089 ceph-mon[103441]: pgmap v19963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:42 smithi026 ceph-mon[93126]: pgmap v19963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:43.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:43.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:43.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:45:43.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: pgmap v19964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:43.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:45:43.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:45:43.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:45:43.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:45:43.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:45:43.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:45:43.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:45:43.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:45:43.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:45:43.853 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:43 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:45:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:45:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: pgmap v19964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:45:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:45:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:45:43.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:45:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:45:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:45:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:45:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:45:43.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:45:43.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:43 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:45:44.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:44.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:44 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1616M 2023-10-17T07:45:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:44 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1616M 2023-10-17T07:45:45.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:45.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:45 smithi089 ceph-mon[103441]: pgmap v19965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:46.011 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:45 smithi026 ceph-mon[93126]: pgmap v19965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:46.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:46.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:47.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:47.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:48.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:48.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:48 smithi089 ceph-mon[103441]: pgmap v19966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:48 smithi026 ceph-mon[93126]: pgmap v19966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:49.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:49.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:50.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:50.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:50 smithi089 ceph-mon[103441]: pgmap v19967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:50 smithi026 ceph-mon[93126]: pgmap v19967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:45:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:45:51.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:51.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:52.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:52.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:52 smithi089 ceph-mon[103441]: pgmap v19968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:52 smithi026 ceph-mon[93126]: pgmap v19968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:53.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:53.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:53.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:53 smithi026 ceph-mon[93126]: pgmap v19969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:53 smithi089 ceph-mon[103441]: pgmap v19969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:54.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:54.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:55.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:55.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:56.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:56.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:56 smithi089 ceph-mon[103441]: pgmap v19970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:56 smithi026 ceph-mon[93126]: pgmap v19970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:57.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:57.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:58.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:58.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:45:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:45:58 smithi089 ceph-mon[103441]: pgmap v19971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:45:58 smithi026 ceph-mon[93126]: pgmap v19971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:45:59.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:45:59.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:00.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:00.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:00 smithi089 ceph-mon[103441]: pgmap v19972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:00 smithi026 ceph-mon[93126]: pgmap v19972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:01.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:01.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:02.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:02.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:02 smithi089 ceph-mon[103441]: pgmap v19973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:02 smithi026 ceph-mon[93126]: pgmap v19973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:03.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:03.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:03.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:03 smithi026 ceph-mon[93126]: pgmap v19974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:03 smithi089 ceph-mon[103441]: pgmap v19974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:04.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:04.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:05.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:05.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:05 smithi089 ceph-mon[103441]: pgmap v19975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:05 smithi026 ceph-mon[93126]: pgmap v19975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:06.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:06.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:07.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:07.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:08.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:08.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:08 smithi089 ceph-mon[103441]: pgmap v19976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:08 smithi026 ceph-mon[93126]: pgmap v19976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:09.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:09.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:10.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:10.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:10 smithi089 ceph-mon[103441]: pgmap v19977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:10 smithi026 ceph-mon[93126]: pgmap v19977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:11.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:11.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:12.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:12.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:12 smithi089 ceph-mon[103441]: pgmap v19978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:12 smithi026 ceph-mon[93126]: pgmap v19978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:13.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:13.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:13.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:13 smithi026 ceph-mon[93126]: pgmap v19979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:13 smithi089 ceph-mon[103441]: pgmap v19979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:14.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:14.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:15.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:15.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:16.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:16.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:16 smithi089 ceph-mon[103441]: pgmap v19980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:16 smithi026 ceph-mon[93126]: pgmap v19980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:17.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:17.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:18.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:18.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:18 smithi089 ceph-mon[103441]: pgmap v19981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:18 smithi026 ceph-mon[93126]: pgmap v19981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:19.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:19.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:20.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:20.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:20 smithi089 ceph-mon[103441]: pgmap v19982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:20 smithi026 ceph-mon[93126]: pgmap v19982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:21.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:21.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:22.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:22.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:22 smithi089 ceph-mon[103441]: pgmap v19983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:22 smithi026 ceph-mon[93126]: pgmap v19983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:23.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:23.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:23.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:23 smithi026 ceph-mon[93126]: pgmap v19984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:23 smithi089 ceph-mon[103441]: pgmap v19984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:24.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:24.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:25.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:25.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:26.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:26.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:26 smithi089 ceph-mon[103441]: pgmap v19985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:26.472 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:26 smithi026 ceph-mon[93126]: pgmap v19985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:27.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:27.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:28.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:28.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:28 smithi089 ceph-mon[103441]: pgmap v19986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:28 smithi026 ceph-mon[93126]: pgmap v19986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:29.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:29.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:30.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:30.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:30 smithi089 ceph-mon[103441]: pgmap v19987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:30 smithi026 ceph-mon[93126]: pgmap v19987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:31.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:31.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:32.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:32.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:32 smithi089 ceph-mon[103441]: pgmap v19988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:32 smithi026 ceph-mon[93126]: pgmap v19988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:33.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:33.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:33.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:33 smithi026 ceph-mon[93126]: pgmap v19989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:33 smithi089 ceph-mon[103441]: pgmap v19989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:34.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:34.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:35.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:35.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:35 smithi089 ceph-mon[103441]: pgmap v19990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:35 smithi026 ceph-mon[93126]: pgmap v19990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:36.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:36.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:37.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:37.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:38.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:38.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:38 smithi089 ceph-mon[103441]: pgmap v19991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:38 smithi026 ceph-mon[93126]: pgmap v19991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:39.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:39.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:40.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:40.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:40 smithi089 ceph-mon[103441]: pgmap v19992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:40 smithi026 ceph-mon[93126]: pgmap v19992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:41.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:41.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:42.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:42.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:42 smithi089 ceph-mon[103441]: pgmap v19993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:42 smithi026 ceph-mon[93126]: pgmap v19993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:43.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:43.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:43 smithi089 ceph-mon[103441]: pgmap v19994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:43 smithi026 ceph-mon[93126]: pgmap v19994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:44.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:44.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:46:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:46:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:46:44.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:46:44.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:46:44.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:46:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:46:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:46:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:46:45.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:46:45.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:46:45.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:46:45.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:45.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:45 smithi089 ceph-mon[103441]: pgmap v19995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:45 smithi026 ceph-mon[93126]: pgmap v19995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:46.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:46.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:47.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:47.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:48.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:48.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:48 smithi089 ceph-mon[103441]: pgmap v19996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:48 smithi026 ceph-mon[93126]: pgmap v19996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:49.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:49.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:50.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:50.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:50 smithi089 ceph-mon[103441]: pgmap v19997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:50 smithi026 ceph-mon[93126]: pgmap v19997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:46:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:46:51.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:51.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:52.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:52.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:52 smithi089 ceph-mon[103441]: pgmap v19998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:52 smithi026 ceph-mon[93126]: pgmap v19998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:53.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:53.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:53 smithi089 ceph-mon[103441]: pgmap v19999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:53 smithi026 ceph-mon[93126]: pgmap v19999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:54.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:54.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:55.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:55.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:56.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:56.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:56 smithi089 ceph-mon[103441]: pgmap v20000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:56 smithi026 ceph-mon[93126]: pgmap v20000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:57.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:57.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:58.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:58.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:46:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:46:58 smithi089 ceph-mon[103441]: pgmap v20001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:46:58 smithi026 ceph-mon[93126]: pgmap v20001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:46:59.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:46:59.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:00.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:00.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:00 smithi089 ceph-mon[103441]: pgmap v20002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:00 smithi026 ceph-mon[93126]: pgmap v20002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:01.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:01.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:02.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:02.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:02 smithi089 ceph-mon[103441]: pgmap v20003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:02 smithi026 ceph-mon[93126]: pgmap v20003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:03.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:03.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:03 smithi089 ceph-mon[103441]: pgmap v20004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:03 smithi026 ceph-mon[93126]: pgmap v20004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:04.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:05.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:05.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:05 smithi089 ceph-mon[103441]: pgmap v20005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:05 smithi026 ceph-mon[93126]: pgmap v20005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:06.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:06.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:07.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:07.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:08.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:08.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:08 smithi089 ceph-mon[103441]: pgmap v20006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:08 smithi026 ceph-mon[93126]: pgmap v20006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:09.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:09.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:10.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:10.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:10.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:10 smithi089 ceph-mon[103441]: pgmap v20007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:10 smithi026 ceph-mon[93126]: pgmap v20007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:11.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:11.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:12 smithi026 ceph-mon[93126]: pgmap v20008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:12.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:12.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:12 smithi089 ceph-mon[103441]: pgmap v20008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:13.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:13.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:13 smithi089 ceph-mon[103441]: pgmap v20009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:13 smithi026 ceph-mon[93126]: pgmap v20009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:14.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:14.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:15.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:15.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:16.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:16.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:16 smithi089 ceph-mon[103441]: pgmap v20010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:16 smithi026 ceph-mon[93126]: pgmap v20010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:17.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:17.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:18.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:18.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:18 smithi089 ceph-mon[103441]: pgmap v20011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:18 smithi026 ceph-mon[93126]: pgmap v20011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:19.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:19.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:20.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:20.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:20 smithi089 ceph-mon[103441]: pgmap v20012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:20 smithi026 ceph-mon[93126]: pgmap v20012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:21.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:21.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:22.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:22.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:22 smithi089 ceph-mon[103441]: pgmap v20013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:22 smithi026 ceph-mon[93126]: pgmap v20013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:23.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:23.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:23 smithi089 ceph-mon[103441]: pgmap v20014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:23 smithi026 ceph-mon[93126]: pgmap v20014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:24.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:24.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:25.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:25.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:26.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:26.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:26 smithi089 ceph-mon[103441]: pgmap v20015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:26 smithi026 ceph-mon[93126]: pgmap v20015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:27.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:27.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:28.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:28.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:28 smithi089 ceph-mon[103441]: pgmap v20016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:28 smithi026 ceph-mon[93126]: pgmap v20016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:29.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:29.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:30.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:30.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:30.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:30 smithi089 ceph-mon[103441]: pgmap v20017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:30 smithi026 ceph-mon[93126]: pgmap v20017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:31.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:31.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:32.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:32.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:32.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:32 smithi089 ceph-mon[103441]: pgmap v20018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:32 smithi026 ceph-mon[93126]: pgmap v20018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:33.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:33.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:33 smithi089 ceph-mon[103441]: pgmap v20019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:33 smithi026 ceph-mon[93126]: pgmap v20019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:34.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:34.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:35.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:35.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:35 smithi089 ceph-mon[103441]: pgmap v20020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:35 smithi026 ceph-mon[93126]: pgmap v20020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:36.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:36.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:37.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:37.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:38.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:38.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:38 smithi089 ceph-mon[103441]: pgmap v20021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:38 smithi026 ceph-mon[93126]: pgmap v20021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:39.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:39.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:40.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:40.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:40 smithi089 ceph-mon[103441]: pgmap v20022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:40 smithi026 ceph-mon[93126]: pgmap v20022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:41.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:41.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:42.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:42.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:42.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:42 smithi089 ceph-mon[103441]: pgmap v20023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:42 smithi026 ceph-mon[93126]: pgmap v20023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:43.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:43.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:43 smithi089 ceph-mon[103441]: pgmap v20024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:43 smithi026 ceph-mon[93126]: pgmap v20024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:44.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:44.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:44.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:44 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:47:45.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:44 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:47:45.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:45.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:47:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:47:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:47:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:47:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:47:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:45 smithi089 ceph-mon[103441]: pgmap v20025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:47:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:47:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:47:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:47:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:47:46.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:45 smithi026 ceph-mon[93126]: pgmap v20025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:46.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:46.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:47.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:47.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:48.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:48.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:48 smithi089 ceph-mon[103441]: pgmap v20026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:48 smithi026 ceph-mon[93126]: pgmap v20026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:49.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:49.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:50.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:50.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:50 smithi089 ceph-mon[103441]: pgmap v20027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:50.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:50 smithi026 ceph-mon[93126]: pgmap v20027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:47:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:47:51.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:51.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:52.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:52.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:52.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:52 smithi089 ceph-mon[103441]: pgmap v20028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:52.448 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:52 smithi026 ceph-mon[93126]: pgmap v20028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:53.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:53.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:53 smithi089 ceph-mon[103441]: pgmap v20029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:53 smithi026 ceph-mon[93126]: pgmap v20029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:54.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:54.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:55.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:55.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:56.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:56.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:56 smithi089 ceph-mon[103441]: pgmap v20030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:56 smithi026 ceph-mon[93126]: pgmap v20030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:57.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:57.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:58.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:58.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:47:58.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:47:58 smithi089 ceph-mon[103441]: pgmap v20031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:47:58 smithi026 ceph-mon[93126]: pgmap v20031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:47:59.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:47:59.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:00.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:00.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:00.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:00 smithi089 ceph-mon[103441]: pgmap v20032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:00 smithi026 ceph-mon[93126]: pgmap v20032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:01.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:01.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:02.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:02.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:02.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:02 smithi089 ceph-mon[103441]: pgmap v20033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:02 smithi026 ceph-mon[93126]: pgmap v20033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:03.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:03.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:03 smithi089 ceph-mon[103441]: pgmap v20034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:03 smithi026 ceph-mon[93126]: pgmap v20034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:04.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:04.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:05.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:05.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:05 smithi089 ceph-mon[103441]: pgmap v20035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:05 smithi026 ceph-mon[93126]: pgmap v20035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:06.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:06.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:07.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:07.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:08.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:08.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:08.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:08 smithi089 ceph-mon[103441]: pgmap v20036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:08 smithi026 ceph-mon[93126]: pgmap v20036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:09.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:09.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:10.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:10 smithi089 ceph-mon[103441]: pgmap v20037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:10.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:10.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:10 smithi026 ceph-mon[93126]: pgmap v20037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:11.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:11.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:12.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:12 smithi089 ceph-mon[103441]: pgmap v20038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:12.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:12.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:12 smithi026 ceph-mon[93126]: pgmap v20038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:13.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:13.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:13 smithi089 ceph-mon[103441]: pgmap v20039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:13 smithi026 ceph-mon[93126]: pgmap v20039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:14.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:14.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:15.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:15.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:16.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:16 smithi089 ceph-mon[103441]: pgmap v20040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:16.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:16.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:16 smithi026 ceph-mon[93126]: pgmap v20040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:17.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:17.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:18.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:18 smithi089 ceph-mon[103441]: pgmap v20041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:18.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:18.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:18 smithi026 ceph-mon[93126]: pgmap v20041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:19.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:19.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:20.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:20.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:20 smithi026 ceph-mon[93126]: pgmap v20042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:20 smithi089 ceph-mon[103441]: pgmap v20042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:21.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:21.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:22.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:22.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:22 smithi026 ceph-mon[93126]: pgmap v20043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:22 smithi089 ceph-mon[103441]: pgmap v20043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:23.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:23.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:23 smithi089 ceph-mon[103441]: pgmap v20044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:23 smithi026 ceph-mon[93126]: pgmap v20044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:24.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:24.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:25.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:25.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:26 smithi089 ceph-mon[103441]: pgmap v20045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:26.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:26.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:26 smithi026 ceph-mon[93126]: pgmap v20045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:27.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:27.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:28.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:28.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:28 smithi026 ceph-mon[93126]: pgmap v20046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:28 smithi089 ceph-mon[103441]: pgmap v20046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:29.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:29.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:30.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:30.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:30 smithi026 ceph-mon[93126]: pgmap v20047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:30 smithi089 ceph-mon[103441]: pgmap v20047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:31.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:31.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:32.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:32.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:32 smithi026 ceph-mon[93126]: pgmap v20048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:32 smithi089 ceph-mon[103441]: pgmap v20048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:33.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:33.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:33 smithi089 ceph-mon[103441]: pgmap v20049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:33 smithi026 ceph-mon[93126]: pgmap v20049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:34.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:34.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:35.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:35.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:35 smithi089 ceph-mon[103441]: pgmap v20050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:35 smithi026 ceph-mon[93126]: pgmap v20050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:36.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:36.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:37.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:37.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:38.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:38 smithi026 ceph-mon[93126]: pgmap v20051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:38.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:38.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:38 smithi089 ceph-mon[103441]: pgmap v20051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:39.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:39.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:40.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:40.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:40 smithi026 ceph-mon[93126]: pgmap v20052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:40 smithi089 ceph-mon[103441]: pgmap v20052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:41.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:41.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:42.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:42.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:42 smithi026 ceph-mon[93126]: pgmap v20053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:42 smithi089 ceph-mon[103441]: pgmap v20053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:43.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:43.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:43 smithi089 ceph-mon[103441]: pgmap v20054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:43 smithi026 ceph-mon[93126]: pgmap v20054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:44.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:44.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:48:45.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:45.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:48:46.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:46.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:46 smithi026 ceph-mon[93126]: pgmap v20055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:48:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:48:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:48:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:48:46.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:48:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:46 smithi089 ceph-mon[103441]: pgmap v20055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:48:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:48:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:48:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:48:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:48:47.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:47.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:48.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:48.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:48 smithi026 ceph-mon[93126]: pgmap v20056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:48 smithi089 ceph-mon[103441]: pgmap v20056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:49.445 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:49.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:49.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:48:50.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:50.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:50 smithi026 ceph-mon[93126]: pgmap v20057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:50 smithi089 ceph-mon[103441]: pgmap v20057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:48:51.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:51.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:52.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:52.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:52 smithi026 ceph-mon[93126]: pgmap v20058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:52 smithi089 ceph-mon[103441]: pgmap v20058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:53.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:53.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:53 smithi089 ceph-mon[103441]: pgmap v20059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:53 smithi026 ceph-mon[93126]: pgmap v20059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:54.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:54.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:55.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:55.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:56.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:56.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:56 smithi026 ceph-mon[93126]: pgmap v20060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:56 smithi089 ceph-mon[103441]: pgmap v20060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:57.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:57.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:58.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:58.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:48:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:48:58 smithi026 ceph-mon[93126]: pgmap v20061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:48:58 smithi089 ceph-mon[103441]: pgmap v20061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:48:59.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:48:59.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:00.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:00.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:00 smithi026 ceph-mon[93126]: pgmap v20062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:00 smithi089 ceph-mon[103441]: pgmap v20062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:01.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:01.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:02.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:02 smithi026 ceph-mon[93126]: pgmap v20063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:02 smithi089 ceph-mon[103441]: pgmap v20063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:03.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:03.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:03 smithi089 ceph-mon[103441]: pgmap v20064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:03 smithi026 ceph-mon[93126]: pgmap v20064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:04.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:04.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:05.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:05.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:05 smithi089 ceph-mon[103441]: pgmap v20065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:05 smithi026 ceph-mon[93126]: pgmap v20065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:06.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:06.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:07.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:07.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:08.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:08.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:08 smithi026 ceph-mon[93126]: pgmap v20066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:08 smithi089 ceph-mon[103441]: pgmap v20066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:09.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:09.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:10.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:10.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:10 smithi026 ceph-mon[93126]: pgmap v20067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:10 smithi089 ceph-mon[103441]: pgmap v20067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:11.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:11.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:12.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:12.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:12 smithi026 ceph-mon[93126]: pgmap v20068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:12 smithi089 ceph-mon[103441]: pgmap v20068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:13.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:13.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:13 smithi089 ceph-mon[103441]: pgmap v20069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:13 smithi026 ceph-mon[93126]: pgmap v20069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:14.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:14.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:15.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:15.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:16.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:16.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:16 smithi026 ceph-mon[93126]: pgmap v20070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:16 smithi089 ceph-mon[103441]: pgmap v20070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:17.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:17.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:18.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:18.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:18 smithi026 ceph-mon[93126]: pgmap v20071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:18 smithi089 ceph-mon[103441]: pgmap v20071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:19.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:19.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:20.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:20.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:20 smithi026 ceph-mon[93126]: pgmap v20072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:20 smithi089 ceph-mon[103441]: pgmap v20072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:21.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:21.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:22.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:22.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:22 smithi026 ceph-mon[93126]: pgmap v20073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:22 smithi089 ceph-mon[103441]: pgmap v20073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:23.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:23.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:23 smithi026 ceph-mon[93126]: pgmap v20074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:23 smithi089 ceph-mon[103441]: pgmap v20074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:24.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:24.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:25.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:25.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:26.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:26.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:26 smithi026 ceph-mon[93126]: pgmap v20075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:26 smithi089 ceph-mon[103441]: pgmap v20075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:27.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:27.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:28.540 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:28 smithi026 ceph-mon[93126]: pgmap v20076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:28.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:28.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:28 smithi089 ceph-mon[103441]: pgmap v20076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:29.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:29.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:30 smithi026 ceph-mon[93126]: pgmap v20077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:30.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:30.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:30 smithi089 ceph-mon[103441]: pgmap v20077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:31.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:31.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:32.558 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:32 smithi026 ceph-mon[93126]: pgmap v20078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:32.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:32.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:32 smithi089 ceph-mon[103441]: pgmap v20078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:33.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:33.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:33.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:33 smithi026 ceph-mon[93126]: pgmap v20079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:33 smithi089 ceph-mon[103441]: pgmap v20079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:34.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:34.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:34.916 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:35.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:35.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:35 smithi089 ceph-mon[103441]: pgmap v20080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:35 smithi026 ceph-mon[93126]: pgmap v20080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:36.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:36.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:37.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:37.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:38 smithi026 ceph-mon[93126]: pgmap v20081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:38.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:38.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:38 smithi089 ceph-mon[103441]: pgmap v20081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:39.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:39.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:40.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:40 smithi089 ceph-mon[103441]: pgmap v20082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:40 smithi026 ceph-mon[93126]: pgmap v20082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:40.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:40.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:41.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:41.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:42 smithi026 ceph-mon[93126]: pgmap v20083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:42.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:42.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:42 smithi089 ceph-mon[103441]: pgmap v20083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:43.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:43.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:43 smithi089 ceph-mon[103441]: pgmap v20084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:44.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:43 smithi026 ceph-mon[93126]: pgmap v20084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:44.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:44.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:45.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:45.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:46 smithi026 ceph-mon[93126]: pgmap v20085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:49:46.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:46.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:46 smithi089 ceph-mon[103441]: pgmap v20085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:49:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:49:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:49:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:49:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:49:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:49:47.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:47.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:49:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:49:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:49:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:49:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:49:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:48 smithi026 ceph-mon[93126]: pgmap v20086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:48.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:48.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:48 smithi089 ceph-mon[103441]: pgmap v20086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:49.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:49.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:49:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:50 smithi089 ceph-mon[103441]: pgmap v20087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:50 smithi026 ceph-mon[93126]: pgmap v20087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:49:50.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:50.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:51.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:51.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:52 smithi026 ceph-mon[93126]: pgmap v20088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:52.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:52.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:52 smithi089 ceph-mon[103441]: pgmap v20088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:53.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:53.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:53 smithi089 ceph-mon[103441]: pgmap v20089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:53 smithi026 ceph-mon[93126]: pgmap v20089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:54.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:54.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:55.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:55.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:56 smithi026 ceph-mon[93126]: pgmap v20090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:56.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:56.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:56 smithi089 ceph-mon[103441]: pgmap v20090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:57.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:57.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:49:58 smithi026 ceph-mon[93126]: pgmap v20091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:58.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:58.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:49:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:49:58 smithi089 ceph-mon[103441]: pgmap v20091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:49:59.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:49:59.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:00 smithi026 ceph-mon[93126]: pgmap v20092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:00.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T07:50:00.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:00.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:00 smithi089 ceph-mon[103441]: pgmap v20092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:00.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T07:50:01.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:01.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:02 smithi026 ceph-mon[93126]: pgmap v20093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:02.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:02.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:02 smithi089 ceph-mon[103441]: pgmap v20093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:03.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:03.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:03 smithi089 ceph-mon[103441]: pgmap v20094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:03.941 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:03 smithi026 ceph-mon[93126]: pgmap v20094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:04.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:04.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:05.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:05.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:05 smithi089 ceph-mon[103441]: pgmap v20095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:05 smithi026 ceph-mon[93126]: pgmap v20095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:06.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:06.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:07.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:07.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:08 smithi026 ceph-mon[93126]: pgmap v20096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:08.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:08.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:08 smithi089 ceph-mon[103441]: pgmap v20096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:09.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:09.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:10 smithi026 ceph-mon[93126]: pgmap v20097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:10.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:10.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:10 smithi089 ceph-mon[103441]: pgmap v20097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:11.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:11.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:12 smithi026 ceph-mon[93126]: pgmap v20098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:12.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:12.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:12 smithi089 ceph-mon[103441]: pgmap v20098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:13.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:13.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:13 smithi089 ceph-mon[103441]: pgmap v20099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:13 smithi026 ceph-mon[93126]: pgmap v20099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:14.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:14.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:15.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:15.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:16 smithi026 ceph-mon[93126]: pgmap v20100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:16.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:16.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:16 smithi089 ceph-mon[103441]: pgmap v20100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:17.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:17.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:18 smithi026 ceph-mon[93126]: pgmap v20101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:18.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:18.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:18 smithi089 ceph-mon[103441]: pgmap v20101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:19.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:19.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:20 smithi026 ceph-mon[93126]: pgmap v20102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:20.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:20.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:20 smithi089 ceph-mon[103441]: pgmap v20102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:21.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:21.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:22 smithi026 ceph-mon[93126]: pgmap v20103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:22.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:22.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:22 smithi089 ceph-mon[103441]: pgmap v20103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:23.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:23.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:23 smithi089 ceph-mon[103441]: pgmap v20104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:23 smithi026 ceph-mon[93126]: pgmap v20104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:24.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:24.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:25.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:25.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:26 smithi026 ceph-mon[93126]: pgmap v20105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:26.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:26.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:26 smithi089 ceph-mon[103441]: pgmap v20105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:27.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:27.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:28 smithi026 ceph-mon[93126]: pgmap v20106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:28.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:28.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:28 smithi089 ceph-mon[103441]: pgmap v20106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:29.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:29.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:30.492 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:30 smithi089 ceph-mon[103441]: pgmap v20107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:30 smithi026 ceph-mon[93126]: pgmap v20107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:30.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:30.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:31.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:31.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:32 smithi026 ceph-mon[93126]: pgmap v20108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:32.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:32.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:32 smithi089 ceph-mon[103441]: pgmap v20108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:33.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:33.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:33 smithi089 ceph-mon[103441]: pgmap v20109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:33 smithi026 ceph-mon[93126]: pgmap v20109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:34.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:34.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:35.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:35.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:35 smithi089 ceph-mon[103441]: pgmap v20110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:35 smithi026 ceph-mon[93126]: pgmap v20110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:36.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:36.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:37.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:37.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:38 smithi026 ceph-mon[93126]: pgmap v20111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:38.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:38.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:38 smithi089 ceph-mon[103441]: pgmap v20111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:39.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:39.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:40 smithi026 ceph-mon[93126]: pgmap v20112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:40.598 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:40 smithi089 ceph-mon[103441]: pgmap v20112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:40.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:40.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:41.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:41.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:42 smithi026 ceph-mon[93126]: pgmap v20113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:42 smithi089 ceph-mon[103441]: pgmap v20113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:42.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:42.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:43.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:43.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:43 smithi089 ceph-mon[103441]: pgmap v20114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:43 smithi026 ceph-mon[93126]: pgmap v20114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:44.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:44.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:45.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:45.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:46 smithi026 ceph-mon[93126]: pgmap v20115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:46 smithi089 ceph-mon[103441]: pgmap v20115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:46.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:46.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:50:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:50:47.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:47.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:48 smithi026 ceph-mon[93126]: pgmap v20116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:48 smithi089 ceph-mon[103441]: pgmap v20116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:48.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:48.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:50:49.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:49.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:50 smithi026 ceph-mon[93126]: pgmap v20117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:50 smithi089 ceph-mon[103441]: pgmap v20117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:50:50.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:50.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:51.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:51.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:52 smithi026 ceph-mon[93126]: pgmap v20118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:50:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:50:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:50:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:50:52.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:50:52.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:50:52.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:50:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:52 smithi089 ceph-mon[103441]: pgmap v20118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:50:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:50:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:50:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:50:52.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:50:52.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:50:52.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:50:52.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:52.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:53.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:53.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:53 smithi089 ceph-mon[103441]: pgmap v20119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:53 smithi026 ceph-mon[93126]: pgmap v20119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:54.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:54.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:55.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:55.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:56 smithi026 ceph-mon[93126]: pgmap v20120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:56 smithi089 ceph-mon[103441]: pgmap v20120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:56.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:56.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:57.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:57.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:50:58 smithi026 ceph-mon[93126]: pgmap v20121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:50:58 smithi089 ceph-mon[103441]: pgmap v20121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:50:58.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:58.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:50:59.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:50:59.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:00 smithi026 ceph-mon[93126]: pgmap v20122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:00 smithi089 ceph-mon[103441]: pgmap v20122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:00.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:00.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:01.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:01.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:02 smithi026 ceph-mon[93126]: pgmap v20123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:02 smithi089 ceph-mon[103441]: pgmap v20123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:02.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:02.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:03.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:03.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:03 smithi089 ceph-mon[103441]: pgmap v20124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:03 smithi026 ceph-mon[93126]: pgmap v20124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:04.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:04.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:05.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:05.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:05 smithi026 ceph-mon[93126]: pgmap v20125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:05 smithi089 ceph-mon[103441]: pgmap v20125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:06.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:06.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:07.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:07.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:08 smithi026 ceph-mon[93126]: pgmap v20126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:08 smithi089 ceph-mon[103441]: pgmap v20126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:08.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:08.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:09.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:09.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:10 smithi026 ceph-mon[93126]: pgmap v20127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:10 smithi089 ceph-mon[103441]: pgmap v20127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:10.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:10.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:11.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:11.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:12 smithi026 ceph-mon[93126]: pgmap v20128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:12 smithi089 ceph-mon[103441]: pgmap v20128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:12.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:12.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:13.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:13.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:13 smithi089 ceph-mon[103441]: pgmap v20129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:13 smithi026 ceph-mon[93126]: pgmap v20129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:14.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:14.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:15.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:15.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:16 smithi026 ceph-mon[93126]: pgmap v20130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:16 smithi089 ceph-mon[103441]: pgmap v20130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:16.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:16.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:17.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:17.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:18 smithi026 ceph-mon[93126]: pgmap v20131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:18 smithi089 ceph-mon[103441]: pgmap v20131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:18.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:18.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:19.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:19.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:20 smithi026 ceph-mon[93126]: pgmap v20132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:20 smithi089 ceph-mon[103441]: pgmap v20132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:20.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:20.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:21.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:21.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:22 smithi026 ceph-mon[93126]: pgmap v20133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:22 smithi089 ceph-mon[103441]: pgmap v20133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:22.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:22.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:23.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:23.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:23 smithi026 ceph-mon[93126]: pgmap v20134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:23 smithi089 ceph-mon[103441]: pgmap v20134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:24.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:24.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:25.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:25.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:26.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:26 smithi089 ceph-mon[103441]: pgmap v20135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:26 smithi026 ceph-mon[93126]: pgmap v20135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:26.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:26.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:27.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:27.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:28 smithi026 ceph-mon[93126]: pgmap v20136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:28 smithi089 ceph-mon[103441]: pgmap v20136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:28.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:28.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:29.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:29.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:30 smithi026 ceph-mon[93126]: pgmap v20137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:30 smithi089 ceph-mon[103441]: pgmap v20137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:30.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:30.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:31.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:31.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:32 smithi026 ceph-mon[93126]: pgmap v20138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:32 smithi089 ceph-mon[103441]: pgmap v20138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:32.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:32.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:33.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:33.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:33 smithi026 ceph-mon[93126]: pgmap v20139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:33 smithi089 ceph-mon[103441]: pgmap v20139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:34.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:34.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:34.976 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:35.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:35.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:35 smithi026 ceph-mon[93126]: pgmap v20140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:35 smithi089 ceph-mon[103441]: pgmap v20140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:36.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:36.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:37.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:37.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:38.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:38 smithi026 ceph-mon[93126]: pgmap v20141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:38 smithi089 ceph-mon[103441]: pgmap v20141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:38.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:38.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:39.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:39.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:40.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:40 smithi026 ceph-mon[93126]: pgmap v20142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:40 smithi089 ceph-mon[103441]: pgmap v20142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:40.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:40.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:41.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:41.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:42 smithi026 ceph-mon[93126]: pgmap v20143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:42 smithi089 ceph-mon[103441]: pgmap v20143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:42.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:42.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:43.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:43.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:43 smithi026 ceph-mon[93126]: pgmap v20144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:43 smithi089 ceph-mon[103441]: pgmap v20144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:44.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:44.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:45.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:45.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:46 smithi026 ceph-mon[93126]: pgmap v20145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:46 smithi089 ceph-mon[103441]: pgmap v20145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:46.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:46.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:47.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:47.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:48 smithi026 ceph-mon[93126]: pgmap v20146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:48 smithi089 ceph-mon[103441]: pgmap v20146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:48.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:48.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:51:49.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:49.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:50 smithi026 ceph-mon[93126]: pgmap v20147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:50 smithi089 ceph-mon[103441]: pgmap v20147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:51:50.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:50.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:51.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:51.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:52 smithi026 ceph-mon[93126]: pgmap v20148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:52.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:52 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:51:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:52 smithi089 ceph-mon[103441]: pgmap v20148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:52 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:51:52.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:52.798 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:51:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:51:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:51:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:51:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:51:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:51:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:51:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:51:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:51:53.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:51:53.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:53.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:54.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:54 smithi026 ceph-mon[93126]: pgmap v20149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:54.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:54 smithi089 ceph-mon[103441]: pgmap v20149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:54.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:54.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:55.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:55.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:56 smithi026 ceph-mon[93126]: pgmap v20150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:56 smithi089 ceph-mon[103441]: pgmap v20150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:56.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:56.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:57.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:57.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:51:58 smithi026 ceph-mon[93126]: pgmap v20151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:51:58 smithi089 ceph-mon[103441]: pgmap v20151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:51:58.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:58.808 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:51:59.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:51:59.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:00 smithi026 ceph-mon[93126]: pgmap v20152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:00 smithi089 ceph-mon[103441]: pgmap v20152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:00.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:00.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:01.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:01.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:02 smithi026 ceph-mon[93126]: pgmap v20153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:02 smithi089 ceph-mon[103441]: pgmap v20153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:02.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:02.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:03 smithi026 ceph-mon[93126]: pgmap v20154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:03.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:03.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:03 smithi089 ceph-mon[103441]: pgmap v20154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:04.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:04.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:05.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:05.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:05 smithi026 ceph-mon[93126]: pgmap v20155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:05 smithi089 ceph-mon[103441]: pgmap v20155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:06.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:06.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:07.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:07.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:08 smithi026 ceph-mon[93126]: pgmap v20156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:08 smithi089 ceph-mon[103441]: pgmap v20156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:08.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:08.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:09.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:09.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:10 smithi026 ceph-mon[93126]: pgmap v20157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:10 smithi089 ceph-mon[103441]: pgmap v20157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:10.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:10.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:11.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:11.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:12 smithi026 ceph-mon[93126]: pgmap v20158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:12 smithi089 ceph-mon[103441]: pgmap v20158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:12.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:12.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:13.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:13.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:13 smithi026 ceph-mon[93126]: pgmap v20159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:13 smithi089 ceph-mon[103441]: pgmap v20159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:14.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:14.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:15.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:15.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:16 smithi026 ceph-mon[93126]: pgmap v20160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:16.602 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:16 smithi089 ceph-mon[103441]: pgmap v20160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:16.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:16.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:17.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:17.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:18 smithi026 ceph-mon[93126]: pgmap v20161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:18 smithi089 ceph-mon[103441]: pgmap v20161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:18.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:18.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:19.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:19.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:20 smithi026 ceph-mon[93126]: pgmap v20162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:20 smithi089 ceph-mon[103441]: pgmap v20162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:20.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:20.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:21.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:21.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:22 smithi026 ceph-mon[93126]: pgmap v20163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:22 smithi089 ceph-mon[103441]: pgmap v20163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:22.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:22.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:23.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:23.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:23 smithi026 ceph-mon[93126]: pgmap v20164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:23 smithi089 ceph-mon[103441]: pgmap v20164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:24.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:24.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:25.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:25.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:26 smithi026 ceph-mon[93126]: pgmap v20165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:26 smithi089 ceph-mon[103441]: pgmap v20165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:26.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:26.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:27.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:27.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:28 smithi026 ceph-mon[93126]: pgmap v20166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:28 smithi089 ceph-mon[103441]: pgmap v20166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:28.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:28.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:29.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:29.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:30 smithi026 ceph-mon[93126]: pgmap v20167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:30 smithi089 ceph-mon[103441]: pgmap v20167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:30.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:30.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:31.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:31.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:32 smithi026 ceph-mon[93126]: pgmap v20168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:32 smithi089 ceph-mon[103441]: pgmap v20168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:32.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:32.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:33.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:33.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:33 smithi026 ceph-mon[93126]: pgmap v20169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:33 smithi089 ceph-mon[103441]: pgmap v20169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:34.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:34.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:35.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:35.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:35 smithi026 ceph-mon[93126]: pgmap v20170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:35 smithi089 ceph-mon[103441]: pgmap v20170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:36.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:36.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:37.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:37.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:38 smithi026 ceph-mon[93126]: pgmap v20171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:38 smithi089 ceph-mon[103441]: pgmap v20171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:38.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:38.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:39.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:39.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:40 smithi026 ceph-mon[93126]: pgmap v20172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:40 smithi089 ceph-mon[103441]: pgmap v20172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:40.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:40.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:41.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:41.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:42 smithi026 ceph-mon[93126]: pgmap v20173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:42 smithi089 ceph-mon[103441]: pgmap v20173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:42.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:42.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:43.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:43.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:43 smithi026 ceph-mon[93126]: pgmap v20174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:43 smithi089 ceph-mon[103441]: pgmap v20174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:44.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:44.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:45.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:45.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:46 smithi026 ceph-mon[93126]: pgmap v20175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:46 smithi089 ceph-mon[103441]: pgmap v20175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:46.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:46.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:47.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:47.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:48 smithi026 ceph-mon[93126]: pgmap v20176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:48 smithi089 ceph-mon[103441]: pgmap v20176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:48.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:48.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:52:49.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:49.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:50 smithi026 ceph-mon[93126]: pgmap v20177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:50 smithi089 ceph-mon[103441]: pgmap v20177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:52:50.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:50.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:51.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:51.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:52 smithi026 ceph-mon[93126]: pgmap v20178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:52 smithi089 ceph-mon[103441]: pgmap v20178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:52.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:52.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:53.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:53.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:52:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:52:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:53 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:52:54.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:53 smithi026 ceph-mon[93126]: pgmap v20179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:52:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:52:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:53 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:52:54.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:53 smithi089 ceph-mon[103441]: pgmap v20179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:54.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:54.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:55.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:55.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:56 smithi026 ceph-mon[93126]: pgmap v20180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:56 smithi089 ceph-mon[103441]: pgmap v20180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:56.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:56.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:57.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:57.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:52:58 smithi026 ceph-mon[93126]: pgmap v20181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:52:58 smithi089 ceph-mon[103441]: pgmap v20181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:52:58.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:58.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:52:59.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:52:59.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:00 smithi026 ceph-mon[93126]: pgmap v20182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:00 smithi089 ceph-mon[103441]: pgmap v20182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:00.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:00.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:53:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:53:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:53:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:53:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:53:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:53:01.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:53:01.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:01 smithi089 ceph-mon[103441]: pgmap v20183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:53:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:53:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:53:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:53:01.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:53:01.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:53:01.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:53:01.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:01 smithi026 ceph-mon[93126]: pgmap v20183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:01.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:01.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:02.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:02.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:03.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:03.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:03 smithi026 ceph-mon[93126]: pgmap v20184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:03 smithi089 ceph-mon[103441]: pgmap v20184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:04.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:04.916 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:05.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:05.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:06.012 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:05 smithi026 ceph-mon[93126]: pgmap v20185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:05 smithi089 ceph-mon[103441]: pgmap v20185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:06.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:06.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:07.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:07.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:08 smithi026 ceph-mon[93126]: pgmap v20186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:08 smithi089 ceph-mon[103441]: pgmap v20186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:08.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:08.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:09.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:09.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:10 smithi026 ceph-mon[93126]: pgmap v20187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:10 smithi089 ceph-mon[103441]: pgmap v20187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:10.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:10.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:11.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:11.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:12 smithi026 ceph-mon[93126]: pgmap v20188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:12 smithi089 ceph-mon[103441]: pgmap v20188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:12.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:12.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:13.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:13.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:13 smithi026 ceph-mon[93126]: pgmap v20189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:13 smithi089 ceph-mon[103441]: pgmap v20189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:14.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:14.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:15.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:15.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:16 smithi026 ceph-mon[93126]: pgmap v20190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:16 smithi089 ceph-mon[103441]: pgmap v20190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:16.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:16.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:17.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:17.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:18 smithi026 ceph-mon[93126]: pgmap v20191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:18 smithi089 ceph-mon[103441]: pgmap v20191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:18.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:18.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:19.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:19.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:20 smithi026 ceph-mon[93126]: pgmap v20192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:20 smithi089 ceph-mon[103441]: pgmap v20192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:20.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:20.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:21.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:21.945 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:22 smithi026 ceph-mon[93126]: pgmap v20193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:22 smithi089 ceph-mon[103441]: pgmap v20193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:22.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:22.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:23.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:23.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:23 smithi026 ceph-mon[93126]: pgmap v20194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:23 smithi089 ceph-mon[103441]: pgmap v20194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:24.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:24.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:25.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:25.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:26 smithi026 ceph-mon[93126]: pgmap v20195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:26 smithi089 ceph-mon[103441]: pgmap v20195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:26.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:26.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:27.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:27.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:28 smithi026 ceph-mon[93126]: pgmap v20196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:28 smithi089 ceph-mon[103441]: pgmap v20196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:28.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:28.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:29.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:29.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:30 smithi026 ceph-mon[93126]: pgmap v20197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:30 smithi089 ceph-mon[103441]: pgmap v20197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:30.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:30.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:31.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:31.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:32 smithi026 ceph-mon[93126]: pgmap v20198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:32 smithi089 ceph-mon[103441]: pgmap v20198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:32.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:32.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:33.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:33.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:33 smithi026 ceph-mon[93126]: pgmap v20199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:33 smithi089 ceph-mon[103441]: pgmap v20199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:34.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:34.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:35.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:35.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:35 smithi026 ceph-mon[93126]: pgmap v20200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:35 smithi089 ceph-mon[103441]: pgmap v20200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:36.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:36.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:37.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:37.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:38 smithi026 ceph-mon[93126]: pgmap v20201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:38 smithi089 ceph-mon[103441]: pgmap v20201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:38.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:38.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:39.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:39.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:40 smithi026 ceph-mon[93126]: pgmap v20202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:40 smithi089 ceph-mon[103441]: pgmap v20202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:40.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:40.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:41.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:41.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:42.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:42 smithi026 ceph-mon[93126]: pgmap v20203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:42 smithi089 ceph-mon[103441]: pgmap v20203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:42.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:42.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:43.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:43.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:43 smithi026 ceph-mon[93126]: pgmap v20204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:43 smithi089 ceph-mon[103441]: pgmap v20204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:44.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:44.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:45.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:45.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:46 smithi026 ceph-mon[93126]: pgmap v20205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:46 smithi089 ceph-mon[103441]: pgmap v20205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:46.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:46.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:47.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:47.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:48 smithi026 ceph-mon[93126]: pgmap v20206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:48 smithi089 ceph-mon[103441]: pgmap v20206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:48.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:48.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:53:49.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:49.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:50 smithi026 ceph-mon[93126]: pgmap v20207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:50 smithi089 ceph-mon[103441]: pgmap v20207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:53:50.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:50.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:51.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:51.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:52 smithi026 ceph-mon[93126]: pgmap v20208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:52.606 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:52 smithi089 ceph-mon[103441]: pgmap v20208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:52.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:52.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:54.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:54.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:53 smithi026 ceph-mon[93126]: pgmap v20209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:53 smithi089 ceph-mon[103441]: pgmap v20209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:55.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:55.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:56.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:56.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:56 smithi026 ceph-mon[93126]: pgmap v20210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:56 smithi089 ceph-mon[103441]: pgmap v20210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:57.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:57.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:58.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:58.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:53:58.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:53:58 smithi026 ceph-mon[93126]: pgmap v20211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:53:58 smithi089 ceph-mon[103441]: pgmap v20211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:53:59.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:53:59.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:00.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:00.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:00 smithi026 ceph-mon[93126]: pgmap v20212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:00 smithi089 ceph-mon[103441]: pgmap v20212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:01.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:01.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:01 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:54:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:01 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:54:02.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:02.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:02.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:02 smithi026 ceph-mon[93126]: pgmap v20213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:54:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:54:02.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:54:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:54:02.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:54:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:02 smithi089 ceph-mon[103441]: pgmap v20213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:54:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:54:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:54:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:54:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:54:03.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:03.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:04.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:04.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:03 smithi026 ceph-mon[93126]: pgmap v20214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:03 smithi089 ceph-mon[103441]: pgmap v20214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:05.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:05.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:06.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:06.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:05 smithi026 ceph-mon[93126]: pgmap v20215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:05 smithi089 ceph-mon[103441]: pgmap v20215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:07.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:07.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:08.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:08.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:08 smithi026 ceph-mon[93126]: pgmap v20216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:08 smithi089 ceph-mon[103441]: pgmap v20216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:09.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:09.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:10.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:10.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:10.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:10 smithi026 ceph-mon[93126]: pgmap v20217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:10 smithi089 ceph-mon[103441]: pgmap v20217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:11.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:11.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:12.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:12.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:12 smithi026 ceph-mon[93126]: pgmap v20218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:12 smithi089 ceph-mon[103441]: pgmap v20218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:13.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:13.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:14.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:14.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:13 smithi026 ceph-mon[93126]: pgmap v20219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:13 smithi089 ceph-mon[103441]: pgmap v20219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:15.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:15.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:16.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:16.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:16.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:16 smithi026 ceph-mon[93126]: pgmap v20220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:16 smithi089 ceph-mon[103441]: pgmap v20220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:17.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:17.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:18.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:18.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:18.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:18 smithi026 ceph-mon[93126]: pgmap v20221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:18 smithi089 ceph-mon[103441]: pgmap v20221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:19.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:19.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:20.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:20.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:20 smithi026 ceph-mon[93126]: pgmap v20222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:20 smithi089 ceph-mon[103441]: pgmap v20222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:21.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:21.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:22.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:22.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:22.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:22 smithi026 ceph-mon[93126]: pgmap v20223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:22.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:22 smithi089 ceph-mon[103441]: pgmap v20223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:23.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:23.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:24.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:24.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:23 smithi026 ceph-mon[93126]: pgmap v20224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:24.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:23 smithi089 ceph-mon[103441]: pgmap v20224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:25.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:25.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:26.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:26.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:26.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:26 smithi026 ceph-mon[93126]: pgmap v20225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:26.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:26 smithi089 ceph-mon[103441]: pgmap v20225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:27.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:27.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:28.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:28.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:28.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:28 smithi026 ceph-mon[93126]: pgmap v20226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:28.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:28 smithi089 ceph-mon[103441]: pgmap v20226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:29.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:29.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:30.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:30.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:30 smithi026 ceph-mon[93126]: pgmap v20227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:30 smithi089 ceph-mon[103441]: pgmap v20227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:31.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:31.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:32.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:32.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:32.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:32 smithi026 ceph-mon[93126]: pgmap v20228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:32 smithi089 ceph-mon[103441]: pgmap v20228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:33.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:33.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:33 smithi026 ceph-mon[93126]: pgmap v20229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:34.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:34.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:33 smithi089 ceph-mon[103441]: pgmap v20229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:35.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:35.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:35 smithi026 ceph-mon[93126]: pgmap v20230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:36.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:36.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:35 smithi089 ceph-mon[103441]: pgmap v20230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:37.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:37.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:38.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:38.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:38.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:38 smithi089 ceph-mon[103441]: pgmap v20231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:38.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:38 smithi026 ceph-mon[93126]: pgmap v20231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:39.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:39.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:40.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:40.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:40.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:40 smithi026 ceph-mon[93126]: pgmap v20232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:40 smithi089 ceph-mon[103441]: pgmap v20232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:41.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:41.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:42.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:42.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:42.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:42 smithi026 ceph-mon[93126]: pgmap v20233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:42 smithi089 ceph-mon[103441]: pgmap v20233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:43.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:43.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:43 smithi026 ceph-mon[93126]: pgmap v20234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:44.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:44.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:43 smithi089 ceph-mon[103441]: pgmap v20234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:45.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:45.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:46.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:46.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:46.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:46 smithi026 ceph-mon[93126]: pgmap v20235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:46 smithi089 ceph-mon[103441]: pgmap v20235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:47.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:47.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:48.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:48.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:48.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:48 smithi026 ceph-mon[93126]: pgmap v20236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:48 smithi089 ceph-mon[103441]: pgmap v20236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:49.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:49.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:54:50.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:50.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:50 smithi089 ceph-mon[103441]: pgmap v20237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:50 smithi026 ceph-mon[93126]: pgmap v20237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:54:51.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:51.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:52.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:52.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:52.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:52 smithi026 ceph-mon[93126]: pgmap v20238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:52.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:52 smithi089 ceph-mon[103441]: pgmap v20238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:53.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:53.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:53 smithi026 ceph-mon[93126]: pgmap v20239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:54.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:54.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:53 smithi089 ceph-mon[103441]: pgmap v20239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:55.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:55.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:56.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:56.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:56.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:56 smithi026 ceph-mon[93126]: pgmap v20240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:56 smithi089 ceph-mon[103441]: pgmap v20240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:57.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:57.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:58.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:58.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:54:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:54:58 smithi089 ceph-mon[103441]: pgmap v20241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:54:58 smithi026 ceph-mon[93126]: pgmap v20241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:54:59.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:54:59.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:00.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:00.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:00 smithi089 ceph-mon[103441]: pgmap v20242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:00.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:00 smithi026 ceph-mon[93126]: pgmap v20242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:01.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:01.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:02.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:02.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:02 smithi089 ceph-mon[103441]: pgmap v20243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:55:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:55:02.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:02 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:55:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:02 smithi026 ceph-mon[93126]: pgmap v20243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:55:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:55:02.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:02 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:55:03.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:03.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:55:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:55:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:55:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:55:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:55:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:03 smithi026 ceph-mon[93126]: pgmap v20244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:04.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:04.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:55:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:55:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:55:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:55:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:55:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:03 smithi089 ceph-mon[103441]: pgmap v20244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:05.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:05.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:05 smithi026 ceph-mon[93126]: pgmap v20245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:06.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:06.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:05 smithi089 ceph-mon[103441]: pgmap v20245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:07.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:07.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:08.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:08.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:08 smithi089 ceph-mon[103441]: pgmap v20246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:08.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:08 smithi026 ceph-mon[93126]: pgmap v20246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:09.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:09.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:10.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:10.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:10.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:10 smithi089 ceph-mon[103441]: pgmap v20247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:10.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:10 smithi026 ceph-mon[93126]: pgmap v20247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:11.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:11.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:12.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:12.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:12 smithi089 ceph-mon[103441]: pgmap v20248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:12 smithi026 ceph-mon[93126]: pgmap v20248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:13.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:13.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:13 smithi026 ceph-mon[93126]: pgmap v20249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:14.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:14.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:13 smithi089 ceph-mon[103441]: pgmap v20249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:15.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:15.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:16.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:16.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:16.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:16 smithi089 ceph-mon[103441]: pgmap v20250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:16.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:16 smithi026 ceph-mon[93126]: pgmap v20250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:17.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:17.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:18.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:18.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:18.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:18 smithi089 ceph-mon[103441]: pgmap v20251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:18.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:18 smithi026 ceph-mon[93126]: pgmap v20251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:19.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:19.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:20.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:20.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:20 smithi089 ceph-mon[103441]: pgmap v20252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:20.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:20 smithi026 ceph-mon[93126]: pgmap v20252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:21.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:21.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:21 smithi089 ceph-mon[103441]: pgmap v20253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:21 smithi026 ceph-mon[93126]: pgmap v20253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:22.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:22.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:23.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:23.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:23 smithi089 ceph-mon[103441]: pgmap v20254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:23 smithi026 ceph-mon[93126]: pgmap v20254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:24.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:24.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:25.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:25.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:26.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:26.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:26.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:26 smithi089 ceph-mon[103441]: pgmap v20255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:26.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:26 smithi026 ceph-mon[93126]: pgmap v20255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:27.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:27.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:28.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:28.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:28.609 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:28 smithi089 ceph-mon[103441]: pgmap v20256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:28 smithi026 ceph-mon[93126]: pgmap v20256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:29.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:29.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:30.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:30.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:30 smithi089 ceph-mon[103441]: pgmap v20257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:30 smithi026 ceph-mon[93126]: pgmap v20257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:31.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:31.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:32.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:32.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:32.674 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:32 smithi026 ceph-mon[93126]: pgmap v20258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:32.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:32 smithi089 ceph-mon[103441]: pgmap v20258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:33.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:33.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:33 smithi089 ceph-mon[103441]: pgmap v20259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:33 smithi026 ceph-mon[93126]: pgmap v20259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:34.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:34.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:35.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:35.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:35 smithi026 ceph-mon[93126]: pgmap v20260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:36.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:36.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:35 smithi089 ceph-mon[103441]: pgmap v20260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:37.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:37.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:38.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:38.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:38.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:38 smithi089 ceph-mon[103441]: pgmap v20261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:38.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:38 smithi026 ceph-mon[93126]: pgmap v20261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:39.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:39.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:40.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:40.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:40.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:40 smithi089 ceph-mon[103441]: pgmap v20262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:40.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:40 smithi026 ceph-mon[93126]: pgmap v20262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:41.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:41.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:42.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:42.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:42.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:42 smithi089 ceph-mon[103441]: pgmap v20263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:42.797 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:42 smithi026 ceph-mon[93126]: pgmap v20263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:43.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:43.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:43 smithi026 ceph-mon[93126]: pgmap v20264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:43 smithi089 ceph-mon[103441]: pgmap v20264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:44.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:44.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:45.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:45.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:46.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:46.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:46 smithi089 ceph-mon[103441]: pgmap v20265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:46 smithi026 ceph-mon[93126]: pgmap v20265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:47.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:47.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:48.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:48.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:48 smithi089 ceph-mon[103441]: pgmap v20266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:48 smithi026 ceph-mon[93126]: pgmap v20266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:49.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:49.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:55:50.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:50.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:50 smithi089 ceph-mon[103441]: pgmap v20267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:50.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:50 smithi026 ceph-mon[93126]: pgmap v20267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:51.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:51.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:51 smithi089 ceph-mon[103441]: pgmap v20268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:51 smithi026 ceph-mon[93126]: pgmap v20268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:52.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:52.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:53.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:53.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:53 smithi026 ceph-mon[93126]: pgmap v20269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:53 smithi089 ceph-mon[103441]: pgmap v20269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:54.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:54.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:55.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:55.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:56.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:56.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:56.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:56 smithi089 ceph-mon[103441]: pgmap v20270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:56.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:56 smithi026 ceph-mon[93126]: pgmap v20270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:57.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:57.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:58.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:58.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:58.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:58 smithi089 ceph-mon[103441]: pgmap v20271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:58.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:58 smithi026 ceph-mon[93126]: pgmap v20271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:55:59.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:55:59.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:55:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:55:59 smithi089 ceph-mon[103441]: pgmap v20272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:55:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:55:59 smithi026 ceph-mon[93126]: pgmap v20272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:00.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:00.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:01.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:01.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:02.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:02.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:02.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:02 smithi089 ceph-mon[103441]: pgmap v20273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:02.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:02 smithi026 ceph-mon[93126]: pgmap v20273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:03.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:03.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:56:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: pgmap v20274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:56:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:56:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:56:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:56:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:56:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:56:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:56:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:56:04.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:56:04.057 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:56:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:56:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: pgmap v20274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:56:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:56:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:56:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T07:56:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:56:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:56:04.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:56:04.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:56:04.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:56:04.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:56:04.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:04.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:04 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1608M 2023-10-17T07:56:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:04 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1608M 2023-10-17T07:56:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:05.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:05.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:05 smithi026 ceph-mon[93126]: pgmap v20275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:05 smithi089 ceph-mon[103441]: pgmap v20275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:06.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:06.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:07.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:07.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:08.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:08.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:08.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:08 smithi026 ceph-mon[93126]: pgmap v20276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:08 smithi089 ceph-mon[103441]: pgmap v20276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:09.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:09.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:09 smithi089 ceph-mon[103441]: pgmap v20277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:09 smithi026 ceph-mon[93126]: pgmap v20277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:10.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:10.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:11.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:11.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:12.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:12.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:12.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:12 smithi089 ceph-mon[103441]: pgmap v20278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:12.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:12 smithi026 ceph-mon[93126]: pgmap v20278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:13.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:13.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:13 smithi026 ceph-mon[93126]: pgmap v20279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:14.083 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:13 smithi089 ceph-mon[103441]: pgmap v20279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:14.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:14.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:15.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:15.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:15 smithi089 ceph-mon[103441]: pgmap v20280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:15 smithi026 ceph-mon[93126]: pgmap v20280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:16.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:16.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:17.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:17.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:17 smithi089 ceph-mon[103441]: pgmap v20281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:17 smithi026 ceph-mon[93126]: pgmap v20281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:18.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:18.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:19.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:19.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:20.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:20.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:20 smithi026 ceph-mon[93126]: pgmap v20282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:20 smithi089 ceph-mon[103441]: pgmap v20282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:21.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:21.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:21 smithi089 ceph-mon[103441]: pgmap v20283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:21 smithi026 ceph-mon[93126]: pgmap v20283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:22.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:22.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:23.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:23.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:23 smithi026 ceph-mon[93126]: pgmap v20284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:23 smithi089 ceph-mon[103441]: pgmap v20284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:24.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:24.255 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:25.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:25.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:25 smithi089 ceph-mon[103441]: pgmap v20285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:25 smithi026 ceph-mon[93126]: pgmap v20285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:26.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:26.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:27.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:27.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:27 smithi089 ceph-mon[103441]: pgmap v20286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:27 smithi026 ceph-mon[93126]: pgmap v20286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:28.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:28.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:29.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:29.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:29 smithi089 ceph-mon[103441]: pgmap v20287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:29 smithi026 ceph-mon[93126]: pgmap v20287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:30.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:30.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:31.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:31.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:31 smithi089 ceph-mon[103441]: pgmap v20288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:31 smithi026 ceph-mon[93126]: pgmap v20288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:32.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:32.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:33.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:33.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:33 smithi026 ceph-mon[93126]: pgmap v20289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:33 smithi089 ceph-mon[103441]: pgmap v20289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:34.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:34.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:35.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:35.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:35 smithi026 ceph-mon[93126]: pgmap v20290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:35 smithi089 ceph-mon[103441]: pgmap v20290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:36.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:36.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:37.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:37.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:37 smithi089 ceph-mon[103441]: pgmap v20291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:37 smithi026 ceph-mon[93126]: pgmap v20291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:38.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:38.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:39.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:39.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:39 smithi089 ceph-mon[103441]: pgmap v20292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:39 smithi026 ceph-mon[93126]: pgmap v20292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:40.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:40.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:41.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:41.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:41 smithi089 ceph-mon[103441]: pgmap v20293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:41 smithi026 ceph-mon[93126]: pgmap v20293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:42.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:42.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:43.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:43.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:43 smithi026 ceph-mon[93126]: pgmap v20294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:43 smithi089 ceph-mon[103441]: pgmap v20294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:44.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:44.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:45.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:45.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:45 smithi089 ceph-mon[103441]: pgmap v20295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:45 smithi026 ceph-mon[93126]: pgmap v20295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:46.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:46.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:47.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:47.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:47 smithi089 ceph-mon[103441]: pgmap v20296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:47 smithi026 ceph-mon[93126]: pgmap v20296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:48.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:48.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:49.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:49.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:56:50.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:50.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:50 smithi026 ceph-mon[93126]: pgmap v20297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:50 smithi089 ceph-mon[103441]: pgmap v20297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:51.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:51.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:51 smithi089 ceph-mon[103441]: pgmap v20298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:51 smithi026 ceph-mon[93126]: pgmap v20298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:52.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:52.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:53.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:53.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:53.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:53 smithi026 ceph-mon[93126]: pgmap v20299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:53 smithi089 ceph-mon[103441]: pgmap v20299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:54.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:54.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:55.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:55.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:55 smithi089 ceph-mon[103441]: pgmap v20300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:55 smithi026 ceph-mon[93126]: pgmap v20300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:56.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:56.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:57.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:57.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:57 smithi089 ceph-mon[103441]: pgmap v20301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:57 smithi026 ceph-mon[93126]: pgmap v20301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:56:58.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:58.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:59.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:56:59.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:56:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:56:59 smithi089 ceph-mon[103441]: pgmap v20302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:56:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:56:59 smithi026 ceph-mon[93126]: pgmap v20302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:00.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:00.315 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:01.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:01.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:01 smithi089 ceph-mon[103441]: pgmap v20303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:01 smithi026 ceph-mon[93126]: pgmap v20303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:02.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:02.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:03.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:03.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:03 smithi026 ceph-mon[93126]: pgmap v20304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:04.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:03 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:57:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:03 smithi089 ceph-mon[103441]: pgmap v20304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:03 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:57:04.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:04.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:57:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:57:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:57:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:57:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:57:04.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:57:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:57:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:57:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:57:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:57:05.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:05.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:05.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:05 smithi026 ceph-mon[93126]: pgmap v20305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:05 smithi089 ceph-mon[103441]: pgmap v20305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:06.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:06.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:07.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:07.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:07 smithi089 ceph-mon[103441]: pgmap v20306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:07 smithi026 ceph-mon[93126]: pgmap v20306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:08.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:08.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:09.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:09.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:09.665 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:09 smithi089 ceph-mon[103441]: pgmap v20307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:09 smithi026 ceph-mon[93126]: pgmap v20307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:10.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:10.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:11.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:11.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:11 smithi089 ceph-mon[103441]: pgmap v20308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:11 smithi026 ceph-mon[93126]: pgmap v20308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:12.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:12.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:13.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:13.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:13 smithi026 ceph-mon[93126]: pgmap v20309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:13 smithi089 ceph-mon[103441]: pgmap v20309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:14.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:14.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:15.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:15.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:15 smithi089 ceph-mon[103441]: pgmap v20310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:15 smithi026 ceph-mon[93126]: pgmap v20310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:16.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:16.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:17.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:17.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:17 smithi089 ceph-mon[103441]: pgmap v20311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:17 smithi026 ceph-mon[93126]: pgmap v20311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:18.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:18.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:19.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:19.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:20.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:20.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:20 smithi026 ceph-mon[93126]: pgmap v20312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:20 smithi089 ceph-mon[103441]: pgmap v20312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:21.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:21.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:21 smithi089 ceph-mon[103441]: pgmap v20313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:21 smithi026 ceph-mon[93126]: pgmap v20313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:22.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:22.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:23.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:23.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:23 smithi026 ceph-mon[93126]: pgmap v20314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:23 smithi089 ceph-mon[103441]: pgmap v20314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:24.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:24.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:25.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:25.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:25 smithi089 ceph-mon[103441]: pgmap v20315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:25 smithi026 ceph-mon[93126]: pgmap v20315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:26.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:26.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:27.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:27.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:27 smithi089 ceph-mon[103441]: pgmap v20316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:27 smithi026 ceph-mon[93126]: pgmap v20316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:28.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:28.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:29.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:29.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:29 smithi089 ceph-mon[103441]: pgmap v20317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:29 smithi026 ceph-mon[93126]: pgmap v20317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:30.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:30.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:31.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:31.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:31 smithi089 ceph-mon[103441]: pgmap v20318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:31 smithi026 ceph-mon[93126]: pgmap v20318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:32.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:32.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:33.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:33.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:33 smithi026 ceph-mon[93126]: pgmap v20319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:33 smithi089 ceph-mon[103441]: pgmap v20319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:34.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:34.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:35.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:35.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:35 smithi026 ceph-mon[93126]: pgmap v20320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:35 smithi089 ceph-mon[103441]: pgmap v20320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:36.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:36.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:37.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:37.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:37 smithi089 ceph-mon[103441]: pgmap v20321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:37 smithi026 ceph-mon[93126]: pgmap v20321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:38.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:38.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:39.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:39.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:39 smithi089 ceph-mon[103441]: pgmap v20322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:39 smithi026 ceph-mon[93126]: pgmap v20322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:40.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:40.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:41.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:41.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:41 smithi089 ceph-mon[103441]: pgmap v20323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:41 smithi026 ceph-mon[93126]: pgmap v20323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:42.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:42.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:43.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:43.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:43 smithi026 ceph-mon[93126]: pgmap v20324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:43 smithi089 ceph-mon[103441]: pgmap v20324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:44.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:44.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:45.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:45.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:45 smithi089 ceph-mon[103441]: pgmap v20325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:45 smithi026 ceph-mon[93126]: pgmap v20325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:46.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:46.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:47.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:47.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:47 smithi089 ceph-mon[103441]: pgmap v20326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:47 smithi026 ceph-mon[93126]: pgmap v20326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:48.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:48.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:49.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:49.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:57:50.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:50.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:50 smithi089 ceph-mon[103441]: pgmap v20327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:50 smithi026 ceph-mon[93126]: pgmap v20327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:51.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:51.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:51 smithi089 ceph-mon[103441]: pgmap v20328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:51 smithi026 ceph-mon[93126]: pgmap v20328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:52.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:52.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:53.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:53.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:53 smithi026 ceph-mon[93126]: pgmap v20329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:53 smithi089 ceph-mon[103441]: pgmap v20329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:54.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:54.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:55.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:55.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:55 smithi089 ceph-mon[103441]: pgmap v20330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:55 smithi026 ceph-mon[93126]: pgmap v20330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:56.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:56.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:57.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:57.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:57 smithi089 ceph-mon[103441]: pgmap v20331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:57 smithi026 ceph-mon[93126]: pgmap v20331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:57:58.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:58.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:59.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:57:59.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:57:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:57:59 smithi089 ceph-mon[103441]: pgmap v20332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:57:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:57:59 smithi026 ceph-mon[93126]: pgmap v20332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:00.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:00.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:01.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:01.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:01 smithi089 ceph-mon[103441]: pgmap v20333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:01 smithi026 ceph-mon[93126]: pgmap v20333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:02.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:02.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:03.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:03.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:03 smithi026 ceph-mon[93126]: pgmap v20334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:03 smithi089 ceph-mon[103441]: pgmap v20334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:04.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:04.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:05.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:58:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:58:05.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:05.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:58:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:58:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:58:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:58:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:58:06.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:05 smithi026 ceph-mon[93126]: pgmap v20335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:58:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:58:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:58:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:58:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:58:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:05 smithi089 ceph-mon[103441]: pgmap v20335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:06.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:06.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:07.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:07.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:07 smithi089 ceph-mon[103441]: pgmap v20336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:07 smithi026 ceph-mon[93126]: pgmap v20336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:08.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:08.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:09.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:09.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:09 smithi089 ceph-mon[103441]: pgmap v20337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:09 smithi026 ceph-mon[93126]: pgmap v20337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:10.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:10.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:11.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:11.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:11 smithi089 ceph-mon[103441]: pgmap v20338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:11 smithi026 ceph-mon[93126]: pgmap v20338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:12.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:12.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:13.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:13.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:13 smithi026 ceph-mon[93126]: pgmap v20339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:13 smithi089 ceph-mon[103441]: pgmap v20339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:14.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:14.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:15.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:15.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:15 smithi089 ceph-mon[103441]: pgmap v20340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:15 smithi026 ceph-mon[93126]: pgmap v20340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:16.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:16.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:17.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:17.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:17 smithi089 ceph-mon[103441]: pgmap v20341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:17 smithi026 ceph-mon[93126]: pgmap v20341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:18.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:18.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:19.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:19.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:20.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:20.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:20 smithi026 ceph-mon[93126]: pgmap v20342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:20 smithi089 ceph-mon[103441]: pgmap v20342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:21.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:21.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:21 smithi089 ceph-mon[103441]: pgmap v20343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:21 smithi026 ceph-mon[93126]: pgmap v20343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:22.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:22.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:23.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:23.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:23 smithi026 ceph-mon[93126]: pgmap v20344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:23 smithi089 ceph-mon[103441]: pgmap v20344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:24.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:24.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:25.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:25.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:25 smithi089 ceph-mon[103441]: pgmap v20345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:25 smithi026 ceph-mon[93126]: pgmap v20345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:26.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:26.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:27.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:27.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:27 smithi089 ceph-mon[103441]: pgmap v20346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:27 smithi026 ceph-mon[93126]: pgmap v20346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:28.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:28.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:29.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:29.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:29 smithi089 ceph-mon[103441]: pgmap v20347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:29.697 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:29 smithi026 ceph-mon[93126]: pgmap v20347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:30.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:30.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:31.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:31.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:31 smithi089 ceph-mon[103441]: pgmap v20348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:31 smithi026 ceph-mon[93126]: pgmap v20348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:32.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:32.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:33.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:33.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:34.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:33 smithi026 ceph-mon[93126]: pgmap v20349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:33 smithi089 ceph-mon[103441]: pgmap v20349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:34.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:34.471 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:35.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:35.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:35 smithi089 ceph-mon[103441]: pgmap v20350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:35 smithi026 ceph-mon[93126]: pgmap v20350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:36.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:36.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:37.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:37.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:37 smithi089 ceph-mon[103441]: pgmap v20351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:37 smithi026 ceph-mon[93126]: pgmap v20351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:38.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:38.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:39.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:39.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:39 smithi089 ceph-mon[103441]: pgmap v20352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:39 smithi026 ceph-mon[93126]: pgmap v20352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:40.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:40.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:41.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:41.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:41 smithi089 ceph-mon[103441]: pgmap v20353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:41 smithi026 ceph-mon[93126]: pgmap v20353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:42.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:42.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:43.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:43.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:43 smithi026 ceph-mon[93126]: pgmap v20354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:43 smithi089 ceph-mon[103441]: pgmap v20354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:44.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:44.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:45.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:45.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:45.666 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:45 smithi089 ceph-mon[103441]: pgmap v20355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:45 smithi026 ceph-mon[93126]: pgmap v20355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:46.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:46.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:47.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:47.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:47 smithi089 ceph-mon[103441]: pgmap v20356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:47 smithi026 ceph-mon[93126]: pgmap v20356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:48.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:48.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:49.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:49.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:58:50.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:50.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:50 smithi026 ceph-mon[93126]: pgmap v20357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:50 smithi089 ceph-mon[103441]: pgmap v20357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:51.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:51.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:51 smithi089 ceph-mon[103441]: pgmap v20358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:51 smithi026 ceph-mon[93126]: pgmap v20358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:52.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:52.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:53.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:53.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:53 smithi026 ceph-mon[93126]: pgmap v20359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:53 smithi089 ceph-mon[103441]: pgmap v20359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:54.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:54.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:55.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:55.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:55 smithi089 ceph-mon[103441]: pgmap v20360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:55 smithi026 ceph-mon[93126]: pgmap v20360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:56.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:56.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:57.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:57.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:57 smithi089 ceph-mon[103441]: pgmap v20361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:57 smithi026 ceph-mon[93126]: pgmap v20361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:58:58.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:58.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:59.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:58:59.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:58:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:58:59 smithi089 ceph-mon[103441]: pgmap v20362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:58:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:58:59 smithi026 ceph-mon[93126]: pgmap v20362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:00.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:00.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:01.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:01.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:01 smithi089 ceph-mon[103441]: pgmap v20363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:01 smithi026 ceph-mon[93126]: pgmap v20363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:02.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:03.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:03.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:03 smithi026 ceph-mon[93126]: pgmap v20364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:03 smithi089 ceph-mon[103441]: pgmap v20364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:04.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:04.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:05.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:05.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:59:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:05 smithi026 ceph-mon[93126]: pgmap v20365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:59:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:59:06.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:59:06.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:59:06.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:59:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T07:59:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:05 smithi089 ceph-mon[103441]: pgmap v20365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T07:59:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T07:59:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:59:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T07:59:06.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T07:59:06.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:06.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:07.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:07.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:07 smithi089 ceph-mon[103441]: pgmap v20366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:07 smithi026 ceph-mon[93126]: pgmap v20366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:08.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:08.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:09.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:09.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:09 smithi089 ceph-mon[103441]: pgmap v20367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:09 smithi026 ceph-mon[93126]: pgmap v20367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:10.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:10.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:11.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:11.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:11 smithi089 ceph-mon[103441]: pgmap v20368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:11 smithi026 ceph-mon[93126]: pgmap v20368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:12.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:12.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:13.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:13.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:13 smithi026 ceph-mon[93126]: pgmap v20369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:13 smithi089 ceph-mon[103441]: pgmap v20369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:14.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:14.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:15.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:15.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:15 smithi026 ceph-mon[93126]: pgmap v20370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:15 smithi089 ceph-mon[103441]: pgmap v20370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:16.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:16.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:17.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:17.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:17 smithi089 ceph-mon[103441]: pgmap v20371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:17 smithi026 ceph-mon[93126]: pgmap v20371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:18.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:18.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:19.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:19.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:20.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:20.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:20 smithi026 ceph-mon[93126]: pgmap v20372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:20 smithi089 ceph-mon[103441]: pgmap v20372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:21.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:21.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:21 smithi089 ceph-mon[103441]: pgmap v20373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:21 smithi026 ceph-mon[93126]: pgmap v20373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:22.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:22.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:23.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:23.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:23 smithi026 ceph-mon[93126]: pgmap v20374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:23 smithi089 ceph-mon[103441]: pgmap v20374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:24.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:24.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:25.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:25.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:25 smithi089 ceph-mon[103441]: pgmap v20375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:25 smithi026 ceph-mon[93126]: pgmap v20375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:26.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:26.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:27.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:27.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:27 smithi089 ceph-mon[103441]: pgmap v20376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:27 smithi026 ceph-mon[93126]: pgmap v20376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:28.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:28.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:29.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:29.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:29 smithi089 ceph-mon[103441]: pgmap v20377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:29 smithi026 ceph-mon[93126]: pgmap v20377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:30.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:30.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:31.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:31.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:31 smithi089 ceph-mon[103441]: pgmap v20378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:31 smithi026 ceph-mon[93126]: pgmap v20378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:32.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:32.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:33.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:33.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:33 smithi026 ceph-mon[93126]: pgmap v20379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:33 smithi089 ceph-mon[103441]: pgmap v20379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:34.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:34.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:35.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:35.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:36.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:35 smithi026 ceph-mon[93126]: pgmap v20380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:35 smithi089 ceph-mon[103441]: pgmap v20380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:36.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:36.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:37.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:37.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:37 smithi089 ceph-mon[103441]: pgmap v20381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:37 smithi026 ceph-mon[93126]: pgmap v20381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:38.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:38.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:39.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:39.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:39 smithi089 ceph-mon[103441]: pgmap v20382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:39 smithi026 ceph-mon[93126]: pgmap v20382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:40.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:40.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:41.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:41.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:41 smithi089 ceph-mon[103441]: pgmap v20383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:41 smithi026 ceph-mon[93126]: pgmap v20383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:42.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:42.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:43.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:43.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:43 smithi026 ceph-mon[93126]: pgmap v20384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:43 smithi089 ceph-mon[103441]: pgmap v20384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:44.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:44.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:45.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:45.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:45 smithi089 ceph-mon[103441]: pgmap v20385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:45 smithi026 ceph-mon[93126]: pgmap v20385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:46.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:46.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:47.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:47.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:47 smithi089 ceph-mon[103441]: pgmap v20386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:47 smithi026 ceph-mon[93126]: pgmap v20386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:48.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:48.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:49.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:49.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T07:59:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:50 smithi026 ceph-mon[93126]: pgmap v20387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:50.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:50.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:50 smithi089 ceph-mon[103441]: pgmap v20387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:51.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:51.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:51 smithi089 ceph-mon[103441]: pgmap v20388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:51 smithi026 ceph-mon[93126]: pgmap v20388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:52.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:52.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:53.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:53.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:53 smithi026 ceph-mon[93126]: pgmap v20389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:53 smithi089 ceph-mon[103441]: pgmap v20389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:54.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:54.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:55.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:55.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:55.669 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:55 smithi026 ceph-mon[93126]: pgmap v20390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:55 smithi089 ceph-mon[103441]: pgmap v20390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:56.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:56.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:57.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:57.614 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:57 smithi089 ceph-mon[103441]: pgmap v20391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:57 smithi026 ceph-mon[93126]: pgmap v20391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T07:59:58.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:58.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:59.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T07:59:59.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T07:59:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 07:59:59 smithi089 ceph-mon[103441]: pgmap v20392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T07:59:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 07:59:59 smithi026 ceph-mon[93126]: pgmap v20392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:00.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:00.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T08:00:00.726 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T08:00:01.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:01.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:01 smithi089 ceph-mon[103441]: pgmap v20393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:01 smithi026 ceph-mon[93126]: pgmap v20393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:02.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:02.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:03.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:03.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:04.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:03 smithi026 ceph-mon[93126]: pgmap v20394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:04.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:03 smithi089 ceph-mon[103441]: pgmap v20394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:04.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:04.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:05.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:05.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:05 smithi026 ceph-mon[93126]: pgmap v20395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:06.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:00:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:05 smithi089 ceph-mon[103441]: pgmap v20395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:06.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:00:06.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:06.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:07.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:00:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:00:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:00:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:00:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:00:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:00:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:00:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:00:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:00:07.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:00:07.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:07.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:07 smithi089 ceph-mon[103441]: pgmap v20396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:07 smithi026 ceph-mon[93126]: pgmap v20396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:08.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:08.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:09.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:09.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:09 smithi089 ceph-mon[103441]: pgmap v20397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:09 smithi026 ceph-mon[93126]: pgmap v20397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:10.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:10.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:11.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:11.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:11 smithi089 ceph-mon[103441]: pgmap v20398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:11 smithi026 ceph-mon[93126]: pgmap v20398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:12.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:12.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:13.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:13.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:13 smithi026 ceph-mon[93126]: pgmap v20399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:13 smithi089 ceph-mon[103441]: pgmap v20399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:14.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:14.642 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:15.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:15.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:15 smithi089 ceph-mon[103441]: pgmap v20400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:15 smithi026 ceph-mon[93126]: pgmap v20400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:16.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:16.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:17.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:17.647 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:17 smithi089 ceph-mon[103441]: pgmap v20401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:17 smithi026 ceph-mon[93126]: pgmap v20401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:18.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:18.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:19.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:19.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:20 smithi026 ceph-mon[93126]: pgmap v20402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:20.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:20.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:20 smithi089 ceph-mon[103441]: pgmap v20402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:21.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:21.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:21 smithi089 ceph-mon[103441]: pgmap v20403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:21 smithi026 ceph-mon[93126]: pgmap v20403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:22.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:22.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:23.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:23.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:24.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:23 smithi026 ceph-mon[93126]: pgmap v20404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:23 smithi089 ceph-mon[103441]: pgmap v20404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:24.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:24.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:25.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:25.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:25 smithi089 ceph-mon[103441]: pgmap v20405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:25 smithi026 ceph-mon[93126]: pgmap v20405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:26.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:26.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:27.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:27.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:27 smithi089 ceph-mon[103441]: pgmap v20406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:27 smithi026 ceph-mon[93126]: pgmap v20406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:28.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:28.666 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:29.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:29.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:29 smithi089 ceph-mon[103441]: pgmap v20407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:29 smithi026 ceph-mon[93126]: pgmap v20407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:30.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:30.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:31.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:31.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:31 smithi089 ceph-mon[103441]: pgmap v20408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:31 smithi026 ceph-mon[93126]: pgmap v20408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:32.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:32.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:33.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:33.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:34.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:33 smithi026 ceph-mon[93126]: pgmap v20409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:33 smithi089 ceph-mon[103441]: pgmap v20409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:34.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:34.676 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:35.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:35.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:35.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:36.130 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:35 smithi026 ceph-mon[93126]: pgmap v20410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:35 smithi089 ceph-mon[103441]: pgmap v20410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:36.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:36.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:37 smithi089 ceph-mon[103441]: pgmap v20411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:37.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:37.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:37 smithi026 ceph-mon[93126]: pgmap v20411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:38.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:38.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:39 smithi089 ceph-mon[103441]: pgmap v20412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:39.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:39.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:39 smithi026 ceph-mon[93126]: pgmap v20412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:40.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:40.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:41 smithi089 ceph-mon[103441]: pgmap v20413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:41.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:41.687 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:41 smithi026 ceph-mon[93126]: pgmap v20413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:42.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:42.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:43.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:43.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:44.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:43 smithi026 ceph-mon[93126]: pgmap v20414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:43 smithi089 ceph-mon[103441]: pgmap v20414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:44.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:44.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:45.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:45.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:45 smithi026 ceph-mon[93126]: pgmap v20415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:45 smithi089 ceph-mon[103441]: pgmap v20415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:46.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:46.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:47.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:47.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:47 smithi026 ceph-mon[93126]: pgmap v20416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:47 smithi089 ceph-mon[103441]: pgmap v20416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:48.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:48.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:00:49.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:49.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:50 smithi026 ceph-mon[93126]: pgmap v20417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:50 smithi089 ceph-mon[103441]: pgmap v20417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:50.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:50.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:51 smithi026 ceph-mon[93126]: pgmap v20418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:51.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:51.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:51 smithi089 ceph-mon[103441]: pgmap v20418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:52.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:52.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:53.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:53.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:54.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:53 smithi026 ceph-mon[93126]: pgmap v20419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:53 smithi089 ceph-mon[103441]: pgmap v20419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:54.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:54.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:55.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:55.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:55 smithi026 ceph-mon[93126]: pgmap v20420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:55 smithi089 ceph-mon[103441]: pgmap v20420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:56.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:56.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:57.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:57.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:57 smithi026 ceph-mon[93126]: pgmap v20421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:57 smithi089 ceph-mon[103441]: pgmap v20421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:00:58.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:58.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:59.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:00:59.718 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:00:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:00:59 smithi026 ceph-mon[93126]: pgmap v20422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:00:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:00:59 smithi089 ceph-mon[103441]: pgmap v20422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:00.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:00.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:01.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:01.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:01 smithi026 ceph-mon[93126]: pgmap v20423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:01 smithi089 ceph-mon[103441]: pgmap v20423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:02.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:02.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:03.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:03.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:03 smithi089 ceph-mon[103441]: pgmap v20424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:03 smithi026 ceph-mon[93126]: pgmap v20424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:04.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:04.726 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:05.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:05.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:05 smithi089 ceph-mon[103441]: pgmap v20425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:06.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:05 smithi026 ceph-mon[93126]: pgmap v20425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:06.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:06.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:07.146 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:01:07.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:01:07.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:07.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:08.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:07 smithi089 ceph-mon[103441]: pgmap v20426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:08.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:07 smithi026 ceph-mon[93126]: pgmap v20426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:08.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:08.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:09.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:09.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:09 smithi026 ceph-mon[93126]: pgmap v20427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:09 smithi089 ceph-mon[103441]: pgmap v20427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:10.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:10.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:11.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:11.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:12.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:01:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:01:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:12 smithi026 ceph-mon[93126]: pgmap v20428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:01:12.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:01:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:01:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:01:12.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:01:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:01:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:01:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:12 smithi089 ceph-mon[103441]: pgmap v20428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:12.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:01:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:01:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:01:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:01:12.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:01:12.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:12.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:13.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:13.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:14.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:13 smithi089 ceph-mon[103441]: pgmap v20429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:14.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:13 smithi026 ceph-mon[93126]: pgmap v20429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:14.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:14.743 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:15.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:15.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:15 smithi026 ceph-mon[93126]: pgmap v20430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:15 smithi089 ceph-mon[103441]: pgmap v20430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:16.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:16.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:17 smithi089 ceph-mon[103441]: pgmap v20431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:17.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:17.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:17 smithi026 ceph-mon[93126]: pgmap v20431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:18.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:18.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:19.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:19.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:20 smithi026 ceph-mon[93126]: pgmap v20432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:20 smithi089 ceph-mon[103441]: pgmap v20432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:20.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:20.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:21.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:21.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:21 smithi026 ceph-mon[93126]: pgmap v20433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:21 smithi089 ceph-mon[103441]: pgmap v20433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:22.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:22.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:23.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:23.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:24.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:23 smithi089 ceph-mon[103441]: pgmap v20434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:24.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:23 smithi026 ceph-mon[93126]: pgmap v20434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:24.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:24.760 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:25.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:25.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:25 smithi026 ceph-mon[93126]: pgmap v20435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:25 smithi089 ceph-mon[103441]: pgmap v20435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:26.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:26.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:27 smithi089 ceph-mon[103441]: pgmap v20436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:27.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:27.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:27 smithi026 ceph-mon[93126]: pgmap v20436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:28.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:28.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:29.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:29.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:29 smithi026 ceph-mon[93126]: pgmap v20437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:29 smithi089 ceph-mon[103441]: pgmap v20437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:30.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:30.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:31.771 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:31 smithi026 ceph-mon[93126]: pgmap v20438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:31.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:31.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:31 smithi089 ceph-mon[103441]: pgmap v20438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:32.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:32.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:33.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:33.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:34.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:33 smithi089 ceph-mon[103441]: pgmap v20439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:34.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:33 smithi026 ceph-mon[93126]: pgmap v20439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:34.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:34.777 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:35.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:35.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:36.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:35 smithi089 ceph-mon[103441]: pgmap v20440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:35 smithi026 ceph-mon[93126]: pgmap v20440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:36.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:36.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:37.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:37.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:37 smithi026 ceph-mon[93126]: pgmap v20441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:37 smithi089 ceph-mon[103441]: pgmap v20441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:38.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:38.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:39.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:39.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:39 smithi026 ceph-mon[93126]: pgmap v20442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:39 smithi089 ceph-mon[103441]: pgmap v20442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:40.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:40.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:41.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:41.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:41 smithi026 ceph-mon[93126]: pgmap v20443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:41 smithi089 ceph-mon[103441]: pgmap v20443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:42.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:42.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:43.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:43.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:44.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:43 smithi089 ceph-mon[103441]: pgmap v20444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:44.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:43 smithi026 ceph-mon[93126]: pgmap v20444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:44.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:44.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:45.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:45.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:45 smithi026 ceph-mon[93126]: pgmap v20445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:45.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:45 smithi089 ceph-mon[103441]: pgmap v20445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:46.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:46.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:47.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:47.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:47 smithi026 ceph-mon[93126]: pgmap v20446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:47 smithi089 ceph-mon[103441]: pgmap v20446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:48.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:48.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:01:49.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:49.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:50 smithi026 ceph-mon[93126]: pgmap v20447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:50 smithi089 ceph-mon[103441]: pgmap v20447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:50.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:50.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:51 smithi026 ceph-mon[93126]: pgmap v20448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:51.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:51.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:51 smithi089 ceph-mon[103441]: pgmap v20448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:52.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:52.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:53.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:53.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:54.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:53 smithi089 ceph-mon[103441]: pgmap v20449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:54.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:53 smithi026 ceph-mon[93126]: pgmap v20449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:54.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:54.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:55 smithi026 ceph-mon[93126]: pgmap v20450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:55.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:55.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:55 smithi089 ceph-mon[103441]: pgmap v20450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:56.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:56.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:57 smithi026 ceph-mon[93126]: pgmap v20451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:57.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:57.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:57 smithi089 ceph-mon[103441]: pgmap v20451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:01:58.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:58.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:01:59 smithi026 ceph-mon[93126]: pgmap v20452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:01:59.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:01:59.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:01:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:01:59 smithi089 ceph-mon[103441]: pgmap v20452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:00.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:00.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:01 smithi026 ceph-mon[93126]: pgmap v20453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:01.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:01.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:01 smithi089 ceph-mon[103441]: pgmap v20453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:02.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:02.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:03.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:03.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:04.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:03 smithi089 ceph-mon[103441]: pgmap v20454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:04.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:03 smithi026 ceph-mon[93126]: pgmap v20454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:04.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:04.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:05.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:05.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:06.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:05 smithi089 ceph-mon[103441]: pgmap v20455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:06.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:05 smithi026 ceph-mon[93126]: pgmap v20455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:06.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:06.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:07.771 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:07 smithi089 ceph-mon[103441]: pgmap v20456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:07 smithi026 ceph-mon[93126]: pgmap v20456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:07.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:07.832 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:08.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:08.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:09 smithi026 ceph-mon[93126]: pgmap v20457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:09.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:09.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:09 smithi089 ceph-mon[103441]: pgmap v20457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:10.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:10.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:11 smithi026 ceph-mon[93126]: pgmap v20458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:11.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:11.839 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:11 smithi089 ceph-mon[103441]: pgmap v20458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:12.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:02:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:02:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:02:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:02:12.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:02:12.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:02:12.824 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:02:12.825 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:02:12.825 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:02:12.825 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:02:12.825 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:02:12.826 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:02:12.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:12.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:13.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:13.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:14.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:14.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:14 smithi089 ceph-mon[103441]: pgmap v20459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:14 smithi026 ceph-mon[93126]: pgmap v20459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:15.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:15.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:16.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:16.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:16 smithi089 ceph-mon[103441]: pgmap v20460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:17.295 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:16 smithi026 ceph-mon[93126]: pgmap v20460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:17.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:17.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:18.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:18.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:19.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:18 smithi089 ceph-mon[103441]: pgmap v20461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:18 smithi026 ceph-mon[93126]: pgmap v20461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:19.852 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:19.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:20.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:20.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:20 smithi089 ceph-mon[103441]: pgmap v20462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:20 smithi026 ceph-mon[93126]: pgmap v20462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:21.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:21.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:22.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:22.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:22 smithi089 ceph-mon[103441]: pgmap v20463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:22 smithi026 ceph-mon[93126]: pgmap v20463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:23.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:23.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:24.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:24.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:24 smithi089 ceph-mon[103441]: pgmap v20464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:24 smithi026 ceph-mon[93126]: pgmap v20464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:25.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:25.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:26.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:26.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:26 smithi089 ceph-mon[103441]: pgmap v20465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:26 smithi026 ceph-mon[93126]: pgmap v20465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:27.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:27.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:28.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:28.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:28 smithi089 ceph-mon[103441]: pgmap v20466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:28 smithi026 ceph-mon[93126]: pgmap v20466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:29.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:29.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:30.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:30.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:30 smithi089 ceph-mon[103441]: pgmap v20467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:31.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:30 smithi026 ceph-mon[93126]: pgmap v20467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:31.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:31.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:32.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:32.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:33.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:32 smithi089 ceph-mon[103441]: pgmap v20468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:32 smithi026 ceph-mon[93126]: pgmap v20468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:33.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:33.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:34.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:34.878 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:35.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:34 smithi089 ceph-mon[103441]: pgmap v20469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:34 smithi026 ceph-mon[93126]: pgmap v20469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:35.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:35.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:36.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:36.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:36 smithi089 ceph-mon[103441]: pgmap v20470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:36 smithi026 ceph-mon[93126]: pgmap v20470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:37.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:37.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:38.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:38.885 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:38 smithi089 ceph-mon[103441]: pgmap v20471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:38 smithi026 ceph-mon[93126]: pgmap v20471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:39.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:39.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:40.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:40.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:40 smithi089 ceph-mon[103441]: pgmap v20472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:40 smithi026 ceph-mon[93126]: pgmap v20472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:41.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:41.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:42.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:42.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:43.134 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:42 smithi089 ceph-mon[103441]: pgmap v20473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:42 smithi026 ceph-mon[93126]: pgmap v20473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:43.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:43.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:44.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:44.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:44 smithi089 ceph-mon[103441]: pgmap v20474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:44 smithi026 ceph-mon[93126]: pgmap v20474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:45.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:45.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:46.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:46.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:46 smithi089 ceph-mon[103441]: pgmap v20475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:46 smithi026 ceph-mon[93126]: pgmap v20475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:47.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:47.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:48.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:48.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:48 smithi089 ceph-mon[103441]: pgmap v20476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:48 smithi026 ceph-mon[93126]: pgmap v20476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:49.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:49.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:50.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:02:50.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:50.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:50 smithi089 ceph-mon[103441]: pgmap v20477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:50 smithi026 ceph-mon[93126]: pgmap v20477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:51.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:51.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:52.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:52.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:53.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:52 smithi026 ceph-mon[93126]: pgmap v20478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:52 smithi089 ceph-mon[103441]: pgmap v20478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:53.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:53.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:54.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:54.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:54 smithi089 ceph-mon[103441]: pgmap v20479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:54 smithi026 ceph-mon[93126]: pgmap v20479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:55.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:55.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:56.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:56.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:56 smithi089 ceph-mon[103441]: pgmap v20480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:56 smithi026 ceph-mon[93126]: pgmap v20480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:02:57.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:57.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:58.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:58.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:02:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:02:58 smithi089 ceph-mon[103441]: pgmap v20481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:02:58 smithi026 ceph-mon[93126]: pgmap v20481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:02:59.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:02:59.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:00.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:00.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:00 smithi089 ceph-mon[103441]: pgmap v20482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:00 smithi026 ceph-mon[93126]: pgmap v20482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:01.923 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:01.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:02.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:02.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:02 smithi089 ceph-mon[103441]: pgmap v20483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:02 smithi026 ceph-mon[93126]: pgmap v20483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:03.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:03.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:04.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:04.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:04 smithi089 ceph-mon[103441]: pgmap v20484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:04 smithi026 ceph-mon[93126]: pgmap v20484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:05.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:05.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:06.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:06.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:06 smithi089 ceph-mon[103441]: pgmap v20485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:06 smithi026 ceph-mon[93126]: pgmap v20485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:07.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:07.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:08.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:08.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:08 smithi089 ceph-mon[103441]: pgmap v20486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:08 smithi026 ceph-mon[93126]: pgmap v20486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:09.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:09.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:10.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:10.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:11.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:10 smithi089 ceph-mon[103441]: pgmap v20487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:10 smithi026 ceph-mon[93126]: pgmap v20487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:11.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:11.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:12.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:12.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:13.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:12 smithi089 ceph-mon[103441]: pgmap v20488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:03:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:13.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:12 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:12 smithi026 ceph-mon[93126]: pgmap v20488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:03:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:12 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:13.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:13.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:14.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:14.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:14 smithi089 ceph-mon[103441]: pgmap v20489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:14 smithi026 ceph-mon[93126]: pgmap v20489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:15.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:15.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:16.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:16.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:17.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:16 smithi089 ceph-mon[103441]: pgmap v20490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:16 smithi026 ceph-mon[93126]: pgmap v20490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:17.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:17.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:18.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:18.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:18 smithi026 ceph-mon[93126]: pgmap v20491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:18 smithi089 ceph-mon[103441]: pgmap v20491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:19.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:19.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:20.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:20.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:20 smithi026 ceph-mon[93126]: pgmap v20492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:03:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:03:21.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:21.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:03:21.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:20 smithi089 ceph-mon[103441]: pgmap v20492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:03:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:03:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:21.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:03:21.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:03:21.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:21.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:22.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:22.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:22 smithi026 ceph-mon[93126]: pgmap v20493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:22 smithi089 ceph-mon[103441]: pgmap v20493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:23.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:23.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:24.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:24.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:24 smithi026 ceph-mon[93126]: pgmap v20494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:24 smithi089 ceph-mon[103441]: pgmap v20494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:25.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:25.969 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:26.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:26.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:26 smithi026 ceph-mon[93126]: pgmap v20495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:26 smithi089 ceph-mon[103441]: pgmap v20495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:27.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:27.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:28.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:28.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:28 smithi026 ceph-mon[93126]: pgmap v20496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:28 smithi089 ceph-mon[103441]: pgmap v20496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:29.976 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:29.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:30.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:30.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:30 smithi026 ceph-mon[93126]: pgmap v20497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:30 smithi089 ceph-mon[103441]: pgmap v20497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:31.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:31.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:32.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:32.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:32 smithi026 ceph-mon[93126]: pgmap v20498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:32 smithi089 ceph-mon[103441]: pgmap v20498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:33.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:33.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:34.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:34.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:34 smithi026 ceph-mon[93126]: pgmap v20499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:34 smithi089 ceph-mon[103441]: pgmap v20499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:35.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:35.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:36.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:36.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:36 smithi026 ceph-mon[93126]: pgmap v20500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:36 smithi089 ceph-mon[103441]: pgmap v20500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:37.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:37.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:38.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:38.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:38 smithi089 ceph-mon[103441]: pgmap v20501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:38 smithi026 ceph-mon[93126]: pgmap v20501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:39.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:39.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:40.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:40.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:40 smithi026 ceph-mon[93126]: pgmap v20502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:40 smithi089 ceph-mon[103441]: pgmap v20502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:41.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:41.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:42.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:42.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:43.273 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:42 smithi026 ceph-mon[93126]: pgmap v20503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:42 smithi089 ceph-mon[103441]: pgmap v20503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:44.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:44.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:45.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:45.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:44 smithi026 ceph-mon[93126]: pgmap v20504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:44 smithi089 ceph-mon[103441]: pgmap v20504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:46.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:46.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:47.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:47.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:46 smithi026 ceph-mon[93126]: pgmap v20505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:46 smithi089 ceph-mon[103441]: pgmap v20505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:48.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:48.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:49.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:49.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:48 smithi089 ceph-mon[103441]: pgmap v20506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:48 smithi026 ceph-mon[93126]: pgmap v20506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:50.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:50.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:03:51.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:51.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:50 smithi026 ceph-mon[93126]: pgmap v20507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:50 smithi089 ceph-mon[103441]: pgmap v20507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:52.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:52.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:53.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:53.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:52 smithi026 ceph-mon[93126]: pgmap v20508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:52 smithi089 ceph-mon[103441]: pgmap v20508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:54.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:54.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:55.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:55.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:54 smithi026 ceph-mon[93126]: pgmap v20509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:54 smithi089 ceph-mon[103441]: pgmap v20509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:56.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:56.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:57.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:57.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:56 smithi026 ceph-mon[93126]: pgmap v20510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:56 smithi089 ceph-mon[103441]: pgmap v20510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:03:58.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:58.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:59.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:03:59.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:03:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:03:58 smithi089 ceph-mon[103441]: pgmap v20511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:03:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:03:58 smithi026 ceph-mon[93126]: pgmap v20511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:00.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:00.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:01.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:01.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:00 smithi026 ceph-mon[93126]: pgmap v20512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:00 smithi089 ceph-mon[103441]: pgmap v20512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:02.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:02.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:03.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:03.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:02 smithi026 ceph-mon[93126]: pgmap v20513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:02 smithi089 ceph-mon[103441]: pgmap v20513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:04.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:04.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:05.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:05.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:05 smithi026 ceph-mon[93126]: pgmap v20514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:05 smithi089 ceph-mon[103441]: pgmap v20514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:06.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:06.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:07.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:07.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:07 smithi026 ceph-mon[93126]: pgmap v20515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:07 smithi089 ceph-mon[103441]: pgmap v20515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:08.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:08.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:09.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:09.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:09 smithi026 ceph-mon[93126]: pgmap v20516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:09 smithi089 ceph-mon[103441]: pgmap v20516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:10.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:10.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:11.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:11.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:11 smithi026 ceph-mon[93126]: pgmap v20517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:11 smithi089 ceph-mon[103441]: pgmap v20517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:12.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:12.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:13.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:13.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:13 smithi026 ceph-mon[93126]: pgmap v20518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:13 smithi089 ceph-mon[103441]: pgmap v20518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:14.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:14.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:15.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:15.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:15 smithi026 ceph-mon[93126]: pgmap v20519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:15 smithi089 ceph-mon[103441]: pgmap v20519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:16.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:16.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:17.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:17.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:17 smithi026 ceph-mon[93126]: pgmap v20520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:17 smithi089 ceph-mon[103441]: pgmap v20520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:18.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:18.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:19.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:19.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:19 smithi026 ceph-mon[93126]: pgmap v20521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:19 smithi089 ceph-mon[103441]: pgmap v20521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:20.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:20.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:21.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:21.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:21 smithi026 ceph-mon[93126]: pgmap v20522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:21.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:04:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:21 smithi089 ceph-mon[103441]: pgmap v20522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:21.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:04:22.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:22.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:23.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:22 smithi026 ceph-mon[93126]: pgmap v20523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:04:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:04:23.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:04:23.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:04:23.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:04:23.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:04:23.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:22 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:04:23.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:23.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:22 smithi089 ceph-mon[103441]: pgmap v20523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:04:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:04:23.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:04:23.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:04:23.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:04:23.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:04:23.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:22 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:04:24.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:24.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:25.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:25.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:24 smithi089 ceph-mon[103441]: pgmap v20524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:24 smithi026 ceph-mon[93126]: pgmap v20524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:26.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:26.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:27.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:27.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:27.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:26 smithi089 ceph-mon[103441]: pgmap v20525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:26 smithi026 ceph-mon[93126]: pgmap v20525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:28.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:28.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:29.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:28 smithi026 ceph-mon[93126]: pgmap v20526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:29.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:29.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:29.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:28 smithi089 ceph-mon[103441]: pgmap v20526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:30.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:30.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:31.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:31.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:31.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:30 smithi089 ceph-mon[103441]: pgmap v20527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:30 smithi026 ceph-mon[93126]: pgmap v20527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:32.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:32.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:33.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:33.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:33.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:32 smithi089 ceph-mon[103441]: pgmap v20528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:32 smithi026 ceph-mon[93126]: pgmap v20528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:34.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:34.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:35.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:35.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:34 smithi089 ceph-mon[103441]: pgmap v20529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:35.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:34 smithi026 ceph-mon[93126]: pgmap v20529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:35.307 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:36.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:36.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:37.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:37.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:37.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:36 smithi089 ceph-mon[103441]: pgmap v20530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:36 smithi026 ceph-mon[93126]: pgmap v20530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:38.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:38.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:39.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:39.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:38 smithi089 ceph-mon[103441]: pgmap v20531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:38 smithi026 ceph-mon[93126]: pgmap v20531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:40.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:40.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:41.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:41.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:40 smithi089 ceph-mon[103441]: pgmap v20532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:40 smithi026 ceph-mon[93126]: pgmap v20532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:42.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:42.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:43.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:43.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:42 smithi089 ceph-mon[103441]: pgmap v20533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:42 smithi026 ceph-mon[93126]: pgmap v20533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:44.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:44.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:45.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:45.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:44 smithi089 ceph-mon[103441]: pgmap v20534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:44 smithi026 ceph-mon[93126]: pgmap v20534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:46.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:46.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:47.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:47.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:46 smithi089 ceph-mon[103441]: pgmap v20535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:46 smithi026 ceph-mon[93126]: pgmap v20535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:48.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:48.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:49.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:49.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:48 smithi089 ceph-mon[103441]: pgmap v20536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:48 smithi026 ceph-mon[93126]: pgmap v20536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:50.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:50.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:04:51.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:51.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:50 smithi089 ceph-mon[103441]: pgmap v20537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:50 smithi026 ceph-mon[93126]: pgmap v20537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:52.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:52.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:53.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:53.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:52 smithi089 ceph-mon[103441]: pgmap v20538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:52 smithi026 ceph-mon[93126]: pgmap v20538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:54.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:54.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:55.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:55.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:54 smithi089 ceph-mon[103441]: pgmap v20539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:54 smithi026 ceph-mon[93126]: pgmap v20539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:56.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:56.123 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:57.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:57.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:56 smithi089 ceph-mon[103441]: pgmap v20540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:56 smithi026 ceph-mon[93126]: pgmap v20540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:04:58.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:58.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:59.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:04:59.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:04:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:04:58 smithi089 ceph-mon[103441]: pgmap v20541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:04:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:04:58 smithi026 ceph-mon[93126]: pgmap v20541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:00.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:00.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:01.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:01.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:00 smithi089 ceph-mon[103441]: pgmap v20542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:00 smithi026 ceph-mon[93126]: pgmap v20542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:02.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:02.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:03.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:03.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:03.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:02 smithi089 ceph-mon[103441]: pgmap v20543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:02 smithi026 ceph-mon[93126]: pgmap v20543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:04.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:04.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:05.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:05.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:04 smithi089 ceph-mon[103441]: pgmap v20544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:04 smithi026 ceph-mon[93126]: pgmap v20544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:06.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:06.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:07.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:07.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:06 smithi089 ceph-mon[103441]: pgmap v20545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:06 smithi026 ceph-mon[93126]: pgmap v20545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:08.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:08.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:09.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:09.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:09.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:08 smithi089 ceph-mon[103441]: pgmap v20546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:09.250 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:08 smithi026 ceph-mon[93126]: pgmap v20546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:10.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:10.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:11.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:11.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:11.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:10 smithi089 ceph-mon[103441]: pgmap v20547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:10 smithi026 ceph-mon[93126]: pgmap v20547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:12.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:12.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:13.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:13.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:12 smithi026 ceph-mon[93126]: pgmap v20548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:12 smithi089 ceph-mon[103441]: pgmap v20548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:14.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:14.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:15.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:15.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:15.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:14 smithi089 ceph-mon[103441]: pgmap v20549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:14 smithi026 ceph-mon[93126]: pgmap v20549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:16.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:16.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:17.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:17.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:16 smithi026 ceph-mon[93126]: pgmap v20550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:16 smithi089 ceph-mon[103441]: pgmap v20550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:18.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:18.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:19.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:19.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:18 smithi026 ceph-mon[93126]: pgmap v20551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:18 smithi089 ceph-mon[103441]: pgmap v20551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:20.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:20.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:20.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:21.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:21.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:20 smithi026 ceph-mon[93126]: pgmap v20552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:20 smithi089 ceph-mon[103441]: pgmap v20552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:22.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:22.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:22.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:21 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:05:22.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:21 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:05:23.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:23.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:23 smithi026 ceph-mon[93126]: pgmap v20553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:23 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:23.673 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:23 smithi089 ceph-mon[103441]: pgmap v20553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:23.673 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:23.673 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:23 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:24.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:24.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:25.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:25.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:25 smithi089 ceph-mon[103441]: pgmap v20554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:25 smithi026 ceph-mon[93126]: pgmap v20554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:26.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:26.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:27.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:27.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:27 smithi089 ceph-mon[103441]: pgmap v20555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:27.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:05:27.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:05:27.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:27.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:05:27.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:27 smithi026 ceph-mon[93126]: pgmap v20555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:27.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:27.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:05:27.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:05:27.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:27.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:05:27.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:05:28.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:28.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:29.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:29.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:29 smithi089 ceph-mon[103441]: pgmap v20556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:29 smithi026 ceph-mon[93126]: pgmap v20556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:30.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:30.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:31.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:31.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:31 smithi089 ceph-mon[103441]: pgmap v20557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:31 smithi026 ceph-mon[93126]: pgmap v20557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:32.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:32.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:33.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:33.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:33 smithi089 ceph-mon[103441]: pgmap v20558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:33 smithi026 ceph-mon[93126]: pgmap v20558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:34.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:34.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:34.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:35.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:35.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:35 smithi089 ceph-mon[103441]: pgmap v20559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:35 smithi026 ceph-mon[93126]: pgmap v20559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:36.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:36.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:37.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:37.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:37 smithi089 ceph-mon[103441]: pgmap v20560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:37 smithi026 ceph-mon[93126]: pgmap v20560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:38.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:38.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:39.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:39.194 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:39 smithi089 ceph-mon[103441]: pgmap v20561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:39 smithi026 ceph-mon[93126]: pgmap v20561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:40.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:40.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:41.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:41.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:41 smithi089 ceph-mon[103441]: pgmap v20562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:41 smithi026 ceph-mon[93126]: pgmap v20562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:42.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:42.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:43.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:43.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:43 smithi089 ceph-mon[103441]: pgmap v20563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:43.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:43 smithi026 ceph-mon[93126]: pgmap v20563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:44.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:44.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:45.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:45.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:45 smithi089 ceph-mon[103441]: pgmap v20564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:45 smithi026 ceph-mon[93126]: pgmap v20564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:46.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:46.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:47.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:47.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:47 smithi089 ceph-mon[103441]: pgmap v20565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:47 smithi026 ceph-mon[93126]: pgmap v20565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:48.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:48.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:49.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:49.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:49 smithi089 ceph-mon[103441]: pgmap v20566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:49.707 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:49 smithi026 ceph-mon[93126]: pgmap v20566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:49.707 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:05:50.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:50.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:51.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:51.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:51 smithi089 ceph-mon[103441]: pgmap v20567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:51 smithi026 ceph-mon[93126]: pgmap v20567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:52.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:52.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:53.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:53.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:53 smithi089 ceph-mon[103441]: pgmap v20568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:53 smithi026 ceph-mon[93126]: pgmap v20568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:54.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:54.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:55.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:55.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:55 smithi089 ceph-mon[103441]: pgmap v20569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:55 smithi026 ceph-mon[93126]: pgmap v20569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:56.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:56.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:57.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:57.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:57 smithi089 ceph-mon[103441]: pgmap v20570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:57 smithi026 ceph-mon[93126]: pgmap v20570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:05:58.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:58.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:59.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:05:59.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:05:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:05:59 smithi089 ceph-mon[103441]: pgmap v20571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:05:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:05:59 smithi026 ceph-mon[93126]: pgmap v20571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:00.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:00.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:01.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:01.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:01 smithi089 ceph-mon[103441]: pgmap v20572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:01 smithi026 ceph-mon[93126]: pgmap v20572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:02.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:02.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:03.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:03.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:03 smithi089 ceph-mon[103441]: pgmap v20573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:03 smithi026 ceph-mon[93126]: pgmap v20573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:04.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:04.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:05.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:05.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:05 smithi089 ceph-mon[103441]: pgmap v20574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:05 smithi026 ceph-mon[93126]: pgmap v20574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:06.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:06.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:07.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:07.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:07 smithi089 ceph-mon[103441]: pgmap v20575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:07 smithi026 ceph-mon[93126]: pgmap v20575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:08.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:08.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:09.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:09.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:09 smithi089 ceph-mon[103441]: pgmap v20576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:09 smithi026 ceph-mon[93126]: pgmap v20576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:10.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:10.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:11.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:11.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:11 smithi089 ceph-mon[103441]: pgmap v20577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:11 smithi026 ceph-mon[93126]: pgmap v20577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:12.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:12.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:13.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:13.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:13 smithi089 ceph-mon[103441]: pgmap v20578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:13 smithi026 ceph-mon[93126]: pgmap v20578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:14.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:14.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:15.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:15.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:15 smithi089 ceph-mon[103441]: pgmap v20579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:15 smithi026 ceph-mon[93126]: pgmap v20579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:16.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:16.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:17.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:17.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:17 smithi089 ceph-mon[103441]: pgmap v20580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:17 smithi026 ceph-mon[93126]: pgmap v20580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:18.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:18.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:19.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:19.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:19 smithi089 ceph-mon[103441]: pgmap v20581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:19 smithi026 ceph-mon[93126]: pgmap v20581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:20.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:20.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:21.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:21.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:21 smithi089 ceph-mon[103441]: pgmap v20582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:21 smithi026 ceph-mon[93126]: pgmap v20582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:22.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:22.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:23.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:23.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:23 smithi026 ceph-mon[93126]: pgmap v20583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:23 smithi089 ceph-mon[103441]: pgmap v20583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:24.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:24.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:25.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:25.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:25 smithi026 ceph-mon[93126]: pgmap v20584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:25 smithi089 ceph-mon[103441]: pgmap v20584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:26.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:26.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:27.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:27.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: pgmap v20585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:06:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:06:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:06:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:06:27.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:06:27.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:06:27.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:06:27.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:06:27.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:06:27.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:06:27.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:06:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: pgmap v20585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:06:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:06:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:06:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:06:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:06:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:06:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:06:27.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:06:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:06:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:06:27.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:06:28.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:28.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:28.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:28 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1601M 2023-10-17T08:06:28.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:28 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1601M 2023-10-17T08:06:29.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:29.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:29 smithi026 ceph-mon[93126]: pgmap v20586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:29 smithi089 ceph-mon[103441]: pgmap v20586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:30.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:30.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:30 smithi026 ceph-mon[93126]: pgmap v20587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:30.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:30 smithi089 ceph-mon[103441]: pgmap v20587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:31.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:31.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:32.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:32.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:32.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:32 smithi026 ceph-mon[93126]: pgmap v20588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:32.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:32 smithi089 ceph-mon[103441]: pgmap v20588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:33.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:33.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:34.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:34.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:34 smithi089 ceph-mon[103441]: pgmap v20589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:35.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:35.220 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:34 smithi026 ceph-mon[93126]: pgmap v20589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:35.221 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:35.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:35.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:36.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:36.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:37.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:36 smithi089 ceph-mon[103441]: pgmap v20590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:37.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:37.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:36 smithi026 ceph-mon[93126]: pgmap v20590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:38.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:38.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:39.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:38 smithi089 ceph-mon[103441]: pgmap v20591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:39.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:39.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:38 smithi026 ceph-mon[93126]: pgmap v20591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:40.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:40.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:41.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:40 smithi089 ceph-mon[103441]: pgmap v20592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:41.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:41.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:40 smithi026 ceph-mon[93126]: pgmap v20592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:42.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:42.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:43.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:42 smithi089 ceph-mon[103441]: pgmap v20593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:43.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:43.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:42 smithi026 ceph-mon[93126]: pgmap v20593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:44.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:44.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:45.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:44 smithi089 ceph-mon[103441]: pgmap v20594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:44 smithi026 ceph-mon[93126]: pgmap v20594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:45.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:45.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:46.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:46.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:47.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:46 smithi089 ceph-mon[103441]: pgmap v20595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:46 smithi026 ceph-mon[93126]: pgmap v20595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:47.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:47.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:48.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:48.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:49.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:48 smithi089 ceph-mon[103441]: pgmap v20596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:48 smithi026 ceph-mon[93126]: pgmap v20596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:49.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:49.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:50.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:06:50.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:50.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:51.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:50 smithi089 ceph-mon[103441]: pgmap v20597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:51.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:50 smithi026 ceph-mon[93126]: pgmap v20597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:51.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:51.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:52.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:52.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:53.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:52 smithi089 ceph-mon[103441]: pgmap v20598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:52 smithi026 ceph-mon[93126]: pgmap v20598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:53.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:53.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:54.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:54.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:55.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:54 smithi089 ceph-mon[103441]: pgmap v20599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:55.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:54 smithi026 ceph-mon[93126]: pgmap v20599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:55.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:55.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:56.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:56.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:57.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:56 smithi089 ceph-mon[103441]: pgmap v20600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:56 smithi026 ceph-mon[93126]: pgmap v20600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:06:57.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:57.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:58.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:58.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:06:59.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:06:58 smithi089 ceph-mon[103441]: pgmap v20601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:06:58 smithi026 ceph-mon[93126]: pgmap v20601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:06:59.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:06:59.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:00.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:00.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:01.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:00 smithi089 ceph-mon[103441]: pgmap v20602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:00 smithi026 ceph-mon[93126]: pgmap v20602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:01.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:01.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:02.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:02.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:02 smithi026 ceph-mon[93126]: pgmap v20603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:03.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:03.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:02 smithi089 ceph-mon[103441]: pgmap v20603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:04.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:04.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:05.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:04 smithi026 ceph-mon[93126]: pgmap v20604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:05.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:05.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:04 smithi089 ceph-mon[103441]: pgmap v20604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:06.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:06.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:06 smithi026 ceph-mon[93126]: pgmap v20605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:07.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:07.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:06 smithi089 ceph-mon[103441]: pgmap v20605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:08.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:08.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:08 smithi026 ceph-mon[93126]: pgmap v20606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:09.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:09.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:08 smithi089 ceph-mon[103441]: pgmap v20606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:10.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:10.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:11.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:10 smithi026 ceph-mon[93126]: pgmap v20607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:11.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:11.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:10 smithi089 ceph-mon[103441]: pgmap v20607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:12.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:12.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:12 smithi026 ceph-mon[93126]: pgmap v20608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:13.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:13.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:12 smithi089 ceph-mon[103441]: pgmap v20608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:14.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:14.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:15.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:14 smithi026 ceph-mon[93126]: pgmap v20609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:15.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:15.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:14 smithi089 ceph-mon[103441]: pgmap v20609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:16.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:16.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:17.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:16 smithi026 ceph-mon[93126]: pgmap v20610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:17.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:17.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:16 smithi089 ceph-mon[103441]: pgmap v20610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:18.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:18.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:18 smithi026 ceph-mon[93126]: pgmap v20611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:19.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:19.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:18 smithi089 ceph-mon[103441]: pgmap v20611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:20.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:20.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:21.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:20 smithi026 ceph-mon[93126]: pgmap v20612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:21.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:21.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:20 smithi089 ceph-mon[103441]: pgmap v20612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:22.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:22.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:22 smithi026 ceph-mon[93126]: pgmap v20613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:23.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:23.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:22 smithi089 ceph-mon[103441]: pgmap v20613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:24.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:24.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:24 smithi026 ceph-mon[93126]: pgmap v20614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:25.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:25.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:24 smithi089 ceph-mon[103441]: pgmap v20614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:26.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:26.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:26 smithi026 ceph-mon[93126]: pgmap v20615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:27.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:27.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:26 smithi089 ceph-mon[103441]: pgmap v20615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:28.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:27 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:07:28.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:28.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:28.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:27 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:07:29.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:28 smithi026 ceph-mon[93126]: pgmap v20616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:07:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:07:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:07:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:07:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:28 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:07:29.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:29.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:28 smithi089 ceph-mon[103441]: pgmap v20616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:07:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:07:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:07:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:07:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:28 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:07:30.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:30.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:30 smithi026 ceph-mon[93126]: pgmap v20617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:31.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:31.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:30 smithi089 ceph-mon[103441]: pgmap v20617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:32.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:32.383 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:32 smithi026 ceph-mon[93126]: pgmap v20618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:33.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:33.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:32 smithi089 ceph-mon[103441]: pgmap v20618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:34.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:34.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:34 smithi026 ceph-mon[93126]: pgmap v20619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:35.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:35.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:34 smithi089 ceph-mon[103441]: pgmap v20619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:36.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:36.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:37.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:36 smithi026 ceph-mon[93126]: pgmap v20620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:37.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:37.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:36 smithi089 ceph-mon[103441]: pgmap v20620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:38.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:38.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:38 smithi026 ceph-mon[93126]: pgmap v20621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:39.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:39.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:38 smithi089 ceph-mon[103441]: pgmap v20621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:40.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:40.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:41.245 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:40 smithi089 ceph-mon[103441]: pgmap v20622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:40 smithi026 ceph-mon[93126]: pgmap v20622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:41.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:41.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:42.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:42.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:43.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:42 smithi026 ceph-mon[93126]: pgmap v20623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:43.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:43.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:42 smithi089 ceph-mon[103441]: pgmap v20623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:44.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:44.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:45 smithi026 ceph-mon[93126]: pgmap v20624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:45.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:45.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:45 smithi089 ceph-mon[103441]: pgmap v20624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:46.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:46.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:47 smithi026 ceph-mon[93126]: pgmap v20625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:47.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:47.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:47 smithi089 ceph-mon[103441]: pgmap v20625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:48.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:48.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:49 smithi026 ceph-mon[93126]: pgmap v20626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:49.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:49.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:49 smithi089 ceph-mon[103441]: pgmap v20626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:50.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:50.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:07:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:51 smithi026 ceph-mon[93126]: pgmap v20627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:51.351 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:51 smithi089 ceph-mon[103441]: pgmap v20627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:51.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:51.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:52.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:52.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:53 smithi026 ceph-mon[93126]: pgmap v20628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:53.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:53.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:53 smithi089 ceph-mon[103441]: pgmap v20628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:54.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:54.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:55 smithi026 ceph-mon[93126]: pgmap v20629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:55.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:55.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:55 smithi089 ceph-mon[103441]: pgmap v20629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:56.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:56.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:57.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:57 smithi026 ceph-mon[93126]: pgmap v20630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:57.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:57.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:57 smithi089 ceph-mon[103441]: pgmap v20630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:07:58.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:58.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:07:59.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:07:59 smithi026 ceph-mon[93126]: pgmap v20631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:07:59 smithi089 ceph-mon[103441]: pgmap v20631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:07:59.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:07:59.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:00.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:00.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:01.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:01 smithi026 ceph-mon[93126]: pgmap v20632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:01 smithi089 ceph-mon[103441]: pgmap v20632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:01.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:01.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:02.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:02.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:03 smithi026 ceph-mon[93126]: pgmap v20633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:03 smithi089 ceph-mon[103441]: pgmap v20633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:03.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:03.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:04.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:04.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:05 smithi026 ceph-mon[93126]: pgmap v20634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:05 smithi089 ceph-mon[103441]: pgmap v20634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:05.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:05.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:06.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:06.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:07 smithi026 ceph-mon[93126]: pgmap v20635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:07 smithi089 ceph-mon[103441]: pgmap v20635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:07.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:07.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:08.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:08.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:09 smithi026 ceph-mon[93126]: pgmap v20636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:09 smithi089 ceph-mon[103441]: pgmap v20636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:09.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:09.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:10.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:10.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:11 smithi026 ceph-mon[93126]: pgmap v20637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:11 smithi089 ceph-mon[103441]: pgmap v20637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:11.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:11.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:12.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:12.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:13.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:13 smithi026 ceph-mon[93126]: pgmap v20638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:13 smithi089 ceph-mon[103441]: pgmap v20638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:13.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:13.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:14.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:14.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:15 smithi026 ceph-mon[93126]: pgmap v20639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:15 smithi089 ceph-mon[103441]: pgmap v20639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:15.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:15.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:16.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:16.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:17 smithi089 ceph-mon[103441]: pgmap v20640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:17.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:17.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:17 smithi026 ceph-mon[93126]: pgmap v20640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:18.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:18.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:19 smithi089 ceph-mon[103441]: pgmap v20641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:19.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:19.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:19 smithi026 ceph-mon[93126]: pgmap v20641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:20.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:20.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:21 smithi089 ceph-mon[103441]: pgmap v20642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:21.430 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:21 smithi026 ceph-mon[93126]: pgmap v20642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:21.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:21.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:22.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:22.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:23 smithi089 ceph-mon[103441]: pgmap v20643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:23.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:23.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:23 smithi026 ceph-mon[93126]: pgmap v20643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:24.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:24.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:25 smithi089 ceph-mon[103441]: pgmap v20644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:25.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:25.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:25 smithi026 ceph-mon[93126]: pgmap v20644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:26.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:26.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:27 smithi089 ceph-mon[103441]: pgmap v20645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:27.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:27.475 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:27 smithi026 ceph-mon[93126]: pgmap v20645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:28.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:28.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:29 smithi089 ceph-mon[103441]: pgmap v20646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:08:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:08:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:08:29.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:08:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:08:29.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:08:29.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:29.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:29 smithi026 ceph-mon[93126]: pgmap v20646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:08:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:08:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:08:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:08:29.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:08:29.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:08:30.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:30.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:31 smithi089 ceph-mon[103441]: pgmap v20647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:31.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:31.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:31.546 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:31 smithi026 ceph-mon[93126]: pgmap v20647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:32.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:32.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:33 smithi089 ceph-mon[103441]: pgmap v20648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:33.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:33.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:33 smithi026 ceph-mon[93126]: pgmap v20648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:34.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:34.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:35 smithi089 ceph-mon[103441]: pgmap v20649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:35.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:35.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:35 smithi026 ceph-mon[93126]: pgmap v20649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:36.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:36.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:37 smithi089 ceph-mon[103441]: pgmap v20650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:37.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:37.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:37 smithi026 ceph-mon[93126]: pgmap v20650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:38.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:38.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:39 smithi089 ceph-mon[103441]: pgmap v20651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:39.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:39.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:39 smithi026 ceph-mon[93126]: pgmap v20651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:40.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:40.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:41 smithi089 ceph-mon[103441]: pgmap v20652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:41.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:41.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:41 smithi026 ceph-mon[93126]: pgmap v20652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:42.499 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:42.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:43 smithi089 ceph-mon[103441]: pgmap v20653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:43.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:43.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:43 smithi026 ceph-mon[93126]: pgmap v20653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:44.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:44.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:45 smithi089 ceph-mon[103441]: pgmap v20654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:45.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:45.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:45 smithi026 ceph-mon[93126]: pgmap v20654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:46.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:46.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:47 smithi089 ceph-mon[103441]: pgmap v20655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:47.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:47.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:47 smithi026 ceph-mon[93126]: pgmap v20655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:48.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:48.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:49 smithi089 ceph-mon[103441]: pgmap v20656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:49.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:49.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:49 smithi026 ceph-mon[93126]: pgmap v20656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:50.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:50.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:08:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:51 smithi089 ceph-mon[103441]: pgmap v20657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:51.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:51.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:51 smithi026 ceph-mon[93126]: pgmap v20657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:52.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:53 smithi089 ceph-mon[103441]: pgmap v20658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:53.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:53.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:53 smithi026 ceph-mon[93126]: pgmap v20658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:54.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:54.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:55 smithi089 ceph-mon[103441]: pgmap v20659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:55.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:55.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:55 smithi026 ceph-mon[93126]: pgmap v20659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:56.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:56.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:57 smithi089 ceph-mon[103441]: pgmap v20660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:57.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:57.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:57 smithi026 ceph-mon[93126]: pgmap v20660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:08:58.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:58.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:59.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:08:59 smithi089 ceph-mon[103441]: pgmap v20661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:08:59.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:08:59.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:08:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:08:59 smithi026 ceph-mon[93126]: pgmap v20661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:00.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:00.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:01 smithi089 ceph-mon[103441]: pgmap v20662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:01.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:01.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:01 smithi026 ceph-mon[93126]: pgmap v20662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:02.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:02.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:03 smithi089 ceph-mon[103441]: pgmap v20663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:03.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:03.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:03 smithi026 ceph-mon[93126]: pgmap v20663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:04.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:04.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:05 smithi089 ceph-mon[103441]: pgmap v20664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:05.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:05.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:05 smithi026 ceph-mon[93126]: pgmap v20664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:06.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:06.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:07 smithi026 ceph-mon[93126]: pgmap v20665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:07 smithi089 ceph-mon[103441]: pgmap v20665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:07.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:07.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:08.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:08.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:09.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:09 smithi089 ceph-mon[103441]: pgmap v20666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:09.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:09.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:09 smithi026 ceph-mon[93126]: pgmap v20666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:10.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:10.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:11 smithi089 ceph-mon[103441]: pgmap v20667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:11.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:11.548 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:11 smithi026 ceph-mon[93126]: pgmap v20667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:12.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:12.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:13 smithi089 ceph-mon[103441]: pgmap v20668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:13.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:13.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:13 smithi026 ceph-mon[93126]: pgmap v20668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:14.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:14.553 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:15 smithi089 ceph-mon[103441]: pgmap v20669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:15 smithi026 ceph-mon[93126]: pgmap v20669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:15.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:15.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:16.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:16.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:17.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:17 smithi089 ceph-mon[103441]: pgmap v20670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:17 smithi026 ceph-mon[93126]: pgmap v20670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:17.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:17.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:18.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:18.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:19 smithi089 ceph-mon[103441]: pgmap v20671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:19 smithi026 ceph-mon[93126]: pgmap v20671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:19.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:19.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:20.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:20.563 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:21 smithi089 ceph-mon[103441]: pgmap v20672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:21 smithi026 ceph-mon[93126]: pgmap v20672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:21.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:21.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:22.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:22.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:23 smithi089 ceph-mon[103441]: pgmap v20673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:23 smithi026 ceph-mon[93126]: pgmap v20673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:23.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:23.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:24.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:24.570 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:25 smithi089 ceph-mon[103441]: pgmap v20674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:25 smithi026 ceph-mon[93126]: pgmap v20674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:25.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:25.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:26.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:26.573 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:27 smithi089 ceph-mon[103441]: pgmap v20675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:27 smithi026 ceph-mon[93126]: pgmap v20675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:27.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:27.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:28.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:28.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:29 smithi026 ceph-mon[93126]: pgmap v20676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:29 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:09:29.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:29.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:29 smithi089 ceph-mon[103441]: pgmap v20676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:29 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:09:30.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:09:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:09:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:09:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:09:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:09:30.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:30.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:09:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:09:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:09:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:09:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:09:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:31 smithi026 ceph-mon[93126]: pgmap v20677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:31.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:31.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:31 smithi089 ceph-mon[103441]: pgmap v20677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:32.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:32.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:33 smithi026 ceph-mon[93126]: pgmap v20678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:33.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:33.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:33 smithi089 ceph-mon[103441]: pgmap v20678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:34.585 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:34.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:35 smithi026 ceph-mon[93126]: pgmap v20679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:35.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:35.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:35 smithi089 ceph-mon[103441]: pgmap v20679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:36.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:36.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:37.462 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:37 smithi089 ceph-mon[103441]: pgmap v20680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:37 smithi026 ceph-mon[93126]: pgmap v20680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:37.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:37.590 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:38.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:38.592 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:39 smithi026 ceph-mon[93126]: pgmap v20681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:39.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:39.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:39 smithi089 ceph-mon[103441]: pgmap v20681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:40.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:40.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:41 smithi026 ceph-mon[93126]: pgmap v20682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:41.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:41.597 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:41 smithi089 ceph-mon[103441]: pgmap v20682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:42.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:42.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:43 smithi026 ceph-mon[93126]: pgmap v20683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:43.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:43.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:43 smithi089 ceph-mon[103441]: pgmap v20683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:44.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:44.602 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:45 smithi026 ceph-mon[93126]: pgmap v20684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:45.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:45.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:45 smithi089 ceph-mon[103441]: pgmap v20684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:46.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:46.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:47 smithi026 ceph-mon[93126]: pgmap v20685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:47.570 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:47 smithi089 ceph-mon[103441]: pgmap v20685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:47.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:47.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:48.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:48.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:49 smithi026 ceph-mon[93126]: pgmap v20686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:49.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:49.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:49 smithi089 ceph-mon[103441]: pgmap v20686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:09:50.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:50.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:51 smithi026 ceph-mon[93126]: pgmap v20687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:51.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:51.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:51 smithi089 ceph-mon[103441]: pgmap v20687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:52.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:52.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:53 smithi026 ceph-mon[93126]: pgmap v20688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:53.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:53.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:53 smithi089 ceph-mon[103441]: pgmap v20688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:54.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:54.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:55 smithi026 ceph-mon[93126]: pgmap v20689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:55.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:55.620 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:55 smithi089 ceph-mon[103441]: pgmap v20689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:56.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:56.622 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:57.520 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:57 smithi026 ceph-mon[93126]: pgmap v20690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:57.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:57.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:57.675 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:57 smithi089 ceph-mon[103441]: pgmap v20690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:09:58.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:58.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:09:59 smithi026 ceph-mon[93126]: pgmap v20691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:09:59.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:09:59.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:09:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:09:59 smithi089 ceph-mon[103441]: pgmap v20691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:00.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T08:10:00.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:00.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T08:10:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:01 smithi026 ceph-mon[93126]: pgmap v20692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:01.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:01.630 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:01 smithi089 ceph-mon[103441]: pgmap v20692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:02.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:02.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:03 smithi026 ceph-mon[93126]: pgmap v20693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:03.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:03.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:03 smithi089 ceph-mon[103441]: pgmap v20693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:04.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:04.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:05 smithi026 ceph-mon[93126]: pgmap v20694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:05.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:05.637 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:05 smithi089 ceph-mon[103441]: pgmap v20694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:06.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:06.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:07 smithi026 ceph-mon[93126]: pgmap v20695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:07.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:07.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:07 smithi089 ceph-mon[103441]: pgmap v20695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:08.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:08.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:09 smithi026 ceph-mon[93126]: pgmap v20696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:09.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:09.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:09 smithi089 ceph-mon[103441]: pgmap v20696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:10.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:10.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:11 smithi026 ceph-mon[93126]: pgmap v20697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:11.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:11.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:11 smithi089 ceph-mon[103441]: pgmap v20697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:12.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:12.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:13 smithi026 ceph-mon[93126]: pgmap v20698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:13.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:13.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:13 smithi089 ceph-mon[103441]: pgmap v20698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:14.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:14.652 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:15 smithi026 ceph-mon[93126]: pgmap v20699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:15.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:15.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:15 smithi089 ceph-mon[103441]: pgmap v20699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:16.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:16.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:17 smithi026 ceph-mon[93126]: pgmap v20700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:17.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:17.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:17 smithi089 ceph-mon[103441]: pgmap v20700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:18.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:18.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:19 smithi026 ceph-mon[93126]: pgmap v20701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:19.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:19.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:19 smithi089 ceph-mon[103441]: pgmap v20701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:20.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:20.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:21 smithi026 ceph-mon[93126]: pgmap v20702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:21.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:21.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:21 smithi089 ceph-mon[103441]: pgmap v20702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:22.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:22.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:23 smithi026 ceph-mon[93126]: pgmap v20703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:23.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:23.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:23 smithi089 ceph-mon[103441]: pgmap v20703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:24.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:24.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:25 smithi026 ceph-mon[93126]: pgmap v20704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:25.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:25.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:25 smithi089 ceph-mon[103441]: pgmap v20704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:26.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:26.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:27 smithi026 ceph-mon[93126]: pgmap v20705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:27.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:27.674 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:27 smithi089 ceph-mon[103441]: pgmap v20705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:28.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:28.675 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:29 smithi026 ceph-mon[93126]: pgmap v20706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:29 smithi089 ceph-mon[103441]: pgmap v20706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:29.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:29.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:10:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:10:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:10:30.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:10:30.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:10:30.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:10:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:10:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:10:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:10:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:10:30.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:10:30.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:10:30.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:30.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:31 smithi026 ceph-mon[93126]: pgmap v20707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:31 smithi089 ceph-mon[103441]: pgmap v20707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:31.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:31.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:32.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:32.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:33 smithi089 ceph-mon[103441]: pgmap v20708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:33 smithi026 ceph-mon[93126]: pgmap v20708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:33.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:33.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:34.288 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:34.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:34.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:35 smithi026 ceph-mon[93126]: pgmap v20709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:35 smithi089 ceph-mon[103441]: pgmap v20709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:35.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:35.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:36.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:36.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:37 smithi026 ceph-mon[93126]: pgmap v20710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:37 smithi089 ceph-mon[103441]: pgmap v20710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:37.689 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:37.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:38.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:38.691 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:39 smithi026 ceph-mon[93126]: pgmap v20711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:39 smithi089 ceph-mon[103441]: pgmap v20711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:39.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:39.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:40.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:40.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:41 smithi026 ceph-mon[93126]: pgmap v20712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:41 smithi089 ceph-mon[103441]: pgmap v20712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:41.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:41.696 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:42.697 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:42.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:43 smithi089 ceph-mon[103441]: pgmap v20713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:43 smithi026 ceph-mon[93126]: pgmap v20713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:43.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:43.700 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:44.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:44.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:45 smithi026 ceph-mon[93126]: pgmap v20714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:45 smithi089 ceph-mon[103441]: pgmap v20714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:45.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:45.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:46.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:46.705 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:47 smithi089 ceph-mon[103441]: pgmap v20715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:47.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:47.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:47 smithi026 ceph-mon[93126]: pgmap v20715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:48.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:48.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:49 smithi089 ceph-mon[103441]: pgmap v20716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:49.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:49.710 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:49 smithi026 ceph-mon[93126]: pgmap v20716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:10:50.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:50.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:51 smithi089 ceph-mon[103441]: pgmap v20717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:51.713 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:51.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:51 smithi026 ceph-mon[93126]: pgmap v20717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:52.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:52.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:53 smithi026 ceph-mon[93126]: pgmap v20718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:53 smithi089 ceph-mon[103441]: pgmap v20718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:53.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:53.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:54.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:54.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:55 smithi089 ceph-mon[103441]: pgmap v20719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:55.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:55.720 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:55 smithi026 ceph-mon[93126]: pgmap v20719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:56.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:56.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:57 smithi089 ceph-mon[103441]: pgmap v20720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:57.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:57.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:57 smithi026 ceph-mon[93126]: pgmap v20720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:10:58.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:58.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:10:59 smithi089 ceph-mon[103441]: pgmap v20721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:10:59.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:10:59.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:10:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:10:59 smithi026 ceph-mon[93126]: pgmap v20721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:00.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:00.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:01 smithi089 ceph-mon[103441]: pgmap v20722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:01.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:01.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:01 smithi026 ceph-mon[93126]: pgmap v20722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:02.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:02.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:03 smithi026 ceph-mon[93126]: pgmap v20723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:03 smithi089 ceph-mon[103441]: pgmap v20723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:03.733 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:03.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:04.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:04.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:05 smithi089 ceph-mon[103441]: pgmap v20724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:05.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:05.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:05 smithi026 ceph-mon[93126]: pgmap v20724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:06.738 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:06.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:07 smithi089 ceph-mon[103441]: pgmap v20725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:07.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:07.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:07 smithi026 ceph-mon[93126]: pgmap v20725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:08.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:08.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:09 smithi089 ceph-mon[103441]: pgmap v20726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:09.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:09.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:09 smithi026 ceph-mon[93126]: pgmap v20726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:10.745 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:10.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:11 smithi089 ceph-mon[103441]: pgmap v20727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:11.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:11.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:11 smithi026 ceph-mon[93126]: pgmap v20727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:12.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:12.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:13 smithi089 ceph-mon[103441]: pgmap v20728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:13.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:13.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:13 smithi026 ceph-mon[93126]: pgmap v20728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:14.752 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:14.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:15 smithi089 ceph-mon[103441]: pgmap v20729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:15.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:15.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:15 smithi026 ceph-mon[93126]: pgmap v20729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:16.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:16.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:17 smithi089 ceph-mon[103441]: pgmap v20730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:17.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:17.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:17 smithi026 ceph-mon[93126]: pgmap v20730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:18.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:18.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:19 smithi089 ceph-mon[103441]: pgmap v20731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:19.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:19.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:19 smithi026 ceph-mon[93126]: pgmap v20731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:20.762 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:20.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:21 smithi089 ceph-mon[103441]: pgmap v20732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:21.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:21.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:21 smithi026 ceph-mon[93126]: pgmap v20732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:22.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:22.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:23 smithi089 ceph-mon[103441]: pgmap v20733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:23.767 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:23.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:23 smithi026 ceph-mon[93126]: pgmap v20733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:24.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:24.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:25 smithi089 ceph-mon[103441]: pgmap v20734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:25.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:25.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:25 smithi026 ceph-mon[93126]: pgmap v20734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:26.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:26.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:27 smithi089 ceph-mon[103441]: pgmap v20735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:27.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:27.775 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:27 smithi026 ceph-mon[93126]: pgmap v20735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:28.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:28.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:29 smithi089 ceph-mon[103441]: pgmap v20736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:29.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:29.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:29 smithi026 ceph-mon[93126]: pgmap v20736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:30.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:30 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:11:30.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:30.779 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:30.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:30 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:11:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:31 smithi089 ceph-mon[103441]: pgmap v20737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:31.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:31.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:31 smithi026 ceph-mon[93126]: pgmap v20737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:32.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:32.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:33 smithi089 ceph-mon[103441]: pgmap v20738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:33.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:33.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:33 smithi026 ceph-mon[93126]: pgmap v20738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:34.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:34.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:35 smithi089 ceph-mon[103441]: pgmap v20739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:11:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:11:35.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:35.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:35 smithi026 ceph-mon[93126]: pgmap v20739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:11:35.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:11:36.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:11:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:11:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:11:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:11:36.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:11:36.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:36.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:36.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:11:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:11:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:11:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:11:36.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:11:37.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:37.791 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:37 smithi026 ceph-mon[93126]: pgmap v20740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:37 smithi089 ceph-mon[103441]: pgmap v20740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:38.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:38.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:39.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:39.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:39 smithi026 ceph-mon[93126]: pgmap v20741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:39 smithi089 ceph-mon[103441]: pgmap v20741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:40.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:40.796 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:41.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:41.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:41 smithi026 ceph-mon[93126]: pgmap v20742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:41 smithi089 ceph-mon[103441]: pgmap v20742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:42.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:42.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:43.729 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:43 smithi026 ceph-mon[93126]: pgmap v20743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:43.784 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:43 smithi089 ceph-mon[103441]: pgmap v20743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:43.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:43.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:44.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:44.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:45.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:45.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:45.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:45 smithi026 ceph-mon[93126]: pgmap v20744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:45 smithi089 ceph-mon[103441]: pgmap v20744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:46.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:46.806 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:47 smithi026 ceph-mon[93126]: pgmap v20745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:47.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:47.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:47 smithi089 ceph-mon[103441]: pgmap v20745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:48.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:48.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:49 smithi026 ceph-mon[93126]: pgmap v20746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:49.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:49.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:49 smithi089 ceph-mon[103441]: pgmap v20746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:11:50.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:50.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:51 smithi026 ceph-mon[93126]: pgmap v20747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:51.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:51.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:51 smithi089 ceph-mon[103441]: pgmap v20747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:52.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:52.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:53 smithi026 ceph-mon[93126]: pgmap v20748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:53.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:53.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:53.890 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:53 smithi089 ceph-mon[103441]: pgmap v20748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:54.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:54.820 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:55 smithi026 ceph-mon[93126]: pgmap v20749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:55.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:55.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:55 smithi089 ceph-mon[103441]: pgmap v20749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:56.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:56.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:57 smithi026 ceph-mon[93126]: pgmap v20750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:57.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:57.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:57 smithi089 ceph-mon[103441]: pgmap v20750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:11:58.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:58.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:11:59 smithi026 ceph-mon[93126]: pgmap v20751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:11:59.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:11:59.828 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:11:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:11:59 smithi089 ceph-mon[103441]: pgmap v20751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:00.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:00.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:01 smithi026 ceph-mon[93126]: pgmap v20752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:01.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:01.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:01 smithi089 ceph-mon[103441]: pgmap v20752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:02.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:02.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:03 smithi026 ceph-mon[93126]: pgmap v20753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:03.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:03.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:03 smithi089 ceph-mon[103441]: pgmap v20753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:04.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:04.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:05 smithi026 ceph-mon[93126]: pgmap v20754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:05.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:05.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:05 smithi089 ceph-mon[103441]: pgmap v20754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:06.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:06.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:07 smithi026 ceph-mon[93126]: pgmap v20755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:07.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:07.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:07 smithi089 ceph-mon[103441]: pgmap v20755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:08.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:08.843 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:09 smithi026 ceph-mon[93126]: pgmap v20756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:09.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:09.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:09 smithi089 ceph-mon[103441]: pgmap v20756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:10.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:10.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:11 smithi026 ceph-mon[93126]: pgmap v20757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:11.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:11.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:11.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:11 smithi089 ceph-mon[103441]: pgmap v20757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:12.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:12.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:13 smithi026 ceph-mon[93126]: pgmap v20758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:13.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:13.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:13 smithi089 ceph-mon[103441]: pgmap v20758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:14.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:14.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:14.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:14 smithi089 ceph-mon[103441]: pgmap v20759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:15.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:14 smithi026 ceph-mon[93126]: pgmap v20759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:15.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:15.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:16.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:16.857 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:16.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:16 smithi089 ceph-mon[103441]: pgmap v20760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:17.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:16 smithi026 ceph-mon[93126]: pgmap v20760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:17.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:17.859 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:18.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:18.860 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:19.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:18 smithi026 ceph-mon[93126]: pgmap v20761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:18 smithi089 ceph-mon[103441]: pgmap v20761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:19.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:19.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:20.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:20.864 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:20 smithi026 ceph-mon[93126]: pgmap v20762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:20 smithi089 ceph-mon[103441]: pgmap v20762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:21.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:21.866 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:22.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:22.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:23.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:22 smithi026 ceph-mon[93126]: pgmap v20763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:22 smithi089 ceph-mon[103441]: pgmap v20763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:23.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:23.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:24.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:24.871 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:25.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:24 smithi026 ceph-mon[93126]: pgmap v20764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:24 smithi089 ceph-mon[103441]: pgmap v20764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:25.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:25.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:26.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:26.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:27.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:26 smithi026 ceph-mon[93126]: pgmap v20765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:26 smithi089 ceph-mon[103441]: pgmap v20765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:27.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:27.876 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:28.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:28.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:29.244 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:28 smithi026 ceph-mon[93126]: pgmap v20766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:29.259 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:28 smithi089 ceph-mon[103441]: pgmap v20766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:29.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:29.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:30.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:30.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:31.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:30 smithi026 ceph-mon[93126]: pgmap v20767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:30 smithi089 ceph-mon[103441]: pgmap v20767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:31.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:31.883 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:32.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:32.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:33.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:32 smithi026 ceph-mon[93126]: pgmap v20768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:32 smithi089 ceph-mon[103441]: pgmap v20768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:33.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:33.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:34.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:34.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:34 smithi026 ceph-mon[93126]: pgmap v20769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:34 smithi089 ceph-mon[103441]: pgmap v20769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:35.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:35.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:36.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:12:36.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:12:36.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:36.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:36 smithi026 ceph-mon[93126]: pgmap v20770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:12:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:12:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:12:37.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:12:37.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:36 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:12:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:36 smithi089 ceph-mon[103441]: pgmap v20770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:12:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:12:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:12:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:12:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:36 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:12:37.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:37.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:38.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:38.895 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:39.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:38 smithi026 ceph-mon[93126]: pgmap v20771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:39.366 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:38 smithi089 ceph-mon[103441]: pgmap v20771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:39.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:39.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:40.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:40.898 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:41.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:41 smithi026 ceph-mon[93126]: pgmap v20772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:41 smithi089 ceph-mon[103441]: pgmap v20772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:41.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:41.900 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:42.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:42.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:43.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:43 smithi026 ceph-mon[93126]: pgmap v20773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:43 smithi089 ceph-mon[103441]: pgmap v20773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:43.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:43.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:44.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:44.905 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:45 smithi026 ceph-mon[93126]: pgmap v20774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:45 smithi089 ceph-mon[103441]: pgmap v20774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:45.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:45.907 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:46.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:46.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:47.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:47 smithi026 ceph-mon[93126]: pgmap v20775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:47 smithi089 ceph-mon[103441]: pgmap v20775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:47.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:47.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:48.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:48.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:49 smithi026 ceph-mon[93126]: pgmap v20776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:49 smithi089 ceph-mon[103441]: pgmap v20776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:49.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:49.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:12:50.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:50.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:51 smithi026 ceph-mon[93126]: pgmap v20777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:51 smithi089 ceph-mon[103441]: pgmap v20777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:51.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:51.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:52.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:52.919 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:53 smithi026 ceph-mon[93126]: pgmap v20778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:53 smithi089 ceph-mon[103441]: pgmap v20778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:53.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:53.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:54.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:54.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:55.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:55 smithi026 ceph-mon[93126]: pgmap v20779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:55 smithi089 ceph-mon[103441]: pgmap v20779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:55.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:55.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:56.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:56.926 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:57.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:57 smithi026 ceph-mon[93126]: pgmap v20780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:57 smithi089 ceph-mon[103441]: pgmap v20780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:12:57.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:57.928 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:58.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:58.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:12:59.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:12:59 smithi026 ceph-mon[93126]: pgmap v20781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:12:59 smithi089 ceph-mon[103441]: pgmap v20781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:12:59.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:12:59.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:00.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:00.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:01.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:01 smithi026 ceph-mon[93126]: pgmap v20782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:01 smithi089 ceph-mon[103441]: pgmap v20782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:01.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:01.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:02.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:02.936 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:03.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:03 smithi026 ceph-mon[93126]: pgmap v20783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:03 smithi089 ceph-mon[103441]: pgmap v20783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:03.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:03.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:04.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:04.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:05 smithi026 ceph-mon[93126]: pgmap v20784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:05 smithi089 ceph-mon[103441]: pgmap v20784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:05.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:05.941 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:06.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:06.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:07.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:07 smithi026 ceph-mon[93126]: pgmap v20785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:07 smithi089 ceph-mon[103441]: pgmap v20785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:07.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:07.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:08.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:08.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:09.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:09 smithi026 ceph-mon[93126]: pgmap v20786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:09 smithi089 ceph-mon[103441]: pgmap v20786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:09.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:09.948 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:10.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:10.950 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:11.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:11 smithi026 ceph-mon[93126]: pgmap v20787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:11 smithi089 ceph-mon[103441]: pgmap v20787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:11.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:11.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:12.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:12.953 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:13.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:13 smithi026 ceph-mon[93126]: pgmap v20788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:13 smithi089 ceph-mon[103441]: pgmap v20788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:13.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:13.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:14.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:14.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:15 smithi089 ceph-mon[103441]: pgmap v20789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:15 smithi026 ceph-mon[93126]: pgmap v20789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:15.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:15.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:16.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:16.960 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:17 smithi089 ceph-mon[103441]: pgmap v20790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:17 smithi026 ceph-mon[93126]: pgmap v20790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:17.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:17.962 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:18.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:18.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:19 smithi089 ceph-mon[103441]: pgmap v20791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:19 smithi026 ceph-mon[93126]: pgmap v20791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:19.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:19.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:20.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:20.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:20.967 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:21 smithi089 ceph-mon[103441]: pgmap v20792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:21 smithi026 ceph-mon[93126]: pgmap v20792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:21.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:21.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:22.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:22.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:23 smithi089 ceph-mon[103441]: pgmap v20793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:23 smithi026 ceph-mon[93126]: pgmap v20793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:23.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:23.972 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:24.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:24.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:25.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:25 smithi089 ceph-mon[103441]: pgmap v20794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:25.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:25 smithi026 ceph-mon[93126]: pgmap v20794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:25.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:25.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:26.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:26.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:27 smithi089 ceph-mon[103441]: pgmap v20795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:27 smithi026 ceph-mon[93126]: pgmap v20795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:27.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:27.979 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:28.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:28.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:29 smithi089 ceph-mon[103441]: pgmap v20796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:29 smithi026 ceph-mon[93126]: pgmap v20796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:29.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:29.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:30.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:30.984 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:31 smithi089 ceph-mon[103441]: pgmap v20797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:31 smithi026 ceph-mon[93126]: pgmap v20797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:31.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:31.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:32.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:32.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:33 smithi089 ceph-mon[103441]: pgmap v20798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:33 smithi026 ceph-mon[93126]: pgmap v20798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:33.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:33.989 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:34.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:34.991 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:35.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:35 smithi026 ceph-mon[93126]: pgmap v20799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:35.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:35 smithi089 ceph-mon[103441]: pgmap v20799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:35.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:35.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:36.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:36.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:37 smithi089 ceph-mon[103441]: pgmap v20800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:13:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:37.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:37 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:37 smithi026 ceph-mon[93126]: pgmap v20800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:13:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:37 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:37.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:37.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:38.996 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:38.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:39 smithi089 ceph-mon[103441]: pgmap v20801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:39 smithi026 ceph-mon[93126]: pgmap v20801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:39.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:39.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:40.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:40.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:41 smithi089 ceph-mon[103441]: pgmap v20802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:41 smithi026 ceph-mon[93126]: pgmap v20802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:42.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:42.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:43.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:43.002 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:43 smithi089 ceph-mon[103441]: pgmap v20803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:43 smithi026 ceph-mon[93126]: pgmap v20803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:44.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:44.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:45.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:45.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:45.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:45 smithi026 ceph-mon[93126]: pgmap v20804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:13:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:13:45.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:13:45.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:45 smithi089 ceph-mon[103441]: pgmap v20804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:13:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:13:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:13:45.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:13:46.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:46.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:47.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:47.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:47.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:47 smithi026 ceph-mon[93126]: pgmap v20805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:47 smithi089 ceph-mon[103441]: pgmap v20805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:48.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:48.009 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:49.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:49.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:49.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:49 smithi026 ceph-mon[93126]: pgmap v20806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:49 smithi089 ceph-mon[103441]: pgmap v20806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:50.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:50.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:50.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:13:51.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:51.014 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:51.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:51 smithi026 ceph-mon[93126]: pgmap v20807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:51 smithi089 ceph-mon[103441]: pgmap v20807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:52.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:52.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:53.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:53.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:53 smithi026 ceph-mon[93126]: pgmap v20808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:53 smithi089 ceph-mon[103441]: pgmap v20808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:54.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:54.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:55.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:55.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:55 smithi089 ceph-mon[103441]: pgmap v20809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:55 smithi026 ceph-mon[93126]: pgmap v20809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:56.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:56.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:57.024 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:57.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:57 smithi089 ceph-mon[103441]: pgmap v20810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:57 smithi026 ceph-mon[93126]: pgmap v20810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:13:58.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:58.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:59.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:13:59.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:13:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:13:59 smithi089 ceph-mon[103441]: pgmap v20811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:13:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:13:59 smithi026 ceph-mon[93126]: pgmap v20811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:00.029 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:00.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:01.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:01.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:01 smithi089 ceph-mon[103441]: pgmap v20812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:01 smithi026 ceph-mon[93126]: pgmap v20812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:02.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:02.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:03.034 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:03.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:03 smithi089 ceph-mon[103441]: pgmap v20813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:03 smithi026 ceph-mon[93126]: pgmap v20813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:04.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:04.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:05.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:05.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:05.335 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:05 smithi026 ceph-mon[93126]: pgmap v20814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:05.335 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:05 smithi089 ceph-mon[103441]: pgmap v20814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:06.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:06.040 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:07.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:07.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:07 smithi089 ceph-mon[103441]: pgmap v20815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:07 smithi026 ceph-mon[93126]: pgmap v20815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:08.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:08.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:09.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:09.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:09 smithi089 ceph-mon[103441]: pgmap v20816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:09 smithi026 ceph-mon[93126]: pgmap v20816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:10.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:10.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:11.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:11.048 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:11 smithi089 ceph-mon[103441]: pgmap v20817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:11 smithi026 ceph-mon[93126]: pgmap v20817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:12.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:12.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:13.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:13.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:13 smithi089 ceph-mon[103441]: pgmap v20818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:13 smithi026 ceph-mon[93126]: pgmap v20818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:14.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:14.053 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:15.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:15.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:15.372 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:15 smithi089 ceph-mon[103441]: pgmap v20819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:15.450 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:15 smithi026 ceph-mon[93126]: pgmap v20819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:16.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:16.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:17.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:17.058 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:17 smithi089 ceph-mon[103441]: pgmap v20820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:17 smithi026 ceph-mon[93126]: pgmap v20820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:18.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:18.060 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:19.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:19.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:19 smithi089 ceph-mon[103441]: pgmap v20821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:19 smithi026 ceph-mon[93126]: pgmap v20821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:20.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:20.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:20.425 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:20.508 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:21.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:21.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:21 smithi089 ceph-mon[103441]: pgmap v20822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:21 smithi026 ceph-mon[93126]: pgmap v20822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:22.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:22.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:23.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:23.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:23.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:23 smithi089 ceph-mon[103441]: pgmap v20823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:23 smithi026 ceph-mon[93126]: pgmap v20823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:24.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:24.070 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:25.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:25.072 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:25 smithi089 ceph-mon[103441]: pgmap v20824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:25 smithi026 ceph-mon[93126]: pgmap v20824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:26.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:26.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:27.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:27.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:27 smithi089 ceph-mon[103441]: pgmap v20825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:27 smithi026 ceph-mon[93126]: pgmap v20825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:28.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:28.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:29.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:29.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:29 smithi089 ceph-mon[103441]: pgmap v20826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:29 smithi026 ceph-mon[93126]: pgmap v20826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:30.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:30.080 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:31.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:31.082 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:31 smithi089 ceph-mon[103441]: pgmap v20827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:31 smithi026 ceph-mon[93126]: pgmap v20827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:32.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:32.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:33.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:33.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:33 smithi089 ceph-mon[103441]: pgmap v20828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:33 smithi026 ceph-mon[93126]: pgmap v20828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:34.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:34.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:35.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:35.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:35 smithi089 ceph-mon[103441]: pgmap v20829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:35 smithi026 ceph-mon[93126]: pgmap v20829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:36.090 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:36.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:37.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:37.092 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:37 smithi089 ceph-mon[103441]: pgmap v20830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:37 smithi026 ceph-mon[93126]: pgmap v20830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:38.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:38.094 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:39.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:39.096 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:39 smithi089 ceph-mon[103441]: pgmap v20831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:39 smithi026 ceph-mon[93126]: pgmap v20831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:40.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:40.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:41.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:41.099 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:41 smithi089 ceph-mon[103441]: pgmap v20832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:41 smithi026 ceph-mon[93126]: pgmap v20832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:42.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:42.101 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:43.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:43.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:43 smithi089 ceph-mon[103441]: pgmap v20833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:43 smithi026 ceph-mon[93126]: pgmap v20833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:44.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:44.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:45.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:45.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:45 smithi089 ceph-mon[103441]: pgmap v20834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:45.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:45 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:14:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:45 smithi026 ceph-mon[93126]: pgmap v20834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:45 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:14:46.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:46.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:14:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:14:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:14:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:14:46.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:14:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:14:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:14:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:14:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:14:46.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:14:47.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:47.108 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:47 smithi089 ceph-mon[103441]: pgmap v20835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:47 smithi026 ceph-mon[93126]: pgmap v20835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:48.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:48.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:49.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:49.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:49 smithi089 ceph-mon[103441]: pgmap v20836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:49 smithi026 ceph-mon[93126]: pgmap v20836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:14:50.113 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:50.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:51.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:51.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:51 smithi089 ceph-mon[103441]: pgmap v20837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:51 smithi026 ceph-mon[93126]: pgmap v20837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:52.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:52.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:53.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:53.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:53 smithi089 ceph-mon[103441]: pgmap v20838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:53 smithi026 ceph-mon[93126]: pgmap v20838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:54.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:54.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:55.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:55.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:55 smithi089 ceph-mon[103441]: pgmap v20839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:55 smithi026 ceph-mon[93126]: pgmap v20839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:56.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:56.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:57.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:57.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:57 smithi089 ceph-mon[103441]: pgmap v20840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:57 smithi026 ceph-mon[93126]: pgmap v20840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:14:58.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:58.128 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:59.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:14:59.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:14:59.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:14:59 smithi089 ceph-mon[103441]: pgmap v20841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:14:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:14:59 smithi026 ceph-mon[93126]: pgmap v20841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:00.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:00.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:01.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:01.133 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:01 smithi089 ceph-mon[103441]: pgmap v20842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:01 smithi026 ceph-mon[93126]: pgmap v20842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:02.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:02.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:03.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:03.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:03 smithi089 ceph-mon[103441]: pgmap v20843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:03 smithi026 ceph-mon[93126]: pgmap v20843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:04.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:04.138 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:05.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:05.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:05 smithi089 ceph-mon[103441]: pgmap v20844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:05 smithi026 ceph-mon[93126]: pgmap v20844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:06.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:06.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:07.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:07.143 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:07 smithi089 ceph-mon[103441]: pgmap v20845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:07 smithi026 ceph-mon[93126]: pgmap v20845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:08.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:08.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:09.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:09.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:09.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:09 smithi089 ceph-mon[103441]: pgmap v20846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:09 smithi026 ceph-mon[93126]: pgmap v20846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:10.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:10.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:11.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:11.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:11 smithi089 ceph-mon[103441]: pgmap v20847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:11.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:11 smithi026 ceph-mon[93126]: pgmap v20847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:12.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:12.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:13.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:13.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:13 smithi089 ceph-mon[103441]: pgmap v20848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:13 smithi026 ceph-mon[93126]: pgmap v20848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:14.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:14.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:15.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:15.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:15 smithi089 ceph-mon[103441]: pgmap v20849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:15 smithi026 ceph-mon[93126]: pgmap v20849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:16.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:16.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:17.159 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:17.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:17 smithi089 ceph-mon[103441]: pgmap v20850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:17 smithi026 ceph-mon[93126]: pgmap v20850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:18.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:18.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:19.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:19.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:19 smithi089 ceph-mon[103441]: pgmap v20851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:19 smithi026 ceph-mon[93126]: pgmap v20851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:20.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:20.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:21.166 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:21.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:21 smithi026 ceph-mon[93126]: pgmap v20852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:21 smithi089 ceph-mon[103441]: pgmap v20852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:22.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:22.168 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:23.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:23.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:23 smithi089 ceph-mon[103441]: pgmap v20853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:23 smithi026 ceph-mon[93126]: pgmap v20853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:24.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:24.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:25.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:25.173 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:25 smithi089 ceph-mon[103441]: pgmap v20854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:25.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:25 smithi026 ceph-mon[93126]: pgmap v20854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:26.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:26.175 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:27.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:27.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:27 smithi089 ceph-mon[103441]: pgmap v20855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:27 smithi026 ceph-mon[93126]: pgmap v20855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:28.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:28.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:29.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:29.180 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:29 smithi089 ceph-mon[103441]: pgmap v20856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:29 smithi026 ceph-mon[93126]: pgmap v20856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:30.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:30.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:31.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:31.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:31 smithi089 ceph-mon[103441]: pgmap v20857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:31 smithi026 ceph-mon[93126]: pgmap v20857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:32.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:32.185 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:33.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:33.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:33 smithi089 ceph-mon[103441]: pgmap v20858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:33 smithi026 ceph-mon[93126]: pgmap v20858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:34.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:34.188 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:35.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:35.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:35 smithi089 ceph-mon[103441]: pgmap v20859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:35 smithi026 ceph-mon[93126]: pgmap v20859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:36.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:36.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:37.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:37.193 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:37 smithi089 ceph-mon[103441]: pgmap v20860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:37 smithi026 ceph-mon[93126]: pgmap v20860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:38.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:38.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:39.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:39.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:39 smithi089 ceph-mon[103441]: pgmap v20861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:39 smithi026 ceph-mon[93126]: pgmap v20861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:40.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:40.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:41.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:41.200 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:41 smithi089 ceph-mon[103441]: pgmap v20862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:41 smithi026 ceph-mon[93126]: pgmap v20862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:42.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:42.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:43.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:43.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:43 smithi089 ceph-mon[103441]: pgmap v20863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:43 smithi026 ceph-mon[93126]: pgmap v20863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:44.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:44.205 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:45.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:45.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:45 smithi089 ceph-mon[103441]: pgmap v20864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:45 smithi026 ceph-mon[93126]: pgmap v20864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:46.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:46.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:46.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:15:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:15:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:15:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:15:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:15:46.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:15:46.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:46 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:15:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:15:46.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:15:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:15:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:15:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:15:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:15:46.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:46 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:15:47.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:47.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:47 smithi089 ceph-mon[103441]: pgmap v20865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:47.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:15:47.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:47 smithi026 ceph-mon[93126]: pgmap v20865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:15:48.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:48.212 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:49.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:49.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:49 smithi089 ceph-mon[103441]: pgmap v20866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:49 smithi026 ceph-mon[93126]: pgmap v20866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:15:50.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:50.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:51.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:51.217 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:51 smithi089 ceph-mon[103441]: pgmap v20867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:51 smithi026 ceph-mon[93126]: pgmap v20867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:52.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:52.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:53.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:53.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:53 smithi026 ceph-mon[93126]: pgmap v20868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:53 smithi089 ceph-mon[103441]: pgmap v20868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:54.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:54.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:55.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:55.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:55 smithi026 ceph-mon[93126]: pgmap v20869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:55 smithi089 ceph-mon[103441]: pgmap v20869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:56.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:56.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:57.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:57.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:57 smithi026 ceph-mon[93126]: pgmap v20870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:57 smithi089 ceph-mon[103441]: pgmap v20870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:15:58.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:58.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:59.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:15:59.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:15:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:15:59 smithi026 ceph-mon[93126]: pgmap v20871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:15:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:15:59 smithi089 ceph-mon[103441]: pgmap v20871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:00.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:00.232 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:01.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:01.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:01 smithi026 ceph-mon[93126]: pgmap v20872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:01 smithi089 ceph-mon[103441]: pgmap v20872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:02.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:02.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:03.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:03.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:03 smithi026 ceph-mon[93126]: pgmap v20873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:03 smithi089 ceph-mon[103441]: pgmap v20873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:04.238 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:04.239 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:05.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:05.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:05 smithi026 ceph-mon[93126]: pgmap v20874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:05 smithi089 ceph-mon[103441]: pgmap v20874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:06.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:06.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:07.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:07.244 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:07 smithi026 ceph-mon[93126]: pgmap v20875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:07 smithi089 ceph-mon[103441]: pgmap v20875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:08.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:08.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:09.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:09.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:09 smithi026 ceph-mon[93126]: pgmap v20876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:09 smithi089 ceph-mon[103441]: pgmap v20876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:10.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:10.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:11.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:11.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:11.770 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:11 smithi026 ceph-mon[93126]: pgmap v20877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:11 smithi089 ceph-mon[103441]: pgmap v20877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:12.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:12.253 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:13.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:13.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:13 smithi026 ceph-mon[93126]: pgmap v20878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:13 smithi089 ceph-mon[103441]: pgmap v20878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:14.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:14.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:15.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:15.258 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:15 smithi026 ceph-mon[93126]: pgmap v20879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:15 smithi089 ceph-mon[103441]: pgmap v20879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:16.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:16.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:17.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:17.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:17 smithi026 ceph-mon[93126]: pgmap v20880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:17.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:17 smithi089 ceph-mon[103441]: pgmap v20880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:18.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:18.263 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:19.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:19.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:19 smithi026 ceph-mon[93126]: pgmap v20881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:19 smithi089 ceph-mon[103441]: pgmap v20881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:20.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:20.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:21.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:21.268 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:21 smithi026 ceph-mon[93126]: pgmap v20882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:21 smithi089 ceph-mon[103441]: pgmap v20882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:22.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:22.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:23.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:23.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:23 smithi026 ceph-mon[93126]: pgmap v20883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:23 smithi089 ceph-mon[103441]: pgmap v20883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:24.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:24.273 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:25.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:25.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:25 smithi026 ceph-mon[93126]: pgmap v20884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:25 smithi089 ceph-mon[103441]: pgmap v20884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:26.275 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:26.276 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:27.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:27.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:27 smithi026 ceph-mon[93126]: pgmap v20885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:27 smithi089 ceph-mon[103441]: pgmap v20885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:28.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:28.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:29.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:29.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:29 smithi026 ceph-mon[93126]: pgmap v20886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:29.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:29 smithi089 ceph-mon[103441]: pgmap v20886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:30.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:30.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:31.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:31.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:31.788 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:31 smithi089 ceph-mon[103441]: pgmap v20887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:31 smithi026 ceph-mon[93126]: pgmap v20887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:32.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:32.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:33.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:33.288 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:33 smithi026 ceph-mon[93126]: pgmap v20888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:33 smithi089 ceph-mon[103441]: pgmap v20888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:34.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:34.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:34.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:35.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:35.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:35 smithi026 ceph-mon[93126]: pgmap v20889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:35 smithi089 ceph-mon[103441]: pgmap v20889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:36.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:36.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:37.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:37.295 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:37 smithi026 ceph-mon[93126]: pgmap v20890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:37 smithi089 ceph-mon[103441]: pgmap v20890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:38.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:38.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:39.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:39.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:39.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:39 smithi026 ceph-mon[93126]: pgmap v20891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:39 smithi089 ceph-mon[103441]: pgmap v20891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:40.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:40.300 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:41.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:41.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:41 smithi026 ceph-mon[93126]: pgmap v20892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:41.893 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:41 smithi089 ceph-mon[103441]: pgmap v20892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:42.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:42.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:43.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:43.305 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:43 smithi026 ceph-mon[93126]: pgmap v20893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:43 smithi089 ceph-mon[103441]: pgmap v20893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:44.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:44.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:45.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:45.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:45 smithi026 ceph-mon[93126]: pgmap v20894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:45 smithi089 ceph-mon[103441]: pgmap v20894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:46.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:46.310 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:47.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:47.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: pgmap v20895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:16:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:16:47.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:16:47.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:16:47.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:16:47.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:16:47.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:16:47.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:16:47.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:16:47.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:16:47.807 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:47 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:16:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: pgmap v20895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:16:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:16:47.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:16:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:16:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:16:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:16:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:16:47.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:16:47.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:16:47.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:16:47.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:47 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:16:48.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:48.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:48.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:48 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1593M 2023-10-17T08:16:48.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:48 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1593M 2023-10-17T08:16:49.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:49.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:49 smithi026 ceph-mon[93126]: pgmap v20896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:49 smithi089 ceph-mon[103441]: pgmap v20896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:16:50.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:50.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:51.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:51.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:51 smithi026 ceph-mon[93126]: pgmap v20897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:51 smithi089 ceph-mon[103441]: pgmap v20897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:52.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:52.320 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:53.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:53.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:53 smithi026 ceph-mon[93126]: pgmap v20898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:53 smithi089 ceph-mon[103441]: pgmap v20898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:54.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:54.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:55.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:55.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:55 smithi026 ceph-mon[93126]: pgmap v20899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:55 smithi089 ceph-mon[103441]: pgmap v20899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:56.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:56.327 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:57.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:57.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:57 smithi026 ceph-mon[93126]: pgmap v20900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:57.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:57 smithi089 ceph-mon[103441]: pgmap v20900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:16:58.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:58.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:59.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:16:59.332 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:16:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:16:59 smithi026 ceph-mon[93126]: pgmap v20901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:16:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:16:59 smithi089 ceph-mon[103441]: pgmap v20901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:00.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:00.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:01.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:01.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:01.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:01 smithi026 ceph-mon[93126]: pgmap v20902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:01 smithi089 ceph-mon[103441]: pgmap v20902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:02.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:02.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:03.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:03.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:03 smithi026 ceph-mon[93126]: pgmap v20903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:03 smithi089 ceph-mon[103441]: pgmap v20903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:04.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:04.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:05.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:05.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:05 smithi089 ceph-mon[103441]: pgmap v20904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:05 smithi026 ceph-mon[93126]: pgmap v20904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:06.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:06.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:07.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:07.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:07.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:07 smithi026 ceph-mon[93126]: pgmap v20905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:07 smithi089 ceph-mon[103441]: pgmap v20905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:08.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:08.347 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:09.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:09.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:09.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:09 smithi089 ceph-mon[103441]: pgmap v20906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:09 smithi026 ceph-mon[93126]: pgmap v20906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:10.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:10.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:11.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:11.352 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:11 smithi089 ceph-mon[103441]: pgmap v20907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:12.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:11 smithi026 ceph-mon[93126]: pgmap v20907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:12.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:12.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:12.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:12 smithi026 ceph-mon[93126]: pgmap v20908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:12.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:12 smithi089 ceph-mon[103441]: pgmap v20908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:13.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:13.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:14.357 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:14.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:15.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:15 smithi026 ceph-mon[93126]: pgmap v20909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:15.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:15.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:15 smithi089 ceph-mon[103441]: pgmap v20909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:16.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:16.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:17.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:17 smithi026 ceph-mon[93126]: pgmap v20910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:17.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:17.362 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:17 smithi089 ceph-mon[103441]: pgmap v20910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:18.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:18.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:19.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:19 smithi026 ceph-mon[93126]: pgmap v20911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:19.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:19.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:19 smithi089 ceph-mon[103441]: pgmap v20911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:20.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:20.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:20.367 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:21.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:21 smithi026 ceph-mon[93126]: pgmap v20912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:21.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:21.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:21 smithi089 ceph-mon[103441]: pgmap v20912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:22.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:22.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:23 smithi026 ceph-mon[93126]: pgmap v20913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:23.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:23.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:23 smithi089 ceph-mon[103441]: pgmap v20913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:24.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:24.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:25.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:25.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:25 smithi089 ceph-mon[103441]: pgmap v20914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:25 smithi026 ceph-mon[93126]: pgmap v20914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:26.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:26.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:27.367 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:27 smithi089 ceph-mon[103441]: pgmap v20915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:27.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:27.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:27 smithi026 ceph-mon[93126]: pgmap v20915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:28.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:28.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:29.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:29.382 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:29 smithi089 ceph-mon[103441]: pgmap v20916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:29 smithi026 ceph-mon[93126]: pgmap v20916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:30.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:30.384 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:31.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:31.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:31 smithi089 ceph-mon[103441]: pgmap v20917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:31 smithi026 ceph-mon[93126]: pgmap v20917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:32.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:32.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:33.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:33.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:33 smithi089 ceph-mon[103441]: pgmap v20918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:33 smithi026 ceph-mon[93126]: pgmap v20918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:34.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:34.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:35.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:35.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:35 smithi089 ceph-mon[103441]: pgmap v20919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:35 smithi026 ceph-mon[93126]: pgmap v20919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:36.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:36.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:37.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:37.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:37 smithi089 ceph-mon[103441]: pgmap v20920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:37 smithi026 ceph-mon[93126]: pgmap v20920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:38.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:38.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:39.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:39.399 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:39 smithi089 ceph-mon[103441]: pgmap v20921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:39 smithi026 ceph-mon[93126]: pgmap v20921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:40.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:40.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:41.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:41.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:41 smithi089 ceph-mon[103441]: pgmap v20922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:41 smithi026 ceph-mon[93126]: pgmap v20922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:42.404 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:42.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:43.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:43.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:43 smithi089 ceph-mon[103441]: pgmap v20923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:43 smithi026 ceph-mon[93126]: pgmap v20923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:44.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:44.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:45.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:45.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:45 smithi089 ceph-mon[103441]: pgmap v20924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:45 smithi026 ceph-mon[93126]: pgmap v20924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:46.411 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:46.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:47.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:47.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:47 smithi089 ceph-mon[103441]: pgmap v20925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:47 smithi026 ceph-mon[93126]: pgmap v20925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:17:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:17:48.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:17:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:17:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:17:48.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:17:48.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:48.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:17:48.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:17:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:17:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:17:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:17:48.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:17:49.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:49.416 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:49 smithi089 ceph-mon[103441]: pgmap v20926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:49 smithi026 ceph-mon[93126]: pgmap v20926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:50.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:50.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:17:51.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:51.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:51 smithi089 ceph-mon[103441]: pgmap v20927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:51 smithi026 ceph-mon[93126]: pgmap v20927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:52.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:52.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:53.304 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:53 smithi026 ceph-mon[93126]: pgmap v20928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:53.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:53.423 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:53 smithi089 ceph-mon[103441]: pgmap v20928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:54.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:54.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:55.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:55.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:55.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:55 smithi089 ceph-mon[103441]: pgmap v20929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:55 smithi026 ceph-mon[93126]: pgmap v20929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:56.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:56.428 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:57 smithi089 ceph-mon[103441]: pgmap v20930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:57.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:57.429 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:57 smithi026 ceph-mon[93126]: pgmap v20930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:17:58.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:58.431 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:17:59 smithi089 ceph-mon[103441]: pgmap v20931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:17:59.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:17:59.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:17:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:17:59 smithi026 ceph-mon[93126]: pgmap v20931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:00.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:00.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:01 smithi089 ceph-mon[103441]: pgmap v20932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:01.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:01.436 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:01.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:01 smithi026 ceph-mon[93126]: pgmap v20932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:02.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:02.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:03.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:03 smithi026 ceph-mon[93126]: pgmap v20933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:03 smithi089 ceph-mon[103441]: pgmap v20933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:03.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:03.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:04.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:04.441 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:05.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:05 smithi089 ceph-mon[103441]: pgmap v20934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:05.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:05.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:05.443 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:05 smithi026 ceph-mon[93126]: pgmap v20934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:06.444 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:06.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:07 smithi089 ceph-mon[103441]: pgmap v20935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:07.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:07.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:07 smithi026 ceph-mon[93126]: pgmap v20935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:08.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:08.448 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:09 smithi089 ceph-mon[103441]: pgmap v20936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:09.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:09.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:09 smithi026 ceph-mon[93126]: pgmap v20936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:10.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:10.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:11 smithi089 ceph-mon[103441]: pgmap v20937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:11.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:11.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:11 smithi026 ceph-mon[93126]: pgmap v20937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:12.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:12.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:13.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:13 smithi089 ceph-mon[103441]: pgmap v20938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:13.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:13.456 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:13 smithi026 ceph-mon[93126]: pgmap v20938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:14.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:14.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:15.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:15 smithi089 ceph-mon[103441]: pgmap v20939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:15.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:15.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:15 smithi026 ceph-mon[93126]: pgmap v20939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:16.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:16.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:17 smithi089 ceph-mon[103441]: pgmap v20940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:17.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:17.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:17 smithi026 ceph-mon[93126]: pgmap v20940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:18.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:18.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:19 smithi089 ceph-mon[103441]: pgmap v20941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:19.465 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:19.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:19 smithi026 ceph-mon[93126]: pgmap v20941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:20.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:20.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:20.467 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:20.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:21 smithi089 ceph-mon[103441]: pgmap v20942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:21.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:21.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:21 smithi026 ceph-mon[93126]: pgmap v20942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:22.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:22.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:23 smithi089 ceph-mon[103441]: pgmap v20943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:23.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:23.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:23 smithi026 ceph-mon[93126]: pgmap v20943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:24.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:24.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:25 smithi089 ceph-mon[103441]: pgmap v20944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:25.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:25.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:25 smithi026 ceph-mon[93126]: pgmap v20944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:26.477 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:26.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:27.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:27 smithi089 ceph-mon[103441]: pgmap v20945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:27.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:27.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:27 smithi026 ceph-mon[93126]: pgmap v20945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:28.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:28.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:29 smithi089 ceph-mon[103441]: pgmap v20946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:29.482 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:29.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:29 smithi026 ceph-mon[93126]: pgmap v20946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:30.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:30.484 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:31 smithi089 ceph-mon[103441]: pgmap v20947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:31.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:31.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:31 smithi026 ceph-mon[93126]: pgmap v20947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:32.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:32.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:33 smithi089 ceph-mon[103441]: pgmap v20948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:33.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:33.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:33 smithi026 ceph-mon[93126]: pgmap v20948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:34.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:34.491 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:35 smithi089 ceph-mon[103441]: pgmap v20949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:35.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:35.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:35 smithi026 ceph-mon[93126]: pgmap v20949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:36.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:36.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:37 smithi089 ceph-mon[103441]: pgmap v20950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:37.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:37.496 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:37 smithi026 ceph-mon[93126]: pgmap v20950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:38.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:38.498 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:39.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:39.501 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:39.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:39 smithi026 ceph-mon[93126]: pgmap v20951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:39 smithi089 ceph-mon[103441]: pgmap v20951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:40.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:40.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:41.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:41.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:41 smithi026 ceph-mon[93126]: pgmap v20952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:41 smithi089 ceph-mon[103441]: pgmap v20952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:42.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:42.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:43 smithi089 ceph-mon[103441]: pgmap v20953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:43.495 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:43 smithi026 ceph-mon[93126]: pgmap v20953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:43.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:43.508 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:44.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:44.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:45.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:45.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:45 smithi026 ceph-mon[93126]: pgmap v20954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:45 smithi089 ceph-mon[103441]: pgmap v20954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:46.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:46.513 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:47.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:47.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:47 smithi026 ceph-mon[93126]: pgmap v20955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:47 smithi089 ceph-mon[103441]: pgmap v20955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:48.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:48.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:48.553 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:48 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:18:48.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:48 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:18:49.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:49.518 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:49 smithi026 ceph-mon[93126]: pgmap v20956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:18:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:18:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:18:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:18:49.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:18:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:49 smithi089 ceph-mon[103441]: pgmap v20956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:18:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:18:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:18:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:18:49.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:18:50.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:50.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:50.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:18:51.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:51.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:51 smithi026 ceph-mon[93126]: pgmap v20957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:51 smithi089 ceph-mon[103441]: pgmap v20957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:52.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:53.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:53.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:53 smithi026 ceph-mon[93126]: pgmap v20958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:53 smithi089 ceph-mon[103441]: pgmap v20958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:54.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:54.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:55.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:55.528 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:55 smithi026 ceph-mon[93126]: pgmap v20959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:55 smithi089 ceph-mon[103441]: pgmap v20959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:56.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:56.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:57.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:57.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:57 smithi026 ceph-mon[93126]: pgmap v20960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:57 smithi089 ceph-mon[103441]: pgmap v20960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:18:58.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:58.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:59.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:18:59.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:18:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:18:59 smithi026 ceph-mon[93126]: pgmap v20961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:18:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:18:59 smithi089 ceph-mon[103441]: pgmap v20961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:00.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:00.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:01.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:01.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:01 smithi026 ceph-mon[93126]: pgmap v20962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:01 smithi089 ceph-mon[103441]: pgmap v20962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:02.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:02.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:03.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:03.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:03 smithi026 ceph-mon[93126]: pgmap v20963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:03 smithi089 ceph-mon[103441]: pgmap v20963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:04.543 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:04.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:04.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:05.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:05.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:05 smithi026 ceph-mon[93126]: pgmap v20964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:05 smithi089 ceph-mon[103441]: pgmap v20964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:06.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:06.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:07.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:07.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:07.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:07 smithi026 ceph-mon[93126]: pgmap v20965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:07 smithi089 ceph-mon[103441]: pgmap v20965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:08.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:08.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:09.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:09.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:09 smithi026 ceph-mon[93126]: pgmap v20966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:09 smithi089 ceph-mon[103441]: pgmap v20966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:10.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:10.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:11.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:11 smithi026 ceph-mon[93126]: pgmap v20967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:11.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:11.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:11.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:11 smithi089 ceph-mon[103441]: pgmap v20967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:12.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:12.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:13 smithi026 ceph-mon[93126]: pgmap v20968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:13.558 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:13.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:13 smithi089 ceph-mon[103441]: pgmap v20968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:14.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:14.561 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:15 smithi026 ceph-mon[93126]: pgmap v20969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:15.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:15.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:15 smithi089 ceph-mon[103441]: pgmap v20969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:16.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:16.564 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:17 smithi026 ceph-mon[93126]: pgmap v20970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:17.565 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:17.566 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:17 smithi089 ceph-mon[103441]: pgmap v20970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:18.567 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:18.568 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:19 smithi026 ceph-mon[93126]: pgmap v20971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:19.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:19.569 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:19 smithi089 ceph-mon[103441]: pgmap v20971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:20.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:20.571 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:21 smithi026 ceph-mon[93126]: pgmap v20972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:21.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:21.572 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:21 smithi089 ceph-mon[103441]: pgmap v20972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:22.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:22.574 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:23 smithi026 ceph-mon[93126]: pgmap v20973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:23.575 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:23.576 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:23.582 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:23 smithi089 ceph-mon[103441]: pgmap v20973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:24.577 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:24.578 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:25 smithi026 ceph-mon[93126]: pgmap v20974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:25.579 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:25.580 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:25 smithi089 ceph-mon[103441]: pgmap v20974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:26.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:26.581 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:27 smithi026 ceph-mon[93126]: pgmap v20975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:27.582 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:27.583 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:27 smithi089 ceph-mon[103441]: pgmap v20975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:28.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:28.584 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:29.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:29 smithi026 ceph-mon[93126]: pgmap v20976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:29.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:29.586 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:29 smithi089 ceph-mon[103441]: pgmap v20976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:30.587 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:30.588 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:31 smithi026 ceph-mon[93126]: pgmap v20977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:31.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:31.589 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:31 smithi089 ceph-mon[103441]: pgmap v20977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:32.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:32.591 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:33 smithi026 ceph-mon[93126]: pgmap v20978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:33.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:33.593 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:33.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:33 smithi089 ceph-mon[103441]: pgmap v20978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:34.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:34.594 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:34.595 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:35 smithi026 ceph-mon[93126]: pgmap v20979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:35.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:35.596 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:35 smithi089 ceph-mon[103441]: pgmap v20979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:36.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:36.598 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:37 smithi026 ceph-mon[93126]: pgmap v20980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:37.599 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:37.600 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:37 smithi089 ceph-mon[103441]: pgmap v20980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:38.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:38.601 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:39 smithi026 ceph-mon[93126]: pgmap v20981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:39.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:39.603 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:39 smithi089 ceph-mon[103441]: pgmap v20981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:40.604 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:40.605 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:41 smithi026 ceph-mon[93126]: pgmap v20982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:41.606 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:41.607 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:41 smithi089 ceph-mon[103441]: pgmap v20982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:42.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:42.608 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:43 smithi026 ceph-mon[93126]: pgmap v20983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:43.609 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:43.610 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:43 smithi089 ceph-mon[103441]: pgmap v20983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:44.611 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:44.612 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:45 smithi026 ceph-mon[93126]: pgmap v20984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:45.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:45.613 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:45 smithi089 ceph-mon[103441]: pgmap v20984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:46.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:46.615 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:47 smithi026 ceph-mon[93126]: pgmap v20985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:47.616 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:47.617 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:47 smithi089 ceph-mon[103441]: pgmap v20985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:48.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:48.618 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:49 smithi026 ceph-mon[93126]: pgmap v20986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:19:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:49.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:49.619 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:49 smithi089 ceph-mon[103441]: pgmap v20986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:19:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:19:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:19:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:19:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:19:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:19:50.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:19:50.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:50.621 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:19:50.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:19:50.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:19:50.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:19:50.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:19:51.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:51.623 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:51 smithi089 ceph-mon[103441]: pgmap v20987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:51 smithi026 ceph-mon[93126]: pgmap v20987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:52.624 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:52.625 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:53.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:53.626 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:53 smithi089 ceph-mon[103441]: pgmap v20988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:53 smithi026 ceph-mon[93126]: pgmap v20988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:54.627 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:54.628 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:55.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:55.629 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:55 smithi089 ceph-mon[103441]: pgmap v20989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:55.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:55 smithi026 ceph-mon[93126]: pgmap v20989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:56.631 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:56.632 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:57.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:57.633 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:57 smithi089 ceph-mon[103441]: pgmap v20990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:57 smithi026 ceph-mon[93126]: pgmap v20990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:19:58.634 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:58.635 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:59.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:19:59.636 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:19:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:19:59 smithi089 ceph-mon[103441]: pgmap v20991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:19:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:19:59 smithi026 ceph-mon[93126]: pgmap v20991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:00.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:00.638 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:00.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:00 smithi089 ceph-mon[103441]: overall HEALTH_OK 2023-10-17T08:20:00.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:00 smithi026 ceph-mon[93126]: overall HEALTH_OK 2023-10-17T08:20:01.639 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:01.640 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:01 smithi089 ceph-mon[103441]: pgmap v20992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:01 smithi026 ceph-mon[93126]: pgmap v20992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:02.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:02.641 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:03.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:03.643 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:03 smithi089 ceph-mon[103441]: pgmap v20993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:03 smithi026 ceph-mon[93126]: pgmap v20993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:04.644 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:04.645 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:05.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:05.646 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:05 smithi089 ceph-mon[103441]: pgmap v20994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:05 smithi026 ceph-mon[93126]: pgmap v20994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:06.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:06.648 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:07.649 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:07.650 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:07 smithi089 ceph-mon[103441]: pgmap v20995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:07 smithi026 ceph-mon[93126]: pgmap v20995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:08.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:08.651 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:09.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:09.653 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:09 smithi089 ceph-mon[103441]: pgmap v20996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:09.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:09 smithi026 ceph-mon[93126]: pgmap v20996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:10.654 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:10.655 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:11 smithi026 ceph-mon[93126]: pgmap v20997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:11.656 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:11.657 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:11 smithi089 ceph-mon[103441]: pgmap v20997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:12.658 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:12.659 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:13.660 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:13.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:13 smithi089 ceph-mon[103441]: pgmap v20998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:13.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:13 smithi026 ceph-mon[93126]: pgmap v20998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:14.661 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:14.662 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:15.663 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:15.664 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:15 smithi089 ceph-mon[103441]: pgmap v20999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:15 smithi026 ceph-mon[93126]: pgmap v20999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:16.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:16.665 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:17.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:17.667 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:17 smithi089 ceph-mon[103441]: pgmap v21000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:17 smithi026 ceph-mon[93126]: pgmap v21000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:18.668 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:18.669 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:19.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:19.670 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:19 smithi089 ceph-mon[103441]: pgmap v21001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:19 smithi026 ceph-mon[93126]: pgmap v21001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:20.671 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:20.672 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:21.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:21.673 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:21 smithi089 ceph-mon[103441]: pgmap v21002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:21.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:21 smithi026 ceph-mon[93126]: pgmap v21002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:22.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:22.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:23 smithi089 ceph-mon[103441]: pgmap v21003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:23.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:23.677 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:23 smithi026 ceph-mon[93126]: pgmap v21003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:24.678 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:24.679 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:25.680 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:25.681 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:25 smithi026 ceph-mon[93126]: pgmap v21004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:25.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:25 smithi089 ceph-mon[103441]: pgmap v21004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:26.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:26.682 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:27.683 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:27.684 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:27.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:27 smithi026 ceph-mon[93126]: pgmap v21005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:27.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:27 smithi089 ceph-mon[103441]: pgmap v21005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:28.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:28.685 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:29 smithi089 ceph-mon[103441]: pgmap v21006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:29.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:29.686 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:29.714 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:29 smithi026 ceph-mon[93126]: pgmap v21006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:30.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:30.688 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:31.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:31.690 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:31 smithi026 ceph-mon[93126]: pgmap v21007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:31 smithi089 ceph-mon[103441]: pgmap v21007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:32.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:32.692 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:33.693 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:33.694 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:33 smithi026 ceph-mon[93126]: pgmap v21008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:33 smithi089 ceph-mon[103441]: pgmap v21008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:34.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:34.695 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:34.771 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:35.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:35.698 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:35 smithi026 ceph-mon[93126]: pgmap v21009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:35 smithi089 ceph-mon[103441]: pgmap v21009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:36.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:36.699 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:37.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:37.701 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:37.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:37 smithi026 ceph-mon[93126]: pgmap v21010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:37 smithi089 ceph-mon[103441]: pgmap v21010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:38.702 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:38.703 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:39 smithi089 ceph-mon[103441]: pgmap v21011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:39.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:39.704 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:39 smithi026 ceph-mon[93126]: pgmap v21011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:40.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:40.706 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:41.707 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:41.708 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:41 smithi026 ceph-mon[93126]: pgmap v21012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:41 smithi089 ceph-mon[103441]: pgmap v21012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:42.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:42.709 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:43.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:43.711 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:43 smithi026 ceph-mon[93126]: pgmap v21013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:43 smithi089 ceph-mon[103441]: pgmap v21013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:44.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:44.712 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:45.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:45.714 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:45 smithi026 ceph-mon[93126]: pgmap v21014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:45 smithi089 ceph-mon[103441]: pgmap v21014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:46.715 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:46.716 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:47.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:47.717 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:47 smithi026 ceph-mon[93126]: pgmap v21015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:47 smithi089 ceph-mon[103441]: pgmap v21015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:48.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:48.719 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:49.721 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:49.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:49 smithi026 ceph-mon[93126]: pgmap v21016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:49 smithi089 ceph-mon[103441]: pgmap v21016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:20:50.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:50.722 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:20:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:20:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:20:50.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:20:50.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:20:50.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:20:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:20:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:20:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:20:50.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:20:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:20:50.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:20:51.723 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:51.724 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:51 smithi026 ceph-mon[93126]: pgmap v21017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:51 smithi089 ceph-mon[103441]: pgmap v21017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:52.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:52.725 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:53.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:53.727 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:53 smithi026 ceph-mon[93126]: pgmap v21018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:53 smithi089 ceph-mon[103441]: pgmap v21018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:54.728 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:54.729 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:55.730 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:55.731 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:55.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:55 smithi026 ceph-mon[93126]: pgmap v21019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:55.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:55 smithi089 ceph-mon[103441]: pgmap v21019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:56.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:56.732 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:57.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:57.734 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:57.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:57 smithi026 ceph-mon[93126]: pgmap v21020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:57 smithi089 ceph-mon[103441]: pgmap v21020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:20:58.735 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:58.736 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:59.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:20:59.737 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:20:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:20:59 smithi026 ceph-mon[93126]: pgmap v21021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:20:59.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:20:59 smithi089 ceph-mon[103441]: pgmap v21021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:00.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:00.739 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:01.740 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:01.741 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:01 smithi026 ceph-mon[93126]: pgmap v21022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:01 smithi089 ceph-mon[103441]: pgmap v21022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:02.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:02.742 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:03.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:03.744 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:03 smithi026 ceph-mon[93126]: pgmap v21023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:03 smithi089 ceph-mon[103441]: pgmap v21023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:04.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:04.746 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:04.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:05.747 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:05.748 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:05.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:05 smithi026 ceph-mon[93126]: pgmap v21024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:05 smithi089 ceph-mon[103441]: pgmap v21024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:06.749 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:06.750 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:07.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:07.751 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:07 smithi026 ceph-mon[93126]: pgmap v21025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:07 smithi089 ceph-mon[103441]: pgmap v21025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:08.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:08.753 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:09.754 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:09.755 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:09 smithi026 ceph-mon[93126]: pgmap v21026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:09 smithi089 ceph-mon[103441]: pgmap v21026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:10.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:10.756 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:11.757 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:11.758 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:11 smithi026 ceph-mon[93126]: pgmap v21027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:11 smithi089 ceph-mon[103441]: pgmap v21027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:12.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:12.759 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:13.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:13.761 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:13 smithi026 ceph-mon[93126]: pgmap v21028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:13 smithi089 ceph-mon[103441]: pgmap v21028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:14.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:14.763 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:15.764 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:15.765 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:15.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:15 smithi026 ceph-mon[93126]: pgmap v21029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:15 smithi089 ceph-mon[103441]: pgmap v21029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:16.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:16.766 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:17.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:17.768 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:17.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:17 smithi026 ceph-mon[93126]: pgmap v21030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:17 smithi089 ceph-mon[103441]: pgmap v21030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:18.769 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:18.770 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:19.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:19.771 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:19.803 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:19 smithi089 ceph-mon[103441]: pgmap v21031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:19.803 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:19.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:19 smithi026 ceph-mon[93126]: pgmap v21031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:20.772 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:20.773 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:21.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:21.774 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:21 smithi026 ceph-mon[93126]: pgmap v21032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:21.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:21 smithi089 ceph-mon[103441]: pgmap v21032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:22.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:22.776 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:23.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:23.778 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:23.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:23 smithi026 ceph-mon[93126]: pgmap v21033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:23.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:23 smithi089 ceph-mon[103441]: pgmap v21033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:24.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:24.780 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:25.781 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:25.782 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:25.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:25 smithi026 ceph-mon[93126]: pgmap v21034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:25.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:25 smithi089 ceph-mon[103441]: pgmap v21034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:26.783 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:26.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:27.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:27.785 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:27 smithi026 ceph-mon[93126]: pgmap v21035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:27.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:27 smithi089 ceph-mon[103441]: pgmap v21035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:28.786 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:28.787 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:29.788 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:29.789 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:29.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:29 smithi026 ceph-mon[93126]: pgmap v21036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:29.906 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:29 smithi089 ceph-mon[103441]: pgmap v21036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:30.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:30.790 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:31.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:31.792 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:31.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:31 smithi026 ceph-mon[93126]: pgmap v21037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:31.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:31 smithi089 ceph-mon[103441]: pgmap v21037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:32.793 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:32.794 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:33.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:33.795 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:33.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:33 smithi026 ceph-mon[93126]: pgmap v21038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:33.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:33 smithi089 ceph-mon[103441]: pgmap v21038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:34.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:34.797 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:34.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:35.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:35.799 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:35.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:35 smithi026 ceph-mon[93126]: pgmap v21039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:35.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:35 smithi089 ceph-mon[103441]: pgmap v21039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:36.800 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:36.801 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:37.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:37.802 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:37.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:37 smithi089 ceph-mon[103441]: pgmap v21040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:38.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:37 smithi026 ceph-mon[93126]: pgmap v21040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:38.803 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:38.804 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:39.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:39.805 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:39.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:39 smithi089 ceph-mon[103441]: pgmap v21041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:40.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:39 smithi026 ceph-mon[93126]: pgmap v21041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:40.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:40.807 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:41.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:41.809 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:41.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:41 smithi089 ceph-mon[103441]: pgmap v21042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:42.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:41 smithi026 ceph-mon[93126]: pgmap v21042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:42.810 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:42.811 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:43.812 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:43.813 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:43.851 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:43 smithi026 ceph-mon[93126]: pgmap v21043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:43.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:43 smithi089 ceph-mon[103441]: pgmap v21043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:44.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:44.814 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:45.815 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:45.816 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:45.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:45 smithi089 ceph-mon[103441]: pgmap v21044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:46.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:45 smithi026 ceph-mon[93126]: pgmap v21044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:46.817 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:46.818 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:47.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:47.819 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:47.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:47 smithi089 ceph-mon[103441]: pgmap v21045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:48.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:47 smithi026 ceph-mon[93126]: pgmap v21045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:48.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:48.821 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:49.822 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:49.823 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:49.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:49 smithi089 ceph-mon[103441]: pgmap v21046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:49.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:49 smithi026 ceph-mon[93126]: pgmap v21046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:21:50.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:21:50.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:50.824 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:50.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:21:51.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:21:51.825 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:51.826 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:51.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:51 smithi089 ceph-mon[103441]: pgmap v21047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:52.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:51 smithi026 ceph-mon[93126]: pgmap v21047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:52.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:52.827 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:53.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:53.829 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:53.852 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:53 smithi026 ceph-mon[93126]: pgmap v21048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:53.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:53 smithi089 ceph-mon[103441]: pgmap v21048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:54.830 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:54.831 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:55.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:55.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:55 smithi089 ceph-mon[103441]: pgmap v21049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:55.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:21:55.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:21:55.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:21:55.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:21:55.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:21:55.929 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:21:55.930 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:55 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:21:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:55 smithi026 ceph-mon[93126]: pgmap v21049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:21:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:21:56.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:21:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:21:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:21:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:21:56.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:55 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:21:56.833 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:56.834 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:57.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:57.835 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:57.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:57 smithi089 ceph-mon[103441]: pgmap v21050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:58.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:57 smithi026 ceph-mon[93126]: pgmap v21050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:21:58.836 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:58.837 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:59.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:21:59.838 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:21:59.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:21:59 smithi089 ceph-mon[103441]: pgmap v21051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:00.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:21:59 smithi026 ceph-mon[93126]: pgmap v21051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:00.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:00.840 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:01.841 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:01.842 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:01.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:01 smithi089 ceph-mon[103441]: pgmap v21052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:02.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:01 smithi026 ceph-mon[93126]: pgmap v21052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:02.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:02.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:03 smithi026 ceph-mon[93126]: pgmap v21053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:03.844 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:03.845 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:03.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:03 smithi089 ceph-mon[103441]: pgmap v21053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:04.846 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:04.847 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:05.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:05.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:05.848 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:05 smithi089 ceph-mon[103441]: pgmap v21054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:06.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:05 smithi026 ceph-mon[93126]: pgmap v21054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:06.849 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:06.850 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:07.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:07.851 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:07 smithi089 ceph-mon[103441]: pgmap v21055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:08.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:07 smithi026 ceph-mon[93126]: pgmap v21055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:08.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:08.853 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:09.854 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:09.855 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:09 smithi089 ceph-mon[103441]: pgmap v21056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:09 smithi026 ceph-mon[93126]: pgmap v21056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:10.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:10.856 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:11.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:11.858 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:11 smithi089 ceph-mon[103441]: pgmap v21057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:11 smithi026 ceph-mon[93126]: pgmap v21057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:12.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:12.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:13.861 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:13.862 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:13 smithi089 ceph-mon[103441]: pgmap v21058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:14.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:13 smithi026 ceph-mon[93126]: pgmap v21058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:14.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:14.863 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:15 smithi089 ceph-mon[103441]: pgmap v21059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:15.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:15.865 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:15.935 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:15 smithi026 ceph-mon[93126]: pgmap v21059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:16.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:16.867 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:17.868 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:17.869 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:17 smithi089 ceph-mon[103441]: pgmap v21060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:18.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:17 smithi026 ceph-mon[93126]: pgmap v21060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:18.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:18.870 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:19.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:19.872 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:19.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:19 smithi089 ceph-mon[103441]: pgmap v21061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:19.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:19 smithi026 ceph-mon[93126]: pgmap v21061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:20.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:20.873 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:20.874 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:20.992 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:20 smithi026 ceph-mon[93126]: pgmap v21062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:21.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:20 smithi089 ceph-mon[103441]: pgmap v21062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:21.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:21.875 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:22.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:22.877 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:23.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:22 smithi089 ceph-mon[103441]: pgmap v21063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:22 smithi026 ceph-mon[93126]: pgmap v21063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:23.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:23.879 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:24.880 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:24.881 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:25 smithi089 ceph-mon[103441]: pgmap v21064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:25 smithi026 ceph-mon[93126]: pgmap v21064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:25.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:25.882 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:26.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:26.884 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:27 smithi089 ceph-mon[103441]: pgmap v21065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:27 smithi026 ceph-mon[93126]: pgmap v21065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:27.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:27.886 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:28.887 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:28.888 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:29 smithi089 ceph-mon[103441]: pgmap v21066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:29 smithi026 ceph-mon[93126]: pgmap v21066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:29.889 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:29.890 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:30.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:30.891 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:31 smithi089 ceph-mon[103441]: pgmap v21067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:31 smithi026 ceph-mon[93126]: pgmap v21067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:31.892 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:31.893 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:32.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:32.894 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:33 smithi089 ceph-mon[103441]: pgmap v21068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:33 smithi026 ceph-mon[93126]: pgmap v21068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:33.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:33.896 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:34.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:34.897 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:35.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:35 smithi089 ceph-mon[103441]: pgmap v21069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:35.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:35 smithi026 ceph-mon[93126]: pgmap v21069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:35.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:35.899 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:36.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:36.901 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:37.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:37 smithi089 ceph-mon[103441]: pgmap v21070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:37 smithi026 ceph-mon[93126]: pgmap v21070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:37.902 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:37.903 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:38.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:38.904 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:39.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:39 smithi089 ceph-mon[103441]: pgmap v21071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:39 smithi026 ceph-mon[93126]: pgmap v21071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:39.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:39.906 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:40.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:40.908 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:41.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:41 smithi089 ceph-mon[103441]: pgmap v21072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:41 smithi026 ceph-mon[93126]: pgmap v21072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:41.909 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:41.910 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:42.911 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:42.912 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:43 smithi089 ceph-mon[103441]: pgmap v21073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:43 smithi026 ceph-mon[93126]: pgmap v21073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:43.913 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:43.914 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:44.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:44.915 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:45.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:45 smithi089 ceph-mon[103441]: pgmap v21074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:45 smithi026 ceph-mon[93126]: pgmap v21074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:45.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:45.917 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:46.918 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:47.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:47.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:47 smithi089 ceph-mon[103441]: pgmap v21075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:47 smithi026 ceph-mon[93126]: pgmap v21075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:47.920 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:47.921 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:48.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:48.922 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:49.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:49 smithi089 ceph-mon[103441]: pgmap v21076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:49.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:49 smithi026 ceph-mon[93126]: pgmap v21076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:49.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:49.924 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:50.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:22:50.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:50.925 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:51.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:51 smithi089 ceph-mon[103441]: pgmap v21077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:51.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:51 smithi026 ceph-mon[93126]: pgmap v21077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:51.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:51.927 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:52.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:52.929 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:53.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:53 smithi089 ceph-mon[103441]: pgmap v21078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:53.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:53 smithi026 ceph-mon[93126]: pgmap v21078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:53.930 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:53.931 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:54.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:54.932 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:55.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:55 smithi089 ceph-mon[103441]: pgmap v21079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:55 smithi026 ceph-mon[93126]: pgmap v21079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:55.933 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:55.934 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:56.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:56 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:22:56.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:56 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:22:56.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:56.935 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:57 smithi089 ceph-mon[103441]: pgmap v21080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:22:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:22:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:22:57.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:22:57.428 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:22:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:57 smithi026 ceph-mon[93126]: pgmap v21080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:22:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:22:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:22:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:22:57.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:22:57.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:22:57.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:57.937 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:58.938 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:58.939 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:22:59.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:22:59 smithi089 ceph-mon[103441]: pgmap v21081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:22:59 smithi026 ceph-mon[93126]: pgmap v21081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:22:59.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:22:59.940 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:00.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:00.942 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:01.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:01 smithi089 ceph-mon[103441]: pgmap v21082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:01.448 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:01 smithi026 ceph-mon[93126]: pgmap v21082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:01.943 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:01.944 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:02.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:02.946 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:03.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:03 smithi089 ceph-mon[103441]: pgmap v21083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:03 smithi026 ceph-mon[93126]: pgmap v21083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:03.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:03.947 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:04.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:04.949 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:05 smithi026 ceph-mon[93126]: pgmap v21084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:05 smithi089 ceph-mon[103441]: pgmap v21084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:05.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:05.951 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:06.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:06.952 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:07 smithi026 ceph-mon[93126]: pgmap v21085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:07 smithi089 ceph-mon[103441]: pgmap v21085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:07.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:07.954 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:08.955 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:08.956 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:09 smithi026 ceph-mon[93126]: pgmap v21086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:09 smithi089 ceph-mon[103441]: pgmap v21086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:09.957 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:09.958 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:10.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:10.959 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:11 smithi089 ceph-mon[103441]: pgmap v21087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:11 smithi026 ceph-mon[93126]: pgmap v21087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:11.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:11.961 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:12.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:12.963 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:13 smithi026 ceph-mon[93126]: pgmap v21088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:13.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:13 smithi089 ceph-mon[103441]: pgmap v21088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:13.964 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:13.965 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:14.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:14.966 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:15 smithi026 ceph-mon[93126]: pgmap v21089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:15 smithi089 ceph-mon[103441]: pgmap v21089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:15.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:15.968 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:16.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:16.970 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:17 smithi026 ceph-mon[93126]: pgmap v21090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:17 smithi089 ceph-mon[103441]: pgmap v21090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:17.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:17.971 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:18.973 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:18.974 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:19 smithi026 ceph-mon[93126]: pgmap v21091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:19 smithi089 ceph-mon[103441]: pgmap v21091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:19.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:19.975 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:20.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:20.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:20.977 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:21 smithi089 ceph-mon[103441]: pgmap v21092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:21 smithi026 ceph-mon[93126]: pgmap v21092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:21.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:21.978 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:22.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:22.980 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:23.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:23 smithi026 ceph-mon[93126]: pgmap v21093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:23 smithi089 ceph-mon[103441]: pgmap v21093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:23.981 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:23.982 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:24.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:24.983 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:25 smithi026 ceph-mon[93126]: pgmap v21094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:25 smithi089 ceph-mon[103441]: pgmap v21094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:25.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:25.985 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:26.986 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:26.987 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:27 smithi026 ceph-mon[93126]: pgmap v21095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:27 smithi089 ceph-mon[103441]: pgmap v21095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:27.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:27.988 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:28.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:28.990 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:29 smithi026 ceph-mon[93126]: pgmap v21096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:29.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:29 smithi089 ceph-mon[103441]: pgmap v21096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:29.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:29.992 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:30.993 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:30.994 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:31.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:31 smithi089 ceph-mon[103441]: pgmap v21097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:31 smithi026 ceph-mon[93126]: pgmap v21097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:31.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:31.995 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:32.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:32.997 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:33 smithi026 ceph-mon[93126]: pgmap v21098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:33 smithi089 ceph-mon[103441]: pgmap v21098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:33.998 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:33.999 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:35.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:35.000 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:35 smithi026 ceph-mon[93126]: pgmap v21099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:35 smithi089 ceph-mon[103441]: pgmap v21099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:36.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:36.001 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:37.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:37.003 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:37 smithi026 ceph-mon[93126]: pgmap v21100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:37 smithi089 ceph-mon[103441]: pgmap v21100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:38.004 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:38.005 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:39.006 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:39.007 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:39 smithi026 ceph-mon[93126]: pgmap v21101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:39 smithi089 ceph-mon[103441]: pgmap v21101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:40.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:40.008 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:41.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:41.010 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:41 smithi026 ceph-mon[93126]: pgmap v21102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:41 smithi089 ceph-mon[103441]: pgmap v21102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:42.011 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:42.012 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:43.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:43.013 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:43 smithi026 ceph-mon[93126]: pgmap v21103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:43 smithi089 ceph-mon[103441]: pgmap v21103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:44.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:44.015 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:45.016 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:45.017 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:45 smithi026 ceph-mon[93126]: pgmap v21104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:45 smithi089 ceph-mon[103441]: pgmap v21104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:46.018 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:46.019 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:47.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:47.020 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:47 smithi026 ceph-mon[93126]: pgmap v21105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:47 smithi089 ceph-mon[103441]: pgmap v21105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:48.021 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:48.022 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:49.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:49.023 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:49 smithi026 ceph-mon[93126]: pgmap v21106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:49 smithi089 ceph-mon[103441]: pgmap v21106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:23:50.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:50.025 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:51.026 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:51.027 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:51 smithi026 ceph-mon[93126]: pgmap v21107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:51 smithi089 ceph-mon[103441]: pgmap v21107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:52.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:52.028 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:53.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:53.030 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:53 smithi026 ceph-mon[93126]: pgmap v21108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:53 smithi089 ceph-mon[103441]: pgmap v21108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:54.031 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:54.032 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:55.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:55.033 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:55 smithi026 ceph-mon[93126]: pgmap v21109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:55 smithi089 ceph-mon[103441]: pgmap v21109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:56.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:56.035 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:57.036 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:57.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:57.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:57 smithi026 ceph-mon[93126]: pgmap v21110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:23:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:23:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:57 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:23:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:57 smithi089 ceph-mon[103441]: pgmap v21110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:23:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:23:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:23:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:57 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:23:58.037 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:58.038 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:59.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:23:59.039 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:23:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:23:59 smithi026 ceph-mon[93126]: pgmap v21111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:23:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:23:59 smithi089 ceph-mon[103441]: pgmap v21111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:00.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:00.041 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:01.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:01.042 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:01 smithi026 ceph-mon[93126]: pgmap v21112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:01 smithi089 ceph-mon[103441]: pgmap v21112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:02.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:02.043 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:03.044 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:03.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:03 smithi026 ceph-mon[93126]: pgmap v21113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:03 smithi089 ceph-mon[103441]: pgmap v21113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:04.045 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:04.046 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:05.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:05.047 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:05.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:24:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:24:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:04 smithi089 ceph-mon[103441]: pgmap v21114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:05.177 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:24:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:24:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:24:05.178 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:24:05.179 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:24:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:24:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:24:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:04 smithi026 ceph-mon[93126]: pgmap v21114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:05.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:24:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:24:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:24:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:24:05.306 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:24:06.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:06.049 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:07.050 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:07.051 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:07.176 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:06 smithi089 ceph-mon[103441]: pgmap v21115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:07.189 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:06 smithi026 ceph-mon[93126]: pgmap v21115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:08.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:08.052 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:09.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:09.054 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:09.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:09 smithi089 ceph-mon[103441]: pgmap v21116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:09.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:09 smithi026 ceph-mon[93126]: pgmap v21116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:10.055 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:10.056 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:11.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:11.057 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:11.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:11 smithi089 ceph-mon[103441]: pgmap v21117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:11 smithi026 ceph-mon[93126]: pgmap v21117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:12.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:12.059 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:13.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:13.061 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:13.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:13 smithi089 ceph-mon[103441]: pgmap v21118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:13.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:13 smithi026 ceph-mon[93126]: pgmap v21118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:14.062 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:14.063 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:15.064 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:15.065 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:15.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:15 smithi089 ceph-mon[103441]: pgmap v21119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:15 smithi026 ceph-mon[93126]: pgmap v21119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:16.066 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:16.067 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:17.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:17.068 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:17.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:17 smithi089 ceph-mon[103441]: pgmap v21120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:17.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:17 smithi026 ceph-mon[93126]: pgmap v21120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:18.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:18.069 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:19.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:19.071 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:19 smithi089 ceph-mon[103441]: pgmap v21121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:19 smithi026 ceph-mon[93126]: pgmap v21121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:20.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:20.073 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:21.074 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:21.075 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:21 smithi089 ceph-mon[103441]: pgmap v21122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:21 smithi026 ceph-mon[93126]: pgmap v21122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:22.076 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:22.077 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:23.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:23.078 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:23 smithi089 ceph-mon[103441]: pgmap v21123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:23 smithi026 ceph-mon[93126]: pgmap v21123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:24.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:24.079 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:25.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:25.081 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:25.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:25 smithi089 ceph-mon[103441]: pgmap v21124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:25 smithi026 ceph-mon[93126]: pgmap v21124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:26.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:26.083 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:27.084 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:27.085 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:27.420 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:27 smithi026 ceph-mon[93126]: pgmap v21125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:27.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:27 smithi089 ceph-mon[103441]: pgmap v21125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:28.086 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:28.087 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:29.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:29.088 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:29.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:29 smithi089 ceph-mon[103441]: pgmap v21126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:29 smithi026 ceph-mon[93126]: pgmap v21126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:30.089 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:30.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:31.091 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:31.784 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:31.785 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:31 smithi089 ceph-mon[103441]: pgmap v21127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:31.786 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:31 smithi026 ceph-mon[93126]: pgmap v21127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:32.093 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:32.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:33.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:33.095 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:33 smithi089 ceph-mon[103441]: pgmap v21128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:33 smithi026 ceph-mon[93126]: pgmap v21128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:34.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:34.097 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:35.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:35.098 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:35.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:35 smithi089 ceph-mon[103441]: pgmap v21129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:35.429 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:35 smithi026 ceph-mon[93126]: pgmap v21129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:36.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:36.100 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:37.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:37.102 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:37.535 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:37 smithi026 ceph-mon[93126]: pgmap v21130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:37.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:37 smithi089 ceph-mon[103441]: pgmap v21130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:38.103 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:38.104 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:39.105 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:39.106 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:39 smithi026 ceph-mon[93126]: pgmap v21131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:39 smithi089 ceph-mon[103441]: pgmap v21131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:40.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:40.107 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:41.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:41.109 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:41 smithi026 ceph-mon[93126]: pgmap v21132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:41 smithi089 ceph-mon[103441]: pgmap v21132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:42.110 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:42.111 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:43.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:43.112 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:43 smithi026 ceph-mon[93126]: pgmap v21133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:43 smithi089 ceph-mon[103441]: pgmap v21133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:44.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:44.114 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:45.115 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:45.116 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:45 smithi026 ceph-mon[93126]: pgmap v21134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:45 smithi089 ceph-mon[103441]: pgmap v21134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:46.117 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:46.118 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:47.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:47.119 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:47.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:47 smithi089 ceph-mon[103441]: pgmap v21135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:47 smithi026 ceph-mon[93126]: pgmap v21135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:48.120 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:48.121 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:49.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:49.122 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:49 smithi026 ceph-mon[93126]: pgmap v21136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:49 smithi089 ceph-mon[103441]: pgmap v21136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:50.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:50.124 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:24:51.125 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:51.126 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:51 smithi026 ceph-mon[93126]: pgmap v21137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:51.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:51 smithi089 ceph-mon[103441]: pgmap v21137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:52.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:52.127 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:53.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:53.129 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:53 smithi026 ceph-mon[93126]: pgmap v21138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:53 smithi089 ceph-mon[103441]: pgmap v21138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:54.130 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:54.131 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:55.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:55.132 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:55 smithi026 ceph-mon[93126]: pgmap v21139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:55 smithi089 ceph-mon[103441]: pgmap v21139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:56.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:56.134 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:57.135 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:57.136 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:57.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:57 smithi089 ceph-mon[103441]: pgmap v21140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:57 smithi026 ceph-mon[93126]: pgmap v21140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:24:58.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:58.137 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:59.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:24:59.139 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:24:59.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:24:59 smithi026 ceph-mon[93126]: pgmap v21141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:24:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:24:59 smithi089 ceph-mon[103441]: pgmap v21141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:00.140 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:00.141 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:01.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:01.142 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:01 smithi026 ceph-mon[93126]: pgmap v21142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:01 smithi089 ceph-mon[103441]: pgmap v21142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:02.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:02.144 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:03.145 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:03.146 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:03.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:03 smithi026 ceph-mon[93126]: pgmap v21143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:03 smithi089 ceph-mon[103441]: pgmap v21143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:04.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:04.147 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:05.148 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:05.149 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:05 smithi026 ceph-mon[93126]: pgmap v21144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:25:05.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:25:05.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:25:05.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:25:05.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:25:05.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:25:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:05 smithi089 ceph-mon[103441]: pgmap v21144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:25:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:25:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:25:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:25:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:25:05.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:25:06.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:06.150 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:07.151 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:07.152 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:07.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:07 smithi089 ceph-mon[103441]: pgmap v21145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:07 smithi026 ceph-mon[93126]: pgmap v21145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:08.153 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:08.154 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:09.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:09.155 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:09 smithi026 ceph-mon[93126]: pgmap v21146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:09 smithi089 ceph-mon[103441]: pgmap v21146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:10.156 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:10.157 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:11.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:11.158 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:11 smithi026 ceph-mon[93126]: pgmap v21147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:11 smithi089 ceph-mon[103441]: pgmap v21147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:12.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:12.160 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:13.161 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:13.162 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:13 smithi026 ceph-mon[93126]: pgmap v21148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:13 smithi089 ceph-mon[103441]: pgmap v21148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:14.163 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:14.164 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:15.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:15.165 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:15.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:15 smithi026 ceph-mon[93126]: pgmap v21149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:15 smithi089 ceph-mon[103441]: pgmap v21149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:16.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:16.167 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:17.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:17.169 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:17 smithi026 ceph-mon[93126]: pgmap v21150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:17 smithi089 ceph-mon[103441]: pgmap v21150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:18.170 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:18.171 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:19.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:19.172 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:19 smithi026 ceph-mon[93126]: pgmap v21151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:19 smithi089 ceph-mon[103441]: pgmap v21151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:20.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:20.174 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:21.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:21.176 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:21 smithi026 ceph-mon[93126]: pgmap v21152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:21 smithi089 ceph-mon[103441]: pgmap v21152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:22.177 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:22.178 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:23.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:23.179 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:23.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:23 smithi026 ceph-mon[93126]: pgmap v21153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:23 smithi089 ceph-mon[103441]: pgmap v21153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:24.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:24.181 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:25.182 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:25.183 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:25.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:25 smithi026 ceph-mon[93126]: pgmap v21154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:25 smithi089 ceph-mon[103441]: pgmap v21154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:26.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:26.184 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:27.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:27.186 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:27.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:27 smithi026 ceph-mon[93126]: pgmap v21155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:27 smithi089 ceph-mon[103441]: pgmap v21155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:28.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:28.187 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:29.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:29.189 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:29.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:29 smithi026 ceph-mon[93126]: pgmap v21156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:29 smithi089 ceph-mon[103441]: pgmap v21156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:30.190 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:30.191 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:31.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:31.192 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:31 smithi026 ceph-mon[93126]: pgmap v21157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:31 smithi089 ceph-mon[103441]: pgmap v21157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:32.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:32.195 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:33.196 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:33.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:33.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:33 smithi026 ceph-mon[93126]: pgmap v21158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:33 smithi089 ceph-mon[103441]: pgmap v21158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:34.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:34.197 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:35.198 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:35.199 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:35 smithi026 ceph-mon[93126]: pgmap v21159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:35 smithi089 ceph-mon[103441]: pgmap v21159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:36.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:36.201 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:37.202 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:37.203 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:37.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:37 smithi026 ceph-mon[93126]: pgmap v21160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:37 smithi089 ceph-mon[103441]: pgmap v21160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:38.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:38.204 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:39.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:39.206 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:39.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:39 smithi026 ceph-mon[93126]: pgmap v21161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:39 smithi089 ceph-mon[103441]: pgmap v21161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:40.207 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:40.208 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:41.209 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:41.210 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:41.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:41 smithi026 ceph-mon[93126]: pgmap v21162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:41.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:41 smithi089 ceph-mon[103441]: pgmap v21162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:42.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:42.211 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:43.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:43.213 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:43 smithi026 ceph-mon[93126]: pgmap v21163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:43 smithi089 ceph-mon[103441]: pgmap v21163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:44.214 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:44.215 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:45.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:45.216 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:45.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:45 smithi026 ceph-mon[93126]: pgmap v21164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:45 smithi089 ceph-mon[103441]: pgmap v21164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:46.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:46.218 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:47.219 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:47.220 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:47.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:47 smithi026 ceph-mon[93126]: pgmap v21165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:47.586 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:47 smithi089 ceph-mon[103441]: pgmap v21165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:48.221 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:48.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:49.222 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:49.223 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:49 smithi026 ceph-mon[93126]: pgmap v21166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:49.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:49 smithi089 ceph-mon[103441]: pgmap v21166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:25:50.224 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:50.225 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:51.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:51.226 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:51 smithi026 ceph-mon[93126]: pgmap v21167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:51 smithi089 ceph-mon[103441]: pgmap v21167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:52.227 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:52.228 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:53.229 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:53.230 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:53 smithi026 ceph-mon[93126]: pgmap v21168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:53 smithi089 ceph-mon[103441]: pgmap v21168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:54.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:54.231 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:55.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:55.233 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:55.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:55 smithi026 ceph-mon[93126]: pgmap v21169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:55 smithi089 ceph-mon[103441]: pgmap v21169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:56.234 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:56.235 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:57.236 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:57.237 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:57 smithi026 ceph-mon[93126]: pgmap v21170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:57 smithi089 ceph-mon[103441]: pgmap v21170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:25:58.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:58.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:59.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:25:59.240 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:25:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:25:59 smithi089 ceph-mon[103441]: pgmap v21171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:25:59.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:25:59 smithi026 ceph-mon[93126]: pgmap v21171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:00.241 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:00.242 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:01.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:01.243 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:01 smithi089 ceph-mon[103441]: pgmap v21172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:01 smithi026 ceph-mon[93126]: pgmap v21172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:02.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:02.245 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:03.246 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:03.247 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:03 smithi089 ceph-mon[103441]: pgmap v21173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:03 smithi026 ceph-mon[93126]: pgmap v21173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:04.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:04.248 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:05.249 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:05.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:05 smithi089 ceph-mon[103441]: pgmap v21174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:05.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:05 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:26:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:05 smithi026 ceph-mon[93126]: pgmap v21174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:05 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:26:06.250 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:06.251 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:26:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:26:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:26:06.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:26:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:26:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:26:06.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:06 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:26:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:26:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:26:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:26:07.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:26:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:26:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:26:07.056 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:06 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:26:07.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:07.252 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:07.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:07 smithi089 ceph-mon[103441]: pgmap v21175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:08.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:07 smithi026 ceph-mon[93126]: pgmap v21175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:08.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:08.254 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:09.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:09.256 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:09.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:09 smithi089 ceph-mon[103441]: pgmap v21176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:10.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:09 smithi026 ceph-mon[93126]: pgmap v21176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:10.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:10.257 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:11.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:11.259 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:11.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:11 smithi089 ceph-mon[103441]: pgmap v21177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:12.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:11 smithi026 ceph-mon[93126]: pgmap v21177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:12.260 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:12.261 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:13.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:13.262 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:13.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:13 smithi089 ceph-mon[103441]: pgmap v21178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:14.055 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:13 smithi026 ceph-mon[93126]: pgmap v21178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:14.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:14.264 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:15.265 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:15.266 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:15.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:15 smithi089 ceph-mon[103441]: pgmap v21179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:16.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:15 smithi026 ceph-mon[93126]: pgmap v21179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:16.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:16.267 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:17.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:17.269 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:17.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:17 smithi089 ceph-mon[103441]: pgmap v21180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:18.054 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:17 smithi026 ceph-mon[93126]: pgmap v21180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:18.270 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:18.271 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:19.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:19.272 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:19 smithi089 ceph-mon[103441]: pgmap v21181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:19 smithi026 ceph-mon[93126]: pgmap v21181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:20.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:20.274 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:20.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:20 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:20.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:20 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:21.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:21.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:21.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:21 smithi089 ceph-mon[103441]: pgmap v21182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:21.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:21 smithi026 ceph-mon[93126]: pgmap v21182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:22.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:22.277 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:23.278 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:23.279 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:23.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:23 smithi089 ceph-mon[103441]: pgmap v21183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:23 smithi026 ceph-mon[93126]: pgmap v21183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:24.280 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:24.281 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:25.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:25.282 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:25.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:25 smithi089 ceph-mon[103441]: pgmap v21184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:25 smithi026 ceph-mon[93126]: pgmap v21184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:26.283 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:26.284 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:27.285 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:27.286 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:27 smithi026 ceph-mon[93126]: pgmap v21185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:27 smithi089 ceph-mon[103441]: pgmap v21185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:28.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:28.287 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:29.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:29.289 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:29 smithi026 ceph-mon[93126]: pgmap v21186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:29 smithi089 ceph-mon[103441]: pgmap v21186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:30.290 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:30.291 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:31.292 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:31.293 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:31.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:31 smithi026 ceph-mon[93126]: pgmap v21187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:31 smithi089 ceph-mon[103441]: pgmap v21187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:32.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:32.294 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:33.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:33.296 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:33.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:33 smithi089 ceph-mon[103441]: pgmap v21188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:33 smithi026 ceph-mon[93126]: pgmap v21188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:34.297 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:34.298 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:35.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:35.299 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:35 smithi026 ceph-mon[93126]: pgmap v21189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:35 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:35 smithi089 ceph-mon[103441]: pgmap v21189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:35.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:35 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:36.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:36.301 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:37.302 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:37.303 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:37 smithi026 ceph-mon[93126]: pgmap v21190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:37 smithi089 ceph-mon[103441]: pgmap v21190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:38.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:38.304 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:39.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:39.306 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:39 smithi026 ceph-mon[93126]: pgmap v21191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:39 smithi089 ceph-mon[103441]: pgmap v21191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:40.307 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:40.308 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:41.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:41.309 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:41 smithi026 ceph-mon[93126]: pgmap v21192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:41 smithi089 ceph-mon[103441]: pgmap v21192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:42.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:42.311 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:43.312 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:43.313 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:43.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:43 smithi089 ceph-mon[103441]: pgmap v21193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:43.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:43 smithi026 ceph-mon[93126]: pgmap v21193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:44.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:44.314 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:45.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:45.316 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:45.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:45 smithi026 ceph-mon[93126]: pgmap v21194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:45 smithi089 ceph-mon[103441]: pgmap v21194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:46.317 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:46.318 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:47.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:47.319 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:47.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:47 smithi026 ceph-mon[93126]: pgmap v21195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:47 smithi089 ceph-mon[103441]: pgmap v21195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:48.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:48.321 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:49.305 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:49 smithi026 ceph-mon[93126]: pgmap v21196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:49.322 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:49.323 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:49 smithi089 ceph-mon[103441]: pgmap v21196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:50.324 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:50.325 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:50.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:50 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:50.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:50 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:26:51.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:51.326 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:51.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:51 smithi026 ceph-mon[93126]: pgmap v21197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:51 smithi089 ceph-mon[103441]: pgmap v21197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:52.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:52.328 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:53.329 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:53.330 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:53.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:53 smithi026 ceph-mon[93126]: pgmap v21198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:53 smithi089 ceph-mon[103441]: pgmap v21198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:54.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:54.331 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:55.333 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:55.334 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:55.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:55 smithi026 ceph-mon[93126]: pgmap v21199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:55.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:55 smithi089 ceph-mon[103441]: pgmap v21199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:56.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:56.335 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:57.336 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:57.337 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:57.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:57 smithi026 ceph-mon[93126]: pgmap v21200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:57.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:57 smithi089 ceph-mon[103441]: pgmap v21200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:26:58.338 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:58.339 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:59.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:26:59.340 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:26:59.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:26:59 smithi026 ceph-mon[93126]: pgmap v21201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:26:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:26:59 smithi089 ceph-mon[103441]: pgmap v21201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:00.341 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:00.342 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:01.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:01.343 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:01.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:01 smithi026 ceph-mon[93126]: pgmap v21202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:01 smithi089 ceph-mon[103441]: pgmap v21202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:02.344 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:02.345 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:03.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:03.346 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:03.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:03 smithi026 ceph-mon[93126]: pgmap v21203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:03 smithi089 ceph-mon[103441]: pgmap v21203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:04.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:04.348 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:04.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:05.349 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:05.350 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:05.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:05 smithi026 ceph-mon[93126]: pgmap v21204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:05 smithi089 ceph-mon[103441]: pgmap v21204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:06.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:06.351 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:07.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:07.353 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: pgmap v21205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:27:07.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:27:07.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:27:07.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:27:07.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:27:07.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:27:07.556 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:27:07.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:27:07.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:27:07.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:27:07.557 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:27:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: pgmap v21205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:27:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:27:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:27:07.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:27:07.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-17T08:27:07.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:27:07.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:27:07.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:27:07.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:27:07.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:27:07.679 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:27:08.354 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:08.355 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:08.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:08 smithi026 ceph-mon[93126]: Adjusting osd_memory_target on smithi026 to 1585M 2023-10-17T08:27:08.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:08 smithi089 ceph-mon[103441]: Adjusting osd_memory_target on smithi026 to 1585M 2023-10-17T08:27:09.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:09.356 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:09.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:09 smithi026 ceph-mon[93126]: pgmap v21206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:09 smithi089 ceph-mon[103441]: pgmap v21206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:10.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:10.358 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:11.359 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:11.360 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:11.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:11 smithi026 ceph-mon[93126]: pgmap v21207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:11 smithi089 ceph-mon[103441]: pgmap v21207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:12.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:12.361 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:13.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:13.363 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:13.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:13 smithi026 ceph-mon[93126]: pgmap v21208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:13 smithi089 ceph-mon[103441]: pgmap v21208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:14.364 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:14.365 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:15.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:15.366 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:15.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:15 smithi026 ceph-mon[93126]: pgmap v21209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:15.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:15 smithi089 ceph-mon[103441]: pgmap v21209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:16.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:16.368 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:17.369 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:17.370 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:17.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:17 smithi026 ceph-mon[93126]: pgmap v21210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:17.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:17 smithi089 ceph-mon[103441]: pgmap v21210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:18.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:18.371 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:19.372 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:19.373 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:19.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:19 smithi026 ceph-mon[93126]: pgmap v21211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:19.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:19.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:19 smithi089 ceph-mon[103441]: pgmap v21211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:19.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:20.374 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:20.375 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:21.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:21.376 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:21.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:21 smithi026 ceph-mon[93126]: pgmap v21212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:21.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:21 smithi089 ceph-mon[103441]: pgmap v21212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:22.377 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:22.378 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:23.379 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:23.380 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:23.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:23 smithi026 ceph-mon[93126]: pgmap v21213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:23.588 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:23 smithi089 ceph-mon[103441]: pgmap v21213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:24.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:24.381 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:25.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:25.386 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:25 smithi026 ceph-mon[93126]: pgmap v21214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:25.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:25 smithi089 ceph-mon[103441]: pgmap v21214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:26.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:26.385 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:27.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:27.387 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:27.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:27 smithi026 ceph-mon[93126]: pgmap v21215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:27.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:27 smithi089 ceph-mon[103441]: pgmap v21215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:28.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:28.388 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:29.389 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:29.390 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:29.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:29 smithi026 ceph-mon[93126]: pgmap v21216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:29 smithi089 ceph-mon[103441]: pgmap v21216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:30.391 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:30.392 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:31.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:31.393 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:31.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:31 smithi026 ceph-mon[93126]: pgmap v21217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:31 smithi089 ceph-mon[103441]: pgmap v21217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:32.394 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:32.395 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:33.396 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:33.397 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:33.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:33 smithi026 ceph-mon[93126]: pgmap v21218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:33 smithi089 ceph-mon[103441]: pgmap v21218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:34.398 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:34.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:34.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:35.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:35.400 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:35.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:35 smithi026 ceph-mon[93126]: pgmap v21219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:35 smithi089 ceph-mon[103441]: pgmap v21219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:36.401 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:36.402 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:37.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:37.403 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:37.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:37 smithi026 ceph-mon[93126]: pgmap v21220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:37 smithi089 ceph-mon[103441]: pgmap v21220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:38.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:38.405 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:39.406 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:39.407 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:39.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:39 smithi026 ceph-mon[93126]: pgmap v21221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:39.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:39 smithi089 ceph-mon[103441]: pgmap v21221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:40.408 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:40.409 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:41.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:41.410 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:41.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:41 smithi026 ceph-mon[93126]: pgmap v21222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:41 smithi089 ceph-mon[103441]: pgmap v21222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:42.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:42.412 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:43.413 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:43.414 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:43.554 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:43 smithi026 ceph-mon[93126]: pgmap v21223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:43 smithi089 ceph-mon[103441]: pgmap v21223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:44.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:44.415 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:45.417 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:45.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:45.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:45 smithi089 ceph-mon[103441]: pgmap v21224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:45 smithi026 ceph-mon[93126]: pgmap v21224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:46.418 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:46.419 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:47.420 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:47.421 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:47 smithi089 ceph-mon[103441]: pgmap v21225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:47 smithi026 ceph-mon[93126]: pgmap v21225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:48.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:48.422 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:49.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:49.424 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:49 smithi089 ceph-mon[103441]: pgmap v21226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:49.727 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:49 smithi026 ceph-mon[93126]: pgmap v21226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:49.727 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:27:50.425 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:50.426 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:51.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:51.427 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:51 smithi089 ceph-mon[103441]: pgmap v21227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:51.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:51 smithi026 ceph-mon[93126]: pgmap v21227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:52.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:52.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:53.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:53.430 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:53 smithi089 ceph-mon[103441]: pgmap v21228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:53.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:53 smithi026 ceph-mon[93126]: pgmap v21228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:54.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:54.432 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:55.433 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:55.434 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:55 smithi089 ceph-mon[103441]: pgmap v21229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:55 smithi026 ceph-mon[93126]: pgmap v21229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:56.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:56.435 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:57.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:57.437 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:57 smithi089 ceph-mon[103441]: pgmap v21230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:57 smithi026 ceph-mon[93126]: pgmap v21230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:27:58.438 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:58.439 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:59.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:27:59.440 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:27:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:27:59 smithi089 ceph-mon[103441]: pgmap v21231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:27:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:27:59 smithi026 ceph-mon[93126]: pgmap v21231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:00.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:00.442 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:01.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:01.446 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:01.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:01 smithi089 ceph-mon[103441]: pgmap v21232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:01.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:01 smithi026 ceph-mon[93126]: pgmap v21232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:02.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:02.445 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:03.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:03.447 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:03.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:03 smithi089 ceph-mon[103441]: pgmap v21233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:03.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:03 smithi026 ceph-mon[93126]: pgmap v21233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:04.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:04.449 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:04.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:05.450 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:05.451 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:05.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:05 smithi089 ceph-mon[103441]: pgmap v21234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:05 smithi026 ceph-mon[93126]: pgmap v21234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:06.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:06.452 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:07.453 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:07.454 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:07.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:07 smithi089 ceph-mon[103441]: pgmap v21235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:07.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:07 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:28:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:07 smithi026 ceph-mon[93126]: pgmap v21235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:07 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:28:08.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:08.455 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:28:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:28:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:28:08.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:28:08.678 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:28:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:28:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:28:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:28:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:28:08.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:28:09.457 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:09.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:09.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:09 smithi089 ceph-mon[103441]: pgmap v21236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:09 smithi026 ceph-mon[93126]: pgmap v21236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:10.458 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:10.459 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:11.460 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:11.461 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:11.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:11 smithi089 ceph-mon[103441]: pgmap v21237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:11.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:11 smithi026 ceph-mon[93126]: pgmap v21237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:12.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:12.462 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:13.463 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:13.464 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:13.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:13 smithi089 ceph-mon[103441]: pgmap v21238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:13.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:13 smithi026 ceph-mon[93126]: pgmap v21238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:14.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:14.466 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:15.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:15.468 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:15.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:15 smithi089 ceph-mon[103441]: pgmap v21239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:15.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:15 smithi026 ceph-mon[93126]: pgmap v21239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:16.469 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:16.470 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:17.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:17.472 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:17.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:17 smithi089 ceph-mon[103441]: pgmap v21240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:17.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:17 smithi026 ceph-mon[93126]: pgmap v21240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:18.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:18.473 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:19.426 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:19 smithi089 ceph-mon[103441]: pgmap v21241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:19.427 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:19 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:19.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:19.474 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:19 smithi026 ceph-mon[93126]: pgmap v21241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:19.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:19 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:20.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:20.476 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:21.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:21.478 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:21.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:21 smithi089 ceph-mon[103441]: pgmap v21242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:21.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:21 smithi026 ceph-mon[93126]: pgmap v21242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:22.479 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:22.480 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:23.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:23.481 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:23.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:23 smithi089 ceph-mon[103441]: pgmap v21243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:23.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:23 smithi026 ceph-mon[93126]: pgmap v21243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:24.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:24.483 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:25.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:25.485 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:25.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:25 smithi026 ceph-mon[93126]: pgmap v21244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:25.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:25 smithi089 ceph-mon[103441]: pgmap v21244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:26.486 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:26.487 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:27.488 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:27.489 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:27.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:27 smithi089 ceph-mon[103441]: pgmap v21245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:27.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:27 smithi026 ceph-mon[93126]: pgmap v21245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:28.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:28.490 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:29.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:29.492 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:29.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:29 smithi089 ceph-mon[103441]: pgmap v21246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:29.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:29 smithi026 ceph-mon[93126]: pgmap v21246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:30.493 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:30.494 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:31.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:31.495 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:31.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:31 smithi089 ceph-mon[103441]: pgmap v21247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:31.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:31 smithi026 ceph-mon[93126]: pgmap v21247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:32.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:32.497 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:33.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:33.500 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:33.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:33 smithi089 ceph-mon[103441]: pgmap v21248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:33.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:33 smithi026 ceph-mon[93126]: pgmap v21248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:34.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:34.502 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:34.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:34 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:34.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:34 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:35.503 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:35.504 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:35.555 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:35 smithi026 ceph-mon[93126]: pgmap v21249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:35.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:35 smithi089 ceph-mon[103441]: pgmap v21249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:36.505 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:36.506 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:37.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:37.507 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:37.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:37 smithi089 ceph-mon[103441]: pgmap v21250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:37.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:37 smithi026 ceph-mon[93126]: pgmap v21250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:38.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:38.509 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:39.510 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:39.511 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:39.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:39 smithi089 ceph-mon[103441]: pgmap v21251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:39.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:39 smithi026 ceph-mon[93126]: pgmap v21251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:40.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:40.512 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:41.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:41.514 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:41.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:41 smithi089 ceph-mon[103441]: pgmap v21252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:41.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:41 smithi026 ceph-mon[93126]: pgmap v21252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:42.515 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:42.516 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:43.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:43.517 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:43.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:43 smithi089 ceph-mon[103441]: pgmap v21253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:43.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:43 smithi026 ceph-mon[93126]: pgmap v21253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:44.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:44.519 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:45.520 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:45.521 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:45.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:45 smithi089 ceph-mon[103441]: pgmap v21254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:45.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:45 smithi026 ceph-mon[93126]: pgmap v21254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:46.522 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:46.523 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:47.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:47.524 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:47.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:47 smithi089 ceph-mon[103441]: pgmap v21255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:47.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:47 smithi026 ceph-mon[93126]: pgmap v21255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:48.525 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:48.526 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:49.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:49.527 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:49.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:49 smithi089 ceph-mon[103441]: pgmap v21256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:49.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:49 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:49.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:49 smithi026 ceph-mon[93126]: pgmap v21256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:49.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:49 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:28:50.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:50.529 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:51.530 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:51.531 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:51.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:51 smithi089 ceph-mon[103441]: pgmap v21257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:51.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:51 smithi026 ceph-mon[93126]: pgmap v21257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:52.532 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:52.533 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:53.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:53.534 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:53.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:53 smithi089 ceph-mon[103441]: pgmap v21258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:53.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:53 smithi026 ceph-mon[93126]: pgmap v21258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:54.535 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:54.536 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:55.537 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:55.538 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:55.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:55 smithi089 ceph-mon[103441]: pgmap v21259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:55.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:55 smithi026 ceph-mon[93126]: pgmap v21259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:56.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:56.539 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:57.540 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:57.541 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:57.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:57 smithi089 ceph-mon[103441]: pgmap v21260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:57.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:57 smithi026 ceph-mon[93126]: pgmap v21260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:28:58.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:58.542 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:59.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:28:59.544 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:28:59.676 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:28:59 smithi089 ceph-mon[103441]: pgmap v21261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:28:59.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:28:59 smithi026 ceph-mon[93126]: pgmap v21261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:29:00.545 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:29:00.546 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:01.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:29:01.547 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:01.677 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:01 smithi089 ceph-mon[103441]: pgmap v21262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:01.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:01 smithi026 ceph-mon[93126]: pgmap v21262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:02.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:29:02.549 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:03.550 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:29:03.551 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:03.804 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:03 smithi026 ceph-mon[93126]: pgmap v21263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:03.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:03 smithi089 ceph-mon[103441]: pgmap v21263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:04.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:29:04.552 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:04.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:04 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:29:04.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:04 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-17T08:29:05.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:29:05.554 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:05.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:05 smithi026 ceph-mon[93126]: pgmap v21264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:05.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:05 smithi089 ceph-mon[103441]: pgmap v21264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:06.555 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:29:06.556 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:07.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:29:07.557 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:07.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:07 smithi026 ceph-mon[93126]: pgmap v21265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:07.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:07 smithi089 ceph-mon[103441]: pgmap v21265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-17T08:29:08.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:29:08.559 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:29:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:29:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:29:08.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:29:08.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:29:08.806 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:08 smithi026 ceph-mon[93126]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:29:08.926 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-17T08:29:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-17T08:29:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-17T08:29:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:29:08.927 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-17T08:29:08.928 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:08 smithi089 ceph-mon[103441]: from='mgr.14209 172.21.15.26:0/155097269' entity='mgr.smithi026.ftthsp' 2023-10-17T08:29:09.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:29:09.560 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:09.696 INFO:journalctl@ceph.mon.smithi089.smithi089.stdout:Oct 17 08:29:09 smithi089 ceph-mon[103441]: pgmap v21266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:29:09.805 INFO:journalctl@ceph.mon.smithi026.smithi026.stdout:Oct 17 08:29:09 smithi026 ceph-mon[93126]: pgmap v21266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-17T08:29:10.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ true 2023-10-17T08:29:10.562 INFO:teuthology.orchestra.run.smithi026.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-17T08:29:10.913 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2023-10-17T08:29:10.914 DEBUG:teuthology.task.console_log:Killing console logger for smithi026 2023-10-17T08:29:10.914 DEBUG:teuthology.task.console_log:Killing console logger for smithi089 2023-10-17T08:29:10.915 DEBUG:teuthology.exit:Finished running handlers